ssh_client 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ssh_client/version.rb +1 -1
- data/ssh_client.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8607f5212acbb733b0e1eb537121a0788cdd68da
|
4
|
+
data.tar.gz: d857601332a6825b555a2c342f35eb508ddc9ebd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7494bc4d810610a502b4d519bbcb7916c3965d5e196485106fd900e33c6fbd9fb48df3e9da7de939281d4f34f50610f6cbf3d36cb024fa2689f17994c5ee2d4
|
7
|
+
data.tar.gz: bf1e84289d0ae116f41cbd4ded4e84ed2409242c1cd3bc1c7a393e4b50e0a7fe03105c1e21ffce63296fe737bfb85d51aa3868c1d6a29301a767e8d1aa410613
|
data/lib/ssh_client/version.rb
CHANGED
data/ssh_client.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["key@kosmatov.ru"]
|
11
11
|
|
12
12
|
spec.summary = %q{Ruby SSH client}
|
13
|
-
spec.description = %q{Ruby SSH client
|
13
|
+
spec.description = %q{Ruby SSH client to interact with any remote shell}
|
14
14
|
spec.homepage = "https://github.com/kosmatov/ssh_client"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ssh_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Kosmatov
|
@@ -94,7 +94,7 @@ dependencies:
|
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
|
-
description: Ruby SSH client
|
97
|
+
description: Ruby SSH client to interact with any remote shell
|
98
98
|
email:
|
99
99
|
- key@kosmatov.ru
|
100
100
|
executables: []
|