Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Oct 25, 2008
1 parent 39d9a47 commit 883cd14
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
2 changes: 2 additions & 0 deletions README.textile
Expand Up @@ -2,6 +2,8 @@ h1. Ruby I18n gem

I18n and localization solution for Ruby.

For information please refer to http://rails-i18n.org

h2. Authors

* "Matt Aimonetti":http://railsontherun.com
Expand Down
37 changes: 19 additions & 18 deletions i18n.gemspec
@@ -1,24 +1,25 @@
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.version = "0.1.0"
s.date = "2008-10-26"
s.summary = "Internationalization support for Ruby"
s.email = "rails-i18n@googlegroups.com"
s.homepage = "http://groups.google.com/group/rails-i18n"
s.description = "Add Internationalization support to your Ruby application."
s.has_rdoc = false
s.authors = ['Sven Fuchs', 'Matt Aimonetti', 'Stephan Soller', 'Saimon Moore']
s.authors = ['Sven Fuchs', 'Joshua Harvey', '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"
'i18n.gemspec',
'lib/i18n/backend/simple.rb',
'lib/i18n/exceptions.rb',
'lib/i18n.rb',
'MIT-LICENSE',
'README.textile',
'test/all.rb',
'test/i18n_exceptions_test.rb',
'test/i18n_test.rb',
'test/locale/en-US.rb',
'test/locale/en-US.yml',
'test/simple_backend_test.rb'
]
end

0 comments on commit 883cd14

Please sign in to comment.