openvox 9.0.0.pre.beta2 → 9.0.0.pre.rc2
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/CHANGELOG.md +91 -26
- data/Gemfile +5 -3
- data/Gemfile.lock +666 -0
- data/HISTORY.md +311 -0
- data/Rakefile +5 -6
- data/ext/debian/puppet.default +2 -2
- data/ext/debian/puppet.init +2 -2
- data/ext/windows/service/daemon.rb +1 -2
- data/lib/hiera/scope.rb +0 -2
- data/lib/puppet/agent/disabler.rb +1 -1
- data/lib/puppet/agent/locker.rb +1 -1
- data/lib/puppet/agent.rb +79 -7
- data/lib/puppet/application/agent.rb +19 -4
- data/lib/puppet/application/ssl.rb +7 -6
- data/lib/puppet/application.rb +1 -2
- data/lib/puppet/configurer/fact_handler.rb +5 -1
- data/lib/puppet/confine.rb +1 -2
- data/lib/puppet/environments.rb +3 -12
- data/lib/puppet/face/epp.rb +0 -2
- data/lib/puppet/file_bucket/dipper.rb +0 -2
- data/lib/puppet/file_serving/content.rb +1 -2
- data/lib/puppet/file_serving/mount.rb +1 -2
- data/lib/puppet/functions/tree_each.rb +1 -1
- data/lib/puppet/generate/type.rb +1 -1
- data/lib/puppet/gettext/config.rb +0 -2
- data/lib/puppet/graph/simple_graph.rb +0 -2
- data/lib/puppet/http/service.rb +46 -17
- data/lib/puppet/indirector/facts/facter.rb +13 -12
- data/lib/puppet/indirector/file_bucket_file/file.rb +0 -2
- data/lib/puppet/interface/action.rb +1 -1
- data/lib/puppet/module.rb +1 -6
- data/lib/puppet/node.rb +5 -1
- data/lib/puppet/parser/ast.rb +1 -2
- data/lib/puppet/parser/compiler/catalog_validator.rb +1 -2
- data/lib/puppet/parser/files.rb +0 -2
- data/lib/puppet/parser/resource.rb +0 -4
- data/lib/puppet/parser/scope.rb +1 -5
- data/lib/puppet/pops/adaptable.rb +0 -2
- data/lib/puppet/pops/loader/base_loader.rb +0 -2
- data/lib/puppet/pops/loader/loader.rb +0 -2
- data/lib/puppet/pops/loader/runtime3_type_loader.rb +0 -2
- data/lib/puppet/pops/loaders.rb +0 -2
- data/lib/puppet/pops/lookup/hiera_config.rb +0 -2
- data/lib/puppet/pops/lookup/interpolation.rb +0 -2
- data/lib/puppet/pops/lookup/key_recorder.rb +2 -4
- data/lib/puppet/pops/lookup/lookup_key.rb +0 -2
- data/lib/puppet/pops/merge_strategy.rb +1 -1
- data/lib/puppet/pops/migration/migration_checker.rb +1 -2
- data/lib/puppet/pops/parser/lexer2.rb +2 -2
- data/lib/puppet/pops/parser/lexer_support.rb +0 -2
- data/lib/puppet/pops/parser/locatable.rb +2 -4
- data/lib/puppet/pops/parser/locator.rb +9 -18
- data/lib/puppet/pops/puppet_stack.rb +1 -1
- data/lib/puppet/pops/time/timespan.rb +0 -2
- data/lib/puppet/pops/types/class_loader.rb +1 -3
- data/lib/puppet/pops/types/iterable.rb +0 -2
- data/lib/puppet/pops/types/p_runtime_type.rb +0 -2
- data/lib/puppet/pops/types/p_timespan_type.rb +1 -3
- data/lib/puppet/pops/types/puppet_object.rb +2 -4
- data/lib/puppet/pops/types/type_acceptor.rb +1 -2
- data/lib/puppet/pops/types/type_factory.rb +1 -1
- data/lib/puppet/pops/types/types.rb +1 -8
- data/lib/puppet/pops/utils.rb +0 -6
- data/lib/puppet/pops/validation/checker4_0.rb +2 -6
- data/lib/puppet/pops/visitor.rb +1 -1
- data/lib/puppet/property/ensure.rb +0 -4
- data/lib/puppet/provider/nameservice.rb +0 -2
- data/lib/puppet/provider/network_device.rb +1 -2
- data/lib/puppet/provider/package/pkgdmg.rb +0 -2
- data/lib/puppet/provider/package/portage.rb +1 -1
- data/lib/puppet/provider/package/portupgrade.rb +2 -2
- data/lib/puppet/provider/parsedfile.rb +0 -2
- data/lib/puppet/provider/service/base.rb +2 -4
- data/lib/puppet/provider/service/launchd.rb +1 -1
- data/lib/puppet/provider/service/openwrt.rb +1 -2
- data/lib/puppet/provider/service/service.rb +1 -2
- data/lib/puppet/provider/service/smf.rb +6 -6
- data/lib/puppet/provider/service/systemd.rb +0 -41
- data/lib/puppet/provider/service/upstart.rb +1 -1
- data/lib/puppet/provider/user/directoryservice.rb +3 -5
- data/lib/puppet/reference/metaparameter.rb +1 -1
- data/lib/puppet/settings.rb +0 -2
- data/lib/puppet/test/test_helper.rb +1 -2
- data/lib/puppet/transaction/event.rb +0 -1
- data/lib/puppet/transaction/persistence.rb +0 -2
- data/lib/puppet/type/component.rb +1 -2
- data/lib/puppet/type/file.rb +1 -3
- data/lib/puppet/type/resources.rb +0 -2
- data/lib/puppet/type/user.rb +0 -2
- data/lib/puppet/type.rb +4 -15
- data/lib/puppet/util/at_fork/noop.rb +3 -6
- data/lib/puppet/util/fileparsing.rb +0 -6
- data/lib/puppet/util/filetype.rb +0 -2
- data/lib/puppet/util/ldap/generator.rb +0 -2
- data/lib/puppet/util/network_device/transport/base.rb +2 -4
- data/lib/puppet/util/rdoc/code_objects.rb +1 -1
- data/lib/puppet/util/rdoc/parser/puppet_parser_core.rb +3 -2
- data/lib/puppet/util/selinux.rb +16 -1
- data/lib/puppet/util/symbolic_file_mode.rb +2 -2
- data/lib/puppet/util/windows/file.rb +0 -1
- data/lib/puppet/version.rb +1 -1
- data/man/man8/puppet-agent.8 +7 -3
- data/tasks/vox.rake +2 -2
- metadata +4 -2
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,666 @@
|
|
|
1
|
+
GIT
|
|
2
|
+
remote: https://github.com/openvoxproject/vanagon
|
|
3
|
+
revision: bc75ba5a3279eed484270ab088bf6e2020fb8946
|
|
4
|
+
branch: main
|
|
5
|
+
specs:
|
|
6
|
+
vanagon (1.3.1)
|
|
7
|
+
build-uri (~> 1.0)
|
|
8
|
+
docopt (~> 0.6.1)
|
|
9
|
+
git (>= 3.1, < 5.0)
|
|
10
|
+
lock_manager (~> 0.1.5)
|
|
11
|
+
ostruct (< 0.7)
|
|
12
|
+
packaging (~> 0.122.3)
|
|
13
|
+
|
|
14
|
+
PATH
|
|
15
|
+
remote: .
|
|
16
|
+
specs:
|
|
17
|
+
openvox (9.0.0.pre.rc2)
|
|
18
|
+
base64 (>= 0.1, < 0.4)
|
|
19
|
+
benchmark (>= 0.2, < 0.6)
|
|
20
|
+
concurrent-ruby (~> 1.0)
|
|
21
|
+
deep_merge (~> 1.0)
|
|
22
|
+
fast_gettext (>= 2.1, < 5)
|
|
23
|
+
fiddle (~> 1.1)
|
|
24
|
+
getoptlong (~> 0.2.0)
|
|
25
|
+
locale (~> 2.1)
|
|
26
|
+
openfact (~> 6.0)
|
|
27
|
+
ostruct (>= 0.5.5, < 0.7)
|
|
28
|
+
puppet-resource_api (~> 2.0)
|
|
29
|
+
racc (~> 1.5)
|
|
30
|
+
scanf (~> 1.0)
|
|
31
|
+
semantic_puppet (~> 1.0)
|
|
32
|
+
|
|
33
|
+
GEM
|
|
34
|
+
remote: https://rubygems.org/
|
|
35
|
+
specs:
|
|
36
|
+
CFPropertyList (4.0.0)
|
|
37
|
+
base64
|
|
38
|
+
nkf
|
|
39
|
+
rexml
|
|
40
|
+
activesupport (8.1.4)
|
|
41
|
+
base64
|
|
42
|
+
bigdecimal
|
|
43
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
44
|
+
connection_pool (>= 2.2.5)
|
|
45
|
+
drb
|
|
46
|
+
i18n (>= 1.6, < 2)
|
|
47
|
+
json
|
|
48
|
+
logger (>= 1.4.2)
|
|
49
|
+
minitest (>= 5.1)
|
|
50
|
+
securerandom (>= 0.3)
|
|
51
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
52
|
+
uri (>= 0.13.1)
|
|
53
|
+
addressable (2.9.0)
|
|
54
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
55
|
+
artifactory (3.0.17)
|
|
56
|
+
ast (2.4.3)
|
|
57
|
+
async (2.46.0)
|
|
58
|
+
console (~> 1.29)
|
|
59
|
+
fiber-annotation
|
|
60
|
+
io-event (~> 1.21)
|
|
61
|
+
async-http (0.105.0)
|
|
62
|
+
async (>= 2.35.1)
|
|
63
|
+
async-pool (~> 0.12)
|
|
64
|
+
io-endpoint (~> 0.18)
|
|
65
|
+
io-stream (~> 0.14)
|
|
66
|
+
protocol-http (~> 0.72)
|
|
67
|
+
protocol-http1 (~> 0.41)
|
|
68
|
+
protocol-http2 (~> 0.28)
|
|
69
|
+
protocol-url (~> 0.2)
|
|
70
|
+
async-http-faraday (0.24.0)
|
|
71
|
+
async-http (~> 0.99)
|
|
72
|
+
faraday
|
|
73
|
+
async-pool (0.12.0)
|
|
74
|
+
async (>= 2.0)
|
|
75
|
+
base64 (0.3.0)
|
|
76
|
+
benchmark (0.5.0)
|
|
77
|
+
bigdecimal (4.1.3)
|
|
78
|
+
build-uri (1.0.1)
|
|
79
|
+
coderay (1.1.3)
|
|
80
|
+
concurrent-ruby (1.3.8)
|
|
81
|
+
connection_pool (3.0.2)
|
|
82
|
+
console (1.38.0)
|
|
83
|
+
fiber-annotation
|
|
84
|
+
fiber-local (~> 1.1)
|
|
85
|
+
json
|
|
86
|
+
crack (1.0.1)
|
|
87
|
+
bigdecimal
|
|
88
|
+
rexml
|
|
89
|
+
csv (3.3.6)
|
|
90
|
+
declarative (0.0.20)
|
|
91
|
+
deep_merge (1.2.2)
|
|
92
|
+
diff-lcs (1.6.2)
|
|
93
|
+
digest-crc (0.7.0)
|
|
94
|
+
rake (>= 12.0.0, < 14.0.0)
|
|
95
|
+
docopt (0.6.1)
|
|
96
|
+
drb (2.2.3)
|
|
97
|
+
erb (6.0.7)
|
|
98
|
+
erubi (1.13.1)
|
|
99
|
+
faraday (2.14.4)
|
|
100
|
+
faraday-net_http (>= 2.0, < 3.5)
|
|
101
|
+
json
|
|
102
|
+
logger
|
|
103
|
+
faraday-follow_redirects (0.5.0)
|
|
104
|
+
faraday (>= 1, < 3)
|
|
105
|
+
faraday-http-cache (3.0.0)
|
|
106
|
+
faraday (>= 0.8)
|
|
107
|
+
faraday-net_http (3.4.4)
|
|
108
|
+
net-http (~> 0.5)
|
|
109
|
+
faraday-retry (2.4.0)
|
|
110
|
+
faraday (~> 2.0)
|
|
111
|
+
fast_gettext (4.1.1)
|
|
112
|
+
prime
|
|
113
|
+
racc
|
|
114
|
+
ffi (1.17.4-aarch64-linux-gnu)
|
|
115
|
+
ffi (1.17.4-aarch64-linux-musl)
|
|
116
|
+
ffi (1.17.4-arm-linux-gnu)
|
|
117
|
+
ffi (1.17.4-arm-linux-musl)
|
|
118
|
+
ffi (1.17.4-arm64-darwin)
|
|
119
|
+
ffi (1.17.4-x86_64-darwin)
|
|
120
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
121
|
+
ffi (1.17.4-x86_64-linux-musl)
|
|
122
|
+
fiber-annotation (0.2.0)
|
|
123
|
+
fiber-local (1.1.0)
|
|
124
|
+
fiber-storage
|
|
125
|
+
fiber-storage (1.0.1)
|
|
126
|
+
fiddle (1.1.8)
|
|
127
|
+
forwardable (1.4.0)
|
|
128
|
+
getoptlong (0.2.1)
|
|
129
|
+
gettext (3.5.2)
|
|
130
|
+
erubi
|
|
131
|
+
locale (>= 2.0.5)
|
|
132
|
+
prime
|
|
133
|
+
racc
|
|
134
|
+
text (>= 1.3.0)
|
|
135
|
+
gettext-setup (1.1.1)
|
|
136
|
+
fast_gettext (>= 2.1, < 5.0)
|
|
137
|
+
gettext (~> 3.4)
|
|
138
|
+
locale
|
|
139
|
+
git (4.4.5)
|
|
140
|
+
activesupport (>= 5.0)
|
|
141
|
+
addressable (~> 2.8)
|
|
142
|
+
process_executer (~> 4.1)
|
|
143
|
+
rchardet (~> 1.9)
|
|
144
|
+
github_changelog_generator (1.18.0)
|
|
145
|
+
activesupport
|
|
146
|
+
async (>= 1.25.0)
|
|
147
|
+
async-http-faraday
|
|
148
|
+
benchmark
|
|
149
|
+
faraday-http-cache
|
|
150
|
+
octokit (~> 4.6)
|
|
151
|
+
rainbow (>= 2.2.1)
|
|
152
|
+
rake (>= 10.0)
|
|
153
|
+
google-apis-core (1.2.5)
|
|
154
|
+
addressable (~> 2.9)
|
|
155
|
+
faraday (~> 2.13)
|
|
156
|
+
faraday-follow_redirects (~> 0.3)
|
|
157
|
+
googleauth (~> 1.14)
|
|
158
|
+
mini_mime (~> 1.1)
|
|
159
|
+
multi_json (~> 1.11)
|
|
160
|
+
representable (~> 3.0)
|
|
161
|
+
retriable (>= 3.1, < 5.0)
|
|
162
|
+
google-apis-iamcredentials_v1 (0.28.0)
|
|
163
|
+
google-apis-core (>= 0.15.0, < 2.a)
|
|
164
|
+
google-apis-storage_v1 (0.67.0)
|
|
165
|
+
google-apis-core (>= 0.15.0, < 2.a)
|
|
166
|
+
google-cloud-core (1.9.0)
|
|
167
|
+
google-cloud-env (>= 1.0, < 3.a)
|
|
168
|
+
google-cloud-errors (~> 1.0)
|
|
169
|
+
google-cloud-env (2.4.0)
|
|
170
|
+
base64 (~> 0.2)
|
|
171
|
+
faraday (>= 1.0, < 3.a)
|
|
172
|
+
google-cloud-errors (1.7.0)
|
|
173
|
+
google-cloud-storage (1.62.0)
|
|
174
|
+
addressable (~> 2.8)
|
|
175
|
+
digest-crc (~> 0.4)
|
|
176
|
+
google-apis-core (>= 0.18, < 2)
|
|
177
|
+
google-apis-iamcredentials_v1 (~> 0.18)
|
|
178
|
+
google-apis-storage_v1 (>= 0.42)
|
|
179
|
+
google-cloud-core (~> 1.6)
|
|
180
|
+
googleauth (~> 1.9)
|
|
181
|
+
mini_mime (~> 1.0)
|
|
182
|
+
google-logging-utils (0.2.0)
|
|
183
|
+
googleauth (1.17.4)
|
|
184
|
+
faraday (>= 1.0, < 3.a)
|
|
185
|
+
google-cloud-env (~> 2.2)
|
|
186
|
+
google-logging-utils (~> 0.1)
|
|
187
|
+
jwt (>= 1.4, < 4.0)
|
|
188
|
+
os (>= 0.9, < 2.0)
|
|
189
|
+
pstore (~> 0.1)
|
|
190
|
+
signet (>= 0.16, < 2.a)
|
|
191
|
+
hashdiff (1.2.1)
|
|
192
|
+
hiera-eyaml (5.0.1)
|
|
193
|
+
base64 (~> 0.1)
|
|
194
|
+
highline (>= 2.1, < 4)
|
|
195
|
+
optimist (~> 3.1)
|
|
196
|
+
highline (3.1.2)
|
|
197
|
+
reline
|
|
198
|
+
hocon (1.4.0)
|
|
199
|
+
i18n (1.15.2)
|
|
200
|
+
concurrent-ruby (~> 1.0)
|
|
201
|
+
io-console (0.9.4)
|
|
202
|
+
io-endpoint (0.19.0)
|
|
203
|
+
openssl (>= 3.3.0)
|
|
204
|
+
io-event (1.22.1)
|
|
205
|
+
io-stream (0.14.0)
|
|
206
|
+
openssl (>= 3.3)
|
|
207
|
+
irb (1.18.0)
|
|
208
|
+
pp (>= 0.6.0)
|
|
209
|
+
prism (>= 1.3.0)
|
|
210
|
+
rdoc (>= 4.0.0)
|
|
211
|
+
reline (>= 0.4.2)
|
|
212
|
+
json (2.21.2)
|
|
213
|
+
json-schema (6.2.0)
|
|
214
|
+
addressable (~> 2.8)
|
|
215
|
+
bigdecimal (>= 3.1, < 5)
|
|
216
|
+
jwt (3.3.0)
|
|
217
|
+
base64
|
|
218
|
+
kramdown (2.5.2)
|
|
219
|
+
rexml (>= 3.4.4)
|
|
220
|
+
kramdown-parser-gfm (1.1.0)
|
|
221
|
+
kramdown (~> 2.0)
|
|
222
|
+
language_server-protocol (3.17.0.6)
|
|
223
|
+
lint_roller (1.1.0)
|
|
224
|
+
locale (2.1.5)
|
|
225
|
+
fiddle
|
|
226
|
+
lock_manager (0.1.5)
|
|
227
|
+
redis (>= 3.2, < 4.0)
|
|
228
|
+
logger (1.7.0)
|
|
229
|
+
memory_profiler (1.1.0)
|
|
230
|
+
method_source (1.1.0)
|
|
231
|
+
mini_mime (1.1.5)
|
|
232
|
+
minitar (1.1.0)
|
|
233
|
+
minitest (6.0.6)
|
|
234
|
+
drb (~> 2.0)
|
|
235
|
+
prism (~> 1.5)
|
|
236
|
+
msgpack (1.8.5)
|
|
237
|
+
multi_json (1.21.2)
|
|
238
|
+
mustache (1.1.3)
|
|
239
|
+
net-http (0.9.1)
|
|
240
|
+
uri (>= 0.11.1)
|
|
241
|
+
nkf (0.3.0)
|
|
242
|
+
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
243
|
+
racc (~> 1.4)
|
|
244
|
+
nokogiri (1.19.4-aarch64-linux-musl)
|
|
245
|
+
racc (~> 1.4)
|
|
246
|
+
nokogiri (1.19.4-arm-linux-gnu)
|
|
247
|
+
racc (~> 1.4)
|
|
248
|
+
nokogiri (1.19.4-arm-linux-musl)
|
|
249
|
+
racc (~> 1.4)
|
|
250
|
+
nokogiri (1.19.4-arm64-darwin)
|
|
251
|
+
racc (~> 1.4)
|
|
252
|
+
nokogiri (1.19.4-x86_64-darwin)
|
|
253
|
+
racc (~> 1.4)
|
|
254
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
255
|
+
racc (~> 1.4)
|
|
256
|
+
nokogiri (1.19.4-x86_64-linux-musl)
|
|
257
|
+
racc (~> 1.4)
|
|
258
|
+
octokit (4.25.1)
|
|
259
|
+
faraday (>= 1, < 3)
|
|
260
|
+
sawyer (~> 0.9)
|
|
261
|
+
openfact (6.2.0)
|
|
262
|
+
base64 (>= 0.1, < 0.4)
|
|
263
|
+
benchmark (< 0.6)
|
|
264
|
+
hocon (~> 1.3)
|
|
265
|
+
logger (~> 1.5)
|
|
266
|
+
ostruct (< 0.7)
|
|
267
|
+
thor (~> 1.5)
|
|
268
|
+
tsort (< 0.3)
|
|
269
|
+
openssl (4.0.2)
|
|
270
|
+
openvox-strings (7.1.0)
|
|
271
|
+
irb (< 2)
|
|
272
|
+
rgen (>= 0.9, < 0.11)
|
|
273
|
+
yard (~> 0.9)
|
|
274
|
+
openvoxserver-ca (3.3.0)
|
|
275
|
+
openfact (>= 5.0.0, < 7)
|
|
276
|
+
optimist (3.2.1)
|
|
277
|
+
os (1.1.4)
|
|
278
|
+
ostruct (0.6.3)
|
|
279
|
+
packaging (0.122.3)
|
|
280
|
+
artifactory (~> 3)
|
|
281
|
+
csv (>= 3.1.5)
|
|
282
|
+
google-cloud-storage
|
|
283
|
+
googleauth
|
|
284
|
+
rake (>= 12.3)
|
|
285
|
+
release-metrics
|
|
286
|
+
retriable (~> 3.1, >= 3.1.2)
|
|
287
|
+
rexml
|
|
288
|
+
pandoc-ruby (2.1.10)
|
|
289
|
+
parallel (2.2.0)
|
|
290
|
+
parser (3.3.12.0)
|
|
291
|
+
ast (~> 2.4.1)
|
|
292
|
+
racc
|
|
293
|
+
pp (0.6.4)
|
|
294
|
+
prettyprint
|
|
295
|
+
prettyprint (0.2.0)
|
|
296
|
+
prime (0.1.4)
|
|
297
|
+
forwardable
|
|
298
|
+
singleton
|
|
299
|
+
prism (1.9.0)
|
|
300
|
+
process_executer (4.1.1)
|
|
301
|
+
track_open_instances (~> 0.1)
|
|
302
|
+
protocol-hpack (1.5.1)
|
|
303
|
+
protocol-http (0.72.0)
|
|
304
|
+
protocol-http1 (0.41.0)
|
|
305
|
+
protocol-http (~> 0.68)
|
|
306
|
+
protocol-http2 (0.28.0)
|
|
307
|
+
protocol-hpack (~> 1.4)
|
|
308
|
+
protocol-http (~> 0.62)
|
|
309
|
+
protocol-url (0.19.0)
|
|
310
|
+
pry (0.16.0)
|
|
311
|
+
coderay (~> 1.1)
|
|
312
|
+
method_source (~> 1.0)
|
|
313
|
+
reline (>= 0.6.0)
|
|
314
|
+
pstore (0.2.1)
|
|
315
|
+
public_suffix (7.0.5)
|
|
316
|
+
puppet-resource_api (2.0.1)
|
|
317
|
+
hocon (>= 1.0)
|
|
318
|
+
racc (1.8.1)
|
|
319
|
+
rainbow (3.1.1)
|
|
320
|
+
rake (13.4.2)
|
|
321
|
+
rbs (4.2.0)
|
|
322
|
+
logger
|
|
323
|
+
prism (>= 1.6.0)
|
|
324
|
+
tsort
|
|
325
|
+
rchardet (1.10.2)
|
|
326
|
+
rdoc (8.0.0)
|
|
327
|
+
erb
|
|
328
|
+
prism (>= 1.6.0)
|
|
329
|
+
rbs (>= 4.0.0)
|
|
330
|
+
tsort
|
|
331
|
+
redis (3.3.5)
|
|
332
|
+
regexp_parser (2.13.0)
|
|
333
|
+
release-metrics (1.1.0)
|
|
334
|
+
csv
|
|
335
|
+
docopt
|
|
336
|
+
reline (0.7.0)
|
|
337
|
+
io-console (~> 0.5)
|
|
338
|
+
representable (3.3.0)
|
|
339
|
+
declarative (< 0.1.0)
|
|
340
|
+
trailblazer-option (>= 0.1.1, < 0.2.0)
|
|
341
|
+
uber (< 0.2.0)
|
|
342
|
+
retriable (3.8.0)
|
|
343
|
+
rexml (3.4.4)
|
|
344
|
+
rgen (0.10.2)
|
|
345
|
+
ronn-ng (0.10.1)
|
|
346
|
+
kramdown (~> 2, >= 2.1)
|
|
347
|
+
kramdown-parser-gfm (~> 1, >= 1.0.1)
|
|
348
|
+
mustache (~> 1)
|
|
349
|
+
nokogiri (~> 1, >= 1.14.3)
|
|
350
|
+
rspec (3.13.2)
|
|
351
|
+
rspec-core (~> 3.13.0)
|
|
352
|
+
rspec-expectations (~> 3.13.0)
|
|
353
|
+
rspec-mocks (~> 3.13.0)
|
|
354
|
+
rspec-core (3.13.6)
|
|
355
|
+
rspec-support (~> 3.13.0)
|
|
356
|
+
rspec-expectations (3.13.5)
|
|
357
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
358
|
+
rspec-support (~> 3.13.0)
|
|
359
|
+
rspec-its (2.0.0)
|
|
360
|
+
rspec-core (>= 3.13.0)
|
|
361
|
+
rspec-expectations (>= 3.13.0)
|
|
362
|
+
rspec-mocks (3.13.2)
|
|
363
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
364
|
+
rspec-support (~> 3.13.0)
|
|
365
|
+
rspec-support (3.13.7)
|
|
366
|
+
rubocop (1.91.0)
|
|
367
|
+
json (>= 2.3)
|
|
368
|
+
language_server-protocol (~> 3.17.0.2)
|
|
369
|
+
lint_roller (~> 1.1.0)
|
|
370
|
+
parallel (>= 1.10)
|
|
371
|
+
parser (>= 3.3.0.2)
|
|
372
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
373
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
374
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
375
|
+
ruby-progressbar (~> 1.7)
|
|
376
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
377
|
+
rubocop-ast (1.50.0)
|
|
378
|
+
parser (>= 3.3.7.2)
|
|
379
|
+
prism (~> 1.7)
|
|
380
|
+
rubocop-i18n (3.3.0)
|
|
381
|
+
lint_roller (~> 1.1)
|
|
382
|
+
rubocop (>= 1.72.1)
|
|
383
|
+
rubocop-performance (1.27.0)
|
|
384
|
+
lint_roller (~> 1.1)
|
|
385
|
+
rubocop (>= 1.89.0, < 2.0)
|
|
386
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
387
|
+
rubocop-rake (0.7.1)
|
|
388
|
+
lint_roller (~> 1.1)
|
|
389
|
+
rubocop (>= 1.72.1)
|
|
390
|
+
rubocop-rspec (3.10.2)
|
|
391
|
+
lint_roller (~> 1.1)
|
|
392
|
+
regexp_parser (>= 2.0)
|
|
393
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
394
|
+
ruby-prof (2.0.5)
|
|
395
|
+
base64
|
|
396
|
+
ostruct
|
|
397
|
+
ruby-progressbar (1.13.0)
|
|
398
|
+
sawyer (0.9.3)
|
|
399
|
+
addressable (>= 2.3.5)
|
|
400
|
+
faraday (>= 0.17.3, < 3)
|
|
401
|
+
scanf (1.0.0)
|
|
402
|
+
securerandom (0.4.1)
|
|
403
|
+
semantic_puppet (1.1.1)
|
|
404
|
+
signet (0.22.0)
|
|
405
|
+
addressable (~> 2.8)
|
|
406
|
+
faraday (>= 0.17.5, < 3.a)
|
|
407
|
+
jwt (>= 1.5, < 4.0)
|
|
408
|
+
singleton (0.3.0)
|
|
409
|
+
syslog (0.4.0)
|
|
410
|
+
logger
|
|
411
|
+
text (1.3.1)
|
|
412
|
+
thor (1.5.0)
|
|
413
|
+
track_open_instances (0.1.15)
|
|
414
|
+
trailblazer-option (0.1.2)
|
|
415
|
+
tsort (0.2.0)
|
|
416
|
+
tzinfo (2.0.6)
|
|
417
|
+
concurrent-ruby (~> 1.0)
|
|
418
|
+
uber (0.1.0)
|
|
419
|
+
unicode-display_width (3.3.0)
|
|
420
|
+
unicode-emoji (~> 4.3)
|
|
421
|
+
unicode-emoji (4.3.0)
|
|
422
|
+
uri (1.1.1)
|
|
423
|
+
vcr (6.4.0)
|
|
424
|
+
webmock (3.26.4)
|
|
425
|
+
addressable (>= 2.8.0)
|
|
426
|
+
crack (>= 0.3.2)
|
|
427
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
|
428
|
+
webrick (1.9.2)
|
|
429
|
+
yard (0.9.45)
|
|
430
|
+
|
|
431
|
+
PLATFORMS
|
|
432
|
+
aarch64-linux-gnu
|
|
433
|
+
aarch64-linux-musl
|
|
434
|
+
arm-linux-gnu
|
|
435
|
+
arm-linux-musl
|
|
436
|
+
arm64-darwin
|
|
437
|
+
x86_64-darwin
|
|
438
|
+
x86_64-linux-gnu
|
|
439
|
+
x86_64-linux-musl
|
|
440
|
+
|
|
441
|
+
DEPENDENCIES
|
|
442
|
+
CFPropertyList (~> 4.0)
|
|
443
|
+
artifactory
|
|
444
|
+
diff-lcs (~> 1.3)
|
|
445
|
+
faraday-retry
|
|
446
|
+
ffi (>= 1.15.5, < 2, != 1.16.2, != 1.16.1, != 1.16.0)
|
|
447
|
+
gettext-setup (~> 1.0)
|
|
448
|
+
github_changelog_generator (~> 1.18)
|
|
449
|
+
hiera-eyaml
|
|
450
|
+
hocon (~> 1.0)
|
|
451
|
+
json (< 3)
|
|
452
|
+
json-schema (>= 2, < 7)
|
|
453
|
+
memory_profiler
|
|
454
|
+
minitar (~> 1.0)
|
|
455
|
+
msgpack (~> 1.2)
|
|
456
|
+
octokit
|
|
457
|
+
openfact (~> 6.0)
|
|
458
|
+
openvox!
|
|
459
|
+
openvox-strings
|
|
460
|
+
openvoxserver-ca (~> 3.0)
|
|
461
|
+
packaging (~> 0.105)
|
|
462
|
+
pandoc-ruby
|
|
463
|
+
pry
|
|
464
|
+
puppet-resource_api (~> 2.0)
|
|
465
|
+
rake (~> 13.0)
|
|
466
|
+
rdoc (~> 8.0)
|
|
467
|
+
ronn-ng (~> 0.10.1)
|
|
468
|
+
rspec (~> 3.1)
|
|
469
|
+
rspec-expectations (~> 3.9, != 3.9.3)
|
|
470
|
+
rspec-its (~> 2.0)
|
|
471
|
+
rspec-mocks (< 3.13.3)
|
|
472
|
+
rubocop (~> 1.91.0)
|
|
473
|
+
rubocop-i18n (~> 3.0)
|
|
474
|
+
rubocop-performance (~> 1.0)
|
|
475
|
+
rubocop-rake (~> 0.6)
|
|
476
|
+
rubocop-rspec (~> 3.0)
|
|
477
|
+
ruby-prof (>= 0.16.0)
|
|
478
|
+
semantic_puppet (~> 1.0)
|
|
479
|
+
syslog (>= 0.1.1, < 1)
|
|
480
|
+
vanagon!
|
|
481
|
+
vcr (~> 6.1)
|
|
482
|
+
webmock (~> 3.0)
|
|
483
|
+
webrick (~> 1.7)
|
|
484
|
+
win32ole (>= 1.8, < 2.0)
|
|
485
|
+
yard
|
|
486
|
+
|
|
487
|
+
CHECKSUMS
|
|
488
|
+
CFPropertyList (4.0.0) sha256=385e7bbd7c27e176b23415275ca936ca0ece1727e5b890b08e36632076b00aff
|
|
489
|
+
activesupport (8.1.4) sha256=891dd3fe43c4fc8391934b237b1189bb1f661c932a84a840043db9d46a4e80df
|
|
490
|
+
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
|
|
491
|
+
artifactory (3.0.17) sha256=3023d5c964c31674090d655a516f38ca75665c15084140c08b7f2841131af263
|
|
492
|
+
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
493
|
+
async (2.46.0) sha256=34f984733dbf63a997376346451ec995e858cacc3105e86ccfeaf8877b4f490b
|
|
494
|
+
async-http (0.105.0) sha256=55191969d5cf61be5fbc2e0aadd51d77085318ba192a5ff5e12e3aba0826906a
|
|
495
|
+
async-http-faraday (0.24.0) sha256=eb0bf50b19c9784ee39b6bd0b424964269e1b7d5be58392e32fab7a300e327eb
|
|
496
|
+
async-pool (0.12.0) sha256=5580493dc024bd704dab2ed0bf1307100722e49cbb825c7965f8501194f58506
|
|
497
|
+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
498
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
499
|
+
bigdecimal (4.1.3) sha256=61ebe1e5e559bdc3cc6f2c0ee7f427321fc838f59611c294356eb04d6e21cf66
|
|
500
|
+
build-uri (1.0.1) sha256=e0ad3add2ee215e69b6b454c59f54603cd42d4003593b1f87c7a9c4c33232e9a
|
|
501
|
+
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
|
|
502
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
503
|
+
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
504
|
+
console (1.38.0) sha256=35b82f59130e95e9be6b832d9e539c8b3988fc192e4a8e9a86ab4922f44ad5de
|
|
505
|
+
crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e
|
|
506
|
+
csv (3.3.6) sha256=aba61e7e507a66f03d45cb1f3c4b6359861c3504038b422962875dce099e4456
|
|
507
|
+
declarative (0.0.20) sha256=8021dd6cb17ab2b61233c56903d3f5a259c5cf43c80ff332d447d395b17d9ff9
|
|
508
|
+
deep_merge (1.2.2) sha256=83ced3a3d7f95f67de958d2ce41b1874e83c8d94fe2ddbff50c8b4b82323563a
|
|
509
|
+
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
510
|
+
digest-crc (0.7.0) sha256=64adc23a26a241044cbe6732477ca1b3c281d79e2240bcff275a37a5a0d78c07
|
|
511
|
+
docopt (0.6.1) sha256=73f837ed376d015971712c17f7aafa021998b964b77d52997dcaff79d6727467
|
|
512
|
+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
513
|
+
erb (6.0.7) sha256=c5ca6dc25b0ef974a44dc8f59fe847577122483b1968a38dec305c60bf91ee92
|
|
514
|
+
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
515
|
+
faraday (2.14.4) sha256=9bb4408c44621b0dbaaaa39e5dbfc4dbe58cc6751b6eb94d16ae9e1f2f2fab6e
|
|
516
|
+
faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
|
|
517
|
+
faraday-http-cache (3.0.0) sha256=44e0b5441825b80aa59446fdb0ceb5a1cf83e9f58fc89752b336d87a991c7994
|
|
518
|
+
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
|
|
519
|
+
faraday-retry (2.4.0) sha256=7b79c48fb7e56526faf247b12d94a680071ff40c9fda7cf1ec1549439ad11ebe
|
|
520
|
+
fast_gettext (4.1.1) sha256=e8c532f6945b0dc31efb2e91366bd56630bc3ae6a05a4126937124e40366efd8
|
|
521
|
+
ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
|
|
522
|
+
ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
|
|
523
|
+
ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
|
|
524
|
+
ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
|
|
525
|
+
ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
|
|
526
|
+
ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
|
|
527
|
+
ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
|
|
528
|
+
ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
|
|
529
|
+
fiber-annotation (0.2.0) sha256=7abfadf1d119f508867d4103bf231c0354d019cc39a5738945dec2edadaf6c03
|
|
530
|
+
fiber-local (1.1.0) sha256=c885f94f210fb9b05737de65d511136ea602e00c5105953748aa0f8793489f06
|
|
531
|
+
fiber-storage (1.0.1) sha256=f48e5b6d8b0be96dac486332b55cee82240057065dc761c1ea692b2e719240e1
|
|
532
|
+
fiddle (1.1.8) sha256=7fa8ee3627271497f3add5503acdbc3f40b32f610fc1cf49634f083ef3f32eee
|
|
533
|
+
forwardable (1.4.0) sha256=f1cd40cc9812937980e1c76f1aa053660990a7c9b6a98fc37d945468afcce838
|
|
534
|
+
getoptlong (0.2.1) sha256=fd23f07397b994bf9310d4531cfdb4332629a9b8e8c9c457c32b7edf5bf21ba5
|
|
535
|
+
gettext (3.5.2) sha256=ada02c59aa7e9f56bd2522faedaed16421dd2f3ddb5fe28628c0be5abcbf3c74
|
|
536
|
+
gettext-setup (1.1.1) sha256=15ce653696283c9835b0ad9f02f236b9f240cb35facd3341cc62b85d42c6b667
|
|
537
|
+
git (4.4.5) sha256=1ee6dfa5ffc4cec038d47ef21a503d160b1d800e97f129a521b2a78dc23b2b62
|
|
538
|
+
github_changelog_generator (1.18.0) sha256=f6ad4c53a14e8d1e440492f5a7b3d0a4c76e072add568e78b437510b2f02d000
|
|
539
|
+
google-apis-core (1.2.5) sha256=e21562b5627a0fc6a0c3165e429c3afed0f6a628eaa514e83f7204dda1adff69
|
|
540
|
+
google-apis-iamcredentials_v1 (0.28.0) sha256=0a92ffe6cc39c569554af2a77a25dfc61519ed8bbb64ab04cffdd352dc5ef106
|
|
541
|
+
google-apis-storage_v1 (0.67.0) sha256=13befc89bf03512783f535d214590f15993b0c56411155fd8090ca607e1b8d20
|
|
542
|
+
google-cloud-core (1.9.0) sha256=ab55409f51488e8deefb6edcc1ce4771dfb5da2fe7b3bc075709a030c2b682a4
|
|
543
|
+
google-cloud-env (2.4.0) sha256=01cb35ecee5d1c4d1cd4deaed8bb5bddc838e296bcc2a35c5d1ddd07ce40d28d
|
|
544
|
+
google-cloud-errors (1.7.0) sha256=6e682f42d89aae08689f36f28495de629d756da076bafff0003bac7f8042ebb3
|
|
545
|
+
google-cloud-storage (1.62.0) sha256=e2c3c08bf8fd40d50be92304084942203314d4fc0ee52028e99f9359c3ad1330
|
|
546
|
+
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
|
|
547
|
+
googleauth (1.17.4) sha256=acc2cac2a6011048f149c922cbc6c9675719e165aa5000c7fa3876c480fe9ae3
|
|
548
|
+
hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1
|
|
549
|
+
hiera-eyaml (5.0.1) sha256=b463fc9aa8f310659251cc7efd8c5db2e0fa893c4bc5b97e07276cb597cb93e6
|
|
550
|
+
highline (3.1.2) sha256=67cbd34d19f6ef11a7ee1d82ffab5d36dfd5b3be861f450fc1716c7125f4bb4a
|
|
551
|
+
hocon (1.4.0) sha256=e71023ed7c56ae780ec34c0ce7789a233bcead08c045d50bc7b3af40f5afcd80
|
|
552
|
+
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
553
|
+
io-console (0.9.4) sha256=a403304f32928ee85e56d457b4612ca43f2703b561a3258844992bd24085fbb1
|
|
554
|
+
io-endpoint (0.19.0) sha256=547aaefe9a78bc57fe25f9f7661b460395ebdfda506f70fdf4cc71d2ae5ca578
|
|
555
|
+
io-event (1.22.1) sha256=0dd054cefe4a29f1b8286604f332c14f3208d75f54902961e91e94d45e5e1600
|
|
556
|
+
io-stream (0.14.0) sha256=07d9b13ea2066ccbbc761fff8d69ad5a31e47561d31e02cc271f3ed9c1a8f1cd
|
|
557
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
558
|
+
json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
|
|
559
|
+
json-schema (6.2.0) sha256=e8bff46ed845a22c1ab2bd0d7eccf831c01fe23bb3920caa4c74db4306813666
|
|
560
|
+
jwt (3.3.0) sha256=44cc34fbc341c148233cf66641522b4bce0dfb1ce55e8073f05c56f44f4ee546
|
|
561
|
+
kramdown (2.5.2) sha256=1ba542204c66b6f9111ff00dcc26075b95b220b07f2905d8261740c82f7f02fa
|
|
562
|
+
kramdown-parser-gfm (1.1.0) sha256=fb39745516427d2988543bf01fc4cf0ab1149476382393e0e9c48592f6581729
|
|
563
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
564
|
+
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
565
|
+
locale (2.1.5) sha256=1c6803e8aa6bdb2c29e91945d095050601bf6d58474993575adf6f3b89b32ef4
|
|
566
|
+
lock_manager (0.1.5) sha256=8cc1d82c58ed915e4abb9c248b913a320a7093473069e57db33810e56103ec90
|
|
567
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
568
|
+
memory_profiler (1.1.0) sha256=79a17df7980a140c83c469785905409d3027ca614c42c086089d128b805aa8f8
|
|
569
|
+
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
|
|
570
|
+
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
571
|
+
minitar (1.1.0) sha256=38db0cfb6f3801017946cdcd8dc53f2cf3fd41ff752892312bf9a1639c9ea23e
|
|
572
|
+
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
573
|
+
msgpack (1.8.5) sha256=97419eaa7b35dfe3e462c0e6c1a3dfdcbfc8756605c09e46e4c6daef127517ba
|
|
574
|
+
multi_json (1.21.2) sha256=245531eaf54bdba57aba515ff08b4503505c5e09911daa89c5a561e2f85bea8e
|
|
575
|
+
mustache (1.1.3) sha256=75bdfeaa17e4af168fae2c262867b2992087aef39d8580965cb90d37a7d093c2
|
|
576
|
+
net-http (0.9.1) sha256=25ba0b67c63e89df626ed8fac771d0ad24ad151a858af2cc8e6a716ca4336996
|
|
577
|
+
nkf (0.3.0) sha256=357a8dbeba38b727b75930f665146546076a394a1c243faf634ff176e3588895
|
|
578
|
+
nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
|
|
579
|
+
nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af
|
|
580
|
+
nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca
|
|
581
|
+
nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb
|
|
582
|
+
nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527
|
|
583
|
+
nokogiri (1.19.4-x86_64-darwin) sha256=7fd17057d3e1f00e9954a74b3cd76595d3d4a5ef233b7ed9599047c204f70551
|
|
584
|
+
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
585
|
+
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
|
|
586
|
+
octokit (4.25.1) sha256=c02092ee82dcdfe84db0e0ea630a70d32becc54245a4f0bacfd21c010df09b96
|
|
587
|
+
openfact (6.2.0) sha256=b9d2ecb4324cccfe51ef708f2ede9966b1c845918f86621c85b9f7d0cf972c7f
|
|
588
|
+
openssl (4.0.2) sha256=1037ad2868ae58df9ad917891c0c0f9815a1172f6846d4bcdd508e4c2ee747c2
|
|
589
|
+
openvox (9.0.0.pre.rc2)
|
|
590
|
+
openvox-strings (7.1.0) sha256=54787ea8da5759657b3b94dac1af2ec458b4fa1d822c96ddefcde36b91ab39ab
|
|
591
|
+
openvoxserver-ca (3.3.0) sha256=8cf3860b4fd1562e381256b2c2d8c4360db843e8be7c81cc3232d775d7ec9c80
|
|
592
|
+
optimist (3.2.1) sha256=8cf8a0fd69f3aa24ab48885d3a666717c27bc3d9edd6e976e18b9d771e72e34e
|
|
593
|
+
os (1.1.4) sha256=57816d6a334e7bd6aed048f4b0308226c5fb027433b67d90a9ab435f35108d3f
|
|
594
|
+
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
|
|
595
|
+
packaging (0.122.3) sha256=f9e8258c30ca15a66ca32434dfcd641efb4cef4c1cbda5dac630350aa1e9b1a1
|
|
596
|
+
pandoc-ruby (2.1.10) sha256=37653d6b5e71657fb25b3cb230e6eebbfb8c925c7f1fcf69dfb6b929d12b74b2
|
|
597
|
+
parallel (2.2.0) sha256=e1059c5fd7b649558a0aec38a769f06a42942bdb40503d005a59c352fe011cd8
|
|
598
|
+
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
|
|
599
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
600
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
601
|
+
prime (0.1.4) sha256=4d755ebf7c2994a6f3a3fee0d072063be3fff2d4042ebff6cd5eebd4747a225e
|
|
602
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
603
|
+
process_executer (4.1.1) sha256=02e93624eb984c94282a892084781d8343d39198b983a25753c862c228f1786e
|
|
604
|
+
protocol-hpack (1.5.1) sha256=6feca238b8078da1cd295677d6f306c6001af92d75fe0643d33e6956cbc3ad91
|
|
605
|
+
protocol-http (0.72.0) sha256=b153474785979495b9f2df78f0fdc2e02edc7e92c1f7ea00425eed73bd02194c
|
|
606
|
+
protocol-http1 (0.41.0) sha256=9863874a1228948a896c3e7ea16d13a680c8f3ed50706007c78b7033018b0ea3
|
|
607
|
+
protocol-http2 (0.28.0) sha256=b7c6195dcfa80ec2484670e9fd8fc21024cc654a391aa0792433aff1188c1691
|
|
608
|
+
protocol-url (0.19.0) sha256=3f6b9f6aa742a259a0b3610fbbd9685dcd9506adf6734f428ff96259faabfb21
|
|
609
|
+
pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
|
|
610
|
+
pstore (0.2.1) sha256=03904d0f2c66579e96d1e6704cdabc0c88df7ea8ed8782d9f3569f6f6c702c1a
|
|
611
|
+
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
|
|
612
|
+
puppet-resource_api (2.0.1) sha256=6c3c64450a5de34314867cfbb505a5837729a2639fa88885cde634cb76750a33
|
|
613
|
+
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
614
|
+
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
615
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
616
|
+
rbs (4.2.0) sha256=51f7b886dcc05bc09e10b901daa6a81829f6adc03101d6ca9ea4aac6103e0674
|
|
617
|
+
rchardet (1.10.2) sha256=e041cb195f464dc10e49ab130f78c8b5956cd9a4f4f6df84e0c183b87c135f33
|
|
618
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
619
|
+
redis (3.3.5) sha256=3b47205af551f81623da98160550270c3aa365e97b46e3a3de8581f8502f8144
|
|
620
|
+
regexp_parser (2.13.0) sha256=d105d95d2138954e73914d2fbfb3d0a8f8605a49a3e89864c32e78b9107cb770
|
|
621
|
+
release-metrics (1.1.0) sha256=1feda514f3d9795c8333ece9daa91a39c1cc7b744b8a7f1bc519e97c168c8085
|
|
622
|
+
reline (0.7.0) sha256=5b012d8e55dbf9d450f12bde2cf7d15ff546ae80b3f8f3b30e570d431815583d
|
|
623
|
+
representable (3.3.0) sha256=22beca7d07104d8dfe30667eb267756c764c8bdc6c0f1481922502ecc4f0d8cf
|
|
624
|
+
retriable (3.8.0) sha256=9f2f1b0207594c7817f17f671587b8ec7587387ac6cebda6c941a802bb98a8e5
|
|
625
|
+
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
|
|
626
|
+
rgen (0.10.2) sha256=d978f84887a0b4815ff3a0e0c4d43a15cdeeac9fd4da02db8ec3ecd0f222f371
|
|
627
|
+
ronn-ng (0.10.1) sha256=4eeb0185c0fbfa889efed923b5b50e949cd869e7d82ac74138acd0c9c7165ec0
|
|
628
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
629
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
630
|
+
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
631
|
+
rspec-its (2.0.0) sha256=a88e8bc38149f2835e93533591ec4f5c829aacbfd41269a2e6f9f5b82f5260df
|
|
632
|
+
rspec-mocks (3.13.2) sha256=2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
|
|
633
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
634
|
+
rubocop (1.91.0) sha256=9c82b7bf391c5d7e3798c5b9996e22a1fe3bd7468e351dfdeb96140c058296d0
|
|
635
|
+
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
636
|
+
rubocop-i18n (3.3.0) sha256=6cd5977aeac9eb9e34962c0d2bd8e0225a4b43117d21b7e315dc56500c38a96b
|
|
637
|
+
rubocop-performance (1.27.0) sha256=eeeb1374d062a368ee1c787b70eb0b0cc4b184cb1f8565f424760946146d61ce
|
|
638
|
+
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
639
|
+
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
|
|
640
|
+
ruby-prof (2.0.5) sha256=dbc3b5112089538ac33303145db0cbd77cbdcdbc05b09e44a967ff72a36d6c0e
|
|
641
|
+
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
642
|
+
sawyer (0.9.3) sha256=0d0f19298408047037638639fe62f4794483fb04320269169bd41af2bdcf5e41
|
|
643
|
+
scanf (1.0.0) sha256=533db7f7e5acafea1a145d6c5329cef667a58fbcb7d64379a808ff1199ee1b00
|
|
644
|
+
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
645
|
+
semantic_puppet (1.1.1) sha256=15ff5b48d7f856549eb66b927a8894d3668b211970c9d7dc07dd4db57f5c7a96
|
|
646
|
+
signet (0.22.0) sha256=b76d495ccb07ad35dbc89f3e920665a9d8ed717141955034005d7843dcfe4780
|
|
647
|
+
singleton (0.3.0) sha256=83ea1bca5f4aa34d00305ab842a7862ea5a8a11c73d362cb52379d94e9615778
|
|
648
|
+
syslog (0.4.0) sha256=c4c38ae982fe72903ec41094b5e5f2dcbbc66f510d0225c9702e5e980d827472
|
|
649
|
+
text (1.3.1) sha256=2fbbbc82c1ce79c4195b13018a87cbb00d762bda39241bb3cdc32792759dd3f4
|
|
650
|
+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
651
|
+
track_open_instances (0.1.15) sha256=7f0e48821e6b4c881daaa40fb1583e308937c22a9c84883c150b399c3b5c3029
|
|
652
|
+
trailblazer-option (0.1.2) sha256=20e4f12ea4e1f718c8007e7944ca21a329eee4eed9e0fa5dde6e8ad8ac4344a3
|
|
653
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
654
|
+
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
655
|
+
uber (0.1.0) sha256=5beeb407ff807b5db994f82fa9ee07cfceaa561dad8af20be880bc67eba935dc
|
|
656
|
+
unicode-display_width (3.3.0) sha256=4b7aa66a4b11db50f6f7e98411215cd0dd10eaecb665d36eec5bcacb3fa0b613
|
|
657
|
+
unicode-emoji (4.3.0) sha256=11c02fa73290378c066bb0562cd4c87d8e1b706fbbe0059ca12746a4244de8ce
|
|
658
|
+
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
659
|
+
vanagon (1.3.1)
|
|
660
|
+
vcr (6.4.0) sha256=077ac92cc16efc5904eb90492a18153b5e6ca5398046d8a249a7c96a9ea24ae6
|
|
661
|
+
webmock (3.26.4) sha256=8d8da206d217ebe6968cfb09c77f4533c23074e1432bad865f3994eacbaad50d
|
|
662
|
+
webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131
|
|
663
|
+
yard (0.9.45) sha256=52e211493f7cb8a3ebf7e104a25a1e73937a3103092545d34cb88fafebb3dc51
|
|
664
|
+
|
|
665
|
+
BUNDLED WITH
|
|
666
|
+
4.0.20
|