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
source "http://rubygems.org"
# gem "rails"
gem "rspec"
gem "flexmock"
gem "net-dns"

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{project-honeypot}
s.version = "0.1.0"
s.version = "0.1.1"
s.date = %q{2010-10-22}
s.authors = ["Charles Max Wood"]
s.email = %q{chuck@teachmetocode.com}
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.add_dependency('net-dns')
s.files = [ "README.rdoc",
"MIT-LICENSE",
"lib/project_honeypot.rb",
"lib/project-honeypot.rb",
"lib/project_honeypot/url.rb",
"lib/project_honeypot/base.rb"]
end
end