Sign the gem

This commit is contained in:
Alex Kotov 2022-11-14 18:11:58 +04:00
parent e374c3a808
commit a5a4e344a7
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
require File.expand_path('lib/pry/version', __dir__)
Gem::Specification.new do |s|
s.cert_chain = [File.expand_path('../gem-public_cert.pem').freeze]
signing_key = File.expand_path('../gem-private_key.pem').freeze
s.signing_key = signing_key if File.file? signing_key
s.name = "pry"
s.version = Pry::VERSION