Rakefile in honeypot-0.0.8 vs Rakefile in honeypot-0.0.9

- old
+ new

@@ -10,12 +10,11 @@ gem.email = "seamus@abshere.net" gem.homepage = "http://github.com/seamusabshere/honeypot" gem.authors = ["Seamus Abshere"] gem.add_dependency 'fast_timestamp', '>=0.0.4' gem.add_dependency 'geokit', '>=1.5.0' - gem.add_dependency 'activesupport', '>=2.3.8' - gem.add_dependency 'activerecord', '>=2.3.8' - gem.add_dependency 'andand', '>=1.3.1' + gem.add_dependency 'activesupport', '>=2.3.5' + gem.add_dependency 'activerecord', '>=2.3.5' # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"