diff options
author | Philip Arndt <parndt@gmail.com> | 2011-02-17 11:03:09 +1300 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2011-02-17 11:03:09 +1300 |
commit | 46372aab0e7bcd59638fc91a0ffb508c0d45cb26 (patch) | |
tree | 1a5a478feccc93129952d6ee53ce948eef3661b0 /lib | |
parent | f4660915616f656bf30338cc1f6ded4382e3d264 (diff) | |
download | refinerycms-blog-46372aab0e7bcd59638fc91a0ffb508c0d45cb26.tar.gz refinerycms-blog-46372aab0e7bcd59638fc91a0ffb508c0d45cb26.tar.bz2 refinerycms-blog-46372aab0e7bcd59638fc91a0ffb508c0d45cb26.zip |
Not sure why we were getting bundler involved. Regeneraed gemspec
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gemspec.rb | 1 | ||||
-rw-r--r-- | lib/refinerycms-blog.rb | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/lib/gemspec.rb b/lib/gemspec.rb index 7902d37..ec6ace7 100644 --- a/lib/gemspec.rb +++ b/lib/gemspec.rb @@ -17,6 +17,7 @@ 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.8' s.add_dependency 'filters_spam', '~> 0.2' diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index e982de0..1c4cbfc 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 |