From d3a710b7d5dfc058dc6c7b87807faaf6868a7ce1 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Fri, 1 Mar 2013 15:42:18 +0100 Subject: [PATCH] Remove cert warning, it's annoying. Let's just hope I remember to check that the gem is signed. --- capybara.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/capybara.gemspec b/capybara.gemspec index f627ff926..b9edf94ba 100644 --- a/capybara.gemspec +++ b/capybara.gemspec @@ -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