Skip to content

Commit 1c99977

Browse files
committed
📝 Documentation
1 parent dbfa187 commit 1c99977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

version_gem.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
1212
# and securely certify them independently via alternate package management systems.
1313
# Ref: https://gitlab.com/oauth-xx/version_gem/-/issues/3
1414
# Hence, only enable signing if the cert_file is present.
15+
# See CONTRIBUTING.md
1516
cert_file = ENV.fetch("GEM_CERT_PATH", "certs/#{ENV.fetch("GEM_CERT_USER", ENV["USER"])}.pem")
1617
if cert_file && File.exist?(File.join(__dir__, cert_file))
1718
spec.cert_chain = [ENV.fetch("GEM_CERT_PATH", "certs/#{ENV.fetch("GEM_CERT_USER", ENV["USER"])}.pem")]

0 commit comments

Comments
 (0)