From 70759938eab845e16b9e84629ae42fe711a7c614 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Fri, 3 Dec 2010 16:59:35 +1300 Subject: [PATCH] Set the version to 1.0.1 so that RC versions hopefully don't get in the way --- lib/refinerycms-blog.rb | 2 +- readme.md | 20 +++++++++++++------- refinerycms-blog.gemspec | 4 ++-- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index 41d7093..901a65c 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc16} + %q{1.0.1} end end end diff --git a/readme.md b/readme.md index 1421bb3..831b916 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # Refinery CMS Blog - Rails 2 branch -Simple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments. +Simple blog engine for [Refinery CMS](http://refinerycms.com). +It supports posts, categories and comments. Refinery CMS Blog supports Rails 3 on the [master branch](http://github.com/resolve/refinerycms-blog). @@ -9,17 +10,22 @@ Options: * Comment moderation * [ShareThis.com](http://sharethis.com) support on posts. Set your key in Refinery's settings area to enable this. -## Install +## Requirements -Open up your ``Gemfile`` and add at the bottom this line +Please note that this requires a RefineryCMS installation between version >= 0.9.7.13 +and < 0.9.8 as it works only with the later versions of Rails 2 compatible RefineryCMS. +Also note that any version of this engine 1.1 or greater is not compatible with Rails 2 at all +and is meant for Rails 3 (Refinery CMS >= 0.9.8). - gem 'refinerycms-blog', '= 1.0.rc16' +# Install -Please note 1.0.rc16 is the last version of Refinery CMS Blog to support Rails 2. +Open up your ``Gemfile`` and add at the bottom this line: -Now run ``bundle install`` + gem 'refinerycms-blog', '~> 1.0.1' -Next to install the blog plugin run (for Rails 2): +Now, run ``bundle install`` + +Next, to install the blog plugin: ruby script/generate refinerycms_blog diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index c3baaf2..64890f5 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-blog} - s.version = %q{1.0.rc16} + s.version = %q{1.0.1} s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.} - s.date = %q{2010-12-01} + s.date = %q{2010-12-03} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com}