@@ -2,14 +2,14 @@ require 'rake'
22require './lib/packetfu/version'
33
44Gem ::Specification . new do |s |
5- s . name = 'packetfu '
5+ s . name = 'packetfu6 '
66 s . version = PacketFu ::VERSION
7- s . authors = [ 'Tod Beardsley' , 'Jonathan Claudius ']
8- s . email = [ '[email protected] ' , 'claudijd@yahoo .com'] 9- s . summary = 'PacketFu is a mid-level packet manipulation library.'
10- s . homepage = 'https://github.com/packetfu/packetfu '
7+ s . authors = [ 'Dimitris Grigoriou ' ]
8+ s . email = [ 'dimitris.riou@gmail .com' ]
9+ s . summary = 'PacketFu6 is a mid-level packet manipulation library.'
10+ s . homepage = 'https://github.com/decrypto-org/packetfu6 '
1111 s . description = %q{
12- PacketFu is a mid-level packet manipulation library for Ruby. With
12+ PacketFu6 is a mid-level packet manipulation library for Ruby. With
1313 it, users can read, parse, and write network packets with the level of
1414 ease and fun they expect from Ruby.
1515 }
@@ -29,11 +29,4 @@ Gem::Specification.new do |s|
2929 s . test_files = ( s . files & ( Dir [ 'spec/**/*_spec.rb' ] + Dir [ 'test/test_*.rb' ] ) )
3030 s . rubyforge_project = 'packetfu'
3131
32- cert = File . expand_path ( "~/.ssh/gem-private_key_todb.pem" )
33-
34- if File . exist? ( cert ) and File . readable? ( cert )
35- s . signing_key = cert
36- s . cert_chain = [ 'gem-public_cert.pem' ]
37- end
38-
3932end
0 commit comments