Skip to content

Commit ca72087

Browse files
committed
🔇 Less verbose
1 parent 8c35d82 commit ca72087

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

version_gem.gemspec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.cert_chain = [ENV.fetch("GEM_CERT_PATH", "certs/#{ENV.fetch("GEM_CERT_USER", ENV["USER"])}.pem")]
1818
if $PROGRAM_NAME.end_with?("gem", "rake") && ARGV[0] == "build"
1919
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem")
20-
else
21-
warn "Packaging via #{$PROGRAM_NAME} with #{ARGV.inspect}"
2220
end
23-
else
24-
warn "No Cert File Found. May package without signing."
2521
end
2622

2723
spec.name = "version_gem"

0 commit comments

Comments
 (0)