rake_secrets 0.1.0.pre.7 → 0.1.0.pre.8

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: 3ce0c8bfb016aac9adfc3ea39110e91a38be36778b378a54099eb0a9c3bd5ddf
4
- data.tar.gz: cb0ece39c75ff2daa150af6b5d3fe151a99d803150416b149f7bff270d9d91bc
3
+ metadata.gz: 2a9cc8c56f06e84400e34a5c37d24671d041d3ecd0364833ac0d7fefefb81ab0
4
+ data.tar.gz: dcd73e8cf79e353a635e9da5472a7e9d599dcda98e3e46f48dbe67caf1c4ef25
5
5
  SHA512:
6
- metadata.gz: ef4dc7b6739cab80a4b0d2a084922915c47c721b025e385b5282fac1567c1763d5ab523f21591b65e44ef4a512e6f0d672527ac229b4ef15404f563016372885
7
- data.tar.gz: df2acd36a586fa6030f3d9fbf7c8cf10e08c2e500b4fa242b9987884fce474bfa311dcfbc7818c7b734af57aec1a67f0cc0b96ce519ca188405a3384d7d9c5e6
6
+ metadata.gz: 9e5f8b00de983bd4a4d1d32914cd084bf0761ccfa7da1a3e454160e0e461a0aa395d1806fed30b3fde35dad606d27a97a674886f3bf538f8ec6c28a7902eeb15
7
+ data.tar.gz: 5eab43c0eae3f0b5c037f48504e376f50b74d02c5708b5c6abfbffa537ef68600e7450bda7de0ab94bc70d010bdc909f665ef224ddc69bf3952edc3d553e6099
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_secrets (0.1.0.pre.7)
4
+ rake_secrets (0.1.0.pre.8)
5
5
  colored2 (~> 3.1)
6
- rake_factory (= 0.32.0.pre.2)
6
+ rake_factory (~> 0.33)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.1)
11
+ activesupport (7.1.3.4)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -18,128 +18,127 @@ GEM
18
18
  minitest (>= 5.1)
19
19
  mutex_m
20
20
  tzinfo (~> 2.0)
21
- addressable (2.8.5)
22
- public_suffix (>= 2.0.2, < 6.0)
21
+ addressable (2.8.7)
22
+ public_suffix (>= 2.0.2, < 7.0)
23
23
  ast (2.4.2)
24
- base64 (0.1.1)
25
- bigdecimal (3.1.4)
24
+ base64 (0.2.0)
25
+ bigdecimal (3.1.8)
26
+ childprocess (5.0.0)
26
27
  colored2 (3.1.2)
27
- concurrent-ruby (1.2.2)
28
+ concurrent-ruby (1.3.3)
28
29
  connection_pool (2.4.1)
29
- diff-lcs (1.5.0)
30
+ diff-lcs (1.5.1)
30
31
  docile (1.4.0)
31
- drb (2.1.1)
32
- ruby2_keywords
33
- excon (0.104.0)
34
- faraday (2.7.11)
35
- base64
36
- faraday-net_http (>= 2.0, < 3.1)
37
- ruby2_keywords (>= 0.0.4)
38
- faraday-net_http (3.0.2)
32
+ drb (2.2.1)
33
+ excon (0.111.0)
34
+ faraday (2.10.0)
35
+ faraday-net_http (>= 2.0, < 3.2)
36
+ logger
37
+ faraday-net_http (3.1.0)
38
+ net-http
39
39
  gem-release (2.2.2)
40
- git (1.18.0)
40
+ git (1.19.1)
41
41
  addressable (~> 2.8)
42
42
  rchardet (~> 1.8)
43
43
  hamster (3.0.0)
44
44
  concurrent-ruby (~> 1.0)
45
- i18n (1.14.1)
45
+ i18n (1.14.5)
46
46
  concurrent-ruby (~> 1.0)
47
47
  immutable-struct (2.4.1)
48
- json (2.6.3)
48
+ json (2.7.2)
49
49
  language_server-protocol (3.17.0.3)
50
- lino (3.1.0)
50
+ lino (4.1.0)
51
+ childprocess (~> 5.0.0)
51
52
  hamster (~> 3.0)
52
53
  open4 (~> 1.3)
54
+ logger (1.6.0)
53
55
  memfs (1.0.0)
