net-ssh 2.9.4.rc1 → 2.9.4

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: c78d95e1a6a176a5758703ee6bae1641841b7ece
4
- data.tar.gz: b26c48f7574e6f456e7e96fd745989b3435aa253
3
+ metadata.gz: e7f14fbfcfd32cc75f187e18b727926b727993ec
4
+ data.tar.gz: 5aba78f7570373c5cbb0b441b620ade113c356d5
5
5
  SHA512:
6
- metadata.gz: 43193bcd4fd4af80ab1e92cd42a94afb062fa46d098bc5ec5231adb2df27e26ac64972ec9ad39c76cee3ca5a0940bebe2307571bbdd64afb523f59daaa5876b5
7
- data.tar.gz: 91d433f19a523bdaf7389567f1892c73606873e3c0694d7b34b6f58729716068aa8567f7779ca90f036b3cece67a74d08ca4aff4aabc0f65705e0e8d576d3e85
6
+ metadata.gz: 0f9f618270c98f579a6cb999fab3b4d1d58c38e200db68931c911cd8055a3e8cc51d1a84246de80889a5dabb1c138af5607d955766143d9a512ea5f2f6b95fc5
7
+ data.tar.gz: 5628810355c03a737accd6fae7225287183397edcce63b14a090caec1f3722455f6c98b76d4b4d5b11f19515ebe0f6ef3a78b37b4ef4fcd2ce4c8a868c786574
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -53,9 +53,9 @@ module Net; module SSH
53
53
  # The tiny component of this version of the Net::SSH library
54
54
  TINY = 4
55
55
 
56
- # The prerelease component of this version of the Net::SSH library
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 2.9.4.rc1 ruby lib
5
+ # stub: net-ssh 2.9.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "net-ssh"
9
- s.version = "2.9.4.rc1"
9
+ s.version = "2.9.4"
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 = "2016-01-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 = [
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: 2.9.4.rc1
4
+ version: 2.9.4
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: 2016-01-30 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: test-unit
@@ -243,9 +243,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  required_rubygems_version: !ruby/object:Gem::Requirement
245
245
  requirements:
246
- - - ">"
246
+ - - ">="
247
247
  - !ruby/object:Gem::Version
248
- version: 1.3.1
248
+ version: '0'
249
249
  requirements: []
250
250
  rubyforge_project: net-ssh
251
251
  rubygems_version: 2.4.6
metadata.gz.sig CHANGED
Binary file