From 4f9bec59ffb40868c8d00f218e1c613abdb779b6 Mon Sep 17 00:00:00 2001 From: kwi Date: Thu, 3 Jun 2010 16:31:16 +0200 Subject: [PATCH] Bump version to 0.3.4 and write changelog --- CHANGELOG.rdoc | 6 +++++- i18n_routing.gemspec | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 09a2ba5..76f76e9 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,10 @@ +0.3.4 (June 3, 2010) + +* Fix Rails3 issue with nested single resource again and pluralize controller name as it should be + 0.3.3 (June 2, 2010) -* Fix Rails3 issue with nested single resource and pluralize controller name as it should be +* Fix Rails3 issue with nested single resource 0.3.2 (June 2, 2010) diff --git a/i18n_routing.gemspec b/i18n_routing.gemspec index 2e1a951..2e11b93 100644 --- a/i18n_routing.gemspec +++ b/i18n_routing.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "i18n_routing" - s.version = "0.3.3" + s.version = "0.3.4" s.author = "Guillaume Luccisano" s.email = "guillaume.luccisano@gmail.com" s.homepage = "http://github.com/kwi/i18n_routing"