net-ssh 3.1.0 → 3.1.1

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: e78a6f09f8d4355d7b7dda1b4f6b6f4dd6ee55fb
4
- data.tar.gz: 26af05767bc49f0d37a3c26de47ed3d36b091015
3
+ metadata.gz: 4a7137b024d13eff1d07bc383f9af459276cd6e6
4
+ data.tar.gz: b41b06db8a85bad4f82bd8e45b608f22d5fe5691
5
5
  SHA512:
6
- metadata.gz: a707c9c97782c023564a0b8ab3edbd3865e5c212f1955b23f1834a89cf83ace16d91deb73bb427a3cad61196b99c9ad9f9fe0f30345ca64db9ff069ab120bf3a
7
- data.tar.gz: 4a449f4299ad899ab0c390d2776f3471c2e57b05f963c8d76bf39ef0c37f2f8bb088aeb3c7fe55579db3edc903cc9fe802da43a0eed788850ba566dd1f510ea9
6
+ metadata.gz: 79a6eabb6968b82c503586f8d6d7e2e97770092797a4111309055040bc76db7e49df2dd34122be103c40192c94a4848323a6d7c5c3cb42d93e534556e8cfc98e
7
+ data.tar.gz: 9c5abba527c9c1c6ecb97246ea31d23e31825f3a60f4de37a7c38362c04b2b0446f8591de49014781cefeac25d38db6df68295ef295aa5cb94efc46763c45d7b
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,7 @@
1
+ === 3.1.1
2
+
3
+ * added missing etc require
4
+
1
5
  === 3.1.0
2
6
  === 3.1.0.rc1
3
7
 
@@ -3,6 +3,7 @@
3
3
  ENV['HOME'] ||= ENV['HOMEPATH'] ? "#{ENV['HOMEDRIVE']}#{ENV['HOMEPATH']}" : Dir.pwd
4
4
 
5
5
  require 'logger'
6
+ require 'etc'
6
7
 
7
8
  require 'net/ssh/config'
8
9
  require 'net/ssh/errors'
@@ -51,7 +51,7 @@ module Net; module SSH
51
51
  MINOR = 1
52
52
 
53
53
  # The tiny component of this version of the Net::SSH library
54
- TINY = 0
54
+ TINY = 1
55
55
 
56
56
  # The prerelease component of this version of the Net::SSH library
57
57
  # nil allowed
@@ -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.1.0 ruby lib
5
+ # stub: net-ssh 3.1.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "net-ssh"
9
- s.version = "3.1.0"
9
+ s.version = "3.1.1"
10
10
 
11
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-03-18"
15
+ s.date = "2016-03-23"
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: 3.1.0
4
+ version: 3.1.1
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-03-18 00:00:00.000000000 Z
34
+ date: 2016-03-23 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: test-unit
metadata.gz.sig CHANGED
Binary file