diff options
-rw-r--r-- | changelog.md | 5 | ||||
-rw-r--r-- | refinerycms-blog.gemspec | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index 8094a91..1851d2d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## 1.5 [28 May 2011] + +* Added Gravatar support. [parndt](https://github.com/parndt) +* Added support for Refinery CMS 1.0.0 and above. [parndt](https://github.com/parndt) + ## 1.4 [26 May 2011] * Spanish language fixes [scambra](https://github.com/scambra) diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index 01e00d4..b541113 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-blog} s.version = %q{1.5.0} s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.} - s.date = %q{2011-05-26} + s.date = %q{2011-05-28} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com/blog} @@ -169,5 +169,5 @@ Gem::Specification.new do |s| spec/models/blog_comment_spec.rb spec/models/blog_post_spec.rb ) - + end |