Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 76db623

Browse files
authored
Prepare for 0.6.0 release
1 parent 0338718 commit 76db623

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1112
-1006
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## Unreleased
88

9+
## 0.6.0 - 2022-06-13
10+
11+
### Added
12+
13+
- ([GH-33](https://github.com/glennsarti/puppetfile-resolver/issues/33)) Adds git clone method to search for metadata file
14+
915
## 0.5.0 - 2020-12-16
1016

1117
### Added

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ end
2222
task default: :spec
2323

2424
namespace :ssl do
25-
desc 'Download and save CA certs from https://curl.haxx.se/ca/cacert.pem'
25+
desc 'Download and save CA certs from https://curl.se/ca/cacert.pem'
2626
task :vendor_ca_certs do
2727
require 'puppetfile-resolver/util'
2828
ca_cert_file = PuppetfileResolver::Util.static_ca_cert_file
2929

3030
require 'uri'
31-
uri = ::URI.parse('https://curl.haxx.se/ca/cacert.pem')
31+
uri = ::URI.parse('https://curl.se/ca/cacert.pem')
3232

3333
http_options = { :use_ssl => uri.class == URI::HTTPS }
3434
# This is a little naughty. But because we're trying to download the CA Cert file,

docs/reference/PuppetfileResolver.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ <h2>Overview</h2><div class="docstring">
119119
</div>
120120

121121
<div id="footer">
122-
Generated on Wed Dec 16 15:34:17 2020 by
123-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124-
0.9.25 (ruby-2.7.2).
122+
Generated on Mon Jun 13 02:36:24 2022 by
123+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
124+
0.9.28 (ruby-2.5.9).
125125
</div>
126126

127127
</div>

docs/reference/PuppetfileResolver/Cache.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ <h2>Defined Under Namespace</h2>
107107
</div>
108108

109109
<div id="footer">
110-
Generated on Wed Dec 16 15:34:17 2020 by
111-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112-
0.9.25 (ruby-2.7.2).
110+
Generated on Mon Jun 13 02:36:24 2022 by
111+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112+
0.9.28 (ruby-2.5.9).
113113
</div>
114114

115115
</div>

docs/reference/PuppetfileResolver/Cache/Base.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ <h3 class="signature " id="save-instance_method">
433433
</div>
434434

435435
<div id="footer">
436-
Generated on Wed Dec 16 15:34:17 2020 by
437-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
438-
0.9.25 (ruby-2.7.2).
436+
Generated on Mon Jun 13 02:36:24 2022 by
437+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
438+
0.9.28 (ruby-2.5.9).
439439
</div>
440440

441441
</div>

docs/reference/PuppetfileResolver/Cache/Persistent.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ <h3 class="signature " id="persist-instance_method">
422422
</div>
423423

424424
<div id="footer">
425-
Generated on Wed Dec 16 15:34:17 2020 by
426-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
427-
0.9.25 (ruby-2.7.2).
425+
Generated on Mon Jun 13 02:36:24 2022 by
426+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
427+
0.9.28 (ruby-2.5.9).
428428
</div>
429429

430430
</div>

docs/reference/PuppetfileResolver/Models.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ <h2>Defined Under Namespace</h2>
107107
</div>
108108

109109
<div id="footer">
110-
Generated on Wed Dec 16 15:34:17 2020 by
111-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112-
0.9.25 (ruby-2.7.2).
110+
Generated on Mon Jun 13 02:36:24 2022 by
111+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112+
0.9.28 (ruby-2.5.9).
113113
</div>
114114

115115
</div>

docs/reference/PuppetfileResolver/Models/MissingModuleSpecification.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ <h3 class="signature " id="to_s-instance_method">
375375
</div>
376376

377377
<div id="footer">
378-
Generated on Wed Dec 16 15:34:17 2020 by
379-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380-
0.9.25 (ruby-2.7.2).
378+
Generated on Mon Jun 13 02:36:25 2022 by
379+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380+
0.9.28 (ruby-2.5.9).
381381
</div>
382382

383383
</div>

docs/reference/PuppetfileResolver/Models/ModuleDependency.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,9 @@ <h3 class="signature " id="to_s-instance_method">
589589
</div>
590590

591591
<div id="footer">
592-
Generated on Wed Dec 16 15:34:17 2020 by
593-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
594-
0.9.25 (ruby-2.7.2).
592+
Generated on Mon Jun 13 02:36:25 2022 by
593+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
594+
0.9.28 (ruby-2.5.9).
595595
</div>
596596

597597
</div>

docs/reference/PuppetfileResolver/Models/ModuleSpecification.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,9 @@ <h3 class="signature " id="to_s-instance_method">
957957
</div>
958958

959959
<div id="footer">
960-
Generated on Wed Dec 16 15:34:17 2020 by
961-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
962-
0.9.25 (ruby-2.7.2).
960+
Generated on Mon Jun 13 02:36:25 2022 by
961+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
962+
0.9.28 (ruby-2.5.9).
963963
</div>
964964

965965
</div>

docs/reference/PuppetfileResolver/Models/PuppetDependency.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ <h3 class="signature " id="to_s-instance_method">
479479
</div>
480480

481481
<div id="footer">
482-
Generated on Wed Dec 16 15:34:17 2020 by
483-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
484-
0.9.25 (ruby-2.7.2).
482+
Generated on Mon Jun 13 02:36:25 2022 by
483+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
484+
0.9.28 (ruby-2.5.9).
485485
</div>
486486

487487
</div>

docs/reference/PuppetfileResolver/Models/PuppetSpecification.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,9 @@ <h3 class="signature " id="to_s-instance_method">
455455
</div>
456456

457457
<div id="footer">
458-
Generated on Wed Dec 16 15:34:17 2020 by
459-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
460-
0.9.25 (ruby-2.7.2).
458+
Generated on Mon Jun 13 02:36:25 2022 by
459+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
460+
0.9.28 (ruby-2.5.9).
461461
</div>
462462

463463
</div>

docs/reference/PuppetfileResolver/Models/PuppetfileDependency.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ <h3 class="signature first" id="puppetfile_module-instance_method">
291291
</div>
292292

293293
<div id="footer">
294-
Generated on Wed Dec 16 15:34:17 2020 by
295-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
296-
0.9.25 (ruby-2.7.2).
294+
Generated on Mon Jun 13 02:36:25 2022 by
295+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
296+
0.9.28 (ruby-2.5.9).
297297
</div>
298298

299299
</div>

docs/reference/PuppetfileResolver/Puppetfile.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ <h2>
174174
</div>
175175

176176
<div id="footer">
177-
Generated on Wed Dec 16 15:34:17 2020 by
178-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
179-
0.9.25 (ruby-2.7.2).
177+
Generated on Mon Jun 13 02:36:24 2022 by
178+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
179+
0.9.28 (ruby-2.5.9).
180180
</div>
181181

182182
</div>

docs/reference/PuppetfileResolver/Puppetfile/BaseModule.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,9 @@ <h3 class="signature first" id="to_s-instance_method">
774774
</div>
775775

776776
<div id="footer">
777-
Generated on Wed Dec 16 15:34:17 2020 by
778-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
779-
0.9.25 (ruby-2.7.2).
777+
Generated on Mon Jun 13 02:36:25 2022 by
778+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
779+
0.9.28 (ruby-2.5.9).
780780
</div>
781781

782782
</div>

docs/reference/PuppetfileResolver/Puppetfile/Document.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -903,9 +903,9 @@ <h3 class="signature " id="validation_errors-instance_method">
903903
</div>
904904

905905
<div id="footer">
906-
Generated on Wed Dec 16 15:34:17 2020 by
907-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
908-
0.9.25 (ruby-2.7.2).
906+
Generated on Mon Jun 13 02:36:24 2022 by
907+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
908+
0.9.28 (ruby-2.5.9).
909909
</div>
910910

911911
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentCircularDependencyError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ <h3 class="signature first" id="puppetfile_modules-instance_method">
269269
</div>
270270

271271
<div id="footer">
272-
Generated on Wed Dec 16 15:34:17 2020 by
273-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
274-
0.9.25 (ruby-2.7.2).
272+
Generated on Mon Jun 13 02:36:25 2022 by
273+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
274+
0.9.28 (ruby-2.5.9).
275275
</div>
276276

277277
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentDuplicateModuleError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ <h3 class="signature first" id="duplicates-instance_method">
289289
</div>
290290

291291
<div id="footer">
292-
Generated on Wed Dec 16 15:34:17 2020 by
293-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294-
0.9.25 (ruby-2.7.2).
292+
Generated on Mon Jun 13 02:36:25 2022 by
293+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294+
0.9.28 (ruby-2.5.9).
295295
</div>
296296

297297
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentInvalidModuleError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ <h2>Constructor Details</h2>
145145
</div>
146146

147147
<div id="footer">
148-
Generated on Wed Dec 16 15:34:17 2020 by
149-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
150-
0.9.25 (ruby-2.7.2).
148+
Generated on Mon Jun 13 02:36:25 2022 by
149+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
150+
0.9.28 (ruby-2.5.9).
151151
</div>
152152

153153
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentLatestVersionError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ <h2>Constructor Details</h2>
153153
</div>
154154

155155
<div id="footer">
156-
Generated on Wed Dec 16 15:34:17 2020 by
157-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158-
0.9.25 (ruby-2.7.2).
156+
Generated on Mon Jun 13 02:36:25 2022 by
157+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158+
0.9.28 (ruby-2.5.9).
159159
</div>
160160

161161
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentLocation.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@ <h3 class="signature " id="start_line-instance_method">
393393
</div>
394394

395395
<div id="footer">
396-
Generated on Wed Dec 16 15:34:17 2020 by
397-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
398-
0.9.25 (ruby-2.7.2).
396+
Generated on Mon Jun 13 02:36:24 2022 by
397+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
398+
0.9.28 (ruby-2.5.9).
399399
</div>
400400

401401
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentMissingDependenciesError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ <h3 class="signature first" id="missing_specifications-instance_method">
302302
</div>
303303

304304
<div id="footer">
305-
Generated on Wed Dec 16 15:34:17 2020 by
306-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
307-
0.9.25 (ruby-2.7.2).
305+
Generated on Mon Jun 13 02:36:25 2022 by
306+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
307+
0.9.28 (ruby-2.5.9).
308308
</div>
309309

310310
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentMissingModuleError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ <h2>Constructor Details</h2>
153153
</div>
154154

155155
<div id="footer">
156-
Generated on Wed Dec 16 15:34:17 2020 by
157-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158-
0.9.25 (ruby-2.7.2).
156+
Generated on Mon Jun 13 02:36:25 2022 by
157+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158+
0.9.28 (ruby-2.5.9).
159159
</div>
160160

161161
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentResolutionErrorBase.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ <h3 class="signature " id="puppet_module-instance_method">
372372
</div>
373373

374374
<div id="footer">
375-
Generated on Wed Dec 16 15:34:17 2020 by
376-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
377-
0.9.25 (ruby-2.7.2).
375+
Generated on Mon Jun 13 02:36:25 2022 by
376+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
377+
0.9.28 (ruby-2.5.9).
378378
</div>
379379

380380
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentResolveError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ <h3 class="signature first" id="molinillo_error-instance_method">
290290
</div>
291291

292292
<div id="footer">
293-
Generated on Wed Dec 16 15:34:17 2020 by
294-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295-
0.9.25 (ruby-2.7.2).
293+
Generated on Mon Jun 13 02:36:25 2022 by
294+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
295+
0.9.28 (ruby-2.5.9).
296296
</div>
297297

298298
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentValidationErrorBase.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ <h3 class="signature first" id="to_s-instance_method">
401401
</div>
402402

403403
<div id="footer">
404-
Generated on Wed Dec 16 15:34:17 2020 by
405-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
406-
0.9.25 (ruby-2.7.2).
404+
Generated on Mon Jun 13 02:36:25 2022 by
405+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
406+
0.9.28 (ruby-2.5.9).
407407
</div>
408408

409409
</div>

docs/reference/PuppetfileResolver/Puppetfile/DocumentVersionConflictError.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ <h3 class="signature first" id="puppetfile_modules-instance_method">
295295
</div>
296296

297297
<div id="footer">
298-
Generated on Wed Dec 16 15:34:17 2020 by
299-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300-
0.9.25 (ruby-2.7.2).
298+
Generated on Mon Jun 13 02:36:25 2022 by
299+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300+
0.9.28 (ruby-2.5.9).
301301
</div>
302302

303303
</div>

docs/reference/PuppetfileResolver/Puppetfile/ForgeModule.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ <h3 class="signature first" id="initialize-instance_method">
211211
</div>
212212

213213
<div id="footer">
214-
Generated on Wed Dec 16 15:34:17 2020 by
215-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
216-
0.9.25 (ruby-2.7.2).
214+
Generated on Mon Jun 13 02:36:25 2022 by
215+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
216+
0.9.28 (ruby-2.5.9).
217217
</div>
218218

219219
</div>

docs/reference/PuppetfileResolver/Puppetfile/GitModule.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,9 @@ <h3 class="signature " id="tag-instance_method">
493493
</div>
494494

495495
<div id="footer">
496-
Generated on Wed Dec 16 15:34:17 2020 by
497-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
498-
0.9.25 (ruby-2.7.2).
496+
Generated on Mon Jun 13 02:36:25 2022 by
497+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
498+
0.9.28 (ruby-2.5.9).
499499
</div>
500500

501501
</div>

docs/reference/PuppetfileResolver/Puppetfile/InvalidModule.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ <h3 class="signature first" id="reason-instance_method">
289289
</div>
290290

291291
<div id="footer">
292-
Generated on Wed Dec 16 15:34:17 2020 by
293-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294-
0.9.25 (ruby-2.7.2).
292+
Generated on Mon Jun 13 02:36:25 2022 by
293+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294+
0.9.28 (ruby-2.5.9).
295295
</div>
296296

297297
</div>

0 commit comments

Comments
 (0)