<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec/data, branch Performance_StringIdentifierArgument</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Add strip_components property to archive_file</title>
<updated>2021-09-21T20:09:00+00:00</updated>
<author>
<name>Jason Barnett</name>
<email>jason.w.barnett@gmail.com</email>
</author>
<published>2021-09-20T12:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1f6613ed5704277707852fc02164a0cfb17bd55b'/>
<id>1f6613ed5704277707852fc02164a0cfb17bd55b</id>
<content type='text'>
Signed-off-by: Jason Barnett &lt;jason.w.barnett@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jason Barnett &lt;jason.w.barnett@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add warning for resources not running in unified_mode</title>
<updated>2021-04-26T21:31:31+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2021-04-26T21:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6f0098fa930ee49ebc57b3d600c00bbb7586b436'/>
<id>6f0098fa930ee49ebc57b3d600c00bbb7586b436</id>
<content type='text'>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ruby 3.0 fixes and post-bundle-install hook</title>
<updated>2021-03-18T17:35:51+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2021-03-18T17:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=2d88d96b2cfeabd9eaa5350a1f8b90e54632923c'/>
<id>2d88d96b2cfeabd9eaa5350a1f8b90e54632923c</id>
<content type='text'>
Mostly this is all fixes necessary for ruby 3.0

There's the addition of the appbundle hook which lets us better pull
git gems into appbundler

Note carefully how after adding the post-bundle-install.rb that
trying to pre appbundle-update ohai pulls in chef/chef as bundle
installed git gem which fails to install so we go back to only
using one appbundle-update on chef/chef and removing the chef/ohai
one (which may fix other bugs).

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly this is all fixes necessary for ruby 3.0

There's the addition of the appbundle hook which lets us better pull
git gems into appbundler

Note carefully how after adding the post-bundle-install.rb that
trying to pre appbundle-update ohai pulls in chef/chef as bundle
installed git gem which fails to install so we go back to only
using one appbundle-update on chef/chef and removing the chef/ohai
one (which may fix other bugs).

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Stub http requests in rubygems tests.</title>
<updated>2020-12-28T23:18:54+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-18T21:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a42a13afef0855b878c0bbc793f3298c38d8284e'/>
<id>a42a13afef0855b878c0bbc793f3298c38d8284e</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;

This commit includes a trimmed version of rubygems.org API output.

To recreate this file:

* Download the file from rubygems.org:
curl "https://rubygems.org/latest_specs.4.8.gz"

* Read the file, uncompress it, filter for the data you want, and
  reverse the process:

File.write("latest_specs.4.8.gz", Gem::Util.gzip(Marshal.dump(Marshal.load(Gem::Util.gunzip(File.read("latest_specs.4.8.gz"))).select {|m| m.first == "sexp_processor" })))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;

This commit includes a trimmed version of rubygems.org API output.

To recreate this file:

* Download the file from rubygems.org:
curl "https://rubygems.org/latest_specs.4.8.gz"

* Read the file, uncompress it, filter for the data you want, and
  reverse the process:

File.write("latest_specs.4.8.gz", Gem::Util.gzip(Marshal.dump(Marshal.load(Gem::Util.gunzip(File.read("latest_specs.4.8.gz"))).select {|m| m.first == "sexp_processor" })))
</pre>
</div>
</content>
</entry>
<entry>
<title>Require without the file extension</title>
<updated>2020-12-22T05:27:13+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-12-22T05:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c6d4353381b3efc6a4e3528ab78fb5861c853cc9'/>
<id>c6d4353381b3efc6a4e3528ab78fb5861c853cc9</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #10751 from chef/fix-failures-in-ssl-handler</title>
<updated>2020-12-18T17:37:24+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-12-18T17:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6d9af54477c2eb8d5fa028cf6782ab231780f337'/>
<id>6d9af54477c2eb8d5fa028cf6782ab231780f337</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup bootstrap trusted_certs_dir tests.</title>
<updated>2020-12-17T20:43:58+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-17T19:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=df14f4631e548f0e09f2c2b987f16b666174f14f'/>
<id>df14f4631e548f0e09f2c2b987f16b666174f14f</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't pollute trusted_certs test data to keep bootstrap tests happy.</title>
<updated>2020-12-17T19:06:00+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-17T19:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=7e94fd61d4bae76a830448daa0d72b8d13891e4b'/>
<id>7e94fd61d4bae76a830448daa0d72b8d13891e4b</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle DER encoded certs and keys.</title>
<updated>2020-12-16T22:39:37+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-16T22:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8f2cbbdc7fb504cbf19b38321995870af32ef0b0'/>
<id>8f2cbbdc7fb504cbf19b38321995870af32ef0b0</id>
<content type='text'>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pete Higgins &lt;pete@peterhiggins.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __dir__ instead of getting the dir of __FILE__</title>
<updated>2020-09-09T22:01:13+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-09-09T06:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=bd6f49e04f56729853f54f2d2d94356edc2c6e8c'/>
<id>bd6f49e04f56729853f54f2d2d94356edc2c6e8c</id>
<content type='text'>
This is a bit easier to read

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a bit easier to read

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
