f102689a6f4a7f36f5fa5cad34be8bfe9379fe11
[feedcatcher.git] / vendor / rails / activesupport / lib / active_support / vendor / i18n-0.1.3 / i18n.gemspec
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