aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-28 16:13:35 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-28 16:13:35 +1200
commite6fead06dcc6c27e47df83533b53256beabc21a5 (patch)
tree40c056080a2666ef893a90176aa0030eec7c1824 /lib
parentf1ddedaea1c80f449c59c909ff41bf62554fa2b3 (diff)
downloadrefinerycms-blog-e6fead06dcc6c27e47df83533b53256beabc21a5.tar.gz
refinerycms-blog-e6fead06dcc6c27e47df83533b53256beabc21a5.tar.bz2
refinerycms-blog-e6fead06dcc6c27e47df83533b53256beabc21a5.zip
Added bundler and filters_spam dependency
Diffstat (limited to 'lib')
-rw-r--r--lib/gemspec.rb3
-rw-r--r--lib/refinerycms-blog.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/gemspec.rb b/lib/gemspec.rb
index bb02bf8..ad1eff2 100644
--- a/lib/gemspec.rb
+++ b/lib/gemspec.rb
@@ -17,7 +17,8 @@ Gem::Specification.new do |s|
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.12')
+ s.add_dependency 'refinerycms', '~> 0.9.7.13'
+ s.add_dependency 'filters_spam', '~> 0.1'
s.files = %w(
#{files.join("\n ")}
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 30e0baf..461e75c 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -1,3 +1,5 @@
+require 'filters_spam' if defined?(Bundler)
+
module Refinery
module Blog
class << self