aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec')
-rw-r--r--activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec24
1 files changed, 24 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec b/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec
new file mode 100644
index 0000000000..81ad0b598d
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec
@@ -0,0 +1,24 @@
+Gem::Specification.new do |s|
+ s.name = "i18n"
+ s.version = "0.0.1"
+ s.date = "2008-06-13"
+ s.summary = "Internationalization for Ruby"
+ s.email = "rails-patch-i18n@googlegroups.com"
+ s.homepage = "http://groups.google.com/group/rails-patch-i18n"
+ s.description = "Add Internationalization to your Ruby application."
+ s.has_rdoc = false
+ s.authors = ['Sven Fuchs', 'Matt Aimonetti', 'Stephan Soller', 'Saimon Moore']
+ s.files = [
+ "lib/i18n/backend/minimal.rb",
+ "lib/i18n/core_ext.rb",
+ "lib/i18n/localization.rb",
+ "lib/i18n/translation.rb",
+ "lib/i18n.rb",
+ "LICENSE",
+ "README",
+ "spec/core_ext_spec.rb",
+ "spec/i18n_spec.rb",
+ "spec/spec.opts",
+ "spec/spec_helper.rb"
+ ]
+end \ No newline at end of file