Version 1.1 which supports Rails3 versions of RefineryCMS (1.0.1 etc are for Rails 2)

This commit is contained in:
Philip Arndt 2010-12-03 17:02:26 +13:00
parent 8bbb30aa3e
commit 75e9940a80
3 changed files with 10 additions and 6 deletions

View file

@ -42,7 +42,7 @@ module Refinery
class << self class << self
def version def version
%q{1.0} %q{1.1}
end end
end end
end end

View file

@ -9,15 +9,19 @@ Options:
* Comment moderation * Comment moderation
* [ShareThis.com](http://sharethis.com) support on posts. Set your key in Refinery's settings area to enable this. * [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 ## 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 rails generate refinerycms_blog

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{refinerycms-blog} 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.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2010-12-03} s.date = %q{2010-12-03}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}