Sha256: 762c0b8ea9b77b0bf3ae41824b67cc2c899b650caeb50bd3e58ccef5637575a4
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.7" 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.7 | phrase.gemspec |