aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-12-01 13:46:32 +1300
committerPhilip Arndt <parndt@gmail.com>2010-12-01 13:46:32 +1300
commitc038feb88adc9d9a693ecbd7c0fb40644b8a3483 (patch)
tree525d908404a65c32354bf94fc3553d9c66e3082f
parentb4284b3a75fd5da47fb734b85883d33171a3a40d (diff)
downloadrefinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.tar.gz
refinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.tar.bz2
refinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.zip
rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20
-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.}