Sha256: a3b3ee2c5a9504d7da877f7bfb4adbb21b312f14855acd1eff17948ad04c8d06

Contents?: true

Size: 772 Bytes

Versions: 1

Compression:

Stored size: 772 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.2.0.beta.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 = %q{phrase allows you to edit translations inline, on the page itself. More information at phraseapp.com}
  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"]  
  s.add_dependency('activesupport', '~> 3.0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phrase-0.2.0.beta.2 phrase.gemspec