net-ssh 3.0.2.rc1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93524ab10733902b604b76acc36193d8bcf4ca1b
4
- data.tar.gz: 88e5c681181e9011458adb039bc2853b4f31310b
3
+ metadata.gz: 2590e090bc772588e579dbd10b4cdcb1b2915f8f
4
+ data.tar.gz: 942b5077890efb1b2c4df16cb78421f982ad5280
5
5
  SHA512:
6
- metadata.gz: afbd93ffc5d6ce03bdd1e4a311baf4b7341ab46d0048fe165c32ab7d6de403c6070ae9d5be78cd7ebbebf71d0dd03cc42ab2b2602f453c013cba92ece19c87db
7
- data.tar.gz: 0a1f1f8cdd3abc441295acba9ff48b7149bd7625aa9d0fa53a505c62b697d87b8661ca02324047b2fbc348b02f5039bd0b9e8239413de708edfa6ae9c5e8228b
6
+ metadata.gz: 2dcdca345ab73be73cc497f5a329f728c9829c60ed6ff8ef8ac6e44bbd53d114e5e271c166babccebe5ec20a7da2ec493cfaa48e0a05c61bccad44ab3e416296
7
+ data.tar.gz: bca132211cc2eebca0f2f760b18ef51d1215b23b8d43f53a248c8aa27b3256eab5c2fa7a5893de2196a9d5a87ac840c732d04f679b745d4cf6971afffb859ea9
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,6 @@
1
+ === 3.0.2
2
+ === 3.0.2.rc1
3
+
1
4
  * fixed rare WaitWritable error with proxy commands [Miklos Fazkas, Andre Meij]]
2
5
  * if Net::SSH.start user is nil and config has no entry we default to Etc.getlogin
3
6
  * Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 [Christopher F. Auston]
@@ -55,7 +55,7 @@ module Net; module SSH
55
55
 
56
56
  # The prerelease component of this version of the Net::SSH library
57
57
  # nil allowed
58
- PRE = "rc1"
58
+ PRE = nil
59
59
 
60
60
  # The current version of the Net::SSH library as a Version instance
61
61
  CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
@@ -2,17 +2,17 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: net-ssh 3.0.2.rc1 ruby lib
5
+ # stub: net-ssh 3.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "net-ssh"
9
- s.version = "3.0.2.rc1"
9
+ s.version = "3.0.2"
10
10
 
11
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Jamis Buck", "Delano Mandelbaum", "Mikl\u{f3}s Fazekas"]
14
14
  s.cert_chain = ["net-ssh-public_cert.pem"]
15
- s.date = "2015-12-10"
15
+ s.date = "2015-12-30"
16
16
  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."
17
17
  s.email = "net-ssh@solutious.com"
18
18
  s.extra_rdoc_files = [
@@ -14,7 +14,7 @@
14
14
  roles:
15
15
  - { role: rvm_io.rvm1-ruby,
16
16
  tags: ruby, sudo: True,
17
- rvm1_rubies: ["ruby-{{ruby_version}}"],
17
+ rvm1_rubies: ["ruby-{{ruby_version}}","ruby-2.3.0"],
18
18
  rvm1_install_path: "{{rvm1_install_path}}",
19
19
  rvm1_gpg_key_server: pool.sks-keyservers.net,
20
20
  when: "'{{current_ruby_version.stdout|default()}}' != '{{ruby_version}}'" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2.rc1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -31,7 +31,7 @@ cert_chain:
31
31
  s/ZUKye79ELwFYKJOhjW5g725OL3hy+llhEleytwKRwgXFQBPTC4f5UkdxZVVWGH
32
32
  e2C9M1m/2odPZo8h
33
33
  -----END CERTIFICATE-----
34
- date: 2015-12-10 00:00:00.000000000 Z
34
+ date: 2015-12-30 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: test-unit
@@ -251,9 +251,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
251
251
  version: '2.0'
252
252
  required_rubygems_version: !ruby/object:Gem::Requirement
253
253
  requirements:
254
- - - ">"
254
+ - - ">="
255
255
  - !ruby/object:Gem::Version
256
- version: 1.3.1
256
+ version: '0'
257
257
  requirements: []
258
258
  rubyforge_project: net-ssh
259
259
  rubygems_version: 2.4.6
metadata.gz.sig CHANGED
Binary file