Set the version to 1.0.1 so that RC versions hopefully don't get in the way
This commit is contained in:
parent
1a666d4a73
commit
70759938ea
3 changed files with 16 additions and 10 deletions
|
@ -42,7 +42,7 @@ module Refinery
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def version
|
def version
|
||||||
%q{1.0.rc16}
|
%q{1.0.1}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
20
readme.md
20
readme.md
|
@ -1,6 +1,7 @@
|
||||||
# Refinery CMS Blog - Rails 2 branch
|
# 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).
|
Refinery CMS Blog supports Rails 3 on the [master branch](http://github.com/resolve/refinerycms-blog).
|
||||||
|
|
||||||
|
@ -9,17 +10,22 @@ 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.
|
||||||
|
|
||||||
## 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
|
ruby script/generate refinerycms_blog
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
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.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.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.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
|
||||||
s.email = %q{info@refinerycms.com}
|
s.email = %q{info@refinerycms.com}
|
||||||
s.homepage = %q{http://refinerycms.com}
|
s.homepage = %q{http://refinerycms.com}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue