aboutsummaryrefslogtreecommitdiffstats
path: root/refinerycms-blog.gemspec
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-30 11:14:46 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-30 11:14:46 +1200
commit4d1e364085c0de27d3ca58cc90eba9036744fc79 (patch)
tree2e0282206a95fc6fb91ec8aea38843543e886c85 /refinerycms-blog.gemspec
parent21dca99ddf7eadb929bc9fe40a6b3f9fd90b2f41 (diff)
downloadrefinerycms-blog-4d1e364085c0de27d3ca58cc90eba9036744fc79.tar.gz
refinerycms-blog-4d1e364085c0de27d3ca58cc90eba9036744fc79.tar.bz2
refinerycms-blog-4d1e364085c0de27d3ca58cc90eba9036744fc79.zip
Comments are now moderated automatically unless moderation is enabled and show up below posts.
Diffstat (limited to 'refinerycms-blog.gemspec')
-rw-r--r--refinerycms-blog.gemspec10
1 files changed, 7 insertions, 3 deletions
diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec
index b185f93..2c2f712 100644
--- a/refinerycms-blog.gemspec
+++ b/refinerycms-blog.gemspec
@@ -1,15 +1,15 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
- s.version = %q{0.9.8.0.rc1}
+ 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-28}
+ s.date = %q{2010-08-30}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\ Digital Neoteric\ Design)
s.require_paths = %w(lib)
s.add_dependency 'refinerycms', '~> 0.9.7.13'
- s.add_dependency 'filters_spam', '~> 0.1'
+ s.add_dependency 'filters_spam', '~> 0.2'
s.files = %w(
app
@@ -38,6 +38,8 @@ Gem::Specification.new do |s|
app/views/admin/blog/categories/index.html.erb
app/views/admin/blog/categories/new.html.erb
app/views/admin/blog/comments
+ 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/posts
app/views/admin/blog/posts/_form.html.erb
@@ -49,6 +51,8 @@ Gem::Specification.new do |s|
app/views/admin/blog/settings
app/views/admin/blog/settings/notification_recipients.html.erb
app/views/blog_posts
+ app/views/blog_posts/_categories.html.erb
+ app/views/blog_posts/_comments.html.erb
app/views/blog_posts/_side_bar.html.erb
app/views/blog_posts/index.html.erb
app/views/blog_posts/show.html.erb