honeypot.gemspec in honeypot-0.0.5 vs honeypot.gemspec in honeypot-0.0.6
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{honeypot}
- s.version = "0.0.5"
+ s.version = "0.0.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Seamus Abshere"]
s.date = %q{2010-05-27}
s.description = %q{Catch bad guys when they stick their hands in the honey.}
@@ -25,10 +25,11 @@
"VERSION",
"honeypot.gemspec",
"lib/honeypot.rb",
"lib/honeypot/ipaddr_ext.rb",
"lib/honeypot/rack.rb",
+ "lib/honeypot/rails.rb",
"lib/honeypot/railtie.rb",
"lib/honeypot/remote_host.rb",
"lib/honeypot/remote_request.rb",
"test/helper.rb",
"test/test_honeypot.rb"
@@ -48,21 +49,24 @@
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<fast_timestamp>, [">= 0.0.4"])
s.add_runtime_dependency(%q<geokit>, [">= 1.5.0"])
- s.add_runtime_dependency(%q<activesupport>, [">= 3.0.0beta2"])
- s.add_runtime_dependency(%q<activerecord>, [">= 3.0.0beta2"])
+ s.add_runtime_dependency(%q<activesupport>, [">= 2.3.8"])
+ s.add_runtime_dependency(%q<activerecord>, [">= 2.3.8"])
+ s.add_runtime_dependency(%q<andand>, [">= 1.3.1"])
else
s.add_dependency(%q<fast_timestamp>, [">= 0.0.4"])
s.add_dependency(%q<geokit>, [">= 1.5.0"])
- s.add_dependency(%q<activesupport>, [">= 3.0.0beta2"])
- s.add_dependency(%q<activerecord>, [">= 3.0.0beta2"])
+ s.add_dependency(%q<activesupport>, [">= 2.3.8"])
+ s.add_dependency(%q<activerecord>, [">= 2.3.8"])
+ s.add_dependency(%q<andand>, [">= 1.3.1"])
end
else
s.add_dependency(%q<fast_timestamp>, [">= 0.0.4"])
s.add_dependency(%q<geokit>, [">= 1.5.0"])
- s.add_dependency(%q<activesupport>, [">= 3.0.0beta2"])
- s.add_dependency(%q<activerecord>, [">= 3.0.0beta2"])
+ s.add_dependency(%q<activesupport>, [">= 2.3.8"])
+ s.add_dependency(%q<activerecord>, [">= 2.3.8"])
+ s.add_dependency(%q<andand>, [">= 1.3.1"])
end
end