aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec
diff options
context:
space:
mode:
authorYaroslav Markin <yaroslav@markin.net>2008-12-25 23:59:57 +0300
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-12-28 21:19:27 +0100
commit1648df79b78d07c7713a75313b53db61a14a77bc (patch)
treefba09ea001071a70edd993436ceec4e554a8316e /activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec
parent0efec64520d5153e5a961f9a759883656b83bb53 (diff)
downloadrails-1648df79b78d07c7713a75313b53db61a14a77bc.tar.gz
rails-1648df79b78d07c7713a75313b53db61a14a77bc.tar.bz2
rails-1648df79b78d07c7713a75313b53db61a14a77bc.zip
Update i18n gem to version 0.1.1 (Rails' changes were backported) [#1635 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec')
-rw-r--r--activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec27
1 files changed, 27 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec b/activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec
new file mode 100644
index 0000000000..14294606bd
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/i18n-0.1.1/i18n.gemspec
@@ -0,0 +1,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