<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec, branch ruby_3</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>Coerce uid to integer in Windows user resource.</title>
<updated>2020-12-31T00:02:22+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-30T23:57:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6dfa208f81ba70bb24d980f6e8a881f36d0911da'/>
<id>6dfa208f81ba70bb24d980f6e8a881f36d0911da</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>Consolidate tests to reduce runtime on CI.</title>
<updated>2020-12-30T01:19:47+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-29T19:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=edf10017baeaa0cd27cad76f82e6936efe32fe4c'/>
<id>edf10017baeaa0cd27cad76f82e6936efe32fe4c</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>Merge pull request #9847 from chef/lcg/dnf-versionfix</title>
<updated>2020-12-29T04:01:42+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-12-29T04:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=765965267238886076fafc3162b53076415d521b'/>
<id>765965267238886076fafc3162b53076415d521b</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 #10761 from chef/dont-rely-on-live-servers-for-rubygems-tests</title>
<updated>2020-12-29T00:31:29+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-12-29T00:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=034a76289c0b4fd9b46500015658c6fff0675e71'/>
<id>034a76289c0b4fd9b46500015658c6fff0675e71</id>
<content type='text'>
Stub http requests in rubygems tests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stub http requests in rubygems tests.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix chefstyle violations.</title>
<updated>2020-12-28T23:50:56+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-28T23:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e179a608162dc4a0179b13943966e55487f2fad6'/>
<id>e179a608162dc4a0179b13943966e55487f2fad6</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>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>Fix knife status json output for EC2 instance with no public IP.</title>
<updated>2020-12-28T21:24:21+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-12-28T21:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4a5b249d089e64ab4ea52924ae1a9258bdcf193a'/>
<id>4a5b249d089e64ab4ea52924ae1a9258bdcf193a</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>comments and spellcheck</title>
<updated>2020-12-28T20:48:59+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-12-11T21:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c7bab4d5778a91a54b3be7ed07931f92ea9a4561'/>
<id>c7bab4d5778a91a54b3be7ed07931f92ea9a4561</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>Fix idempotency and parsing issues with DNF installs</title>
<updated>2020-12-28T20:48:59+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-12-09T20:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b88ff7352f0872a3897363d68966160bdafb4190'/>
<id>b88ff7352f0872a3897363d68966160bdafb4190</id>
<content type='text'>
Fixes issues with exceptions raising exceptions as well.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issues with exceptions raising exceptions as well.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #10779 from chef/Lint_ParenthesesAsGroupedExpression</title>
<updated>2020-12-28T20:12:25+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-12-28T20:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9738c670511334fb5ec985b436f078294ccdc46d'/>
<id>9738c670511334fb5ec985b436f078294ccdc46d</id>
<content type='text'>
Resolve Lint/ParenthesesAsGroupedExpression warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve Lint/ParenthesesAsGroupedExpression warnings</pre>
</div>
</content>
</entry>
</feed>
