Skip to content

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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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>

0 commit comments

Comments
 (0)