1.6.3 bump
This commit is contained in:
parent
d5fadb4523
commit
eb160aa354
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ module Refinery
|
|||
class Version
|
||||
@major = 1
|
||||
@minor = 6
|
||||
@tiny = 2
|
||||
@tiny = 3
|
||||
|
||||
class << self
|
||||
attr_reader :major, :minor, :tiny
|
||||
|
|
|
@ -18,7 +18,7 @@ Your Rails 3 application should not be called "blog"
|
|||
|
||||
Open up your ``Gemfile`` and add at the bottom this line:
|
||||
|
||||
gem 'refinerycms-blog', '~> 1.6.1'
|
||||
gem 'refinerycms-blog', '~> 1.6.3'
|
||||
|
||||
Now, run ``bundle install``
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = %q{refinerycms-blog}
|
||||
s.version = %q{1.6.2}
|
||||
s.version = %q{1.6.3}
|
||||
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
|
||||
s.date = %q{2011-06-29}
|
||||
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue