rake_ssh 0.7.0.pre.7 → 0.7.0.pre.9

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: ee17b90bceb1fb3a6bc9f88e8238af250fdfafa6e56c84eccc9f2d7c16282016
4
- data.tar.gz: eb25edf3bd730d8c95ef478919fd80a4b725a249d36d5398693bc24feac4cda4
3
+ metadata.gz: 622e74d0c3a9242a68bd2882a4351432d3695ed35d254fb7a38f3009b353c79c
4
+ data.tar.gz: 7c3b7db8a631471e9cf61e869b0e9ca98848f16b456b77b3aee656430c559817
5
5
  SHA512:
6
- metadata.gz: 7da275fa1738adf26a5cdcc7533e61f9cf742eaacfdeacccf16334ce50a1ebee8dbebd929ae5f2e6d8b2032fe349f8caedf6a5d13cc6c1baa6395e759feba22a
7
- data.tar.gz: e3c666e1e70717f344bc1810d2341a91d920e7705caef62a51076dc25a2f8101ad225925f27739595d36408fe6d5e21c111df96907473a4334680446e30a7808
6
+ metadata.gz: 6ac2352c0d43069ed83ac9aa0f8c760db6ca822dad14eed2682b82158037fc0323ebee0ab424f1ed7992a924bc03add8b741b6b6e624d2006a4528871c29d1f9
7
+ data.tar.gz: 3b9cedb186e660967778081d5a93fa2c1bb5bc501a36a8e4910f0828990486430b23a31667ef1484ea5fbdcc46049177049234837560d87eec5fdf62e8b0a5f1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_ssh (0.7.0.pre.7)
4
+ rake_ssh (0.7.0.pre.9)
5
5
  colored2 (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  sshkey (~> 2.0)
@@ -9,69 +9,50 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.0.2.3)
12
+ activesupport (7.0.4)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
16
16
  tzinfo (~> 2.0)
17
- addressable (2.8.0)
18
- public_suffix (>= 2.0.2, < 5.0)
17
+ addressable (2.8.1)
18
+ public_suffix (>= 2.0.2, < 6.0)
19
19
  ast (2.4.2)
20
20
  colored2 (3.1.2)
21
- concurrent-ruby (1.1.9)
21
+ concurrent-ruby (1.1.10)
22
22
  diff-lcs (1.5.0)
23
23
  docile (1.4.0)
24
- excon (0.92.0)
25
- faraday (1.10.0)
26
- faraday-em_http (~> 1.0)
27
- faraday-em_synchrony (~> 1.0)
28
- faraday-excon (~> 1.1)
29
- faraday-httpclient (~> 1.0)
30
- faraday-multipart (~> 1.0)
31
- faraday-net_http (~> 1.0)
32
- faraday-net_http_persistent (~> 1.0)
33
- faraday-patron (~> 1.0)
34
- faraday-rack (~> 1.0)
35
- faraday-retry (~> 1.0)
24
+ excon (0.95.0)
25
+ faraday (2.7.2)
26
+ faraday-net_http (>= 2.0, < 3.1)
36
27
  ruby2_keywords (>= 0.0.4)
37
- faraday-em_http (1.0.0)
38
- faraday-em_synchrony (1.0.0)
39
- faraday-excon (1.1.0)
40
- faraday-httpclient (1.0.1)
41
- faraday-multipart (1.0.3)
42
- multipart-post (>= 1.2, < 3)
43
- faraday-net_http (1.0.1)
44
- faraday-net_http_persistent (1.2.0)
45
- faraday-patron (1.0.0)
46
- faraday-rack (1.0.0)
47
- faraday-retry (1.0.3)
28
+ faraday-net_http (3.0.2)
48
29
  gem-release (2.2.2)
49
30
  hamster (3.0.0)
50
31
  concurrent-ruby (~> 1.0)
51
- i18n (1.10.0)
32
+ i18n (1.12.0)
52
33
  concurrent-ruby (~> 1.0)
53
- lino (3.0.0)
34
+ json (2.6.3)
35
+ lino (3.1.0)
54
36
  hamster (~> 3.0)
55
37
  open4 (~> 1.3)
56
38
  memfs (1.0.0)
57
- minitest (5.15.0)
58
- multipart-post (2.1.1)
59
- octokit (4.22.0)
60
- faraday (>= 0.9)
61
- sawyer (~> 0.8.0, >= 0.5.3)
39
+ minitest (5.16.3)
40
+ octokit (4.25.1)
41
+ faraday (>= 1, < 3)
42
+ sawyer (~> 0.9)
62
43
  open4 (1.3.4)
63
44
  parallel (1.22.1)
64
- parser (3.1.1.0)
45
+ parser (3.1.3.0)
65
46
  ast (~> 2.4.1)
66
- public_suffix (4.0.6)
47
+ public_suffix (5.0.1)
67
48
  rainbow (3.1.1)
68
49
  rake (13.0.6)
69
- rake_circle_ci (0.9.0)
50
+ rake_circle_ci (0.11.0)
70
51
  colored2 (~> 3.1)
71
52
  excon (~> 0.72)
72
53
  rake_factory (~> 0.23)
