Rakefile in honeypot-0.0.1 vs Rakefile in honeypot-0.0.2

- old
+ new

@@ -8,11 +8,13 @@ gem.summary = %Q{Track remote requests to catch fraud.} gem.description = %Q{Catch bad guys when they stick their hands in the honey.} 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 '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 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"