Sign the gem

This commit is contained in:
Alex Kotov 2022-11-14 17:37:49 +04:00
parent 639859e642
commit f82770d2f2
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
require File.expand_path('../lib/hashie/version', __FILE__)
Gem::Specification.new do |gem|
gem.cert_chain = ['../gem-public_cert.pem']
signing_key = File.expand_path '../gem-private_key.pem'
gem.signing_key = signing_key if File.file? signing_key
gem.name = 'hashie'
gem.version = Hashie::VERSION
gem.authors = ['Michael Bleigh', 'Jerry Cheung']