aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-11-09 12:00:08 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-11-09 12:00:08 -0800
commit3b0b6dfc86ba87145be28eca2c1b0500caca4f37 (patch)
treec458d83367977bdccfadc4d417ad1e5b3c415b0c /activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
parentc74cddc9197d03ca641bf35d102199cabf1b9866 (diff)
parent0f1da1cb5cfac1343958daef4c5e7c37a9ce0da3 (diff)
downloadrails-3b0b6dfc86ba87145be28eca2c1b0500caca4f37.tar.gz
rails-3b0b6dfc86ba87145be28eca2c1b0500caca4f37.tar.bz2
rails-3b0b6dfc86ba87145be28eca2c1b0500caca4f37.zip
Merge branch 'master' of github.com:rails/rails
Diffstat (limited to 'activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec')
-rw-r--r--activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec27
1 files changed, 27 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec b/activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
new file mode 100644
index 0000000000..f102689a6f
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
@@ -0,0 +1,27 @@
+Gem::Specification.new do |s|
+ s.name = "i18n"
+ s.version = "0.1.3"
+ 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']
+ 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