<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec, branch scripts</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>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>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>
<entry>
<title>Resolve Lint/ParenthesesAsGroupedExpression warnings</title>
<updated>2020-12-26T04:37:21+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-12-26T03:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1c48a7b9c73e39dc49b03e8196661d1c82f05ac5'/>
<id>1c48a7b9c73e39dc49b03e8196661d1c82f05ac5</id>
<content type='text'>
Get some consistency here

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get some consistency here

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use include? instead of a regex with string matching</title>
<updated>2020-12-22T05:28:19+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-12-22T05:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=55221b6ef2119c1255c1f7da1436956be3f4824d'/>
<id>55221b6ef2119c1255c1f7da1436956be3f4824d</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>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 #10379 from chef/rubygems_18</title>
<updated>2020-12-19T01:35:04+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-12-19T01:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=dae4fbe3cf2b753db8e0b9a33a0dc4b868561312'/>
<id>dae4fbe3cf2b753db8e0b9a33a0dc4b868561312</id>
<content type='text'>
Chef 17: Assume Rubygems 1.8 in the rubygems provider / specs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chef 17: Assume Rubygems 1.8 in the rubygems provider / specs</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>
</feed>
