RC versions driving me crazy, let's use 1.0
This commit is contained in:
parent
c038feb88a
commit
8bbb30aa3e
3 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ module Refinery
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
def version
|
def version
|
||||||
%q{1.0.rc.17}
|
%q{1.0}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -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.rc.17'
|
gem 'refinerycms-blog', '~> 1.0'
|
||||||
|
|
||||||
Now run ``bundle install``
|
Now run ``bundle install``
|
||||||
|
|
||||||
|
|
|
@ -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.rc.17}
|
s.version = %q{1.0}
|
||||||
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