diff --git a/Gemfile b/Gemfile index 763b7d8..0389026 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ # A sample Gemfile source "http://rubygems.org" -# gem "rails" gem "rspec" gem "flexmock" gem "net-dns" \ No newline at end of file diff --git a/lib/project_honeypot.rb b/lib/project-honeypot.rb similarity index 100% rename from lib/project_honeypot.rb rename to lib/project-honeypot.rb diff --git a/project-honeypot-0.1.0.gem b/project-honeypot-0.1.0.gem deleted file mode 100644 index 601b75d..0000000 Binary files a/project-honeypot-0.1.0.gem and /dev/null differ diff --git a/project-honeypot-0.1.1.gem b/project-honeypot-0.1.1.gem new file mode 100644 index 0000000..2d33e8a Binary files /dev/null and b/project-honeypot-0.1.1.gem differ diff --git a/project-honeypot.gemspec b/project-honeypot.gemspec index 4f0f0d7..0bc0baf 100644 --- a/project-honeypot.gemspec +++ b/project-honeypot.gemspec @@ -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 \ No newline at end of file +end