<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib, branch ruby24</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>Bump version of chef to 12.17.56 by Chef Versioner.</title>
<updated>2016-12-13T15:41:13+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2016-12-13T15:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c56cf68d67e01c0923009b58e01d24ce0efe537d'/>
<id>c56cf68d67e01c0923009b58e01d24ce0efe537d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5636 from chef/lcg/remove-chef-platform-handler-class</title>
<updated>2016-12-13T15:38:22+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2016-12-13T15:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c489be4c9686c357120a9c5a0c25048aef5c4129'/>
<id>c489be4c9686c357120a9c5a0c25048aef5c4129</id>
<content type='text'>
remove Chef::Platform::HandlerMap</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove Chef::Platform::HandlerMap</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 12.17.55 by Chef Versioner.</title>
<updated>2016-12-12T18:10:00+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2016-12-12T18:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6a5888a49eb3e1a3f34f28cee9f0cd510fd46393'/>
<id>6a5888a49eb3e1a3f34f28cee9f0cd510fd46393</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make docker? return boolean</title>
<updated>2016-12-12T17:26:25+00:00</updated>
<author>
<name>Andrew Brown</name>
<email>andrew.brown@shopify.com</email>
</author>
<published>2016-12-12T17:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d7785311514ea357a6e238af8049c2564ad216d8'/>
<id>d7785311514ea357a6e238af8049c2564ad216d8</id>
<content type='text'>
Trivial change to ensure node.docker? returns either true or false.

Signed-off-by: Andrew Brown &lt;andrew.j.brown@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trivial change to ensure node.docker? returns either true or false.

Signed-off-by: Andrew Brown &lt;andrew.j.brown@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 12.17.54 by Chef Versioner.</title>
<updated>2016-12-12T16:54:47+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2016-12-12T16:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9530a0027f7769008a850640e192e108a09b45ca'/>
<id>9530a0027f7769008a850640e192e108a09b45ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 12.17.53 by Chef Versioner.</title>
<updated>2016-12-12T14:50:18+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2016-12-12T14:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=2c939d4f6c699d058731ad8c6fd32e9fa8e18a1e'/>
<id>2c939d4f6c699d058731ad8c6fd32e9fa8e18a1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use object ID when detected unprocessed Resources (#5604)</title>
<updated>2016-12-12T14:47:32+00:00</updated>
<author>
<name>Adam Leff</name>
<email>adam@leff.co</email>
</author>
<published>2016-12-12T14:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a4e5ed2f4974659fee0748b3386606a16210bd72'/>
<id>a4e5ed2f4974659fee0748b3386606a16210bd72</id>
<content type='text'>
* Use object ID when detected unprocessed Resources

In the Data Collector, when detecting unprocessed resources, a Set
was built up using the resource object itself as the Set element.
Internally, Set adds this to a Hash.

We allow users to create custom resources that could contain a property
named "hash" which in turn wires up a `#hash` instance method on the
Resource. Ruby expects object's `#hash` method to return a Fixnum that
it uses internally. So if a resource had a "hash" property that returned
a String, bad things happened.

With this change, we make our own Hash and use the resource's object ID
in the key so we don't have to worry about the resource's `#hash` method
getting called and throwing an exception. I will send up a separate
change that warns users when they choose a property name that is already
an existing method name.

Fixes #5565.

Signed-off-by: Adam Leff &lt;adam@leff.co&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use object ID when detected unprocessed Resources

In the Data Collector, when detecting unprocessed resources, a Set
was built up using the resource object itself as the Set element.
Internally, Set adds this to a Hash.

We allow users to create custom resources that could contain a property
named "hash" which in turn wires up a `#hash` instance method on the
Resource. Ruby expects object's `#hash` method to return a Fixnum that
it uses internally. So if a resource had a "hash" property that returned
a String, bad things happened.

With this change, we make our own Hash and use the resource's object ID
in the key so we don't have to worry about the resource's `#hash` method
getting called and throwing an exception. I will send up a separate
change that warns users when they choose a property name that is already
an existing method name.

Fixes #5565.

Signed-off-by: Adam Leff &lt;adam@leff.co&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 12.17.52 by Chef Versioner.</title>
<updated>2016-12-09T18:35:57+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2016-12-09T18:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3a8a0f9a51329120ae1d58187242924f119eaa1a'/>
<id>3a8a0f9a51329120ae1d58187242924f119eaa1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 12.17.51 by Chef Versioner.</title>
<updated>2016-12-09T17:04:56+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2016-12-09T17:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=04e2f19617679fd1143879f9eeb2bf4dca1278d2'/>
<id>04e2f19617679fd1143879f9eeb2bf4dca1278d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5631 from chef/lcg/deprecate-chef-platform-methods</title>
<updated>2016-12-09T17:02:31+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-12-09T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9a67e8dea3d117b2abe097a82ddf8f3eaa3c4a38'/>
<id>9a67e8dea3d117b2abe097a82ddf8f3eaa3c4a38</id>
<content type='text'>
Properly deprecate old Chef::Platform methods</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly deprecate old Chef::Platform methods</pre>
</div>
</content>
</entry>
</feed>
