sshkit 1.9.0.rc1 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -0
- data/lib/sshkit/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b6bcfd27e36ebe075f80d336e753443e1367aed
|
4
|
+
data.tar.gz: c41d529fd3c79e9b89506e20b95778672385f636
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cc8f62186668eae9e473e7b72c073d31c008af7104ee893e5a5761bdc6c3159b9ce2ecd6063a0e4cbc4173eeb986451dffa5d6b69588e04ba577bd499cad8c7
|
7
|
+
data.tar.gz: be5c5e5686439d393a498d9084219eecb706192518bfc57aaeec18ae7c0b6c4803b344ef51690c0ab7ac9987725220caf2fbcd7eeac24f4ce3c5873760fda69d
|
data/CHANGELOG.md
CHANGED
@@ -8,6 +8,12 @@ appear at the top.
|
|
8
8
|
* Add your entries below here, remember to credit yourself however you want
|
9
9
|
to be credited!
|
10
10
|
|
11
|
+
## 1.9.0
|
12
|
+
|
13
|
+
**Refer to the 1.9.0.rc1 release notes for a full list of new features, fixes,
|
14
|
+
and potentially breaking changes since SSHKit 1.8.1.** There are no changes
|
15
|
+
since 1.9.0.rc1.
|
16
|
+
|
11
17
|
## 1.9.0.rc1
|
12
18
|
|
13
19
|
### Potentially breaking changes
|
data/README.md
CHANGED
data/lib/sshkit/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sshkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.0
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lee Hambley
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-03-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: net-ssh
|
@@ -225,12 +225,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
225
225
|
version: '0'
|
226
226
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
227
227
|
requirements:
|
228
|
-
- - "
|
228
|
+
- - ">="
|
229
229
|
- !ruby/object:Gem::Version
|
230
|
-
version:
|
230
|
+
version: '0'
|
231
231
|
requirements: []
|
232
232
|
rubyforge_project:
|
233
|
-
rubygems_version: 2.
|
233
|
+
rubygems_version: 2.6.1
|
234
234
|
signing_key:
|
235
235
|
specification_version: 4
|
236
236
|
summary: SSHKit makes it easy to write structured, testable SSH commands in Ruby
|