Skip to content

Commit

Permalink
2.9.3beta1 prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Jan 27, 2015
1 parent 082d1ac commit efd1c06
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 2.9.4-beta1

* Use sysread and syswrite on Windows instead of read_nonblock and write [marc-etienne]
* Windows/peagant: use fiddle on ruby 2.2+/windows [Charlie Savage]
* Check if ssh key is a file [kiela]

=== 2.9.3
=== 2.9.2-rc3

* Remove advertised algorithms that were not working ([email protected]) [mfazekas]
Expand Down
4 changes: 2 additions & 2 deletions lib/net/ssh/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def to_i
MINOR = 9

# The tiny component of this version of the Net::SSH library
TINY = 2
TINY = 3

# The prerelease component of this version of the Net::SSH library
# nil allowed
PRE = nil
PRE = 'beta1'

# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
Expand Down
8 changes: 4 additions & 4 deletions net-ssh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 ruby lib
# stub: net-ssh 2.9.3.beta1 ruby lib

Gem::Specification.new do |s|
s.name = "net-ssh"
s.version = "2.9.2"
s.version = "2.9.3.beta1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
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-09"
s.date = "2015-01-27"
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 = "[email protected]"
s.extra_rdoc_files = [
Expand Down

0 comments on commit efd1c06

Please sign in to comment.