carioca 2.0.12 → 2.1.1
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/.debride_withelist +49 -0
- data/.github/workflows/main.yml +7 -1
- data/Gemfile +1 -0
- data/Gemfile.lock +44 -4
- data/LICENSE.txt +21 -0
- data/README.md +651 -16
- data/Rakefile +15 -0
- data/VERSION +1 -1
- data/assets/images/carioca_output_emoji_colors.PNG +0 -0
- data/assets/images/carioca_output_emoji_no_colors.PNG +0 -0
- data/assets/images/carioca_output_no_emoji_colors.PNG +0 -0
- data/assets/images/carioca_output_no_emoji_no_colors.PNG +0 -0
- data/assets/images/description_carioca.png +0 -0
- data/assets/images/description_configuration_carioca.png +0 -0
- data/assets/images/description_container_carioca.png +0 -0
- data/assets/images/description_registry_carioca.png +0 -0
- data/assets/images/description_services_carioca.png +0 -0
- data/assets/images/logo_carioca_full_large.png +0 -0
- data/assets/images/logo_carioca_full_small.png +0 -0
- data/assets/images/logo_carioca_light_small.png +0 -0
- data/bom.xml +746 -0
- data/carioca.gemspec +3 -0
- data/config/locales/en.yml +34 -0
- data/config/locales/fr.yml +35 -1
- data/lib/carioca/configuration.rb +6 -2
- data/lib/carioca/constants.rb +38 -1
- data/lib/carioca/dependencies.rb +13 -0
- data/lib/carioca/services/config.rb +1 -1
- data/lib/carioca/services/finisher.rb +121 -0
- data/lib/carioca/services/sanitycheck.rb +143 -0
- data/lib/carioca/services/securestore.rb +81 -0
- data/lib/carioca/services/setup.rb +87 -0
- data/lib/carioca/services/toolbox.rb +104 -0
- data/samples/config/carioca.registry +0 -15
- data/samples/config/locales/en.yml +2 -1
- data/samples/config/settings.yml +29 -6
- data/samples/test.rb +111 -11
- metadata +64 -2
data/bom.xml
ADDED
@@ -0,0 +1,746 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<bom xmlns="http://cyclonedx.org/schema/bom/1.1" version="1" serialNumber="urn:uuid:1266bf21-8e20-4ef5-b237-536698997a61">
|
3
|
+
<components>
|
4
|
+
<component type="library">
|
5
|
+
<name>ast</name>
|
6
|
+
<version>2.4.2</version>
|
7
|
+
<description>A library for working with Abstract Syntax Trees.</description>
|
8
|
+
<hashes>
|
9
|
+
<hash alg="SHA-256">1e280232e6a33754cde542bc5ef85520b74db2aac73ec14acef453784447cc12</hash>
|
10
|
+
</hashes>
|
11
|
+
<licenses>
|
12
|
+
<license>
|
13
|
+
<id>MIT</id>
|
14
|
+
</license>
|
15
|
+
</licenses>
|
16
|
+
<purl>pkg:gem/ast@2.4.2</purl>
|
17
|
+
</component>
|
18
|
+
<component type="library">
|
19
|
+
<name>bundle-audit</name>
|
20
|
+
<version>0.1.0</version>
|
21
|
+
<description>Helper gem to require bundler-audit</description>
|
22
|
+
<hashes>
|
23
|
+
<hash alg="SHA-256">c8f085920cde681ba837be69c87b08598c1a7f46f70877f1b3a1711be91a7a43</hash>
|
24
|
+
</hashes>
|
25
|
+
<licenses>
|
26
|
+
<license>
|
27
|
+
<id>MIT</id>
|
28
|
+
</license>
|
29
|
+
</licenses>
|
30
|
+
<purl>pkg:gem/bundle-audit@0.1.0</purl>
|
31
|
+
</component>
|
32
|
+
<component type="library">
|
33
|
+
<name>bundler-audit</name>
|
34
|
+
<version>0.9.1</version>
|
35
|
+
<description>Patch-level verification for Bundler</description>
|
36
|
+
<hashes>
|
37
|
+
<hash alg="SHA-256">bdc716fc21cd8652a6507b137e5bc51f5e0e4f6f106a114ab004c89d0200bd3d</hash>
|
38
|
+
</hashes>
|
39
|
+
<licenses>
|
40
|
+
<license>
|
41
|
+
<id>GPL-3.0+</id>
|
42
|
+
</license>
|
43
|
+
</licenses>
|
44
|
+
<purl>pkg:gem/bundler-audit@0.9.1</purl>
|
45
|
+
</component>
|
46
|
+
<component type="library">
|
47
|
+
<name>carioca</name>
|
48
|
+
<version>2.1.0</version>
|
49
|
+
<description>Carioca : Container And Registry with Inversion Of Control for your Applications</description>
|
50
|
+
<hashes>
|
51
|
+
<hash alg="SHA-256">4e89e5c23f92aa4731ca58110218d9b9b82ff5075a5bf500a96e19ba1ca9d1e1</hash>
|
52
|
+
</hashes>
|
53
|
+
<licenses>
|
54
|
+
<license>
|
55
|
+
<id>BSD-3-Clause</id>
|
56
|
+
</license>
|
57
|
+
</licenses>
|
58
|
+
<purl>pkg:gem/carioca@2.1.0</purl>
|
59
|
+
</component>
|
60
|
+
<component type="library">
|
61
|
+
<name>code_statistics</name>
|
62
|
+
<version>0.2.13</version>
|
63
|
+
<description>Making a gem of the normal rails rake stats method, to make it more robust and work on non rails projects</description>
|
64
|
+
<hashes>
|
65
|
+
<hash alg="SHA-256">23556d2d44f89526722f3b6de8f2baa2aa23190203fa6ed1dd04d6c597be2d1f</hash>
|
66
|
+
</hashes>
|
67
|
+
<purl>pkg:gem/code_statistics@0.2.13</purl>
|
68
|
+
</component>
|
69
|
+
<component type="library">
|
70
|
+
<name>concurrent-ruby</name>
|
71
|
+
<version>1.2.2</version>
|
72
|
+
<description>Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.</description>
|
73
|
+
<hashes>
|
74
|
+
<hash alg="SHA-256">3879119b8b75e3b62616acc256c64a134d0b0a7a9a3fcba5a233025bcde22c4f</hash>
|
75
|
+
</hashes>
|
76
|
+
<licenses>
|
77
|
+
<license>
|
78
|
+
<id>MIT</id>
|
79
|
+
</license>
|
80
|
+
</licenses>
|
81
|
+
<purl>pkg:gem/concurrent-ruby@1.2.2</purl>
|
82
|
+
</component>
|
83
|
+
<component type="library">
|
84
|
+
<name>cyclonedx-ruby</name>
|
85
|
+
<version>1.1.0</version>
|
86
|
+
<description>CycloneDX software bill-of-material (SBoM) generation utility</description>
|
87
|
+
<hashes>
|
88
|
+
<hash alg="SHA-256">a6d2ee6824fbd881f7a66092ecbe152422fd068e822709e9fa2648656b006900</hash>
|
89
|
+
</hashes>
|
90
|
+
<licenses>
|
91
|
+
<license>
|
92
|
+
<id>Apache-2.0</id>
|
93
|
+
</license>
|
94
|
+
</licenses>
|
95
|
+
<purl>pkg:gem/cyclonedx-ruby@1.1.0</purl>
|
96
|
+
</component>
|
97
|
+
<component type="library">
|
98
|
+
<name>deep_merge</name>
|
99
|
+
<version>1.2.2</version>
|
100
|
+
<description>Merge Deeply Nested Hashes</description>
|
101
|
+
<hashes>
|
102
|
+
<hash alg="SHA-256">83ced3a3d7f95f67de958d2ce41b1874e83c8d94fe2ddbff50c8b4b82323563a</hash>
|
103
|
+
</hashes>
|
104
|
+
<licenses>
|
105
|
+
<license>
|
106
|
+
<id>MIT</id>
|
107
|
+
</license>
|
108
|
+
</licenses>
|
109
|
+
<purl>pkg:gem/deep_merge@1.2.2</purl>
|
110
|
+
</component>
|
111
|
+
<component type="library">
|
112
|
+
<name>diff-lcs</name>
|
113
|
+
<version>1.5.0</version>
|
114
|
+
<description>Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm</description>
|
115
|
+
<hashes>
|
116
|
+
<hash alg="SHA-256">49b934001c8c6aedb37ba19daec5c634da27b318a7a3c654ae979d6ba1929b67</hash>
|
117
|
+
</hashes>
|
118
|
+
<licenses>
|
119
|
+
<license>
|
120
|
+
<id>MIT</id>
|
121
|
+
</license>
|
122
|
+
</licenses>
|
123
|
+
<purl>pkg:gem/diff-lcs@1.5.0</purl>
|
124
|
+
</component>
|
125
|
+
<component type="library">
|
126
|
+
<name>domain_name</name>
|
127
|
+
<version>0.5.20190701</version>
|
128
|
+
<description>Domain Name manipulation library for Ruby</description>
|
129
|
+
<hashes>
|
130
|
+
<hash alg="SHA-256">000a600454cb4a344769b2f10b531765ea7bd3a304fe47ed12e5ca1eab969851</hash>
|
131
|
+
</hashes>
|
132
|
+
<licenses>
|
133
|
+
<license>
|
134
|
+
<id>BSD-2-Clause</id>
|
135
|
+
</license>
|
136
|
+
</licenses>
|
137
|
+
<purl>pkg:gem/domain_name@0.5.20190701</purl>
|
138
|
+
</component>
|
139
|
+
<component type="library">
|
140
|
+
<name>http-accept</name>
|
141
|
+
<version>1.7.0</version>
|
142
|
+
<description>Parse Accept and Accept-Language HTTP headers.</description>
|
143
|
+
<hashes>
|
144
|
+
<hash alg="SHA-256">c626860682bfbb3b46462f8c39cd470fd7b0584f61b3cc9df5b2e9eb9972a126</hash>
|
145
|
+
</hashes>
|
146
|
+
<purl>pkg:gem/http-accept@1.7.0</purl>
|
147
|
+
</component>
|
148
|
+
<component type="library">
|
149
|
+
<name>http-cookie</name>
|
150
|
+
<version>1.0.5</version>
|
151
|
+
<description>A Ruby library to handle HTTP Cookies based on RFC 6265</description>
|
152
|
+
<hashes>
|
153
|
+
<hash alg="SHA-256">73756d46c7dbdc7023deecdb8a171348ea95a1b99810b31cfe8b4fb4e9a6318f</hash>
|
154
|
+
</hashes>
|
155
|
+
<licenses>
|
156
|
+
<license>
|
157
|
+
<id>MIT</id>
|
158
|
+
</license>
|
159
|
+
</licenses>
|
160
|
+
<purl>pkg:gem/http-cookie@1.0.5</purl>
|
161
|
+
</component>
|
162
|
+
<component type="library">
|
163
|
+
<name>i18n</name>
|
164
|
+
<version>1.14.1</version>
|
165
|
+
<description>New wave Internationalization support for Ruby</description>
|
166
|
+
<hashes>
|
167
|
+
<hash alg="SHA-256">9d03698903547c060928e70a9bc8b6b87fda674453cda918fc7ab80235ae4a61</hash>
|
168
|
+
</hashes>
|
169
|
+
<licenses>
|
170
|
+
<license>
|
171
|
+
<id>MIT</id>
|
172
|
+
</license>
|
173
|
+
</licenses>
|
174
|
+
<purl>pkg:gem/i18n@1.14.1</purl>
|
175
|
+
</component>
|
176
|
+
<component type="library">
|
177
|
+
<name>json</name>
|
178
|
+
<version>2.6.2</version>
|
179
|
+
<description>JSON Implementation for Ruby</description>
|
180
|
+
<hashes>
|
181
|
+
<hash alg="SHA-256">cc9eedb357374667fe2b45e2a7fa65af517cc33bbfa12f56a14953f38a4845f5</hash>
|
182
|
+
</hashes>
|
183
|
+
<licenses>
|
184
|
+
<license>
|
185
|
+
<id>Ruby</id>
|
186
|
+
</license>
|
187
|
+
</licenses>
|
188
|
+
<purl>pkg:gem/json@2.6.2</purl>
|
189
|
+
</component>
|
190
|
+
<component type="library">
|
191
|
+
<name>locale</name>
|
192
|
+
<version>2.1.3</version>
|
193
|
+
<description>Ruby-Locale is the pure ruby library which provides basic APIs for localization.</description>
|
194
|
+
<hashes>
|
195
|
+
<hash alg="SHA-256">b6ddee011e157817cb98e521b3ce7cb626424d5882f1e844aafdee3e8b212725</hash>
|
196
|
+
</hashes>
|
197
|
+
<licenses>
|
198
|
+
<license>
|
199
|
+
<id>Ruby</id>
|
200
|
+
</license>
|
201
|
+
</licenses>
|
202
|
+
<purl>pkg:gem/locale@2.1.3</purl>
|
203
|
+
</component>
|
204
|
+
<component type="library">
|
205
|
+
<name>mime-types</name>
|
206
|
+
<version>3.4.1</version>
|
207
|
+
<description>The mime-types library provides a library and registry for information about MIME content type definitions</description>
|
208
|
+
<hashes>
|
209
|
+
<hash alg="SHA-256">6bcf8b0e656b6ae9977bdc1351ef211d0383252d2f759a59ef4bcf254542fc46</hash>
|
210
|
+
</hashes>
|
211
|
+
<licenses>
|
212
|
+
<license>
|
213
|
+
<id>MIT</id>
|
214
|
+
</license>
|
215
|
+
</licenses>
|
216
|
+
<purl>pkg:gem/mime-types@3.4.1</purl>
|
217
|
+
</component>
|
218
|
+
<component type="library">
|
219
|
+
<name>mime-types-data</name>
|
220
|
+
<version>3.2023.0218.1</version>
|
221
|
+
<description>mime-types-data provides a registry for information about MIME media type definitions</description>
|
222
|
+
<hashes>
|
223
|
+
<hash alg="SHA-256">e90f027e54346bbbf7bd993a97e9cb7270cd4fe41c535ef84bf5d1aefe1e7ede</hash>
|
224
|
+
</hashes>
|
225
|
+
<licenses>
|
226
|
+
<license>
|
227
|
+
<id>MIT</id>
|
228
|
+
</license>
|
229
|
+
</licenses>
|
230
|
+
<purl>pkg:gem/mime-types-data@3.2023.0218.1</purl>
|
231
|
+
</component>
|
232
|
+
<component type="library">
|
233
|
+
<name>mini_portile2</name>
|
234
|
+
<version>2.8.2</version>
|
235
|
+
<description>Simplistic port-like solution for developers</description>
|
236
|
+
<hashes>
|
237
|
+
<hash alg="SHA-256">46b2d244cc6ff01a89bf61274690c09fdbdca47a84ae9eac39039e81231aee7c</hash>
|
238
|
+
</hashes>
|
239
|
+
<licenses>
|
240
|
+
<license>
|
241
|
+
<id>MIT</id>
|
242
|
+
</license>
|
243
|
+
</licenses>
|
244
|
+
<purl>pkg:gem/mini_portile2@2.8.2</purl>
|
245
|
+
</component>
|
246
|
+
<component type="library">
|
247
|
+
<name>netrc</name>
|
248
|
+
<version>0.11.0</version>
|
249
|
+
<description>Library to read and write netrc files.</description>
|
250
|
+
<hashes>
|
251
|
+
<hash alg="SHA-256">de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f</hash>
|
252
|
+
</hashes>
|
253
|
+
<licenses>
|
254
|
+
<license>
|
255
|
+
<id>MIT</id>
|
256
|
+
</license>
|
257
|
+
</licenses>
|
258
|
+
<purl>pkg:gem/netrc@0.11.0</purl>
|
259
|
+
</component>
|
260
|
+
<component type="library">
|
261
|
+
<name>nokogiri</name>
|
262
|
+
<version>1.15.2</version>
|
263
|
+
<description>Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.</description>
|
264
|
+
<hashes>
|
265
|
+
<hash alg="SHA-256">20dc800b8fbe4c4f4b5b164e6aa3ab82a371bcb27eb685c166961c34dd8a22d7</hash>
|
266
|
+
</hashes>
|
267
|
+
<licenses>
|
268
|
+
<license>
|
269
|
+
<id>MIT</id>
|
270
|
+
</license>
|
271
|
+
</licenses>
|
272
|
+
<purl>pkg:gem/nokogiri@1.15.2</purl>
|
273
|
+
</component>
|
274
|
+
<component type="library">
|
275
|
+
<name>nokogiri</name>
|
276
|
+
<version>1.15.2</version>
|
277
|
+
<description>Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby.</description>
|
278
|
+
<hashes>
|
279
|
+
<hash alg="SHA-256">20dc800b8fbe4c4f4b5b164e6aa3ab82a371bcb27eb685c166961c34dd8a22d7</hash>
|
280
|
+
</hashes>
|
281
|
+
<licenses>
|
282
|
+
<license>
|
283
|
+
<id>MIT</id>
|
284
|
+
</license>
|
285
|
+
</licenses>
|
286
|
+
<purl>pkg:gem/nokogiri@1.15.2</purl>
|
287
|
+
</component>
|
288
|
+
<component type="library">
|
289
|
+
<name>ostruct</name>
|
290
|
+
<version>0.5.5</version>
|
291
|
+
<description>Class to build custom data structures, similar to a Hash.</description>
|
292
|
+
<hashes>
|
293
|
+
<hash alg="SHA-256">bc73d0e10f85ca2afdddc7eb79b3132bee622e2281db4e6e033a4cbf7d845efb</hash>
|
294
|
+
</hashes>
|
295
|
+
<licenses>
|
296
|
+
<license>
|
297
|
+
<id>Ruby</id>
|
298
|
+
</license>
|
299
|
+
</licenses>
|
300
|
+
<purl>pkg:gem/ostruct@0.5.5</purl>
|
301
|
+
</component>
|
302
|
+
<component type="library">
|
303
|
+
<name>parallel</name>
|
304
|
+
<version>1.22.1</version>
|
305
|
+
<description>Run any kind of code in parallel processes</description>
|
306
|
+
<hashes>
|
307
|
+
<hash alg="SHA-256">ebdf1f0c51f182df38522f70ba770214940bef998cdb6e00f36492b29699761f</hash>
|
308
|
+
</hashes>
|
309
|
+
<licenses>
|
310
|
+
<license>
|
311
|
+
<id>MIT</id>
|
312
|
+
</license>
|
313
|
+
</licenses>
|
314
|
+
<purl>pkg:gem/parallel@1.22.1</purl>
|
315
|
+
</component>
|
316
|
+
<component type="library">
|
317
|
+
<name>parser</name>
|
318
|
+
<version>3.1.2.0</version>
|
319
|
+
<description>A Ruby parser written in pure Ruby.</description>
|
320
|
+
<hashes>
|
321
|
+
<hash alg="SHA-256">eda4d7b49bbfddad3b6ca9cdfb23302eec6cf73c2e808b6d5b0cc9161f7c0e76</hash>
|
322
|
+
</hashes>
|
323
|
+
<licenses>
|
324
|
+
<license>
|
325
|
+
<id>MIT</id>
|
326
|
+
</license>
|
327
|
+
</licenses>
|
328
|
+
<purl>pkg:gem/parser@3.1.2.0</purl>
|
329
|
+
</component>
|
330
|
+
<component type="library">
|
331
|
+
<name>pastel</name>
|
332
|
+
<version>0.8.0</version>
|
333
|
+
<description>Terminal strings styling with intuitive and clean API.</description>
|
334
|
+
<hashes>
|
335
|
+
<hash alg="SHA-256">481da9fb7d2f6e6b1a08faf11fa10363172dc40fd47848f096ae21209f805a75</hash>
|
336
|
+
</hashes>
|
337
|
+
<licenses>
|
338
|
+
<license>
|
339
|
+
<id>MIT</id>
|
340
|
+
</license>
|
341
|
+
</licenses>
|
342
|
+
<purl>pkg:gem/pastel@0.8.0</purl>
|
343
|
+
</component>
|
344
|
+
<component type="library">
|
345
|
+
<name>ps-ruby</name>
|
346
|
+
<version>0.0.4</version>
|
347
|
+
<description>PS-Ruby is a simple ps wrapper with ruby</description>
|
348
|
+
<hashes>
|
349
|
+
<hash alg="SHA-256">3798226a01e5b4066a880e8911cac475bc69f0010076c9151e6841131cb23b12</hash>
|
350
|
+
</hashes>
|
351
|
+
<licenses>
|
352
|
+
<license>
|
353
|
+
<id>MIT</id>
|
354
|
+
</license>
|
355
|
+
</licenses>
|
356
|
+
<purl>pkg:gem/ps-ruby@0.0.4</purl>
|
357
|
+
</component>
|
358
|
+
<component type="library">
|
359
|
+
<name>racc</name>
|
360
|
+
<version>1.7.1</version>
|
361
|
+
<description>Racc is a LALR(1) parser generator</description>
|
362
|
+
<hashes>
|
363
|
+
<hash alg="SHA-256">eaa5cd10ace36a5c5a139e699875a45fa1dfd7d5df8432ffd6243962c6b24ef0</hash>
|
364
|
+
</hashes>
|
365
|
+
<licenses>
|
366
|
+
<license>
|
367
|
+
<id>Ruby</id>
|
368
|
+
</license>
|
369
|
+
</licenses>
|
370
|
+
<purl>pkg:gem/racc@1.7.1</purl>
|
371
|
+
</component>
|
372
|
+
<component type="library">
|
373
|
+
<name>rainbow</name>
|
374
|
+
<version>3.1.1</version>
|
375
|
+
<description>Colorize printed text on ANSI terminals</description>
|
376
|
+
<hashes>
|
377
|
+
<hash alg="SHA-256">039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a</hash>
|
378
|
+
</hashes>
|
379
|
+
<licenses>
|
380
|
+
<license>
|
381
|
+
<id>MIT</id>
|
382
|
+
</license>
|
383
|
+
</licenses>
|
384
|
+
<purl>pkg:gem/rainbow@3.1.1</purl>
|
385
|
+
</component>
|
386
|
+
<component type="library">
|
387
|
+
<name>rake</name>
|
388
|
+
<version>13.0.6</version>
|
389
|
+
<description>Rake is a Make-like program implemented in Ruby</description>
|
390
|
+
<hashes>
|
391
|
+
<hash alg="SHA-256">5ce4bf5037b4196c24ac62834d8db1ce175470391026bd9e557d669beeb19097</hash>
|
392
|
+
</hashes>
|
393
|
+
<licenses>
|
394
|
+
<license>
|
395
|
+
<id>MIT</id>
|
396
|
+
</license>
|
397
|
+
</licenses>
|
398
|
+
<purl>pkg:gem/rake@13.0.6</purl>
|
399
|
+
</component>
|
400
|
+
<component type="library">
|
401
|
+
<name>regexp_parser</name>
|
402
|
+
<version>2.5.0</version>
|
403
|
+
<description>Scanner, lexer, parser for ruby's regular expressions</description>
|
404
|
+
<hashes>
|
405
|
+
<hash alg="SHA-256">a076d2d35ab8d11feab5fecf8aa09ec6df68c2429810748cba079f7b021ecde5</hash>
|
406
|
+
</hashes>
|
407
|
+
<licenses>
|
408
|
+
<license>
|
409
|
+
<id>MIT</id>
|
410
|
+
</license>
|
411
|
+
</licenses>
|
412
|
+
<purl>pkg:gem/regexp_parser@2.5.0</purl>
|
413
|
+
</component>
|
414
|
+
<component type="library">
|
415
|
+
<name>rest-client</name>
|
416
|
+
<version>2.1.0</version>
|
417
|
+
<description>Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.</description>
|
418
|
+
<hashes>
|
419
|
+
<hash alg="SHA-256">a35a3bb8d16ca39d110a946a2c805267f98ce07a0ae890e4512a45eadea47a6e</hash>
|
420
|
+
</hashes>
|
421
|
+
<licenses>
|
422
|
+
<license>
|
423
|
+
<id>MIT</id>
|
424
|
+
</license>
|
425
|
+
</licenses>
|
426
|
+
<purl>pkg:gem/rest-client@2.1.0</purl>
|
427
|
+
</component>
|
428
|
+
<component type="library">
|
429
|
+
<name>rexml</name>
|
430
|
+
<version>3.2.5</version>
|
431
|
+
<description>An XML toolkit for Ruby</description>
|
432
|
+
<hashes>
|
433
|
+
<hash alg="SHA-256">a33c3bf95fda7983ec7f05054f3a985af41dbc25a0339843bd2479e93cabb123</hash>
|
434
|
+
</hashes>
|
435
|
+
<licenses>
|
436
|
+
<license>
|
437
|
+
<id>BSD-2-Clause</id>
|
438
|
+
</license>
|
439
|
+
</licenses>
|
440
|
+
<purl>pkg:gem/rexml@3.2.5</purl>
|
441
|
+
</component>
|
442
|
+
<component type="library">
|
443
|
+
<name>rspec</name>
|
444
|
+
<version>3.9.0</version>
|
445
|
+
<description>rspec-3.9.0</description>
|
446
|
+
<hashes>
|
447
|
+
<hash alg="SHA-256">90a037a7cc02365d7c112201881839aafbc875a88094423bc8cba778c98bfac3</hash>
|
448
|
+
</hashes>
|
449
|
+
<licenses>
|
450
|
+
<license>
|
451
|
+
<id>MIT</id>
|
452
|
+
</license>
|
453
|
+
</licenses>
|
454
|
+
<purl>pkg:gem/rspec@3.9.0</purl>
|
455
|
+
</component>
|
456
|
+
<component type="library">
|
457
|
+
<name>rspec-core</name>
|
458
|
+
<version>3.9.3</version>
|
459
|
+
<description>rspec-core-3.9.3</description>
|
460
|
+
<hashes>
|
461
|
+
<hash alg="SHA-256">704f3af166bb8d763199742d94f0be3027c0f26d61a2f2156d99d0444248082d</hash>
|
462
|
+
</hashes>
|
463
|
+
<licenses>
|
464
|
+
<license>
|
465
|
+
<id>MIT</id>
|
466
|
+
</license>
|
467
|
+
</licenses>
|
468
|
+
<purl>pkg:gem/rspec-core@3.9.3</purl>
|
469
|
+
</component>
|
470
|
+
<component type="library">
|
471
|
+
<name>rspec-expectations</name>
|
472
|
+
<version>3.9.4</version>
|
473
|
+
<description>rspec-expectations-3.9.4</description>
|
474
|
+
<hashes>
|
475
|
+
<hash alg="SHA-256">58248bcc7ca1cde7255aa2436d27a1a6133d8d235409011b5256a24ce050583e</hash>
|
476
|
+
</hashes>
|
477
|
+
<licenses>
|
478
|
+
<license>
|
479
|
+
<id>MIT</id>
|
480
|
+
</license>
|
481
|
+
</licenses>
|
482
|
+
<purl>pkg:gem/rspec-expectations@3.9.4</purl>
|
483
|
+
</component>
|
484
|
+
<component type="library">
|
485
|
+
<name>rspec-mocks</name>
|
486
|
+
<version>3.9.1</version>
|
487
|
+
<description>rspec-mocks-3.9.1</description>
|
488
|
+
<hashes>
|
489
|
+
<hash alg="SHA-256">b9820ed35afbc552b4448ccb98984ffe20e92bff6760dbd60f4fec503d6e75a7</hash>
|
490
|
+
</hashes>
|
491
|
+
<licenses>
|
492
|
+
<license>
|
493
|
+
<id>MIT</id>
|
494
|
+
</license>
|
495
|
+
</licenses>
|
496
|
+
<purl>pkg:gem/rspec-mocks@3.9.1</purl>
|
497
|
+
</component>
|
498
|
+
<component type="library">
|
499
|
+
<name>rspec-support</name>
|
500
|
+
<version>3.9.4</version>
|
501
|
+
<description>rspec-support-3.9.4</description>
|
502
|
+
<hashes>
|
503
|
+
<hash alg="SHA-256">f4333c6df9413909aa652e8460588b36e8bb62e76e51e94c039e1b4bc3e4e645</hash>
|
504
|
+
</hashes>
|
505
|
+
<licenses>
|
506
|
+
<license>
|
507
|
+
<id>MIT</id>
|
508
|
+
</license>
|
509
|
+
</licenses>
|
510
|
+
<purl>pkg:gem/rspec-support@3.9.4</purl>
|
511
|
+
</component>
|
512
|
+
<component type="library">
|
513
|
+
<name>rubocop</name>
|
514
|
+
<version>1.32.0</version>
|
515
|
+
<description>Automatic Ruby code style checking tool.</description>
|
516
|
+
<hashes>
|
517
|
+
<hash alg="SHA-256">82d2a9c2995324ee0d27b75f4396d30a021e965c0e82c39162e7041a6a386326</hash>
|
518
|
+
</hashes>
|
519
|
+
<licenses>
|
520
|
+
<license>
|
521
|
+
<id>MIT</id>
|
522
|
+
</license>
|
523
|
+
</licenses>
|
524
|
+
<purl>pkg:gem/rubocop@1.32.0</purl>
|
525
|
+
</component>
|
526
|
+
<component type="library">
|
527
|
+
<name>rubocop-ast</name>
|
528
|
+
<version>1.19.1</version>
|
529
|
+
<description>RuboCop tools to deal with Ruby code AST.</description>
|
530
|
+
<hashes>
|
531
|
+
<hash alg="SHA-256">f549a8f636a3d4d7bc235ee091a7cea955441cf7a250d124d44e218df91b1841</hash>
|
532
|
+
</hashes>
|
533
|
+
<licenses>
|
534
|
+
<license>
|
535
|
+
<id>MIT</id>
|
536
|
+
</license>
|
537
|
+
</licenses>
|
538
|
+
<purl>pkg:gem/rubocop-ast@1.19.1</purl>
|
539
|
+
</component>
|
540
|
+
<component type="library">
|
541
|
+
<name>ruby-progressbar</name>
|
542
|
+
<version>1.11.0</version>
|
543
|
+
<description>Ruby/ProgressBar is a flexible text progress bar library for Ruby.</description>
|
544
|
+
<hashes>
|
545
|
+
<hash alg="SHA-256">cc127db3866dc414ffccbf92928a241e585b3aa2b758a5563e74a6ee0f57d50a</hash>
|
546
|
+
</hashes>
|
547
|
+
<licenses>
|
548
|
+
<license>
|
549
|
+
<id>MIT</id>
|
550
|
+
</license>
|
551
|
+
</licenses>
|
552
|
+
<purl>pkg:gem/ruby-progressbar@1.11.0</purl>
|
553
|
+
</component>
|
554
|
+
<component type="library">
|
555
|
+
<name>thor</name>
|
556
|
+
<version>1.2.2</version>
|
557
|
+
<description>Thor is a toolkit for building powerful command-line interfaces.</description>
|
558
|
+
<hashes>
|
559
|
+
<hash alg="SHA-256">2f93c652828cba9fcf4f65f5dc8c306f1a7317e05aad5835a13740122c17f24c</hash>
|
560
|
+
</hashes>
|
561
|
+
<licenses>
|
562
|
+
<license>
|
563
|
+
<id>MIT</id>
|
564
|
+
</license>
|
565
|
+
</licenses>
|
566
|
+
<purl>pkg:gem/thor@1.2.2</purl>
|
567
|
+
</component>
|
568
|
+
<component type="library">
|
569
|
+
<name>tty-color</name>
|
570
|
+
<version>0.6.0</version>
|
571
|
+
<description>Terminal color capabilities detection</description>
|
572
|
+
<hashes>
|
573
|
+
<hash alg="SHA-256">6f9c37ca3a4e2367fb2e6d09722762647d6f455c111f05b59f35730eeb24332a</hash>
|
574
|
+
</hashes>
|
575
|
+
<licenses>
|
576
|
+
<license>
|
577
|
+
<id>MIT</id>
|
578
|
+
</license>
|
579
|
+
</licenses>
|
580
|
+
<purl>pkg:gem/tty-color@0.6.0</purl>
|
581
|
+
</component>
|
582
|
+
<component type="library">
|
583
|
+
<name>tty-cursor</name>
|
584
|
+
<version>0.7.1</version>
|
585
|
+
<description>Terminal cursor positioning, visibility and text manipulation.</description>
|
586
|
+
<hashes>
|
587
|
+
<hash alg="SHA-256">79534185e6a777888d88628b14b6a1fdf5154a603f285f80b1753e1908e0bf48</hash>
|
588
|
+
</hashes>
|
589
|
+
<licenses>
|
590
|
+
<license>
|
591
|
+
<id>MIT</id>
|
592
|
+
</license>
|
593
|
+
</licenses>
|
594
|
+
<purl>pkg:gem/tty-cursor@0.7.1</purl>
|
595
|
+
</component>
|
596
|
+
<component type="library">
|
597
|
+
<name>tty-prompt</name>
|
598
|
+
<version>0.23.1</version>
|
599
|
+
<description>A beautiful and powerful interactive command line prompt.</description>
|
600
|
+
<hashes>
|
601
|
+
<hash alg="SHA-256">fcdbce905238993f27eecfdf67597a636bc839d92192f6a0eef22b8166449ec8</hash>
|
602
|
+
</hashes>
|
603
|
+
<licenses>
|
604
|
+
<license>
|
605
|
+
<id>MIT</id>
|
606
|
+
</license>
|
607
|
+
</licenses>
|
608
|
+
<purl>pkg:gem/tty-prompt@0.23.1</purl>
|
609
|
+
</component>
|
610
|
+
<component type="library">
|
611
|
+
<name>tty-reader</name>
|
612
|
+
<version>0.9.0</version>
|
613
|
+
<description>A set of methods for processing keyboard input in character, line and multiline modes.</description>
|
614
|
+
<hashes>
|
615
|
+
<hash alg="SHA-256">c62972c985c0b1566f0e56743b6a7882f979d3dc32ff491ed490a076f899c2b1</hash>
|
616
|
+
</hashes>
|
617
|
+
<licenses>
|
618
|
+
<license>
|
619
|
+
<id>MIT</id>
|
620
|
+
</license>
|
621
|
+
</licenses>
|
622
|
+
<purl>pkg:gem/tty-reader@0.9.0</purl>
|
623
|
+
</component>
|
624
|
+
<component type="library">
|
625
|
+
<name>tty-screen</name>
|
626
|
+
<version>0.8.1</version>
|
627
|
+
<description>Terminal screen size detection which works on Linux, OS X and Windows/Cygwin platforms and supports MRI, JRuby, TruffleRuby and Rubinius interpreters.</description>
|
628
|
+
<hashes>
|
629
|
+
<hash alg="SHA-256">6508657c38f32bdca64880abe201ce237d80c94146e1f9b911cba3c7823659a2</hash>
|
630
|
+
</hashes>
|
631
|
+
<licenses>
|
632
|
+
<license>
|
633
|
+
<id>MIT</id>
|
634
|
+
</license>
|
635
|
+
</licenses>
|
636
|
+
<purl>pkg:gem/tty-screen@0.8.1</purl>
|
637
|
+
</component>
|
638
|
+
<component type="library">
|
639
|
+
<name>unf</name>
|
640
|
+
<version>0.1.4</version>
|
641
|
+
<description>A wrapper library to bring Unicode Normalization Form support to Ruby/JRuby</description>
|
642
|
+
<hashes>
|
643
|
+
<hash alg="SHA-256">49a5972ec0b3d091d3b0b2e00113f2f342b9b212f0db855eb30a629637f6d302</hash>
|
644
|
+
</hashes>
|
645
|
+
<licenses>
|
646
|
+
<license>
|
647
|
+
<name>2-clause BSDL</name>
|
648
|
+
</license>
|
649
|
+
</licenses>
|
650
|
+
<purl>pkg:gem/unf@0.1.4</purl>
|
651
|
+
</component>
|
652
|
+
<component type="library">
|
653
|
+
<name>unf_ext</name>
|
654
|
+
<version>0.0.8.2</version>
|
655
|
+
<description>Unicode Normalization Form support library for CRuby</description>
|
656
|
+
<hashes>
|
657
|
+
<hash alg="SHA-256">6d44c13c98924bebd15ebdd4ed196ead403a0770ac03304570873349fda2a208</hash>
|
658
|
+
</hashes>
|
659
|
+
<licenses>
|
660
|
+
<license>
|
661
|
+
<id>MIT</id>
|
662
|
+
</license>
|
663
|
+
</licenses>
|
664
|
+
<purl>pkg:gem/unf_ext@0.0.8.2</purl>
|
665
|
+
</component>
|
666
|
+
<component type="library">
|
667
|
+
<name>unicode-display_width</name>
|
668
|
+
<version>2.2.0</version>
|
669
|
+
<description>Determines the monospace display width of a string in Ruby.</description>
|
670
|
+
<hashes>
|
671
|
+
<hash alg="SHA-256">967fa4071b42b2c4afab8375c4f464392c5fb956959c0ceeb3cea0f4cd648eda</hash>
|
672
|
+
</hashes>
|
673
|
+
<licenses>
|
674
|
+
<license>
|
675
|
+
<id>MIT</id>
|
676
|
+
</license>
|
677
|
+
</licenses>
|
678
|
+
<purl>pkg:gem/unicode-display_width@2.2.0</purl>
|
679
|
+
</component>
|
680
|
+
<component type="library">
|
681
|
+
<name>version</name>
|
682
|
+
<version>1.1.1</version>
|
683
|
+
<description>simple version-number encapsulation</description>
|
684
|
+
<hashes>
|
685
|
+
<hash alg="SHA-256">09961d4a5ba4571a8410461b4baa69c0befcf3c28bb8905c202ba60ab5d01aca</hash>
|
686
|
+
</hashes>
|
687
|
+
<licenses>
|
688
|
+
<license>
|
689
|
+
<id>MIT</id>
|
690
|
+
</license>
|
691
|
+
</licenses>
|
692
|
+
<purl>pkg:gem/version@1.1.1</purl>
|
693
|
+
</component>
|
694
|
+
<component type="library">
|
695
|
+
<name>webrick</name>
|
696
|
+
<version>1.7.0</version>
|
697
|
+
<description>HTTP server toolkit</description>
|
698
|
+
<hashes>
|
699
|
+
<hash alg="SHA-256">87e9b8e39947b7925338a5eb55427b11ce1f2b25a3645770ec9f39d8ebdb8cb4</hash>
|
700
|
+
</hashes>
|
701
|
+
<licenses>
|
702
|
+
<license>
|
703
|
+
<id>Ruby</id>
|
704
|
+
</license>
|
705
|
+
</licenses>
|
706
|
+
<purl>pkg:gem/webrick@1.7.0</purl>
|
707
|
+
</component>
|
708
|
+
<component type="library">
|
709
|
+
<name>wisper</name>
|
710
|
+
<version>2.0.1</version>
|
711
|
+
<description>A micro library providing objects with Publish-Subscribe capabilities</description>
|
712
|
+
<hashes>
|
713
|
+
<hash alg="SHA-256">ce17bc5c3a166f241a2e6613848b025c8146fce2defba505920c1d1f3f88fae6</hash>
|
714
|
+
</hashes>
|
715
|
+
<licenses>
|
716
|
+
<license>
|
717
|
+
<id>MIT</id>
|
718
|
+
</license>
|
719
|
+
</licenses>
|
720
|
+
<purl>pkg:gem/wisper@2.0.1</purl>
|
721
|
+
</component>
|
722
|
+
<component type="library">
|
723
|
+
<name>yard</name>
|
724
|
+
<version>0.9.28</version>
|
725
|
+
<description>Documentation tool for consistent and usable documentation in Ruby.</description>
|
726
|
+
<hashes>
|
727
|
+
<hash alg="SHA-256">d31b7e3172405165212e0c8db5b3b57865f0831f1bc33bdda5d0709e1e72315c</hash>
|
728
|
+
</hashes>
|
729
|
+
<licenses>
|
730
|
+
<license>
|
731
|
+
<id>MIT</id>
|
732
|
+
</license>
|
733
|
+
</licenses>
|
734
|
+
<purl>pkg:gem/yard@0.9.28</purl>
|
735
|
+
</component>
|
736
|
+
<component type="library">
|
737
|
+
<name>yard-rspec</name>
|
738
|
+
<version>0.1</version>
|
739
|
+
<description>YARD plugin to list RSpec specifications inside documentation</description>
|
740
|
+
<hashes>
|
741
|
+
<hash alg="SHA-256">f59e3070cdca303fa460f43ad7adbbffa0a6c5d6b79651b6d03fb87778815db5</hash>
|
742
|
+
</hashes>
|
743
|
+
<purl>pkg:gem/yard-rspec@0.1</purl>
|
744
|
+
</component>
|
745
|
+
</components>
|
746
|
+
</bom>
|