<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/chef-utils/spec, branch enable_git_cache</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>Freeze strings in chef-utils</title>
<updated>2020-11-02T17:53:22+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-11-02T17:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=86839a913f27ed683ad5a3e8df4e3f68bc9f06e9'/>
<id>86839a913f27ed683ad5a3e8df4e3f68bc9f06e9</id>
<content type='text'>
This saves us memory and gets us ready for a world where this becomes the default.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves us memory and gets us ready for a world where this becomes the default.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge repetitive conditionals</title>
<updated>2020-10-27T17:51:51+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-10-27T17:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5122f9f77f89ba026e77b36062b70b241c552792'/>
<id>5122f9f77f89ba026e77b36062b70b241c552792</id>
<content type='text'>
So much easier to read and probably faster this way too.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So much easier to read and probably faster this way too.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit and integration testing back to omnibus testers</title>
<updated>2020-08-17T22:02:17+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-08-13T03:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e538037d00fe0a5eb71444383985969e308684b7'/>
<id>e538037d00fe0a5eb71444383985969e308684b7</id>
<content type='text'>
It is slow but it does catch real bugs

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is slow but it does catch real bugs

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to default_paths API</title>
<updated>2020-07-23T00:24:48+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-07-23T00:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=df3f9fa4f950827b028efb58b1403f8e4c6f3d08'/>
<id>df3f9fa4f950827b028efb58b1403f8e4c6f3d08</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>Add spaces after attrs</title>
<updated>2020-07-07T22:28:50+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-07-07T22:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d7c4085d55a537d297f557c119fa6a9bd7e22690'/>
<id>d7c4085d55a537d297f557c119fa6a9bd7e22690</id>
<content type='text'>
This makes it easier to read the classes.

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

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use .match? not =~ when match values aren't necessary</title>
<updated>2020-06-11T22:32:53+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-06-11T22:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5825eea4b139b9af089c3075d042d5d3160583ec'/>
<id>5825eea4b139b9af089c3075d042d5d3160583ec</id>
<content type='text'>
Autocorrected from RuboCop Performance which is now smart enough to detect when you use the match and when you don't. Using match? does not create any objects so it's slightly faster and uses less memory.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autocorrected from RuboCop Performance which is now smart enough to detect when you use the match and when you don't. Using match? does not create any objects so it's slightly faster and uses less memory.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed armv6l and armv7l tests.</title>
<updated>2020-05-20T20:57:21+00:00</updated>
<author>
<name>Matt Ray</name>
<email>github@mattray.dev</email>
</author>
<published>2020-05-20T20:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e6b8daaf78df0b6f1b41ed43eb2fe4a1c47eeba6'/>
<id>e6b8daaf78df0b6f1b41ed43eb2fe4a1c47eeba6</id>
<content type='text'>
Signed-off-by: Matt Ray &lt;github@mattray.dev&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matt Ray &lt;github@mattray.dev&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added armv6l and armv7l to arm? and armhf? helpers</title>
<updated>2020-05-20T03:04:29+00:00</updated>
<author>
<name>Matt Ray</name>
<email>github@mattray.dev</email>
</author>
<published>2020-05-20T03:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6266214c2695fd13302e33b00d2c07023b2f9fdf'/>
<id>6266214c2695fd13302e33b00d2c07023b2f9fdf</id>
<content type='text'>
armv6l is Raspberry Pi 1/Zero
armv7l is Raspberry Pi 2,3,4
Tested with Raspbian 10, Debian 10, Centos 7

Signed-off-by: Matt Ray &lt;github@mattray.dev&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
armv6l is Raspberry Pi 1/Zero
armv7l is Raspberry Pi 2,3,4
Tested with Raspbian 10, Debian 10, Centos 7

Signed-off-by: Matt Ray &lt;github@mattray.dev&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>More files free of spelling violations.</title>
<updated>2020-05-19T03:29:40+00:00</updated>
<author>
<name>Pete Higgins</name>
<email>pete@peterhiggins.org</email>
</author>
<published>2020-05-08T00:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=828e3e525cdeef355f983c02586008a64f70a79c'/>
<id>828e3e525cdeef355f983c02586008a64f70a79c</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>Resolve deprecations in chef-utils specs</title>
<updated>2020-04-25T15:54:34+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-25T15:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b0f2d3486e8515f5ba43e4ce8b93e64c4cb11f4c'/>
<id>b0f2d3486e8515f5ba43e4ce8b93e64c4cb11f4c</id>
<content type='text'>
Use the latest fauxhai data to avoid a giant pile of spec warnings

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the latest fauxhai data to avoid a giant pile of spec warnings

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