54
- minitest (5.20.0)
55
- mutex_m (0.1.2)
56
- octokit (8.0.0)
56
+ minitest (5.24.1)
57
+ mutex_m (0.2.0)
58
+ net-http (0.4.1)
59
+ uri
60
+ octokit (8.1.0)
61
+ base64
57
62
  faraday (>= 1, < 3)
58
63
  sawyer (~> 0.9)
59
64
  open4 (1.3.4)
60
- parallel (1.23.0)
61
- parser (3.2.2.4)
65
+ parallel (1.25.1)
66
+ parser (3.3.4.0)
62
67
  ast (~> 2.4.1)
63
68
  racc
64
- public_suffix (5.0.3)
65
- racc (1.7.3)
69
+ public_suffix (6.0.0)
70
+ racc (1.8.0)
66
71
  rainbow (3.1.1)
67
- rake (13.1.0)
68
- rake_circle_ci (0.11.0)
72
+ rake (13.2.1)
73
+ rake_circle_ci (0.13.0)
69
74
  colored2 (~> 3.1)
70
75
  excon (~> 0.72)
71
- rake_factory (~> 0.23)
76
+ rake_factory (~> 0.33)
72
77
  sshkey (~> 2.0)
73
- rake_factory (0.32.0.pre.2)
78
+ rake_factory (0.33.0)
74
79
  activesupport (>= 4)
75
80
  rake (~> 13.0)
76
- rake_git (0.1.0.pre.10)
81
+ rake_git (0.2.0)
77
82
  colored2 (~> 3.1)
78
83
  git (~> 1.13, >= 1.13.2)
79
- rake_factory (= 0.32.0.pre.2)
80
- rake_git_crypt (0.1.0.pre.29)
84
+ rake_factory (~> 0.33)
85
+ rake_git_crypt (0.2.0)
81
86
  colored2 (~> 3.1)
82
- rake_factory (= 0.32.0.pre.2)
83
- ruby_git_crypt (= 0.1.0.pre.4)
84
- ruby_gpg2 (~> 0.6)
87
+ rake_factory (~> 0.33)
88
+ ruby_git_crypt (~> 0.1)
89
+ ruby_gpg2 (~> 0.12)
85
90
  rake_github (0.13.0)
86
91
  colored2 (~> 3.1)
87
92
  octokit (>= 4.16, < 9.0)
88
93
  rake_factory (~> 0.23)
89
94
  sshkey (~> 2.0)
90
- rake_gpg (0.18.0)
91
- rake_factory (~> 0.23)
92
- ruby_gpg2 (~> 0.6)
95
+ rake_gpg (0.20.0)
96
+ rake_factory (~> 0.33)
97
+ ruby_gpg2 (~> 0.12)
93
98
  rake_ssh (0.10.0)
94
99
  colored2 (~> 3.1)
95
100
  rake_factory (~> 0.23)
96
101
  sshkey (~> 2.0)
97
102
  rchardet (1.8.0)
98
- regexp_parser (2.8.2)
99
- rexml (3.2.6)
100
- rspec (3.12.0)
101
- rspec-core (~> 3.12.0)
102
- rspec-expectations (~> 3.12.0)
103
- rspec-mocks (~> 3.12.0)
104
- rspec-core (3.12.2)
105
- rspec-support (~> 3.12.0)
106
- rspec-expectations (3.12.3)
103
+ regexp_parser (2.9.2)
104
+ rexml (3.3.2)
105
+ strscan
106
+ rspec (3.13.0)
107
+ rspec-core (~> 3.13.0)
108
+ rspec-expectations (~> 3.13.0)
109
+ rspec-mocks (~> 3.13.0)
110
+ rspec-core (3.13.0)
111
+ rspec-support (~> 3.13.0)
112
+ rspec-expectations (3.13.1)
107
113
  diff-lcs (>= 1.2.0, < 2.0)
108
- rspec-support (~> 3.12.0)
109
- rspec-mocks (3.12.6)
114
+ rspec-support (~> 3.13.0)
115
+ rspec-mocks (3.13.1)
110
116
  diff-lcs (>= 1.2.0, < 2.0)
111
- rspec-support (~> 3.12.0)
112
- rspec-support (3.12.1)
113
- rubocop (1.57.2)
117
+ rspec-support (~> 3.13.0)
118
+ rspec-support (3.13.1)
119
+ rubocop (1.65.0)
114
120
  json (~> 2.3)
115
121
  language_server-protocol (>= 3.17.0)
116
122
  parallel (~> 1.10)
