net-ssh 3.2.0.rc2 → 3.2.0

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: 4bc08b5859ba2b8174bc55389dd24b304f4f1404
4
- data.tar.gz: d620847f2da3225dccb38c971ef076a5fb437c56
3
+ metadata.gz: fddfc969b84b22bd2bb90a5b337507a7929ebc65
4
+ data.tar.gz: 5684dc27aeb422a0d847c5687b0a1c2689b52c4c
5
5
  SHA512:
6
- metadata.gz: 2ca9e04291a887bc9fe4b303c0c8bb2fab017157ba96e2996aacfc5f724c9e53c01dec38de0a612e6351141c788f3b5fe4b15723e3893f395b0c122de9f03c14
7
- data.tar.gz: 93b1c9d9f68860bbebb0bc213662848b768d442a4718ca9d3190473912dd48655457195ac6d44d6d9084a156befe567773a8ed48d6b8e909ebc3dbd17517cce6
6
+ metadata.gz: 7255b96aca8950a8d479b32d87edef6b0f60af8b6a4aec827627a9fa902f34a86abc6d48277ca78c86f30b76c418e94fd2df724e5ce228fa8e1afc114bf96db7
7
+ data.tar.gz: a9f5e0de9dbb3268ad5f824e04fe2ec644752c67aaa80671617aab5ccf401d55cc0b611448ab6e1492368accb204eb75ea5573595bf9a9b88ab7cdf3988a04ab
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -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 = "rc2"
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.2.0.rc2 ruby lib
5
+ # stub: net-ssh 3.2.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "net-ssh"
9
- s.version = "3.2.0.rc2"
9
+ s.version = "3.2.0"
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 = "2016-05-29"
15
+ s.date = "2016-06-19"
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 = [
@@ -191,7 +191,7 @@ Gem::Specification.new do |s|
191
191
  s.licenses = ["MIT"]
192
192
  s.required_ruby_version = Gem::Requirement.new(">= 2.0")
193
193
  s.rubyforge_project = "net-ssh"
194
- s.rubygems_version = "2.4.3"
194
+ s.rubygems_version = "2.4.6"
195
195
  s.signing_key = "/mnt/gem/net-ssh-private_key.pem"
196
196
  s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
197
197
 
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.2.0.rc2
4
+ version: 3.2.0
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: 2016-05-29 00:00:00.000000000 Z
34
+ date: 2016-06-19 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: test-unit
@@ -252,12 +252,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
252
252
  version: '2.0'
253
253
  required_rubygems_version: !ruby/object:Gem::Requirement
254
254
  requirements:
255
- - - ">"
255
+ - - ">="
256
256
  - !ruby/object:Gem::Version
257
- version: 1.3.1
257
+ version: '0'
258
258
  requirements: []
259
259
  rubyforge_project: net-ssh
260
- rubygems_version: 2.4.3
260
+ rubygems_version: 2.4.6
261
261
  signing_key:
262
262
  specification_version: 4
263
263
  summary: 'Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.'
metadata.gz.sig CHANGED
Binary file