We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug.
This commit is contained in:
parent
eb4b64a65b
commit
e7d107ca4f
2 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@ module Refinery
|
||||||
class Version
|
class Version
|
||||||
@major = 1
|
@major = 1
|
||||||
@minor = 6
|
@minor = 6
|
||||||
@tiny = 1
|
@tiny = 2
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
attr_reader :major, :minor, :tiny
|
attr_reader :major, :minor, :tiny
|
||||||
|
|
|
@ -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.6.1}
|
s.version = %q{1.6.2}
|
||||||
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{2011-06-22}
|
s.date = %q{2011-06-27}
|
||||||
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/blog}
|
s.homepage = %q{http://refinerycms.com/blog}
|
||||||
|
@ -66,6 +66,7 @@ Gem::Specification.new do |s|
|
||||||
app/views/admin/blog/posts/_form_part.html.erb
|
app/views/admin/blog/posts/_form_part.html.erb
|
||||||
app/views/admin/blog/posts/_post.html.erb
|
app/views/admin/blog/posts/_post.html.erb
|
||||||
app/views/admin/blog/posts/_sortable_list.html.erb
|
app/views/admin/blog/posts/_sortable_list.html.erb
|
||||||
|
app/views/admin/blog/posts/_teaser_part.html.erb
|
||||||
app/views/admin/blog/posts/edit.html.erb
|
app/views/admin/blog/posts/edit.html.erb
|
||||||
app/views/admin/blog/posts/index.html.erb
|
app/views/admin/blog/posts/index.html.erb
|
||||||
app/views/admin/blog/posts/new.html.erb
|
app/views/admin/blog/posts/new.html.erb
|
||||||
|
@ -120,6 +121,7 @@ Gem::Specification.new do |s|
|
||||||
db/migrate/4_create_seo_meta_for_blog.rb
|
db/migrate/4_create_seo_meta_for_blog.rb
|
||||||
db/migrate/5_add_cached_slugs.rb
|
db/migrate/5_add_cached_slugs.rb
|
||||||
db/migrate/6_add_custom_url_field_to_blog_posts.rb
|
db/migrate/6_add_custom_url_field_to_blog_posts.rb
|
||||||
|
db/migrate/7_add_custom_teaser_field_to_blog_posts.rb
|
||||||
db/seeds
|
db/seeds
|
||||||
db/seeds/refinerycms_blog.rb
|
db/seeds/refinerycms_blog.rb
|
||||||
features
|
features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue