aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec
diff options
context:
space:
mode:
authorSven Fuchs <svenfuchs@artweb-design.de>2008-07-16 04:16:08 +0200
committerSven Fuchs <svenfuchs@artweb-design.de>2008-07-16 04:16:08 +0200
commitfbe1823117c6170e26b328ce192a2fc0945af533 (patch)
treede3cc65c11fc310fa4c37dc73c926f6b8f712324 /activesupport/lib/active_support/vendor/i18n-0.0.1/i18n.gemspec
parent731fca8cf68ddb6d6b9670538a4686ada6b14b26 (diff)
downloadrails-fbe1823117c6170e26b328ce192a2fc0945af533.tar.gz
rails-fbe1823117c6170e26b328ce192a2fc0945af533.tar.bz2
rails-fbe1823117c6170e26b328ce192a2fc0945af533.zip
add i18n lib files
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