Skip to content

Commit

Permalink
Fix gemspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dimriou committed Mar 29, 2017
1 parent 40de8fc commit b9a6c61
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions packetfu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ require 'rake'
require './lib/packetfu/version'

Gem::Specification.new do |s|
s.name = 'packetfu'
s.name = 'packetfu6'
s.version = PacketFu::VERSION
s.authors = ['Tod Beardsley', 'Jonathan Claudius']
s.email = ['[email protected]', 'claudijd@yahoo.com']
s.summary = 'PacketFu is a mid-level packet manipulation library.'
s.homepage = 'https://github.com/packetfu/packetfu'
s.authors = ['Dimitris Grigoriou']
s.email = ['dimitris.riou@gmail.com']
s.summary = 'PacketFu6 is a mid-level packet manipulation library.'
s.homepage = 'https://github.com/decrypto-org/packetfu6'
s.description = %q{
PacketFu is a mid-level packet manipulation library for Ruby. With
PacketFu6 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.
}
Expand All @@ -29,11 +29,4 @@ Gem::Specification.new do |s|
s.test_files = (s.files & (Dir['spec/**/*_spec.rb'] + Dir['test/test_*.rb']) )
s.rubyforge_project = 'packetfu'

cert = File.expand_path("~/.ssh/gem-private_key_todb.pem")

if File.exist?(cert) and File.readable?(cert)
s.signing_key = cert
s.cert_chain = ['gem-public_cert.pem']
end

end

0 comments on commit b9a6c61

Please sign in to comment.