diff options
-rw-r--r-- | lib/refinerycms-blog.rb | 2 | ||||
-rw-r--r-- | readme.md | 12 | ||||
-rw-r--r-- | refinerycms-blog.gemspec | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index b1ebf18..9a5cf56 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0} + %q{1.1} end end end @@ -9,15 +9,19 @@ Options: * Comment moderation * [ShareThis.com](http://sharethis.com) support on posts. Set your key in Refinery's settings area to enable this. +## Requirements + +Refinery CMS version 0.9.8 or above. + ## Install -Open up your ``Gemfile`` and add at the bottom this line +Open up your ``Gemfile`` and add at the bottom this line: - gem 'refinerycms-blog', '~> 1.0' + gem 'refinerycms-blog', '~> 1.1' -Now run ``bundle install`` +Now, run ``bundle install`` -Next to install the blog plugin run: +Next, to install the blog plugin run: rails generate refinerycms_blog diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index 2a5d65e..070664d 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-blog} - s.version = %q{1.0} + s.version = %q{1.1} s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.} s.date = %q{2010-12-03} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} |