rake_ssh 0.10.0 → 0.11.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68bf33541bdc82a21f7e81d999987cbbb3a66bd177bc66d35cda7114c0cb8c84
4
- data.tar.gz: 02d3c772c8cffe6f37d4e67f61996da337963ddaeacf80c87cf5f76a8b788924
3
+ metadata.gz: 99f2b2e5f9152bf87b74e45a40a1acea69c5ef87c7ea44c1d8d70bbb7c509fcf
4
+ data.tar.gz: 7259a95166d9697d8ef7c9d03a01104349ade1a130f3745a0fc89ea7e158cc9d
5
5
  SHA512:
6
- metadata.gz: 44e88aa9fa25e635c7f8df42ac06a553db92e3ea4fde28bc532dd778ea00fb371f9677389292a404a3b2b886391168f2b3589ecd5f513abef389a342452a2008
7
- data.tar.gz: 25746ddd1df2d3b4176c9f6731c4973a7cba22b2eb4b34597aa44907d44105bf961a7625d7269cabae5ca4a9e30fcb12f2ea83d7fd89f962b67979c72f4ae2ee
6
+ metadata.gz: 66344b642e9418fd889cb80813e216fb12dc5064f735c50f2f8c22727a7505a79b8d1ef3b08132e1e994186057b5dcac0c48a077f0745d4add4f8d3efa601c28
7
+ data.tar.gz: cbc5ebc511122de6032ff471d2d4ca788ae6f815e0abd66c293d3ad0a4ceb7fe8fb5a0282335ad13e09fa2752df6b0fede88b7641f65c3b9646d27afa15cf7bd
data/CODE_OF_CONDUCT.md CHANGED
@@ -5,9 +5,9 @@
5
5
  In the interest of fostering an open and welcoming environment, we as
6
6
  contributors and maintainers pledge to making participation in our project and
7
7
  our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
8
+ size, disability, ethnicity, gender identity and expression, level of
9
+ experience, nationality, personal appearance, race, religion, or sexual identity
10
+ and orientation.
11
11
 
12
12
  ## Our Standards
13
13
 
@@ -23,7 +23,7 @@ include:
23
23
  Examples of unacceptable behavior by participants include:
24
24
 
25
25
  * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
26
+ advances
27
27
  * Trolling, insulting/derogatory comments, and personal or political attacks
28
28
  * Public or private harassment
29
29
  * Publishing others' private information, such as a physical or electronic
@@ -37,11 +37,11 @@ Project maintainers are responsible for clarifying the standards of acceptable
37
37
  behavior and are expected to take appropriate and fair corrective action in
38
38
  response to any instances of unacceptable behavior.
39
39
 
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
40
+ Project maintainers have the right and responsibility to remove, edit, or reject
41
+ comments, commits, code, wiki edits, issues, and other contributions that are
42
+ not aligned to this Code of Conduct, or to ban temporarily or permanently any
43
+ contributor for other behaviors that they deem inappropriate, threatening,
44
+ offensive, or harmful.
45
45
 
46
46
  ## Scope
47
47
 
@@ -58,8 +58,9 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
58
  reported by contacting the project team at maintainers@infrablocks.io. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
61
+ obligated to maintain confidentiality with regard to the reporter of an
62
+ incident. Further details of specific enforcement policies may be posted
63
+ separately.
63
64
 
64
65
  Project maintainers who do not follow or enforce the Code of Conduct in good
65
66
  faith may face temporary or permanent repercussions as determined by other
@@ -67,8 +68,9 @@ members of the project's leadership.
67
68
 
68
69
  ## Attribution
69
70
 
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
71
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
72
+ version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
72
73
 
73
74
  [homepage]: http://contributor-covenant.org
75
+
74
76
  [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  source 'https://rubygems.org'
4
4
 
5
- # Specify your gem's dependencies in rake_docker.gemspec
5
+ # Specify your gem's dependencies in rake_ssh.gemspec
6
6
  gemspec
7
7
 
8
8
  gem 'activesupport'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_ssh (0.10.0)
4
+ rake_ssh (0.11.0.pre.1)
5
5
  colored2 (~> 3.1)
6
6
  rake_factory (~> 0.23)
7
7
  sshkey (~> 2.0)
@@ -9,20 +9,31 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.0.4.3)
12
+ activesupport (7.1.1)
13
+ base64
14
+ bigdecimal
13
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ connection_pool (>= 2.2.5)
17
+ drb
14
18
  i18n (>= 1.6, < 2)
