confidante 0.28.0.pre.20 → 0.28.0.pre.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +24 -24
- data/lib/confidante/version.rb +1 -1
- data/lib/hiera/backend/vault_backend.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 006dd2ba527bfd523df11ce64950aaa21cd365e7d1618898010f67938da40b6b
|
4
|
+
data.tar.gz: 23e6688373ff415def391556c03dfdd030f427381b2b68eb8316eea4f38f5dae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 010bebc48214137353aef3ae19bea40b1460719480a933422a153f8b9dc8726691572fa7e40cb72e2b8abfdf44dc7996fc37d91fc23f9be73e62f1ef083917e1
|
7
|
+
data.tar.gz: 34604626f6e6bdce9df4c8710d2cb1b0f0838281e1a2408b2938a1f285a6b097c0283512a01a82aa957f8606ec31c8cf4a61dee9a4f90948d1f3574e95046ceb
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
confidante (0.28.0.pre.
|
4
|
+
confidante (0.28.0.pre.22)
|
5
5
|
activesupport (>= 4)
|
6
6
|
hiera (~> 3.3)
|
7
7
|
shikashi (~> 0.6)
|
@@ -10,7 +10,7 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (7.0.
|
13
|
+
activesupport (7.0.4)
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
15
|
i18n (>= 1.6, < 2)
|
16
16
|
minitest (>= 5.1)
|
@@ -57,13 +57,13 @@ GEM
|
|
57
57
|
hamster (3.0.0)
|
58
58
|
concurrent-ruby (~> 1.0)
|
59
59
|
hiera (3.10.0)
|
60
|
-
i18n (1.
|
60
|
+
i18n (1.12.0)
|
61
61
|
concurrent-ruby (~> 1.0)
|
62
62
|
json (2.6.2)
|
63
63
|
lino (3.0.0)
|
64
64
|
hamster (~> 3.0)
|
65
65
|
open4 (~> 1.3)
|
66
|
-
minitest (5.16.
|
66
|
+
minitest (5.16.3)
|
67
67
|
multipart-post (2.1.1)
|
68
68
|
octokit (4.22.0)
|
69
69
|
faraday (>= 0.9)
|
@@ -98,37 +98,37 @@ GEM
|
|
98
98
|
colored2 (~> 3.1)
|
99
99
|
rake_factory (~> 0.23)
|
100
100
|
sshkey (~> 2.0)
|
101
|
-
regexp_parser (2.
|
101
|
+
regexp_parser (2.6.0)
|
102
102
|
rexml (3.2.5)
|
103
|
-
rspec (3.
|
104
|
-
rspec-core (~> 3.
|
105
|
-
rspec-expectations (~> 3.
|
106
|
-
rspec-mocks (~> 3.
|
107
|
-
rspec-core (3.
|
108
|
-
rspec-support (~> 3.
|
109
|
-
rspec-expectations (3.
|
103
|
+
rspec (3.12.0)
|
104
|
+
rspec-core (~> 3.12.0)
|
105
|
+
rspec-expectations (~> 3.12.0)
|
106
|
+
rspec-mocks (~> 3.12.0)
|
107
|
+
rspec-core (3.12.0)
|
108
|
+
rspec-support (~> 3.12.0)
|
109
|
+
rspec-expectations (3.12.0)
|
110
110
|
diff-lcs (>= 1.2.0, < 2.0)
|
111
|
-
rspec-support (~> 3.
|
112
|
-
rspec-mocks (3.
|
111
|
+
rspec-support (~> 3.12.0)
|
112
|
+
rspec-mocks (3.12.0)
|
113
113
|
diff-lcs (>= 1.2.0, < 2.0)
|
114
|
-
rspec-support (~> 3.
|
115
|
-
rspec-support (3.
|
116
|
-
rubocop (1.
|
114
|
+
rspec-support (~> 3.12.0)
|
115
|
+
rspec-support (3.12.0)
|
116
|
+
rubocop (1.37.1)
|
117
117
|
json (~> 2.3)
|
118
118
|
parallel (~> 1.10)
|
119
119
|
parser (>= 3.1.2.1)
|
120
120
|
rainbow (>= 2.2.2, < 4.0)
|
121
121
|
regexp_parser (>= 1.8, < 3.0)
|
122
122
|
rexml (>= 3.2.5, < 4.0)
|
123
|
-
rubocop-ast (>= 1.
|
123
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
124
124
|
ruby-progressbar (~> 1.7)
|
125
125
|
unicode-display_width (>= 1.4.0, < 3.0)
|
126
|
-
rubocop-ast (1.
|
126
|
+
rubocop-ast (1.23.0)
|
127
127
|
parser (>= 3.1.1.0)
|
128
128
|
rubocop-rake (0.6.0)
|
129
129
|
rubocop (~> 1.0)
|
130
|
-
rubocop-rspec (2.
|
131
|
-
rubocop (~> 1.
|
130
|
+
rubocop-rspec (2.14.2)
|
131
|
+
rubocop (~> 1.33)
|
132
132
|
ruby-progressbar (1.11.0)
|
133
133
|
ruby2_keywords (0.0.5)
|
134
134
|
ruby2ruby (2.4.4)
|
@@ -152,9 +152,9 @@ GEM
|
|
152
152
|
simplecov-html (0.12.3)
|
153
153
|
simplecov_json_formatter (0.1.4)
|
154
154
|
sshkey (2.0.0)
|
155
|
-
tzinfo (2.0.
|
155
|
+
tzinfo (2.0.5)
|
156
156
|
concurrent-ruby (~> 1.0)
|
157
|
-
unicode-display_width (2.
|
157
|
+
unicode-display_width (2.3.0)
|
158
158
|
vault (0.17.0)
|
159
159
|
aws-sigv4
|
160
160
|
|
@@ -180,4 +180,4 @@ DEPENDENCIES
|
|
180
180
|
simplecov
|
181
181
|
|
182
182
|
BUNDLED WITH
|
183
|
-
2.3.
|
183
|
+
2.3.24
|
data/lib/confidante/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: confidante
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.28.0.pre.
|
4
|
+
version: 0.28.0.pre.22
|
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-
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|