73
54
  sshkey (~> 2.0)
74
- rake_factory (0.29.0)
55
+ rake_factory (0.31.0)
75
56
  activesupport (>= 4)
76
57
  rake (~> 13.0)
77
58
  rake_github (0.9.0)
@@ -79,56 +60,57 @@ GEM
79
60
  octokit (~> 4.16)
80
61
  rake_factory (~> 0.23)
81
62
  sshkey (~> 2.0)
82
- rake_gpg (0.16.0)
83
- rake_factory (>= 0.23, < 1)
84
- ruby_gpg2 (>= 0.6, < 1)
85
- regexp_parser (2.2.1)
63
+ rake_gpg (0.18.0)
64
+ rake_factory (~> 0.23)
65
+ ruby_gpg2 (~> 0.6)
66
+ regexp_parser (2.6.1)
86
67
  rexml (3.2.5)
87
- rspec (3.11.0)
88
- rspec-core (~> 3.11.0)
89
- rspec-expectations (~> 3.11.0)
90
- rspec-mocks (~> 3.11.0)
91
- rspec-core (3.11.0)
92
- rspec-support (~> 3.11.0)
93
- rspec-expectations (3.11.0)
68
+ rspec (3.12.0)
69
+ rspec-core (~> 3.12.0)
70
+ rspec-expectations (~> 3.12.0)
71
+ rspec-mocks (~> 3.12.0)
72
+ rspec-core (3.12.0)
73
+ rspec-support (~> 3.12.0)
74
+ rspec-expectations (3.12.1)
94
75
  diff-lcs (>= 1.2.0, < 2.0)
95
- rspec-support (~> 3.11.0)
96
- rspec-mocks (3.11.0)
76
+ rspec-support (~> 3.12.0)
77
+ rspec-mocks (3.12.1)
97
78
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.11.0)
99
- rspec-support (3.11.0)
100
- rubocop (1.27.0)
79
+ rspec-support (~> 3.12.0)
80
+ rspec-support (3.12.0)
81
+ rubocop (1.41.1)
82
+ json (~> 2.3)
101
83
  parallel (~> 1.10)
102
- parser (>= 3.1.0.0)
84
+ parser (>= 3.1.2.1)
103
85
  rainbow (>= 2.2.2, < 4.0)
104
86
  regexp_parser (>= 1.8, < 3.0)
105
- rexml
106
- rubocop-ast (>= 1.16.0, < 2.0)
87
+ rexml (>= 3.2.5, < 4.0)
88
+ rubocop-ast (>= 1.23.0, < 2.0)
107
89
  ruby-progressbar (~> 1.7)
108
90
  unicode-display_width (>= 1.4.0, < 3.0)
109
- rubocop-ast (1.16.0)
91
+ rubocop-ast (1.24.0)
110
92
  parser (>= 3.1.1.0)
111
93
  rubocop-rake (0.6.0)
112
94
  rubocop (~> 1.0)
113
- rubocop-rspec (2.9.0)
114
- rubocop (~> 1.19)
95
+ rubocop-rspec (2.16.0)
96
+ rubocop (~> 1.33)
115
97
  ruby-progressbar (1.11.0)
116
98
  ruby2_keywords (0.0.5)
117
- ruby_gpg2 (0.8.0)
118
- lino (>= 1.5)
119
- sawyer (0.8.2)
99
+ ruby_gpg2 (0.10.0)
100
+ lino (~> 3.0)
101
+ sawyer (0.9.2)
120
102
  addressable (>= 2.3.5)
121
- faraday (> 0.8, < 2.0)
122
- simplecov (0.21.2)
103
+ faraday (>= 0.17.3, < 3)
104
+ simplecov (0.22.0)
123
105
  docile (~> 1.1)
124
106
  simplecov-html (~> 0.11)
125
107
  simplecov_json_formatter (~> 0.1)
126
108
  simplecov-html (0.12.3)
127
109
  simplecov_json_formatter (0.1.4)
128
110
  sshkey (2.0.0)
129
- tzinfo (2.0.4)
111
+ tzinfo (2.0.5)
130
112
  concurrent-ruby (~> 1.0)
131
- unicode-display_width (2.1.0)
113
+ unicode-display_width (2.3.0)
132
114
 
133
115
  PLATFORMS
134
116
  ruby
@@ -150,4 +132,4 @@ DEPENDENCIES
150
132
  simplecov
151
133
 
152
134
  BUNDLED WITH
153
- 2.3.11
135
+ 2.4.1
data/Rakefile CHANGED
@@ -51,7 +51,7 @@ namespace :library do
51
51
  task check: [:rubocop]
52
52
 
53
53
  desc 'Attempt to automatically fix issues with the library'
54
- task fix: [:'rubocop:auto_correct']
54
+ task fix: [:'rubocop:autocorrect_all']
55
55
  end
56
56
 
57
57
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeSSH
4
- VERSION = '0.7.0.pre.7'
4
+ VERSION = '0.7.0.pre.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.pre.7
4
+ version: 0.7.0.pre.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-09 00:00:00.000000000 Z
11
+ date: 2022-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2