15
19
  minitest (>= 5.1)
20
+ mutex_m
16
21
  tzinfo (~> 2.0)
17
- addressable (2.8.4)
22
+ addressable (2.8.5)
18
23
  public_suffix (>= 2.0.2, < 6.0)
19
24
  ast (2.4.2)
25
+ base64 (0.1.1)
26
+ bigdecimal (3.1.4)
20
27
  colored2 (3.1.2)
21
28
  concurrent-ruby (1.2.2)
29
+ connection_pool (2.4.1)
22
30
  diff-lcs (1.5.0)
23
31
  docile (1.4.0)
24
- excon (0.99.0)
25
- faraday (2.7.4)
32
+ drb (2.1.1)
33
+ ruby2_keywords
34
+ excon (0.104.0)
35
+ faraday (2.7.11)
36
+ base64
26
37
  faraday-net_http (>= 2.0, < 3.1)
27
38
  ruby2_keywords (>= 0.0.4)
28
39
  faraday-net_http (3.0.2)
@@ -32,25 +43,29 @@ GEM
32
43
  rchardet (~> 1.8)
33
44
  hamster (3.0.0)
34
45
  concurrent-ruby (~> 1.0)
35
- i18n (1.12.0)
46
+ i18n (1.14.1)
36
47
  concurrent-ruby (~> 1.0)
37
48
  immutable-struct (2.4.1)
38
49
  json (2.6.3)
50
+ language_server-protocol (3.17.0.3)
39
51
  lino (3.1.0)
40
52
  hamster (~> 3.0)
41
53
  open4 (~> 1.3)
42
54
  memfs (1.0.0)
43
- minitest (5.18.0)
55
+ minitest (5.20.0)
56
+ mutex_m (0.1.2)
44
57
  octokit (6.1.1)
45
58
  faraday (>= 1, < 3)
46
59
  sawyer (~> 0.9)
47
60
  open4 (1.3.4)
48
- parallel (1.22.1)
49
- parser (3.2.2.0)
61
+ parallel (1.23.0)
62
+ parser (3.2.2.4)
50
63
  ast (~> 2.4.1)
51
- public_suffix (5.0.1)
64
+ racc
65
+ public_suffix (5.0.3)
66
+ racc (1.7.1)
52
67
  rainbow (3.1.1)
53
- rake (13.0.6)
68
+ rake (13.1.0)
54
69
  rake_circle_ci (0.11.0)
55
70
  colored2 (~> 3.1)
56
71
  excon (~> 0.72)
@@ -59,11 +74,11 @@ GEM
59
74
  rake_factory (0.32.0.pre.2)
60
75
  activesupport (>= 4)
61
76
  rake (~> 13.0)
62
- rake_git (0.1.0.pre.7)
77
+ rake_git (0.1.0.pre.8)
63
78
  colored2 (~> 3.1)
64
79
  git (~> 1.13, >= 1.13.2)
65
80
  rake_factory (= 0.32.0.pre.2)
66
- rake_git_crypt (0.1.0.pre.26)
81
+ rake_git_crypt (0.1.0.pre.27)
67
82
  colored2 (~> 3.1)
68
83
  rake_factory (= 0.32.0.pre.2)
69
84
  ruby_git_crypt (= 0.1.0.pre.2)
@@ -77,40 +92,44 @@ GEM
77
92
  rake_factory (~> 0.23)
78
93
  ruby_gpg2 (~> 0.6)
79
94
  rchardet (1.8.0)
80
- regexp_parser (2.7.0)
81
- rexml (3.2.5)
95
+ regexp_parser (2.8.2)
96
+ rexml (3.2.6)
82
97
  rspec (3.12.0)
83
98
  rspec-core (~> 3.12.0)
84
99
  rspec-expectations (~> 3.12.0)
85
100
  rspec-mocks (~> 3.12.0)
86
- rspec-core (3.12.1)
101
+ rspec-core (3.12.2)
87
102
  rspec-support (~> 3.12.0)
88
- rspec-expectations (3.12.2)
103
+ rspec-expectations (3.12.3)
89
104
  diff-lcs (>= 1.2.0, < 2.0)
90
105
  rspec-support (~> 3.12.0)
91
- rspec-mocks (3.12.5)
106
+ rspec-mocks (3.12.6)
92
107
  diff-lcs (>= 1.2.0, < 2.0)
93
108
  rspec-support (~> 3.12.0)
