aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/refinerycms-blog.rb2
-rw-r--r--readme.md4
-rw-r--r--refinerycms-blog.gemspec2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 41d7093..5737992 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.rc.17}
end
end
end
diff --git a/readme.md b/readme.md
index 9176829..ea90e78 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
Simple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments.
-Refinery CMS Blog supports Rails 2.x using the [Rails 2.x stable branch](http://github.com/resolve/refinerycms-blog/tree/rails2-stable).
+Refinery CMS Blog supports Rails 2.3.x using the [Rails 2.3.x stable branch](http://github.com/resolve/refinerycms-blog/tree/rails2-stable).
Options:
@@ -13,7 +13,7 @@ Options:
Open up your ``Gemfile`` and add at the bottom this line
- gem 'refinerycms-blog', '= 1.0.rc16'
+ gem 'refinerycms-blog', '~> 1.0.rc.17'
Now run ``bundle install``
diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec
index cd6ccb8..d7d9196 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.rc16}
+ s.version = %q{1.0.rc.17}
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.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}