confidante 0.29.0.pre.3 → 0.29.0.pre.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -7
- 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: 448d7550c8a3828f041ebca22d0e10d8fd5ff375647105a38f8a4aacc1c14e49
|
|
4
|
+
data.tar.gz: 8a082de6222ed26107df8f9c5ac9e8d93b61a6320b2d143ff5cdd61fbcc899c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8db30cbb788a271addbc25f40cac2c57014532fed1787e15a31936668ca5af12ba85e41b934f8e8fb92bec97533c6fa70de3accaeabb735a2e879d849678fc80
|
|
7
|
+
data.tar.gz: aed53394d251bb5de68b20ba3a2b71525168b1ebec00ad06be49f5af83fc36a7faa5fc81e664cc3e092a140a7f6db91afe4fc0aa200a3716b76bed9dbf654ca3
|
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.4)
|
|
5
5
|
activesupport (>= 4)
|
|
6
6
|
hiera (~> 3.3)
|
|
7
7
|
shikashi (~> 0.6)
|
|
@@ -24,7 +24,7 @@ GEM
|
|
|
24
24
|
public_suffix (>= 2.0.2, < 6.0)
|
|
25
25
|
ast (2.4.2)
|
|
26
26
|
aws-eventstream (1.2.0)
|
|
27
|
-
aws-sigv4 (1.6.
|
|
27
|
+
aws-sigv4 (1.6.1)
|
|
28
28
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
29
29
|
base64 (0.1.1)
|
|
30
30
|
bigdecimal (3.1.4)
|
|
@@ -122,8 +122,7 @@ GEM
|
|
|
122
122
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
123
123
|
rspec-support (~> 3.12.0)
|
|
124
124
|
rspec-support (3.12.1)
|
|
125
|
-
rubocop (1.57.
|
|
126
|
-
base64 (~> 0.1.1)
|
|
125
|
+
rubocop (1.57.2)
|
|
127
126
|
json (~> 2.3)
|
|
128
127
|
language_server-protocol (>= 3.17.0)
|
|
129
128
|
parallel (~> 1.10)
|
|
@@ -134,7 +133,7 @@ GEM
|
|
|
134
133
|
rubocop-ast (>= 1.28.1, < 2.0)
|
|
135
134
|
ruby-progressbar (~> 1.7)
|
|
136
135
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
137
|
-
rubocop-ast (1.
|
|
136
|
+
rubocop-ast (1.30.0)
|
|
138
137
|
parser (>= 3.2.1.0)
|
|
139
138
|
rubocop-capybara (2.19.0)
|
|
140
139
|
rubocop (~> 1.41)
|
|
@@ -142,8 +141,8 @@ GEM
|
|
|
142
141
|
rubocop (~> 1.33)
|
|
143
142
|
rubocop-rake (0.6.0)
|
|
144
143
|
rubocop (~> 1.0)
|
|
145
|
-
rubocop-rspec (2.
|
|
146
|
-
rubocop (~> 1.
|
|
144
|
+
rubocop-rspec (2.25.0)
|
|
145
|
+
rubocop (~> 1.40)
|
|
147
146
|
rubocop-capybara (~> 2.17)
|
|
148
147
|
rubocop-factory_bot (~> 2.22)
|
|
149
148
|
ruby-progressbar (1.13.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.4
|
|
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-10-
|
|
11
|
+
date: 2023-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|