<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/chef.gemspec, branch mount_array</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>Pull ohai from github so we can relax the chef-config dep</title>
<updated>2018-10-26T19:45:32+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-26T19:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5836a4cd4b35d8fa8843c75b3a6aea990b89ba0a'/>
<id>5836a4cd4b35d8fa8843c75b3a6aea990b89ba0a</id>
<content type='text'>
Ohai has a ceiling on the chef-config version it will accept. I just
kicked master to ohai 15 in the ohai repo. Pulling from master should
allow this all to work now.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ohai has a ceiling on the chef-config version it will accept. I just
kicked master to ohai 15 in the ohai repo. Pulling from master should
allow this all to work now.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move iso8601 gem to windows only gemspec</title>
<updated>2018-10-25T16:45:18+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-25T16:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=616d0fe205bbb2f2ef6103399954829fe3cbd9a3'/>
<id>616d0fe205bbb2f2ef6103399954829fe3cbd9a3</id>
<content type='text'>
We only use this in the windows_task resource. No need to ship it on *nix. This also brings in the latest release where I trimmed the files in the gem down.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only use this in the windows_task resource. No need to ship it on *nix. This also brings in the latest release where I trimmed the files in the gem down.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't ship contributing.md and VERSION file in the gem</title>
<updated>2018-10-24T02:34:50+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-24T02:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=38785ebc6f0938f7bead3ef70e06506a2c1a5fe6'/>
<id>38785ebc6f0938f7bead3ef70e06506a2c1a5fe6</id>
<content type='text'>
Neither of these are needed in the gem. Gets us back 16k on disk.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Neither of these are needed in the gem. Gets us back 16k on disk.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Only include the Windows distro files on Windows</title>
<updated>2018-10-06T00:49:21+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-06T00:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4e037820d9d11ea3fcb580e65f98cdcc33b6fb49'/>
<id>4e037820d9d11ea3fcb580e65f98cdcc33b6fb49</id>
<content type='text'>
We don't actually need these powershell scripts and DLLs on non-Windows
platforms. This
shaves 300k from our gem size on non-Windows platforms.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't actually need these powershell scripts and DLLs on non-Windows
platforms. This
shaves 300k from our gem size on non-Windows platforms.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around rspec 3.8.0 issues</title>
<updated>2018-09-26T05:33:30+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-09-26T05:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9fb62cda391591e0369ce32b8c8ec1afd3dfb8af'/>
<id>9fb62cda391591e0369ce32b8c8ec1afd3dfb8af</id>
<content type='text'>
Problem is described in detail here:

https://github.com/rspec/rspec-expectations/issues/1068#issuecomment-424580564

Note that this is self-inflicted damage and our pattern of having #to_hash
on objects be called by #to_json and to produce a serialized 'flavor' of
the object breaks what ruby's semantics are supposed to be and those
should all be `#to_h` methods, and we should deprecate `#to_hash` but I
imagine that will be a reasonably large breaking change (Although
hopefully most of the use by users will be Node#to_hash which is
entirely correct usage since that thing is actually a kind of glorified
Hash-like monster).

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem is described in detail here:

https://github.com/rspec/rspec-expectations/issues/1068#issuecomment-424580564

Note that this is self-inflicted damage and our pattern of having #to_hash
on objects be called by #to_json and to produce a serialized 'flavor' of
the object breaks what ruby's semantics are supposed to be and those
should all be `#to_h` methods, and we should deprecate `#to_hash` but I
imagine that will be a reasonably large breaking change (Although
hopefully most of the use by users will be Node#to_hash which is
entirely correct usage since that thing is actually a kind of glorified
Hash-like monster).

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Require mixlib-shellout 2.4 or later</title>
<updated>2018-08-13T22:27:05+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-08-13T22:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f691874926abe72ff6fff9bbee9b17a23a959607'/>
<id>f691874926abe72ff6fff9bbee9b17a23a959607</id>
<content type='text'>
We need this to merge in https://github.com/chef/chef/pull/7353

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need this to merge in https://github.com/chef/chef/pull/7353

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Maybe hold off on rspec 3.8</title>
<updated>2018-08-07T02:07:15+00:00</updated>
<author>
<name>Seth Thomas</name>
<email>sthomas@chef.io</email>
</author>
<published>2018-08-06T23:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8c2e52c50079422a5fb4f3970bdd6481b9063bc4'/>
<id>8c2e52c50079422a5fb4f3970bdd6481b9063bc4</id>
<content type='text'>
Signed-off-by: Seth Thomas &lt;sthomas@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Seth Thomas &lt;sthomas@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of ISO8601 to latest (0.11.0)</title>
<updated>2018-07-24T09:29:52+00:00</updated>
<author>
<name>nimesh-msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2018-07-24T07:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e5fe82316403110d61d5eb06bde88778a67540b1'/>
<id>e5fe82316403110d61d5eb06bde88778a67540b1</id>
<content type='text'>
- Verified: No Threats

Fixes- MSYS-868

Signed-off-by: nimesh-msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Verified: No Threats

Fixes- MSYS-868

Signed-off-by: nimesh-msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the existing acceptance testing framework</title>
<updated>2018-06-27T03:55:07+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-06-27T03:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ab74e1b5f5d3a92475aaa4492c8e6fa12d76fc55'/>
<id>ab74e1b5f5d3a92475aaa4492c8e6fa12d76fc55</id>
<content type='text'>
We haven't used this framework for 2 major releases of Chef and as time goes on it's more and more likely we'll build something very different for testing.

We 100% do need acceptance testing, but between dokken testing in Travis  and the potential for more complex integration testing with build-kite I think we should do the proper cleanup and remove this code now.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We haven't used this framework for 2 major releases of Chef and as time goes on it's more and more likely we'll build something very different for testing.

We 100% do need acceptance testing, but between dokken testing in Travis  and the potential for more complex integration testing with build-kite I think we should do the proper cleanup and remove this code now.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use inspec-core, new ffi gem, and bump deps</title>
<updated>2018-06-04T18:32:59+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-06-04T18:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9e4addc7274ebd32aa4ebc3cad4a7932b26c8325'/>
<id>9e4addc7274ebd32aa4ebc3cad4a7932b26c8325</id>
<content type='text'>
Switches to inspec-core, bumps ffi gem to newest release and bumps
other deps.

closes #7236

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switches to inspec-core, bumps ffi gem to newest release and bumps
other deps.

closes #7236

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
