From ec8df8ed9e98f25e786ff0e58641be9ccbfece27 Mon Sep 17 00:00:00 2001 From: Miklos Fazekas Date: Fri, 9 Jan 2015 09:57:11 +0100 Subject: Preparing to 2.9.2 final release --- lib/net/ssh/version.rb | 2 +- net-ssh.gemspec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index 318cec7..ddd6f38 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 = "rc3" + PRE = nil # 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 9841bb3..4fa859b 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.rc3 ruby lib +# stub: net-ssh 2.9.2 ruby lib Gem::Specification.new do |s| s.name = "net-ssh" - s.version = "2.9.2.rc3" + s.version = "2.9.2" - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new(">= 0") 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-07" + s.date = "2015-01-09" 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 = [ -- cgit v1.2.1