version 0.1.1
parent
6151daffc1
commit
acf5a7d6ce
1
Gemfile
1
Gemfile
|
@ -1,7 +1,6 @@
|
||||||
# A sample Gemfile
|
# A sample Gemfile
|
||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
# gem "rails"
|
|
||||||
gem "rspec"
|
gem "rspec"
|
||||||
gem "flexmock"
|
gem "flexmock"
|
||||||
gem "net-dns"
|
gem "net-dns"
|
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{project-honeypot}
|
s.name = %q{project-honeypot}
|
||||||
s.version = "0.1.0"
|
s.version = "0.1.1"
|
||||||
s.date = %q{2010-10-22}
|
s.date = %q{2010-10-22}
|
||||||
s.authors = ["Charles Max Wood"]
|
s.authors = ["Charles Max Wood"]
|
||||||
s.email = %q{chuck@teachmetocode.com}
|
s.email = %q{chuck@teachmetocode.com}
|
||||||
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
||||||
s.add_dependency('net-dns')
|
s.add_dependency('net-dns')
|
||||||
s.files = [ "README.rdoc",
|
s.files = [ "README.rdoc",
|
||||||
"MIT-LICENSE",
|
"MIT-LICENSE",
|
||||||
"lib/project_honeypot.rb",
|
"lib/project-honeypot.rb",
|
||||||
"lib/project_honeypot/url.rb",
|
"lib/project_honeypot/url.rb",
|
||||||
"lib/project_honeypot/base.rb"]
|
"lib/project_honeypot/base.rb"]
|
||||||
end
|
end
|
Loading…
Reference in New Issue