117
- parser (>= 3.2.2.4)
123
+ parser (>= 3.3.0.2)
118
124
  rainbow (>= 2.2.2, < 4.0)
119
- regexp_parser (>= 1.8, < 3.0)
125
+ regexp_parser (>= 2.4, < 3.0)
120
126
  rexml (>= 3.2.5, < 4.0)
121
- rubocop-ast (>= 1.28.1, < 2.0)
127
+ rubocop-ast (>= 1.31.1, < 2.0)
122
128
  ruby-progressbar (~> 1.7)
123
129
  unicode-display_width (>= 2.4.0, < 3.0)
124
- rubocop-ast (1.30.0)
125
- parser (>= 3.2.1.0)
126
- rubocop-capybara (2.19.0)
127
- rubocop (~> 1.41)
128
- rubocop-factory_bot (2.24.0)
129
- rubocop (~> 1.33)
130
+ rubocop-ast (1.31.3)
131
+ parser (>= 3.3.1.0)
130
132
  rubocop-rake (0.6.0)
131
133
  rubocop (~> 1.0)
132
- rubocop-rspec (2.25.0)
133
- rubocop (~> 1.40)
134
- rubocop-capybara (~> 2.17)
135
- rubocop-factory_bot (~> 2.22)
134
+ rubocop-rspec (3.0.3)
135
+ rubocop (~> 1.61)
136
136
  ruby-progressbar (1.13.0)
137
- ruby2_keywords (0.0.5)
138
- ruby_git_crypt (0.1.0.pre.4)
137
+ ruby_git_crypt (0.1.0)
139
138
  immutable-struct (~> 2.4)
140
- lino (~> 3.0)
141
- ruby_gpg2 (0.10.0)
142
- lino (~> 3.0)
139
+ lino (>= 4.1)
140
+ ruby_gpg2 (0.12.0)
141
+ lino (>= 4.1)
143
142
  sawyer (0.9.2)
144
143
  addressable (>= 2.3.5)
145
144
  faraday (>= 0.17.3, < 3)
@@ -150,9 +149,11 @@ GEM
150
149
  simplecov-html (0.12.3)
151
150
  simplecov_json_formatter (0.1.4)
152
151
  sshkey (2.0.0)
152
+ strscan (3.1.0)
153
153
  tzinfo (2.0.6)
154
154
  concurrent-ruby (~> 1.0)
155
155
  unicode-display_width (2.5.0)
156
+ uri (0.13.0)
156
157
 
157
158
  PLATFORMS
158
159
  arm64-darwin-21
@@ -11,7 +11,7 @@ module RakeSecrets
11
11
  end
12
12
 
13
13
  def transform(value)
14
- @template.render(value: value)
14
+ @template.render(value:)
15
15
  end
16
16
  end
17
17
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeSecrets
4
- VERSION = '0.1.0.pre.7'
4
+ VERSION = '0.1.0.pre.8'
5
5
  end
data/rake_secrets.gemspec CHANGED
@@ -34,10 +34,10 @@ Gem::Specification.new do |spec|
34
34
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
35
  spec.require_paths = ['lib']
36
36
 
37
- spec.required_ruby_version = '>= 2.7'
37
+ spec.required_ruby_version = '>= 3.1'
38
38
 
39
39
  spec.add_dependency 'colored2', '~> 3.1'
40
- spec.add_dependency 'rake_factory', '0.32.0.pre.2'
40
+ spec.add_dependency 'rake_factory', '~> 0.33'
41
41
 
42
42
  spec.metadata['rubygems_mfa_required'] = 'false'
43
43
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_secrets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.7
4
+ version: 0.1.0.pre.8
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-11-06 00:00:00.000000000 Z
11
+ date: 2024-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: rake_factory
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '='
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.32.0.pre.2
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.32.0.pre.2
40
+ version: '0.33'
41
41
  description: Allows managing the full secrets lifecycle with configurable backends.
42
42
  email:
43
43
  - maintainers@infrablocks.io
@@ -92,14 +92,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
- version: '2.7'
95
+ version: '3.1'
96
96
  required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - ">"
99
99
  - !ruby/object:Gem::Version
100
100
  version: 1.3.1
101
101
  requirements: []
102
- rubygems_version: 3.1.6
102
+ rubygems_version: 3.3.7
103
103
  signing_key:
104
104
  specification_version: 4
105
105
  summary: Rake tasks for managing secrets.