RC versions driving me crazy, let's use 1.0

This commit is contained in:
Philip Arndt 2010-12-03 16:40:35 +13:00
parent c038feb88a
commit 8bbb30aa3e
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.rc.17} %q{1.0}
end end
end end
end end

View file

@ -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``

View file

@ -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}