diff options
author | Philip Arndt <parndt@gmail.com> | 2010-09-02 17:49:11 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-09-02 17:49:11 +1200 |
commit | 5c71c0aaa5c96683b56d2d8af0dfdac8424e41d2 (patch) | |
tree | e0437a22051a2128ac0e9dcf08b3a2d16c73b4e0 /refinerycms-blog.gemspec | |
parent | 4d1e364085c0de27d3ca58cc90eba9036744fc79 (diff) | |
download | refinerycms-blog-5c71c0aaa5c96683b56d2d8af0dfdac8424e41d2.tar.gz refinerycms-blog-5c71c0aaa5c96683b56d2d8af0dfdac8424e41d2.tar.bz2 refinerycms-blog-5c71c0aaa5c96683b56d2d8af0dfdac8424e41d2.zip |
Comment moderation now working in the backend. Of course it still happens automatically if the blog isn't moderated based on whether it's spam or not.
Diffstat (limited to 'refinerycms-blog.gemspec')
-rw-r--r-- | refinerycms-blog.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index 2c2f712..5b3c9a4 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-blog} s.version = %q{0.9.8.0.rc2} s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.} - s.date = %q{2010-08-30} + s.date = %q{2010-09-02} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} @@ -41,6 +41,7 @@ Gem::Specification.new do |s| app/views/admin/blog/comments/_comment.html.erb app/views/admin/blog/comments/_sortable_list.html.erb app/views/admin/blog/comments/index.html.erb + app/views/admin/blog/comments/show.html.erb app/views/admin/blog/posts app/views/admin/blog/posts/_form.html.erb app/views/admin/blog/posts/_post.html.erb |