Sha256: 2486165a7e8ccaba7201714c28e1e46d2709a16ed0f5b82d4532d5bf750a75f5

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
  s.name = "phrase"
  s.version = "0.0.2"
  s.platform = Gem::Platform::RUBY
  s.authors = ["Dynport GmbH"]
  s.email = ["info@phraseapp.com"]
  s.homepage = "http://phraseapp.com"
  s.summary = %q{The best way to manage i18n.}
  s.description = s.summary
  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project = "phrase"
  git_files = `git ls-files | grep -v spec/`.split("\n") rescue ''
  s.files = git_files
  s.executables = %w(phrase)
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phrase-0.0.2 phrase.gemspec