version 0.1.1

master
woody2shoes 2010-10-27 22:13:06 -06:00
parent 6151daffc1
commit acf5a7d6ce
5 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -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