Skip to content

Commit

Permalink
Remove cert warning, it's annoying.
Browse files Browse the repository at this point in the history
Let's just hope I remember to check that the gem is signed.
  • Loading branch information
jnicklas committed Mar 8, 2013
1 parent d73c24d commit d3a710b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions capybara.gemspec
Expand Up @@ -39,8 +39,6 @@ Gem::Specification.new do |s|

if File.exist?("gem-private_key.pem")
s.signing_key = 'gem-private_key.pem'
else
puts "WARNING!! No private key specified, gem will not be signed!"
end
s.cert_chain = ['gem-public_cert.pem']
end

0 comments on commit d3a710b

Please sign in to comment.