rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20

This commit is contained in:
Philip Arndt 2010-12-01 13:46:32 +13:00
parent b4284b3a75
commit c038feb88a
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ module Refinery
class << self class << self
def version def version
%q{1.0.rc16} %q{1.0.rc.17}
end end
end end
end end

View file

@ -2,7 +2,7 @@
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 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: Options:
@ -13,7 +13,7 @@ Options:
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.rc16' gem 'refinerycms-blog', '~> 1.0.rc.17'
Now run ``bundle install`` Now run ``bundle install``

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.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.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-01}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}