~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Gem::Specification.new do |s|
2
 
  s.name = "i18n"
3
 
  s.version = "0.1.3"
4
 
  s.date = "2009-01-09"
5
 
  s.summary = "Internationalization support for Ruby"
6
 
  s.email = "rails-i18n@googlegroups.com"
7
 
  s.homepage = "http://rails-i18n.org"
8
 
  s.description = "Add Internationalization support to your Ruby application."
9
 
  s.has_rdoc = false
10
 
  s.authors = ['Sven Fuchs', 'Joshua Harvey', 'Matt Aimonetti', 'Stephan Soller', 'Saimon Moore']
11
 
  s.files = [
12
 
    'i18n.gemspec',
13
 
    'lib/i18n/backend/simple.rb',
14
 
    'lib/i18n/exceptions.rb',
15
 
    'lib/i18n.rb',
16
 
    'MIT-LICENSE',
17
 
    'README.textile'
18
 
  ]
19
 
  s.test_files = [
20
 
    'test/all.rb',
21
 
    'test/i18n_exceptions_test.rb',
22
 
    'test/i18n_test.rb',
23
 
    'test/locale/en.rb',
24
 
    'test/locale/en.yml',
25
 
    'test/simple_backend_test.rb'
26
 
  ]
27
 
end