Skip to content

Commit

Permalink
has_rdoc and date are being removed by RubyGems and can be omitted.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 19, 2011
1 parent 8be6662 commit c5041e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packetfu.gemspec
Expand Up @@ -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")
Expand Down

0 comments on commit c5041e7

Please sign in to comment.