rake_ssh 0.11.0.pre.3 → 0.11.0.pre.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +76 -75
- data/Rakefile +1 -3
- data/lib/rake_ssh/version.rb +1 -1
- data/lib/rake_ssh.rb +2 -2
- data/rake_ssh.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a35d6b92a308773264c6b91f482bd5d963cacb5ace38d5a70dd9e5819b4cc20
|
4
|
+
data.tar.gz: d6b20facf70558364b226d01cfe26de53aefb2d3060c2b02deacae76527c3d77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 767d5e1887a7fd1106bb1904cc0367e41d853c54c4e8d3b2e8dd87293ad49b8e7d7074e1679441df9770810ce811a56ac5c9bf7e8f9ec441d6e380926c67a1d9
|
7
|
+
data.tar.gz: b0f2411592e39d5f929869806f045c198ffd6e82db5a7f2943a0d3c60d63a5768ad0c36841005fa6b944cc870dc2a115a2ccdf3c5cce0bdacd7f3129ed717bff
|
data/Gemfile.lock
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rake_ssh (0.11.0.pre.
|
4
|
+
rake_ssh (0.11.0.pre.5)
|
5
5
|
colored2 (~> 3.1)
|
6
|
-
rake_factory (~> 0.
|
6
|
+
rake_factory (~> 0.33)
|
7
7
|
sshkey (~> 2.0)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activesupport (7.1.
|
12
|
+
activesupport (7.1.3.4)
|
13
13
|
base64
|
14
14
|
bigdecimal
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -19,124 +19,123 @@ GEM
|
|
19
19
|
minitest (>= 5.1)
|
20
20
|
mutex_m
|
21
21
|
tzinfo (~> 2.0)
|
22
|
-
addressable (2.8.
|
23
|
-
public_suffix (>= 2.0.2, <
|
22
|
+
addressable (2.8.7)
|
23
|
+
public_suffix (>= 2.0.2, < 7.0)
|
24
24
|
ast (2.4.2)
|
25
|
-
base64 (0.
|
26
|
-
bigdecimal (3.1.
|
25
|
+
base64 (0.2.0)
|
26
|
+
bigdecimal (3.1.8)
|
27
|
+
childprocess (5.0.0)
|
27
28
|
colored2 (3.1.2)
|
28
|
-
concurrent-ruby (1.
|
29
|
+
concurrent-ruby (1.3.3)
|
29
30
|
connection_pool (2.4.1)
|
30
|
-
diff-lcs (1.5.
|
31
|
+
diff-lcs (1.5.1)
|
31
32
|
docile (1.4.0)
|
32
|
-
drb (2.
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
faraday-net_http (3.0.2)
|
33
|
+
drb (2.2.1)
|
34
|
+
excon (0.111.0)
|
35
|
+
faraday (2.10.0)
|
36
|
+
faraday-net_http (>= 2.0, < 3.2)
|
37
|
+
logger
|
38
|
+
faraday-net_http (3.1.0)
|
39
|
+
net-http
|
40
40
|
gem-release (2.2.2)
|
41
|
-
git (1.
|
41
|
+
git (1.19.1)
|
42
42
|
addressable (~> 2.8)
|
43
43
|
rchardet (~> 1.8)
|
44
44
|
hamster (3.0.0)
|
45
45
|
concurrent-ruby (~> 1.0)
|
46
|
-
i18n (1.14.
|
46
|
+
i18n (1.14.5)
|
47
47
|
concurrent-ruby (~> 1.0)
|
48
48
|
immutable-struct (2.4.1)
|
49
|
-
json (2.
|
49
|
+
json (2.7.2)
|
50
50
|
language_server-protocol (3.17.0.3)
|
51
|
-
lino (
|
51
|
+
lino (4.1.0)
|
52
|
+
childprocess (~> 5.0.0)
|
52
53
|
hamster (~> 3.0)
|
53
54
|
open4 (~> 1.3)
|
55
|
+
logger (1.6.0)
|
54
56
|
memfs (1.0.0)
|
55
|
-
minitest (5.
|
56
|
-
mutex_m (0.
|
57
|
-
|
57
|
+
minitest (5.24.1)
|
58
|
+
mutex_m (0.2.0)
|
59
|
+
net-http (0.4.1)
|
60
|
+
uri
|
61
|
+
octokit (8.1.0)
|
62
|
+
base64
|
58
63
|
faraday (>= 1, < 3)
|
59
64
|
sawyer (~> 0.9)
|
60
65
|
open4 (1.3.4)
|
61
|
-
parallel (1.
|
62
|
-
parser (3.
|
66
|
+
parallel (1.25.1)
|
67
|
+
parser (3.3.4.0)
|
63
68
|
ast (~> 2.4.1)
|
64
69
|
racc
|
65
|
-
public_suffix (
|
66
|
-
racc (1.
|
70
|
+
public_suffix (6.0.0)
|
71
|
+
racc (1.8.0)
|
67
72
|
rainbow (3.1.1)
|
68
|
-
rake (13.1
|
69
|
-
rake_circle_ci (0.
|
73
|
+
rake (13.2.1)
|
74
|
+
rake_circle_ci (0.13.0)
|
70
75
|
colored2 (~> 3.1)
|
71
76
|
excon (~> 0.72)
|
72
|
-
rake_factory (~> 0.
|
77
|
+
rake_factory (~> 0.33)
|
73
78
|
sshkey (~> 2.0)
|
74
|
-
rake_factory (0.
|
79
|
+
rake_factory (0.33.0)
|
75
80
|
activesupport (>= 4)
|
76
81
|
rake (~> 13.0)
|
77
|
-
rake_git (0.
|
82
|
+
rake_git (0.2.0)
|
78
83
|
colored2 (~> 3.1)
|
79
84
|
git (~> 1.13, >= 1.13.2)
|
80
|
-
rake_factory (
|
81
|
-
rake_git_crypt (0.
|
85
|
+
rake_factory (~> 0.33)
|
86
|
+
rake_git_crypt (0.2.0)
|
82
87
|
colored2 (~> 3.1)
|
83
|
-
rake_factory (
|
84
|
-
ruby_git_crypt (
|
85
|
-
ruby_gpg2 (~> 0.
|
86
|
-
rake_github (0.
|
88
|
+
rake_factory (~> 0.33)
|
89
|
+
ruby_git_crypt (~> 0.1)
|
90
|
+
ruby_gpg2 (~> 0.12)
|
91
|
+
rake_github (0.13.0)
|
87
92
|
colored2 (~> 3.1)
|
88
|
-
octokit (>= 4.16, <
|
93
|
+
octokit (>= 4.16, < 9.0)
|
89
94
|
rake_factory (~> 0.23)
|
90
95
|
sshkey (~> 2.0)
|
91
|
-
rake_gpg (0.
|
92
|
-
rake_factory (~> 0.
|
93
|
-
ruby_gpg2 (~> 0.
|
96
|
+
rake_gpg (0.20.0)
|
97
|
+
rake_factory (~> 0.33)
|
98
|
+
ruby_gpg2 (~> 0.12)
|
94
99
|
rchardet (1.8.0)
|
95
|
-
regexp_parser (2.
|
96
|
-
rexml (3.2
|
97
|
-
|
98
|
-
|
99
|
-
rspec-
|
100
|
-
rspec-
|
101
|
-
|
102
|
-
|
103
|
-
|
100
|
+
regexp_parser (2.9.2)
|
101
|
+
rexml (3.3.2)
|
102
|
+
strscan
|
103
|
+
rspec (3.13.0)
|
104
|
+
rspec-core (~> 3.13.0)
|
105
|
+
rspec-expectations (~> 3.13.0)
|
106
|
+
rspec-mocks (~> 3.13.0)
|
107
|
+
rspec-core (3.13.0)
|
108
|
+
rspec-support (~> 3.13.0)
|
109
|
+
rspec-expectations (3.13.1)
|
104
110
|
diff-lcs (>= 1.2.0, < 2.0)
|
105
|
-
rspec-support (~> 3.
|
106
|
-
rspec-mocks (3.
|
111
|
+
rspec-support (~> 3.13.0)
|
112
|
+
rspec-mocks (3.13.1)
|
107
113
|
diff-lcs (>= 1.2.0, < 2.0)
|
108
|
-
rspec-support (~> 3.
|
109
|
-
rspec-support (3.
|
110
|
-
rubocop (1.
|
114
|
+
rspec-support (~> 3.13.0)
|
115
|
+
rspec-support (3.13.1)
|
116
|
+
rubocop (1.65.0)
|
111
117
|
json (~> 2.3)
|
112
118
|
language_server-protocol (>= 3.17.0)
|
113
119
|
parallel (~> 1.10)
|
114
|
-
parser (>= 3.
|
120
|
+
parser (>= 3.3.0.2)
|
115
121
|
rainbow (>= 2.2.2, < 4.0)
|
116
|
-
regexp_parser (>=
|
122
|
+
regexp_parser (>= 2.4, < 3.0)
|
117
123
|
rexml (>= 3.2.5, < 4.0)
|
118
|
-
rubocop-ast (>= 1.
|
124
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
119
125
|
ruby-progressbar (~> 1.7)
|
120
126
|
unicode-display_width (>= 2.4.0, < 3.0)
|
121
|
-
rubocop-ast (1.
|
122
|
-
parser (>= 3.
|
123
|
-
rubocop-capybara (2.19.0)
|
124
|
-
rubocop (~> 1.41)
|
125
|
-
rubocop-factory_bot (2.24.0)
|
126
|
-
rubocop (~> 1.33)
|
127
|
+
rubocop-ast (1.31.3)
|
128
|
+
parser (>= 3.3.1.0)
|
127
129
|
rubocop-rake (0.6.0)
|
128
130
|
rubocop (~> 1.0)
|
129
|
-
rubocop-rspec (
|
130
|
-
rubocop (~> 1.
|
131
|
-
rubocop-capybara (~> 2.17)
|
132
|
-
rubocop-factory_bot (~> 2.22)
|
131
|
+
rubocop-rspec (3.0.3)
|
132
|
+
rubocop (~> 1.61)
|
133
133
|
ruby-progressbar (1.13.0)
|
134
|
-
|
135
|
-
ruby_git_crypt (0.1.0.pre.2)
|
134
|
+
ruby_git_crypt (0.1.0)
|
136
135
|
immutable-struct (~> 2.4)
|
137
|
-
lino (
|
138
|
-
ruby_gpg2 (0.
|
139
|
-
lino (
|
136
|
+
lino (>= 4.1)
|
137
|
+
ruby_gpg2 (0.12.0)
|
138
|
+
lino (>= 4.1)
|
140
139
|
sawyer (0.9.2)
|
141
140
|
addressable (>= 2.3.5)
|
142
141
|
faraday (>= 0.17.3, < 3)
|
@@ -147,9 +146,11 @@ GEM
|
|
147
146
|
simplecov-html (0.12.3)
|
148
147
|
simplecov_json_formatter (0.1.4)
|
149
148
|
sshkey (2.0.0)
|
149
|
+
strscan (3.1.0)
|
150
150
|
tzinfo (2.0.6)
|
151
151
|
concurrent-ruby (~> 1.0)
|
152
152
|
unicode-display_width (2.5.0)
|
153
|
+
uri (0.13.0)
|
153
154
|
|
154
155
|
PLATFORMS
|
155
156
|
arm64-darwin-21
|
data/Rakefile
CHANGED
@@ -146,7 +146,7 @@ end
|
|
146
146
|
RakeGithub.define_repository_tasks(
|
147
147
|
namespace: :github,
|
148
148
|
repository: 'infrablocks/rake_ssh'
|
149
|
-
) do |t
|
149
|
+
) do |t|
|
150
150
|
github_config =
|
151
151
|
YAML.load_file('config/secrets/github/config.yaml')
|
152
152
|
|
@@ -157,8 +157,6 @@ RakeGithub.define_repository_tasks(
|
|
157
157
|
public_key: File.read('config/secrets/ci/ssh.public')
|
158
158
|
}
|
159
159
|
]
|
160
|
-
t.branch_name = args.branch_name
|
161
|
-
t.commit_message = args.commit_message
|
162
160
|
end
|
163
161
|
|
164
162
|
namespace :pipeline do
|
data/lib/rake_ssh/version.rb
CHANGED
data/lib/rake_ssh.rb
CHANGED
@@ -5,7 +5,7 @@ require 'rake_ssh/tasks'
|
|
5
5
|
require 'rake_ssh/task_sets'
|
6
6
|
|
7
7
|
module RakeSSH
|
8
|
-
def self.define_key_tasks(opts = {}, &
|
9
|
-
RakeSSH::TaskSets::Key.define(opts, &
|
8
|
+
def self.define_key_tasks(opts = {}, &)
|
9
|
+
RakeSSH::TaskSets::Key.define(opts, &)
|
10
10
|
end
|
11
11
|
end
|
data/rake_ssh.gemspec
CHANGED
@@ -33,10 +33,10 @@ Gem::Specification.new do |spec|
|
|
33
33
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
34
34
|
spec.require_paths = ['lib']
|
35
35
|
|
36
|
-
spec.required_ruby_version = '>=
|
36
|
+
spec.required_ruby_version = '>= 3.1'
|
37
37
|
|
38
38
|
spec.add_dependency 'colored2', '~> 3.1'
|
39
|
-
spec.add_dependency 'rake_factory', '~> 0.
|
39
|
+
spec.add_dependency 'rake_factory', '~> 0.33'
|
40
40
|
spec.add_dependency 'sshkey', '~> 2.0'
|
41
41
|
|
42
42
|
spec.metadata['rubygems_mfa_required'] = 'false'
|
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.11.0.pre.
|
4
|
+
version: 0.11.0.pre.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colored2
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0.
|
33
|
+
version: '0.33'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0.
|
40
|
+
version: '0.33'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: sshkey
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -88,14 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
88
|
requirements:
|
89
89
|
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: '
|
91
|
+
version: '3.1'
|
92
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - ">"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: 1.3.1
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
98
|
+
rubygems_version: 3.3.7
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: Rake tasks for managing SSH keys.
|