<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git, branch deep-merge-override-array</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>When merging two arrays during deep merge instead of deduplicating and merging elements, pick the one that is higher in the inheritance order.</title>
<updated>2013-10-23T21:34:41+00:00</updated>
<author>
<name>sersut</name>
<email>serdar@opscode.com</email>
</author>
<published>2013-10-23T21:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1373a978ea5ec321e4fb4808f8d53a4fcecf93c1'/>
<id>1373a978ea5ec321e4fb4808f8d53a4fcecf93c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bumping and docs for 10.28.2</title>
<updated>2013-10-04T21:00:15+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2013-10-04T21:00:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e332c6d44e604864e80fdd5ac9f6ee31cb48d1da'/>
<id>e332c6d44e604864e80fdd5ac9f6ee31cb48d1da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use pessimistic version constraint</title>
<updated>2013-10-04T20:16:37+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2013-10-04T20:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=91f821909a8a2568df52f2670ce20f2dcec49eed'/>
<id>91f821909a8a2568df52f2670ce20f2dcec49eed</id>
<content type='text'>
- this is compatible with gem versions from 10.28.0 with minimal
  changes.
- mixlib-shellout differs in windows-versus-unix due to version pinning
  in windows-pr picking up old mixlib-shellout on windows, this is
  not fix, and left similar to 10.28.0
- gem versions should be levelled up for 10.30.x and beyond
- newly built 10.28.0 will pick up new mixlib-config 2.0 which is
  a delta from the downloadable omnibus builds, 10.28.2 will not
  pick up mixlib-config 2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- this is compatible with gem versions from 10.28.0 with minimal
  changes.
- mixlib-shellout differs in windows-versus-unix due to version pinning
  in windows-pr picking up old mixlib-shellout on windows, this is
  not fix, and left similar to 10.28.0
- gem versions should be levelled up for 10.30.x and beyond
- newly built 10.28.0 will pick up new mixlib-config 2.0 which is
  a delta from the downloadable omnibus builds, 10.28.2 will not
  pick up mixlib-config 2.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Constrain all versions to major version"</title>
<updated>2013-09-30T21:40:58+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2013-09-30T21:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=2e9a3097e1cb391e6fe0c366d049da612bf84d41'/>
<id>2e9a3097e1cb391e6fe0c366d049da612bf84d41</id>
<content type='text'>
This reverts commit 2a4ae8fe7c4b406a30f2c9e8257a20504dba9236.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2a4ae8fe7c4b406a30f2c9e8257a20504dba9236.
</pre>
</div>
</content>
</entry>
<entry>
<title>use separate gemspec for windows</title>
<updated>2013-09-30T20:19:31+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2013-09-30T20:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=fa204e0efb1fea305107ad2c4c10226e61879da0'/>
<id>fa204e0efb1fea305107ad2c4c10226e61879da0</id>
<content type='text'>
- allows us to explicitly version pin in the gemspec on gem installs
  rather than getting different behavior from 'gem install' and
  'bundle install' (gemspec vs. Gemfile).
- the mingw deps had been in the Gemfile because it needed to be a
  group since gemspecs do not have groups.  this builds two different
  gems for publication to rubygems instead.
- see mixlib-shellout for the prototype of where this has been done
  (successfully).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- allows us to explicitly version pin in the gemspec on gem installs
  rather than getting different behavior from 'gem install' and
  'bundle install' (gemspec vs. Gemfile).
- the mingw deps had been in the Gemfile because it needed to be a
  group since gemspecs do not have groups.  this builds two different
  gems for publication to rubygems instead.
- see mixlib-shellout for the prototype of where this has been done
  (successfully).
</pre>
</div>
</content>
</entry>
<entry>
<title>Constrain all versions to major version</title>
<updated>2013-09-25T16:11:11+00:00</updated>
<author>
<name>John Keiser</name>
<email>jkeiser@opscode.com</email>
</author>
<published>2013-09-25T16:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=2a4ae8fe7c4b406a30f2c9e8257a20504dba9236'/>
<id>2a4ae8fe7c4b406a30f2c9e8257a20504dba9236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump to 10.28.0 for release.</title>
<updated>2013-08-30T17:20:37+00:00</updated>
<author>
<name>sersut</name>
<email>serdar@opscode.com</email>
</author>
<published>2013-08-30T17:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=bff8853d98a0ae554638e67ac6d0c306ff67ab44'/>
<id>bff8853d98a0ae554638e67ac6d0c306ff67ab44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>One more fix for knife config spec on windows.</title>
<updated>2013-08-20T13:28:41+00:00</updated>
<author>
<name>sersut</name>
<email>serdar@opscode.com</email>
</author>
<published>2013-08-20T13:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4de4932a019e583cdf8fd20621ca5459cf557018'/>
<id>4de4932a019e583cdf8fd20621ca5459cf557018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix windows configure specs on windows.</title>
<updated>2013-08-14T11:08:02+00:00</updated>
<author>
<name>sersut</name>
<email>serdar@opscode.com</email>
</author>
<published>2013-08-14T11:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=221d12397bbb49120b9aeba6d7c953fd490d1daf'/>
<id>221d12397bbb49120b9aeba6d7c953fd490d1daf</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 for 10.28.0 RC release.</title>
<updated>2013-08-13T06:53:10+00:00</updated>
<author>
<name>sersut</name>
<email>serdar@opscode.com</email>
</author>
<published>2013-08-13T06:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3ffc33dbc4f8c1155fc540522c9c7fade223be52'/>
<id>3ffc33dbc4f8c1155fc540522c9c7fade223be52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
