net-ssh-gateway 1.3.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db7ab4dad7ebd7d09fec9742a6dde8ade0d30b15
4
- data.tar.gz: 43c6707424a9804f46d88c1df2dfbf5e0db8a192
3
+ metadata.gz: 39b8b75dd853dc9f4d6b29f0556caa737eb69526
4
+ data.tar.gz: c6b43818b0317d41c4848a0d83452c059139af1d
5
5
  SHA512:
6
- metadata.gz: c0f93392d1e0b308162a7965e0a0f815fd7ff21d9d79f7b184f9c91718f556d0a72bfa7f63af91cd344b0cb163f7a35f8a75b42107bce9f22353359af6ab9fa3
7
- data.tar.gz: 1258069f4ee24b6ec53ad79a3b8f5e9bd3e378063bd0b3f05ee9e8ce39c4ee2610b436cf15438c68534828bdfa5d6c1ca785bb6359c456397de8a1d9b851f1ab
6
+ metadata.gz: 709256f5adefc2f7991e62e64c21cdd7d948fb754976a087ea2e9e24a7530377f6e1198e47a643b922a4ac225ce98dbefd0afa9bc83c7407815c68bfb1fa3934
7
+ data.tar.gz: 44195cc2db4b668e58f38458afdb4f226420ad20e3bf18683627a70610bec441b6be88399fb95a035bb08be13960f2b1308e18b2cc36f19ab68dc6977fa2d7cc
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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
 
@@ -1,7 +1,7 @@
1
1
  module Net
2
2
  module SSH
3
3
  class Gateway
4
- VERSION = "1.3.0"
4
+ VERSION = "2.0.0"
5
5
  end
6
6
  end
7
7
  end
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency "minitest", "~> 5.8.4"
28
28
  spec.add_development_dependency "mocha", ">= 1.2.1"
29
29
 
30
- spec.add_runtime_dependency "net-ssh", ">= 2.6.5"
30
+ spec.add_runtime_dependency "net-ssh", ">= 4.0.0"
31
31
  end
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: 1.3.0
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: 2.6.5
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: 2.6.5
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