RC 15.. yeah, I know.
This commit is contained in:
parent
92d019d6a2
commit
f68328a205
3 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ module Refinery
|
|||
|
||||
class << self
|
||||
def version
|
||||
%q{1.0.rc14}
|
||||
%q{1.0.rc15}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -11,7 +11,7 @@ Options:
|
|||
|
||||
Open up your ``Gemfile`` and add at the bottom this line
|
||||
|
||||
gem 'refinerycms-blog', '~> 1.0.rc13'
|
||||
gem 'refinerycms-blog', '~> 1.0.rc15'
|
||||
|
||||
Now run ``bundle install``
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = %q{refinerycms-blog}
|
||||
s.version = %q{1.0.rc14}
|
||||
s.version = %q{1.0.rc15}
|
||||
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
|
||||
s.date = %q{2010-11-03}
|
||||
s.date = %q{2010-11-12}
|
||||
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
|
||||
s.email = %q{info@refinerycms.com}
|
||||
s.homepage = %q{http://refinerycms.com}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue