Rakefile in honeypot-0.0.5 vs Rakefile in honeypot-0.0.6

- old
+ new

@@ -10,11 +10,12 @@ 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', '>=3.0.0beta2' - gem.add_dependency 'activerecord', '>=3.0.0beta2' + gem.add_dependency 'activesupport', '>=2.3.8' + gem.add_dependency 'activerecord', '>=2.3.8' + gem.add_dependency 'andand', '>=1.3.1' # 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"