We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3fe84 commit 412670bCopy full SHA for 412670b
oauth.gemspec
@@ -10,7 +10,10 @@ Gem::Specification.new do |spec|
10
spec.add_dependency("snaky_hash", "~> 2.0")
11
spec.add_dependency("version_gem", "~> 1.1")
12
13
- spec.name = "oauth"
+ 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"
17
spec.version = OAuth::Version::VERSION
18
spec.license = "MIT"
19
0 commit comments