diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-30 11:14:46 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-30 11:14:46 +1200 |
commit | 4d1e364085c0de27d3ca58cc90eba9036744fc79 (patch) | |
tree | 2e0282206a95fc6fb91ec8aea38843543e886c85 /lib | |
parent | 21dca99ddf7eadb929bc9fe40a6b3f9fd90b2f41 (diff) | |
download | refinerycms-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 'lib')
-rw-r--r-- | lib/gemspec.rb | 2 | ||||
-rw-r--r-- | lib/refinerycms-blog.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gemspec.rb b/lib/gemspec.rb index ad1eff2..7589b25 100644 --- a/lib/gemspec.rb +++ b/lib/gemspec.rb @@ -18,7 +18,7 @@ Gem::Specification.new do |s| 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( #{files.join("\n ")} diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index c322faf..4027d70 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -22,7 +22,7 @@ module Refinery class << self def version - %q{0.9.8.0.rc1} + %q{0.9.8.0.rc2} end end end |