net-ssh-gateway 1.3.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGES.txt +5 -1
- data/README.md +4 -0
- data/lib/net/ssh/gateway/version.rb +1 -1
- data/net-ssh-gateway.gemspec +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39b8b75dd853dc9f4d6b29f0556caa737eb69526
|
4
|
+
data.tar.gz: c6b43818b0317d41c4848a0d83452c059139af1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 709256f5adefc2f7991e62e64c21cdd7d948fb754976a087ea2e9e24a7530377f6e1198e47a643b922a4ac225ce98dbefd0afa9bc83c7407815c68bfb1fa3934
|
7
|
+
data.tar.gz: 44195cc2db4b668e58f38458afdb4f226420ad20e3bf18683627a70610bec441b6be88399fb95a035bb08be13960f2b1308e18b2cc36f19ab68dc6977fa2d7cc
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGES.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1
1
|
|
2
|
+
|
3
|
+
=== 2.0.0 / 26 Jan 2017
|
4
|
+
|
5
|
+
* Update net-ssh dependency to 4.0.0 which requires Ruby version >= 2.0 [delano]
|
6
|
+
|
2
7
|
=== 1.3.0 / 26 Jan 2017
|
3
8
|
|
4
9
|
* Fix for loop_wait option on initialization [mfazekas, tpitale]
|
@@ -6,7 +11,6 @@
|
|
6
11
|
* Use minitest instead of test/unit [tpitale]
|
7
12
|
* Added Travis CI config [tpitale]
|
8
13
|
|
9
|
-
|
10
14
|
=== 1.2.0 / 06 Feb 2013
|
11
15
|
|
12
16
|
* Added public cert. All gem releases are now signed. See INSTALL in readme.
|
data/README.md
CHANGED
@@ -69,6 +69,10 @@ Then, when install the gem, do so with high security:
|
|
69
69
|
|
70
70
|
If you don't add the public key, you'll see an error like "Couldn't verify data signature".
|
71
71
|
|
72
|
+
## Ruby 1.9
|
73
|
+
|
74
|
+
As of release 2.0.0, net-ssh-gateway supports only Ruby >= 2.0.0. The last release that supports Ruby 1.9 is 1.3.0.
|
75
|
+
|
72
76
|
|
73
77
|
## LICENSE:
|
74
78
|
|
data/net-ssh-gateway.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: net-ssh-gateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamis Buck
|
@@ -96,14 +96,14 @@ dependencies:
|
|
96
96
|
requirements:
|
97
97
|
- - ">="
|
98
98
|
- !ruby/object:Gem::Version
|
99
|
-
version:
|
99
|
+
version: 4.0.0
|
100
100
|
type: :runtime
|
101
101
|
prerelease: false
|
102
102
|
version_requirements: !ruby/object:Gem::Requirement
|
103
103
|
requirements:
|
104
104
|
- - ">="
|
105
105
|
- !ruby/object:Gem::Version
|
106
|
-
version:
|
106
|
+
version: 4.0.0
|
107
107
|
description: A simple library to assist in establishing tunneled Net::SSH connections
|
108
108
|
email:
|
109
109
|
- net-ssh@solutious.com
|
metadata.gz.sig
CHANGED
Binary file
|