aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-12-25 15:15:13 +0100
committerJosé Valim <jose.valim@gmail.com>2009-12-25 15:15:13 +0100
commit135d32c8bd91608c12a394ca5dbd65f358bbce42 (patch)
tree54e4b83dded695175d1f2c33e44704a2ba0d9dec /activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
parenteb8e627c6918dae53c7ab8b9208e72ff64d20348 (diff)
downloadrails-135d32c8bd91608c12a394ca5dbd65f358bbce42.tar.gz
rails-135d32c8bd91608c12a394ca5dbd65f358bbce42.tar.bz2
rails-135d32c8bd91608c12a394ca5dbd65f358bbce42.zip
Move i18n to Gemfile.
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, 0 insertions, 27 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
deleted file mode 100644
index f102689a6f..0000000000
--- a/activesupport/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
+++ /dev/null
@@ -1,27 +0,0 @@
-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