This will have to be 1.6.0 when it's released.
This commit is contained in:
parent
8087ff5133
commit
f0e4b6c8c1
2 changed files with 6 additions and 4 deletions
|
@ -2,8 +2,8 @@ module Refinery
|
|||
module Blog
|
||||
class Version
|
||||
@major = 1
|
||||
@minor = 5
|
||||
@tiny = 2
|
||||
@minor = 6
|
||||
@tiny = 0
|
||||
|
||||
class << self
|
||||
attr_reader :major, :minor, :tiny
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = %q{refinerycms-blog}
|
||||
s.version = %q{1.5.2}
|
||||
s.version = %q{1.6.0}
|
||||
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
|
||||
s.date = %q{2011-05-28}
|
||||
s.date = %q{2011-05-31}
|
||||
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
|
||||
s.email = %q{info@refinerycms.com}
|
||||
s.homepage = %q{http://refinerycms.com/blog}
|
||||
|
@ -63,6 +63,7 @@ Gem::Specification.new do |s|
|
|||
app/views/admin/blog/posts/_form.css.erb
|
||||
app/views/admin/blog/posts/_form.html.erb
|
||||
app/views/admin/blog/posts/_form.js.erb
|
||||
app/views/admin/blog/posts/_form_part.html.erb
|
||||
app/views/admin/blog/posts/_post.html.erb
|
||||
app/views/admin/blog/posts/_sortable_list.html.erb
|
||||
app/views/admin/blog/posts/edit.html.erb
|
||||
|
@ -134,6 +135,7 @@ Gem::Specification.new do |s|
|
|||
lib/generators/refinerycms_blog_generator.rb
|
||||
lib/refinery
|
||||
lib/refinery/blog
|
||||
lib/refinery/blog/tabs.rb
|
||||
lib/refinery/blog/version.rb
|
||||
lib/refinerycms-blog.rb
|
||||
public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue