confidante 0.29.0.pre.7 → 0.29.0.pre.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +39 -44
- data/lib/confidante/version.rb +1 -1
- 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: e474f7ff8aed74c0aa49c1c1092f6712392af88ddc32bdbaf0e40f82830a9da2
|
4
|
+
data.tar.gz: e2b8f07e0eb43acdf4cbece613f6f055b48374c3fa7e19118061b293eeafeeb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf567793ff4b0d6b87faee56da6c2b56bb44cba5ee8c38f1ebcdfe43fd44620a27a6ca7191685d30a551ce2d280660e4d2492b8364bb4eb07ecf448b9557ae38
|
7
|
+
data.tar.gz: ba1a94c2eb332f659f9bdf3ce9ba4284ebfa662deba7b579ff1cc093315268e8b9328dec68e6a2d2089a168b08bc3099c827ec09270104e9d282e8d328cedadb
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
confidante (0.29.0.pre.
|
4
|
+
confidante (0.29.0.pre.8)
|
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.1.
|
13
|
+
activesupport (7.1.3.4)
|
14
14
|
base64
|
15
15
|
bigdecimal
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -20,21 +20,20 @@ GEM
|
|
20
20
|
minitest (>= 5.1)
|
21
21
|
mutex_m
|
22
22
|
tzinfo (~> 2.0)
|
23
|
-
addressable (2.8.
|
24
|
-
public_suffix (>= 2.0.2, <
|
23
|
+
addressable (2.8.7)
|
24
|
+
public_suffix (>= 2.0.2, < 7.0)
|
25
25
|
ast (2.4.2)
|
26
26
|
aws-eventstream (1.3.0)
|
27
27
|
aws-sigv4 (1.7.0)
|
28
28
|
aws-eventstream (~> 1, >= 1.0.2)
|
29
29
|
base64 (0.2.0)
|
30
|
-
bigdecimal (3.1.
|
30
|
+
bigdecimal (3.1.8)
|
31
31
|
colored2 (3.1.2)
|
32
|
-
concurrent-ruby (1.
|
32
|
+
concurrent-ruby (1.3.3)
|
33
33
|
connection_pool (2.4.1)
|
34
|
-
diff-lcs (1.5.
|
34
|
+
diff-lcs (1.5.1)
|
35
35
|
docile (1.4.0)
|
36
|
-
drb (2.2.
|
37
|
-
ruby2_keywords
|
36
|
+
drb (2.2.1)
|
38
37
|
evalhook (0.6.0)
|
39
38
|
partialruby (~> 0.3)
|
40
39
|
sexp_processor (~> 4.0)
|
@@ -46,35 +45,35 @@ GEM
|
|
46
45
|
faraday-net_http (3.0.2)
|
47
46
|
gem-release (2.2.2)
|
48
47
|
getsource (0.2.2)
|
49
|
-
git (1.
|
48
|
+
git (1.19.1)
|
50
49
|
addressable (~> 2.8)
|
51
50
|
rchardet (~> 1.8)
|
52
51
|
hamster (3.0.0)
|
53
52
|
concurrent-ruby (~> 1.0)
|
54
53
|
hiera (3.12.0)
|
55
|
-
i18n (1.14.
|
54
|
+
i18n (1.14.5)
|
56
55
|
concurrent-ruby (~> 1.0)
|
57
56
|
immutable-struct (2.4.1)
|
58
|
-
json (2.7.
|
57
|
+
json (2.7.2)
|
59
58
|
language_server-protocol (3.17.0.3)
|
60
59
|
lino (3.1.0)
|
61
60
|
hamster (~> 3.0)
|
62
61
|
open4 (~> 1.3)
|
63
|
-
minitest (5.
|
62
|
+
minitest (5.24.1)
|
64
63
|
mutex_m (0.2.0)
|
65
64
|
octokit (8.0.0)
|
66
65
|
faraday (>= 1, < 3)
|
67
66
|
sawyer (~> 0.9)
|
68
67
|
open4 (1.3.4)
|
69
|
-
parallel (1.
|
70
|
-
parser (3.
|
68
|
+
parallel (1.25.1)
|
69
|
+
parser (3.3.4.0)
|
71
70
|
ast (~> 2.4.1)
|
72
71
|
racc
|
73
72
|
partialruby (0.3.0)
|
74
73
|
ruby2ruby (~> 2)
|
75
74
|
ruby_parser (~> 3)
|
76
|
-
public_suffix (5.
|
77
|
-
racc (1.
|
75
|
+
public_suffix (5.1.1)
|
76
|
+
racc (1.8.0)
|
78
77
|
rainbow (3.1.1)
|
79
78
|
rake (13.1.0)
|
80
79
|
rake_circle_ci (0.11.0)
|
@@ -107,44 +106,39 @@ GEM
|
|
107
106
|
rake_factory (~> 0.23)
|
108
107
|
sshkey (~> 2.0)
|
109
108
|
rchardet (1.8.0)
|
110
|
-
regexp_parser (2.
|
111
|
-
rexml (3.2
|
112
|
-
|
113
|
-
|
114
|
-
rspec-
|
115
|
-
rspec-
|
116
|
-
|
117
|
-
|
118
|
-
|
109
|
+
regexp_parser (2.9.2)
|
110
|
+
rexml (3.3.2)
|
111
|
+
strscan
|
112
|
+
rspec (3.13.0)
|
113
|
+
rspec-core (~> 3.13.0)
|
114
|
+
rspec-expectations (~> 3.13.0)
|
115
|
+
rspec-mocks (~> 3.13.0)
|
116
|
+
rspec-core (3.13.0)
|
117
|
+
rspec-support (~> 3.13.0)
|
118
|
+
rspec-expectations (3.13.1)
|
119
119
|
diff-lcs (>= 1.2.0, < 2.0)
|
120
|
-
rspec-support (~> 3.
|
121
|
-
rspec-mocks (3.
|
120
|
+
rspec-support (~> 3.13.0)
|
121
|
+
rspec-mocks (3.13.1)
|
122
122
|
diff-lcs (>= 1.2.0, < 2.0)
|
123
|
-
rspec-support (~> 3.
|
124
|
-
rspec-support (3.
|
125
|
-
rubocop (1.
|
123
|
+
rspec-support (~> 3.13.0)
|
124
|
+
rspec-support (3.13.1)
|
125
|
+
rubocop (1.65.0)
|
126
126
|
json (~> 2.3)
|
127
127
|
language_server-protocol (>= 3.17.0)
|
128
128
|
parallel (~> 1.10)
|
129
|
-
parser (>= 3.
|
129
|
+
parser (>= 3.3.0.2)
|
130
130
|
rainbow (>= 2.2.2, < 4.0)
|
131
|
-
regexp_parser (>=
|
131
|
+
regexp_parser (>= 2.4, < 3.0)
|
132
132
|
rexml (>= 3.2.5, < 4.0)
|
133
|
-
rubocop-ast (>= 1.
|
133
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
134
134
|
ruby-progressbar (~> 1.7)
|
135
135
|
unicode-display_width (>= 2.4.0, < 3.0)
|
136
|
-
rubocop-ast (1.
|
137
|
-
parser (>= 3.
|
138
|
-
rubocop-capybara (2.19.0)
|
139
|
-
rubocop (~> 1.41)
|
140
|
-
rubocop-factory_bot (2.24.0)
|
141
|
-
rubocop (~> 1.33)
|
136
|
+
rubocop-ast (1.31.3)
|
137
|
+
parser (>= 3.3.1.0)
|
142
138
|
rubocop-rake (0.6.0)
|
143
139
|
rubocop (~> 1.0)
|
144
|
-
rubocop-rspec (
|
145
|
-
rubocop (~> 1.
|
146
|
-
rubocop-capybara (~> 2.17)
|
147
|
-
rubocop-factory_bot (~> 2.22)
|
140
|
+
rubocop-rspec (3.0.3)
|
141
|
+
rubocop (~> 1.61)
|
148
142
|
ruby-progressbar (1.13.0)
|
149
143
|
ruby2_keywords (0.0.5)
|
150
144
|
ruby2ruby (2.5.0)
|
@@ -171,6 +165,7 @@ GEM
|
|
171
165
|
simplecov-html (0.12.3)
|
172
166
|
simplecov_json_formatter (0.1.4)
|
173
167
|
sshkey (2.0.0)
|
168
|
+
strscan (3.1.0)
|
174
169
|
tzinfo (2.0.6)
|
175
170
|
concurrent-ruby (~> 1.0)
|
176
171
|
unicode-display_width (2.5.0)
|
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.29.0.pre.
|
4
|
+
version: 0.29.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: 2024-07-
|
11
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|