diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index e458281..882b4db 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,9 @@ = Rich-CMS CHANGELOG +== Version 3.0.2 (April 7, 2011) + +* Bugfix: fixed undefined method 'can_edit?' for Rich::Cms::Auth:Module error. Thanks Cameron Priest (@cameronpriest) for mentioning + == Version 3.0.1 (April 6, 2011) * Bugfix: Corrected contains operator into equals within Rich.Cms.afterUpdate function. Thanks Chris Obdam (@chrisobdam) for contributing diff --git a/VERSION b/VERSION index 13d683c..d9c62ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1 \ No newline at end of file +3.0.2 \ No newline at end of file diff --git a/lib/rich/cms/version.rb b/lib/rich/cms/version.rb index 7367cf9..2cb93da 100644 --- a/lib/rich/cms/version.rb +++ b/lib/rich/cms/version.rb @@ -3,7 +3,7 @@ module Cms module VERSION MAJOR = 3 MINOR = 0 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join(".") end diff --git a/rich_cms.gemspec b/rich_cms.gemspec index a5c5822..aa9d4ae 100644 --- a/rich_cms.gemspec +++ b/rich_cms.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{rich_cms} - s.version = "3.0.1" + s.version = "3.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Paul Engel"] - s.date = %q{2011-04-06} + s.date = %q{2011-04-07} s.description = %q{Rich-CMS is a module of E9s (http://github.com/archan937/e9s) which provides a frontend for your CMS content. You can use this gem to manage CMS content or translations (in an internationalized application). The installation and setup process is very easily done. You will have to register content at the Rich-CMS engine and also you will have to specify the authentication mechanism. Both are one-liners.} s.email = %q{paul.engel@holder.nl} s.extra_rdoc_files = [