We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c35d82 commit ca72087Copy full SHA for ca72087
version_gem.gemspec
@@ -17,11 +17,7 @@ Gem::Specification.new do |spec|
17
spec.cert_chain = [ENV.fetch("GEM_CERT_PATH", "certs/#{ENV.fetch("GEM_CERT_USER", ENV["USER"])}.pem")]
18
if $PROGRAM_NAME.end_with?("gem", "rake") && ARGV[0] == "build"
19
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem")
20
- else
21
- warn "Packaging via #{$PROGRAM_NAME} with #{ARGV.inspect}"
22
end
23
24
- warn "No Cert File Found. May package without signing."
25
26
27
spec.name = "version_gem"
0 commit comments