lib/refinerycms-blog.rb in refinerycms-blog-1.1 vs lib/refinerycms-blog.rb in refinerycms-blog-1.2

- old
+ new

@@ -1,10 +1,6 @@ -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 class Engine < Rails::Engine @@ -40,10 +36,10 @@ end end if defined?(Rails::Engine) class << self def version - %q{1.1} + %q{1.2} end end end end