summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazkeas <mfazekas@szemafor.com>2014-12-02 20:32:55 +0100
committerMiklos Fazkeas <mfazekas@szemafor.com>2014-12-02 20:32:55 +0100
commit3cdb3975e963fc62abf6c78d483f3ee0e3f4ff45 (patch)
tree29d966ea231837bc56ca049ebb6b0e6f2fbe56a5
parent13d29ca8850488624660cd7b49f33d6c32c74e89 (diff)
downloadnet-ssh-3cdb3975e963fc62abf6c78d483f3ee0e3f4ff45.tar.gz
Update gem related files with the right certificatesv2.9.2.beta
-rw-r--r--net-ssh.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 99ea38d..ccf767d 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Jamis Buck", "Delano Mandelbaum"]
- s.cert_chain = ["gem-public_cert.pem"]
+ s.cert_chain = ["net-ssh-public_cert.pem"]
s.date = "2014-12-02"
s.description = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2."
s.email = "net-ssh@solutious.com"
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
"Rakefile",
"Rudyfile",
"THANKS.txt",
- "gem-public_cert.pem",
"lib/net/ssh.rb",
"lib/net/ssh/authentication/agent.rb",
"lib/net/ssh/authentication/agent/java_pageant.rb",
@@ -109,6 +108,7 @@ Gem::Specification.new do |s|
"lib/net/ssh/verifiers/secure.rb",
"lib/net/ssh/verifiers/strict.rb",
"lib/net/ssh/version.rb",
+ "net-ssh-public_cert.pem",
"net-ssh.gemspec",
"setup.rb",
"support/arcfour_check.rb",
@@ -182,7 +182,7 @@ Gem::Specification.new do |s|
s.licenses = ["MIT"]
s.rubyforge_project = "net-ssh"
s.rubygems_version = "2.2.2"
- s.signing_key = "/mnt/gem/gem-private_key.pem"
+ s.signing_key = "/mnt/gem/net-ssh-private_key.pem"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
if s.respond_to? :specification_version then