From c5041e766c0a595c4624a57bfbfa3154566cc5f3 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 18 Jun 2011 23:39:57 -0700 Subject: [PATCH] has_rdoc and date are being removed by RubyGems and can be omitted. --- packetfu.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/packetfu.gemspec b/packetfu.gemspec index 93708d2..c427dfc 100644 --- a/packetfu.gemspec +++ b/packetfu.gemspec @@ -3,14 +3,12 @@ require 'rake' Gem::Specification.new do |s| s.name = %q{packetfu} s.version = "1.1.1" - s.date = %q{2011-06-15} s.authors = ["Tod Beardsley"] s.email = %q{todb@planb-security.net} s.summary = %q{PacketFu is a mid-level packet manipulation library.} s.homepage = %q{https://github.com/todb/packetfu} s.description = %q{PacketFu is a mid-level packet manipulation library for Ruby. With it, users can read, parse, and write network packets with the level of ease and fun they expect from Ruby. Note that this gem does not automatically require pcaprub, since users may install pcaprub through non-gem means.} s.files = `git ls-files`.split($/) - s.has_rdoc = true # Use sdoc, though, it's nicer. s.license = 'BSD' s.add_development_dependency('pcaprub',">= 0.9.2") s.add_development_dependency('rspec',">= 2.6.2")