Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Released v3.0.2
  • Loading branch information
Paul Engel committed Apr 7, 2011
1 parent f91fde8 commit f1d241a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0.1
3.0.2
2 changes: 1 addition & 1 deletion lib/rich/cms/version.rb
Expand Up @@ -3,7 +3,7 @@ module Cms
module VERSION
MAJOR = 3
MINOR = 0
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join(".")
end
Expand Down
4 changes: 2 additions & 2 deletions rich_cms.gemspec
Expand Up @@ -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 = [
Expand Down

0 comments on commit f1d241a

Please sign in to comment.