<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/mixin/powershell_out.rb, branch https_shell</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>Fixed double quotes issue in powershell_out</title>
<updated>2016-10-07T10:11:35+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-10-07T10:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8bbbe695e3a8042c2dc0514182fe60abf2bc102a'/>
<id>8bbbe695e3a8042c2dc0514182fe60abf2bc102a</id>
<content type='text'>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert Handling double quotes in powershell_out</title>
<updated>2016-10-06T05:23:36+00:00</updated>
<author>
<name>Matt Wrock</name>
<email>matt@mattwrock.com</email>
</author>
<published>2016-10-06T05:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5517ddce30d5c84b01039db3d7a29e5fab8f9367'/>
<id>5517ddce30d5c84b01039db3d7a29e5fab8f9367</id>
<content type='text'>
Signed-off-by: Matt Wrock &lt;matt@mattwrock.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matt Wrock &lt;matt@mattwrock.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Raising Mixlib::ShellOut::ShellCommandFailed exception</title>
<updated>2016-10-03T09:27:36+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-10-03T09:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=af13c7a425e990232d6ff0a1739ff81ed12b55cd'/>
<id>af13c7a425e990232d6ff0a1739ff81ed12b55cd</id>
<content type='text'>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handling double quotes. Added specs</title>
<updated>2016-09-30T12:42:03+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-09-26T12:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=31c04a1338e1c2dd0e1332a4e4af7bca4fa2f82a'/>
<id>31c04a1338e1c2dd0e1332a4e4af7bca4fa2f82a</id>
<content type='text'>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>flip multiline function arguments around</title>
<updated>2016-02-19T17:28:33+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-02-19T17:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=92bec4bb96d857f027068fc56af46c76c484fd50'/>
<id>92bec4bb96d857f027068fc56af46c76c484fd50</id>
<content type='text'>
no enforced trailing comma on arguments...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no enforced trailing comma on arguments...
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update for 2016 and massive cleanup.</title>
<updated>2016-02-02T22:43:28+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2016-02-02T22:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0878ed6123706ed4201644ee798da993f8cb5ad4'/>
<id>0878ed6123706ed4201644ee798da993f8cb5ad4</id>
<content type='text'>
Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"</pre>
</div>
</content>
</entry>
<entry>
<title>Use double quotes by default</title>
<updated>2016-01-14T14:08:03+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2016-01-14T14:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=51cfbdc4d16739caac4d946fadbe678444aafe34'/>
<id>51cfbdc4d16739caac4d946fadbe678444aafe34</id>
<content type='text'>
This is an entirely mechanically generated (chefstyle -a) change, to go
along with chef/chefstyle#5 . We should pick something and use it
consistently, and my opinion is that double quotes are the appropriate
thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an entirely mechanically generated (chefstyle -a) change, to go
along with chef/chefstyle#5 . We should pick something and use it
consistently, and my opinion is that double quotes are the appropriate
thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>autocorrecting Style/TrailingComma</title>
<updated>2016-01-13T19:44:32+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-01-13T19:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=af4afcc712d24dbc85a9c020a124acadeed295d2'/>
<id>af4afcc712d24dbc85a9c020a124acadeed295d2</id>
<content type='text'>
chefstyle -a fixed 1044 occurrances
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chefstyle -a fixed 1044 occurrances
</pre>
</div>
</content>
</entry>
<entry>
<title>change executionpolicy to unrestricted</title>
<updated>2015-05-29T20:55:50+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-05-29T20:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0594046ea04be724556fcaa12d76534fbc099a42'/>
<id>0594046ea04be724556fcaa12d76534fbc099a42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix missing requires</title>
<updated>2015-05-29T20:55:50+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-05-29T17:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=266e95575dc5dc79a568da9b6ceec7ff7635db1f'/>
<id>266e95575dc5dc79a568da9b6ceec7ff7635db1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
