forked from Antiarchitect/net-ssh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [ | ||
|