From 09df9deeefc19574958ed9b99341ab220d47f520 Mon Sep 17 00:00:00 2001 From: Paul Engel Date: Thu, 22 Jul 2010 21:12:07 +0200 Subject: [PATCH] Updated CHANGELOG and gemspec file --- CHANGELOG | 2 +- rich_pluralization.gemspec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 52ce1a1..dc6121f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/rich_pluralization.gemspec b/rich_pluralization.gemspec index 7c468c3..643073a 100644 --- a/rich_pluralization.gemspec +++ b/rich_pluralization.gemspec @@ -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"] @@ -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", @@ -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",