Skip to content

Commit 412670b

Browse files
committed
🔒️ Signing cert for pboling
1 parent 4f3fe84 commit 412670b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

oauth.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Gem::Specification.new do |spec|
1010
spec.add_dependency("snaky_hash", "~> 2.0")
1111
spec.add_dependency("version_gem", "~> 1.1")
1212

13-
spec.name = "oauth"
13+
spec.cert_chain = ["certs/pboling.pem"]
14+
spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $PROGRAM_NAME.end_with?("gem")
15+
16+
spec.name = "oauth"
1417
spec.version = OAuth::Version::VERSION
1518
spec.license = "MIT"
1619

0 commit comments

Comments
 (0)