honeypot.gemspec in honeypot-0.0.6 vs honeypot.gemspec in honeypot-0.0.7
- old
+ new
@@ -3,15 +3,15 @@
# 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.6"
+ s.version = "0.0.7"
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.date = %q{2010-07-02}
s.description = %q{Catch bad guys when they stick their hands in the honey.}
s.email = %q{seamus@abshere.net}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -35,21 +35,21 @@
"test/test_honeypot.rb"
]
s.homepage = %q{http://github.com/seamusabshere/honeypot}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.6}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{Track remote requests to catch fraud.}
s.test_files = [
"test/helper.rb",
"test/test_honeypot.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= 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>, [">= 2.3.8"])
s.add_runtime_dependency(%q<activerecord>, [">= 2.3.8"])
s.add_runtime_dependency(%q<andand>, [">= 1.3.1"])