From 9022321f6928f03969df6ec1fb57fec7cc9fb82e Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Fri, 22 Mar 2024 18:55:43 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=90=20Cert=20-=20pboling=20expires=20S?= =?UTF-8?q?EP-2024?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sanitize_email.gemspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sanitize_email.gemspec b/sanitize_email.gemspec index 1eb98ad..b253e41 100644 --- a/sanitize_email.gemspec +++ b/sanitize_email.gemspec @@ -11,6 +11,10 @@ Gem::Specification.new do |spec| spec.name = 'sanitize_email' spec.version = gem_version + # See CONTRIBUTING.md + spec.cert_chain = ["certs/pboling.pem"] + spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $PROGRAM_NAME.end_with?("gem") + spec.authors = ['Peter Boling', 'John Trupiano', 'George Anderson'] spec.summary = 'Email Condom for your Ruby Server' spec.description = <<~DESCRIPTION