remotus 0.2.2 → 0.2.3
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/.rubocop.yml +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +6 -6
- data/lib/remotus/version.rb +1 -1
- data/remotus.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 150c4d88d234d85c6f8d0c82765b52a139235a8cadf14ba50a247369ebaf260d
|
|
4
|
+
data.tar.gz: 81199c5d7906ebba92197738ca31e1c7ff40c1cc6fc37eef0685fb38d1247446
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ec542e6af06160c5ce0e0457e8bb5b4db18b57de01c90fbf729988790d5b394da0f004ee8fb6c257ee65eb3074b234184a61a1188efb6223968f1b2defe39e4
|
|
7
|
+
data.tar.gz: de814cdd4ee721ce521112cc82fe6d0f53ba622289914793f335872ae4a9785acac076cc5ce1a928c07d52d95d2aac9641c62f654efcaf86d30a72d0df394010
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
remotus (0.2.
|
|
4
|
+
remotus (0.2.3)
|
|
5
5
|
connection_pool (~> 2.2)
|
|
6
6
|
net-scp (~> 3.0)
|
|
7
7
|
net-ssh (~> 6.1)
|
|
@@ -13,7 +13,7 @@ GEM
|
|
|
13
13
|
specs:
|
|
14
14
|
ast (2.4.2)
|
|
15
15
|
builder (3.2.4)
|
|
16
|
-
connection_pool (2.2.
|
|
16
|
+
connection_pool (2.2.5)
|
|
17
17
|
diff-lcs (1.4.4)
|
|
18
18
|
erubi (1.10.0)
|
|
19
19
|
ffi (1.15.0)
|
|
@@ -32,12 +32,12 @@ GEM
|
|
|
32
32
|
net-ssh (6.1.0)
|
|
33
33
|
nori (2.6.0)
|
|
34
34
|
parallel (1.20.1)
|
|
35
|
-
parser (3.0.
|
|
35
|
+
parser (3.0.1.0)
|
|
36
36
|
ast (~> 2.4.1)
|
|
37
37
|
rainbow (3.0.0)
|
|
38
38
|
rake (13.0.3)
|
|
39
39
|
regexp_parser (2.1.1)
|
|
40
|
-
rexml (3.2.
|
|
40
|
+
rexml (3.2.5)
|
|
41
41
|
rspec (3.10.0)
|
|
42
42
|
rspec-core (~> 3.10.0)
|
|
43
43
|
rspec-expectations (~> 3.10.0)
|
|
@@ -51,7 +51,7 @@ GEM
|
|
|
51
51
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
52
52
|
rspec-support (~> 3.10.0)
|
|
53
53
|
rspec-support (3.10.2)
|
|
54
|
-
rubocop (1.
|
|
54
|
+
rubocop (1.13.0)
|
|
55
55
|
parallel (~> 1.10)
|
|
56
56
|
parser (>= 3.0.0.0)
|
|
57
57
|
rainbow (>= 2.2.2, < 4.0)
|
|
@@ -64,7 +64,7 @@ GEM
|
|
|
64
64
|
parser (>= 2.7.1.5)
|
|
65
65
|
rubocop-rake (0.5.1)
|
|
66
66
|
rubocop
|
|
67
|
-
rubocop-rspec (2.
|
|
67
|
+
rubocop-rspec (2.3.0)
|
|
68
68
|
rubocop (~> 1.0)
|
|
69
69
|
rubocop-ast (>= 1.1.0)
|
|
70
70
|
ruby-progressbar (1.11.0)
|
data/lib/remotus/version.rb
CHANGED
data/remotus.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.description = "Ruby gem for connecting to remote systems seamlessly via WinRM or SSH."
|
|
13
13
|
spec.homepage = "https://github.com/wheatevo/remotus"
|
|
14
14
|
spec.license = "MIT"
|
|
15
|
-
spec.required_ruby_version = Gem::Requirement.new(">= 2.
|
|
15
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
|
|
16
16
|
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
18
|
spec.metadata["source_code_uri"] = "https://github.com/wheatevo/remotus"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remotus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Newell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|
|
@@ -213,7 +213,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
requirements:
|
|
214
214
|
- - ">="
|
|
215
215
|
- !ruby/object:Gem::Version
|
|
216
|
-
version: 2.
|
|
216
|
+
version: 2.5.0
|
|
217
217
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
requirements:
|
|
219
219
|
- - ">="
|