Sign the gem

This commit is contained in:
Alex Kotov 2022-11-15 17:17:13 +04:00
parent a39d9a57b1
commit 0c266678c8
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,14 @@
# -*- encoding: utf-8 -*-
GEM_CERT = File.expand_path('../gem-public_cert.pem', __dir__).freeze
GEM_KEY = File.expand_path('../gem-private_key.pem', __dir__).freeze
Gem::Specification.new do |gem|
gem.cert_chain = [GEM_CERT] if File.file? GEM_CERT
gem.signing_key = GEM_KEY if File.file? GEM_KEY
gem.name = 'inflecto'
gem.version = '0.1.0'
gem.version = '0.0.2'
gem.authors = ['The rails, merb & datamapper team', 'Markus Schirp']
gem.email = ['mbj@seonic.net']
gem.description = 'Inflector for strings'