Sha256: 34e67df45d0d6a8f89c1e1e9dbbf065c2f406e1756f9b0f5b5f14474052461aa

Contents?: true

Size: 961 Bytes

Versions: 1

Compression:

Stored size: 961 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "i18n"
  s.version = "0.1.4"
  s.date = "2009-01-09"
  s.summary = "Internationalization support for Ruby"
  s.email = "rails-i18n@googlegroups.com"
  s.homepage = "http://rails-i18n.org"
  s.description = "Add Internationalization support to your Ruby application."
  s.has_rdoc = false
  s.authors = ['Sven Fuchs', 'Joshua Harvey', 'Matt Aimonetti', 'Stephan Soller', 'Saimon Moore', 'thedarkone2@gmail.com']
  s.files = [
    'i18n.gemspec',
    'lib/i18n/backend/simple.rb',
    'lib/i18n/backend/fast.rb',
    'lib/i18n/backend/fast/pluralization_compiler.rb',
    'lib/i18n/exceptions.rb',
    'lib/i18n.rb',
    'MIT-LICENSE',
    'README.textile'
  ]
  s.test_files = [
    'test/all.rb',
    'test/i18n_exceptions_test.rb',
    'test/i18n_test.rb',
    'test/locale/en.rb',
    'test/locale/en.yml',
    'test/backend_test.rb',
    'test/fast_backend_test.rb',
    'test/pluralization_compiler_test.rb'
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thedarkone-i18n-0.1.4 i18n.gemspec