aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec
blob: 14294606bd14e5bd9ebaaf4bedad0263fd3a12d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Gem::Specification.new do |s|
  s.name = "i18n"
  s.version = "0.1.1"
  s.date = "2008-10-26"
  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']
  s.files = [
    'i18n.gemspec',
    'lib/i18n/backend/simple.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/simple_backend_test.rb'
  ]
end