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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7a5615e37ffe71d7c3ccb86b4013a7639458d1f
4
- data.tar.gz: 299d9e6e3d6d9426d44aca8b20c3c1daa78cdb32
3
+ metadata.gz: 8607f5212acbb733b0e1eb537121a0788cdd68da
4
+ data.tar.gz: d857601332a6825b555a2c342f35eb508ddc9ebd
5
5
  SHA512:
6
- metadata.gz: 721f31b7f5867280b098cf68a567a6c660ca25cb2501f35c946b15832258e162e4a49c358a914d00dbf59a56e4f10527da2679cfb45d716a72d7acf508ec8466
7
- data.tar.gz: c18857031758e52688bf1847dd42ca664ca5ad6413b362572d83d55d8ac70c54cdb4d959b6d7d10f31bd756ae35e29d0d0fb65d0daa6c8c8abb569259dd184f6
6
+ metadata.gz: f7494bc4d810610a502b4d519bbcb7916c3965d5e196485106fd900e33c6fbd9fb48df3e9da7de939281d4f34f50610f6cbf3d36cb024fa2689f17994c5ee2d4
7
+ data.tar.gz: bf1e84289d0ae116f41cbd4ded4e84ed2409242c1cd3bc1c7a393e4b50e0a7fe03105c1e21ffce63296fe737bfb85d51aa3868c1d6a29301a767e8d1aa410613
@@ -1,3 +1,3 @@
1
1
  module SSHClient
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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 using Open3 and OpenSSH to interact with any remote shell}
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.0
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 using Open3 and OpenSSH to interact with any remote shell
97
+ description: Ruby SSH client to interact with any remote shell
98
98
  email:
99
99
  - key@kosmatov.ru
100
100
  executables: []