summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2015-01-07 16:42:50 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2015-01-07 16:42:50 +0100
commit4477aa098817c0cd82616297962be29f686aaf30 (patch)
tree00cff51f116bb913b3e03deb3023c026f709bdeb
parent971c621882670bcee342deb37082288d05874f89 (diff)
parent1ea6c095150618195ca5e715cf495cb93b0de7a6 (diff)
downloadnet-ssh-4477aa098817c0cd82616297962be29f686aaf30.tar.gz
Merge pull request #213 from mfazekas/rc3-release-prepv2.9.2.rc3
Rc3 release prep
-rw-r--r--lib/net/ssh/version.rb2
-rw-r--r--net-ssh.gemspec6
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 7a9df7d..318cec7 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -55,7 +55,7 @@ module Net; module SSH
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = "rc2"
+ PRE = "rc3"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 8d932cf..9841bb3 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -2,17 +2,17 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: net-ssh 2.9.2.rc2 ruby lib
+# stub: net-ssh 2.9.2.rc3 ruby lib
Gem::Specification.new do |s|
s.name = "net-ssh"
- s.version = "2.9.2.rc2"
+ s.version = "2.9.2.rc3"
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", "Mikl\u{f3}s Fazekas"]
s.cert_chain = ["net-ssh-public_cert.pem"]
- s.date = "2015-01-03"
+ s.date = "2015-01-07"
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"
s.extra_rdoc_files = [