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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46da915bc63af444b4bed497e154bec84c780f20bb92be17618f22444fd26889
4
- data.tar.gz: 43f29167c6c4a9c264208f8c2454278b884edb78ea596cb00d1439db05a846ea
3
+ metadata.gz: 150c4d88d234d85c6f8d0c82765b52a139235a8cadf14ba50a247369ebaf260d
4
+ data.tar.gz: 81199c5d7906ebba92197738ca31e1c7ff40c1cc6fc37eef0685fb38d1247446
5
5
  SHA512:
6
- metadata.gz: e4421747e84af73d3c2648430ccb4717b9ecb01eef6044560a1d28e101f1f2082d357c4d1827c7921aace92b513123c4097419a587d31425d62d3ccbbf0e6d2f
7
- data.tar.gz: 40dffbc5f8fa8db04fd9a803d73d3396ce31084da733b653c6636de73eb5e03c644f130b1f51baa6672f94955fb2a5b29fcd6def0b5ec3c8cb59afbc5319453c
6
+ metadata.gz: 5ec542e6af06160c5ce0e0457e8bb5b4db18b57de01c90fbf729988790d5b394da0f004ee8fb6c257ee65eb3074b234184a61a1188efb6223968f1b2defe39e4
7
+ data.tar.gz: de814cdd4ee721ce521112cc82fe6d0f53ba622289914793f335872ae4a9785acac076cc5ce1a928c07d52d95d2aac9641c62f654efcaf86d30a72d0df394010
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 2.4
2
+ TargetRubyVersion: 2.5
3
3
  NewCops: enable
4
4
 
5
5
  Style/StringLiterals:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.3] - 2021-05-01
4
+ * Resolve rexml vulnerability CVE-2021-28965
5
+
3
6
  ## [0.2.2] - 2021-03-23
4
7
  * Ensure both user and password are populated before using a cached credential
5
8
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- remotus (0.2.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.3)
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.0.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.4)
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.11.0)
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.2.0)
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)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Remotus
4
4
  # Remotus gem version
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.3"
6
6
  end
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.4.0")
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.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-03-23 00:00:00.000000000 Z
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.4.0
216
+ version: 2.5.0
217
217
  required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  requirements:
219
219
  - - ">="