Skip to content

Commit

Permalink
Released v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Engel authored and Paul Engel committed Oct 4, 2010
1 parent a83ce80 commit f99f13c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
= Rich-pluralization CHANGELOG

== Version 1.0.4 (October 4, 2010)

* Using ActiveSupport::CoreExtensions::String::Inflections.pluralize (and singularize) when current locale is English

== Version 1.0.3 (September 4, 2010)

* Specified version (0.3.7) of the i18n gem dependency
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.3
1.0.4
4 changes: 2 additions & 2 deletions rich_pluralization.gemspec
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Engel"]
s.date = %q{2010-09-30}
s.date = %q{2010-10-04}
s.description = %q{Rich-pluralization is a module of E9s (http://github.com/archan937/e9s) which provides localized pluralization in combination with i18n. Doing this enables you to only translate words in singular form as the module pluralizes the translation for you.}
s.email = %q{paul.engel@holder.nl}
s.extra_rdoc_files = [
Expand Down

0 comments on commit f99f13c

Please sign in to comment.