aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/refinerycms-blog.rb')
-rw-r--r--lib/refinerycms-blog.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 9a5cf56..0158e0b 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -1,8 +1,4 @@
-if defined?(Bundler) and !defined?(FiltersSpam)
- # this will tell the user what to do
- load(File.expand_path('../../Gemfile', __FILE__))
- require 'filters_spam'
-end
+require 'filters_spam'
module Refinery
module Blog
@@ -42,7 +38,7 @@ module Refinery
class << self
def version
- %q{1.1}
+ %q{1.3.2}
end
end
end