Sha256: bcdf30d6e57d13788de58b24453629261f8b48c77a29019d6d43bdc3157a1462

Contents?: true

Size: 818 Bytes

Versions: 1

Compression:

Stored size: 818 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.4"
  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')
  s.add_dependency('addressable', '~> 2.2.8')
end

Version data entries

1 entries across 1 versions & 1 rubygems

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