Skip to content

Commit b9a6c61

Browse files
committed
Fix gemspec dependencies
1 parent 40de8fc commit b9a6c61

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

packetfu.gemspec

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ require 'rake'
22
require './lib/packetfu/version'
33

44
Gem::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-
3932
end

0 commit comments

Comments
 (0)