94
- rspec-support (3.12.0)
95
- rubocop (1.50.0)
109
+ rspec-support (3.12.1)
110
+ rubocop (1.57.2)
96
111
  json (~> 2.3)
112
+ language_server-protocol (>= 3.17.0)
97
113
  parallel (~> 1.10)
98
- parser (>= 3.2.0.0)
114
+ parser (>= 3.2.2.4)
99
115
  rainbow (>= 2.2.2, < 4.0)
100
116
  regexp_parser (>= 1.8, < 3.0)
101
117
  rexml (>= 3.2.5, < 4.0)
102
- rubocop-ast (>= 1.28.0, < 2.0)
118
+ rubocop-ast (>= 1.28.1, < 2.0)
103
119
  ruby-progressbar (~> 1.7)
104
120
  unicode-display_width (>= 2.4.0, < 3.0)
105
- rubocop-ast (1.28.0)
121
+ rubocop-ast (1.30.0)
106
122
  parser (>= 3.2.1.0)
107
- rubocop-capybara (2.17.1)
123
+ rubocop-capybara (2.19.0)
108
124
  rubocop (~> 1.41)
125
+ rubocop-factory_bot (2.24.0)
126
+ rubocop (~> 1.33)
109
127
  rubocop-rake (0.6.0)
110
128
  rubocop (~> 1.0)
111
- rubocop-rspec (2.19.0)
112
- rubocop (~> 1.33)
129
+ rubocop-rspec (2.25.0)
130
+ rubocop (~> 1.40)
113
131
  rubocop-capybara (~> 2.17)
132
+ rubocop-factory_bot (~> 2.22)
114
133
  ruby-progressbar (1.13.0)
115
134
  ruby2_keywords (0.0.5)
116
135
  ruby_git_crypt (0.1.0.pre.2)
@@ -130,7 +149,7 @@ GEM
130
149
  sshkey (2.0.0)
131
150
  tzinfo (2.0.6)
132
151
  concurrent-ruby (~> 1.0)
133
- unicode-display_width (2.4.2)
152
+ unicode-display_width (2.5.0)
134
153
 
135
154
  PLATFORMS
136
155
  ruby
@@ -154,4 +173,4 @@ DEPENDENCIES
154
173
  simplecov
155
174
 
156
175
  BUNDLED WITH
157
- 2.4.12
176
+ 2.4.17
data/Rakefile CHANGED
@@ -48,10 +48,12 @@ namespace :encryption do
48
48
  end
49
49
 
50
50
  namespace :passphrase do
51
- desc 'Generate encryption passphrase used by CI.'
51
+ desc 'Generate encryption passphrase for CI GPG key'
52
52
  task generate: ['directory:ensure'] do
53
- File.write('config/secrets/ci/encryption.passphrase',
54
- SecureRandom.base64(36))
53
+ File.write(
54
+ 'config/secrets/ci/encryption.passphrase',
55
+ SecureRandom.base64(36)
56
+ )
55
57
  end
56
58
  end
57
59
  end
@@ -76,6 +78,16 @@ namespace :keys do
76
78
  end
77
79
 
78
80
  namespace :secrets do
81
+ namespace :directory do
82
+ desc 'Ensure secrets directory exists and is set up correctly'
83
+ task :ensure do
84
+ FileUtils.mkdir_p('config/secrets')
85
+ unless File.exist?('config/secrets/.unlocked')
86
+ File.write('config/secrets/.unlocked', 'true')
87
+ end
88
+ end
89
+ end
90
+
79
91
  desc 'Generate all generatable secrets.'
80
92
  task generate: %w[
81
93
  encryption:passphrase:generate
@@ -152,7 +164,6 @@ end
152
164
  namespace :pipeline do
153
165
  desc 'Prepare CircleCI Pipeline'
154
166
  task prepare: %i[
155
- circle_ci:project:follow
156
167
  circle_ci:env_vars:ensure
157
168
  circle_ci:checkout_keys:ensure
158
169
  circle_ci:ssh_keys:ensure
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeSSH
4
- VERSION = '0.10.0'
4
+ VERSION = '0.11.0.pre.1'
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.10.0
4
+ version: 0.11.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-11 00:00:00.000000000 Z
11
+ date: 2023-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2
@@ -91,9 +91,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '2.7'
92
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - ">"
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: 1.3.1
97
97
  requirements: []
98
98
  rubygems_version: 3.1.6
99
99
  signing_key: