Skip to content

Commit

Permalink
Updated CHANGELOG and gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Engel authored and Paul Engel committed Jul 22, 2010
1 parent 1a189a5 commit 09df9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -2,7 +2,7 @@

== Version 1.0.2 (July 22, 2010)

* Specify the locales with relative paths
* Specified the locales with relative paths
* Fixed error during gem initialization

== Version 1.0.1 (July 21, 2010)
Expand Down
5 changes: 3 additions & 2 deletions rich_pluralization.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{rich_pluralization}
s.version = "1.0.1"
s.version = "1.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Engel"]
Expand All @@ -24,7 +24,6 @@ Gem::Specification.new do |s|
"VERSION",
"init.rb",
"install.rb",
"lib/rich/pluralization.rb",
"lib/rich/pluralization/core.rb",
"lib/rich/pluralization/core/string.rb",
"lib/rich/pluralization/core/string/inflections.rb",
Expand All @@ -33,8 +32,10 @@ Gem::Specification.new do |s|
"lib/rich/pluralization/engine.rb",
"lib/rich/pluralization/inflector.rb",
"lib/rich/pluralization/inflector/inflections.rb",
"lib/rich_pluralization.rb",
"locales/nl.yml",
"rails/init.rb",
"rich_pluralization.gemspec",
"tasks/rich_pluralization_tasks.rake",
"test/core/string/inflections_test.rb",
"test/engine_test.rb",
Expand Down

0 comments on commit 09df9de

Please sign in to comment.