rake_ssh 0.7.0.pre.8 → 0.8.0

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: 8f5dbd4a3297629ecb68e97975c805bb516e236a827fdf4751613dca30b4fed6
4
- data.tar.gz: 5ed7da59fc43dda1bcf979f1d59a27d34ccb2be349b55c7dfb810a492c5c059c
3
+ metadata.gz: a4e1e801bf56e2b5b2404f3a37355f16eee0fe00169d381b5d7636668d83f9b0
4
+ data.tar.gz: 5af4a64c8b611dfc31bcb814fcca01bf16b24ed3d25e84b29985de859b984eed
5
5
  SHA512:
6
- metadata.gz: f564ed478b0562e6aca2b2b68977120f7b6432c60412f35725c3c8efbe9d5e10d47a4835c5dedd5c04b20b8d602e4984bea086a7fcc3e5534b0eaba91224fa39
7
- data.tar.gz: 67c9f0592cc3eb97214fdf111b072cb8667aeacb0ab01e7b8e7c4293f64cb03c83d499eee8a2a884e27c4a040b3b1c22b3ffdf680529ce530d1b4fb5cc226865
6
+ metadata.gz: 628e0a3fde12dcf84c83191cb59c4065450230aba8f413770b4fcdabb7b641a1c4ec3b06c3ab9e8b0eb6dab167afb9a31d0da2d8a88131bcb0020cb5a4608f53
7
+ data.tar.gz: 3adfec1c7bd4b97e7394dd2e0b6af1388229f9571b0f994d53f30426d9613abae51ecf3fc54c82de92839fda96bbeb4195f9ace0db018353130d87448be63258
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_ssh (0.7.0.pre.8)
4
+ rake_ssh (0.8.0)
5
5
  colored2 (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  sshkey (~> 2.0)
@@ -14,65 +14,45 @@ GEM
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
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
32
  i18n (1.12.0)
52
33
  concurrent-ruby (~> 1.0)
53
- json (2.6.2)
54
- lino (3.0.0)
34
+ json (2.6.3)
35
+ lino (3.1.0)
55
36
  hamster (~> 3.0)
56
37
  open4 (~> 1.3)
57
38
  memfs (1.0.0)
58
39
  minitest (5.16.3)
59
- multipart-post (2.1.1)
60
- octokit (4.22.0)
61
- faraday (>= 0.9)
62
- sawyer (~> 0.8.0, >= 0.5.3)
40
+ octokit (4.25.1)
41
+ faraday (>= 1, < 3)
42
+ sawyer (~> 0.9)
63
43
  open4 (1.3.4)
64
44
  parallel (1.22.1)
65
- parser (3.1.2.1)
45
+ parser (3.1.3.0)
66
46
  ast (~> 2.4.1)
67
- public_suffix (4.0.6)
47
+ public_suffix (5.0.1)
68
48
  rainbow (3.1.1)
69
49
  rake (13.0.6)
70
- rake_circle_ci (0.9.0)
50
+ rake_circle_ci (0.11.0)
71
51
  colored2 (~> 3.1)
72
52
  excon (~> 0.72)
73
53
  rake_factory (~> 0.23)
74
54
  sshkey (~> 2.0)
75
- rake_factory (0.29.0)
55
+ rake_factory (0.31.0)
76
56
  activesupport (>= 4)
77
57
  rake (~> 13.0)
78
58
  rake_github (0.9.0)
@@ -80,10 +60,10 @@ GEM
80
60
  octokit (~> 4.16)
81
61
  rake_factory (~> 0.23)
82
62
  sshkey (~> 2.0)
83
- rake_gpg (0.16.0)
84
- rake_factory (>= 0.23, < 1)
85
- ruby_gpg2 (>= 0.6, < 1)
86
- regexp_parser (2.6.0)
63
+ rake_gpg (0.18.0)
64
+ rake_factory (~> 0.23)
65
+ ruby_gpg2 (~> 0.6)
66
+ regexp_parser (2.6.1)
87
67
  rexml (3.2.5)
88
68
  rspec (3.12.0)
89
69
  rspec-core (~> 3.12.0)
@@ -91,37 +71,37 @@ GEM
91
71
  rspec-mocks (~> 3.12.0)
92
72
  rspec-core (3.12.0)
93
73
  rspec-support (~> 3.12.0)
94
- rspec-expectations (3.12.0)
74
+ rspec-expectations (3.12.1)
95
75
  diff-lcs (>= 1.2.0, < 2.0)
96
76
  rspec-support (~> 3.12.0)
97
- rspec-mocks (3.12.0)
77
+ rspec-mocks (3.12.1)
98
78
  diff-lcs (>= 1.2.0, < 2.0)
99
79
  rspec-support (~> 3.12.0)
100
80
  rspec-support (3.12.0)
101
- rubocop (1.36.0)
81
+ rubocop (1.41.1)
102
82
  json (~> 2.3)
103
83
  parallel (~> 1.10)
104
84
  parser (>= 3.1.2.1)
105
85
  rainbow (>= 2.2.2, < 4.0)
106
86
  regexp_parser (>= 1.8, < 3.0)
107
87
  rexml (>= 3.2.5, < 4.0)
108
- rubocop-ast (>= 1.20.1, < 2.0)
88
+ rubocop-ast (>= 1.23.0, < 2.0)
109
89
  ruby-progressbar (~> 1.7)
110
90
  unicode-display_width (>= 1.4.0, < 3.0)
111
- rubocop-ast (1.23.0)
91
+ rubocop-ast (1.24.0)
112
92
  parser (>= 3.1.1.0)
113
93
  rubocop-rake (0.6.0)
114
94
  rubocop (~> 1.0)
115
- rubocop-rspec (2.14.2)
95
+ rubocop-rspec (2.16.0)
116
96
  rubocop (~> 1.33)
117
97
  ruby-progressbar (1.11.0)
118
98
  ruby2_keywords (0.0.5)
119
- ruby_gpg2 (0.8.0)
120
- lino (>= 1.5)
121
- sawyer (0.8.2)
99
+ ruby_gpg2 (0.10.0)
100
+ lino (~> 3.0)
101
+ sawyer (0.9.2)
122
102
  addressable (>= 2.3.5)
123
- faraday (> 0.8, < 2.0)
124
- simplecov (0.21.2)
103
+ faraday (>= 0.17.3, < 3)
104
+ simplecov (0.22.0)
125
105
  docile (~> 1.1)
126
106
  simplecov-html (~> 0.11)
127
107
  simplecov_json_formatter (~> 0.1)
@@ -152,4 +132,4 @@ DEPENDENCIES
152
132
  simplecov
153
133
 
154
134
  BUNDLED WITH
155
- 2.3.24
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.8'
4
+ VERSION = '0.8.0'
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.8
4
+ version: 0.8.0
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-10-28 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
@@ -287,9 +287,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
287
287
  version: '2.7'
288
288
  required_rubygems_version: !ruby/object:Gem::Requirement
289
289
  requirements:
290
- - - ">"
290
+ - - ">="
291
291
  - !ruby/object:Gem::Version
292
- version: 1.3.1
292
+ version: '0'
293
293
  requirements: []
294
294
  rubygems_version: 3.1.6
295
295
  signing_key: