<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/utils, branch 1.3.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Clean up code style and remove `.rubocop_todo.yml`.</title>
<updated>2017-10-08T14:10:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-10-06T22:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=175ca909ee1a5b57aa0cae2c879920511f311b14'/>
<id>175ca909ee1a5b57aa0cae2c879920511f311b14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix installing a local bottle from source</title>
<updated>2017-09-28T19:29:23+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-09-26T05:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2e77de3b58043cb8acc1e28070ae7e24fbf596fb'/>
<id>2e77de3b58043cb8acc1e28070ae7e24fbf596fb</id>
<content type='text'>
Factor Utils::Bottles.formula_contents out of BottleLoader.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Factor Utils::Bottles.formula_contents out of BottleLoader.
</pre>
</div>
</content>
</entry>
<entry>
<title>receipt_path: Ensure the bottle contains INSTALL_RECEIPT.json</title>
<updated>2017-09-27T16:36:41+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-09-25T18:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1e57445eca12e45896010aead6226f0f4c1df473'/>
<id>1e57445eca12e45896010aead6226f0f4c1df473</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 #3183 from MikeMcQuaid/rubocop-upgrade</title>
<updated>2017-09-25T20:29:03+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-25T20:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a5893036166b9708d705a5060aa85002d5a6be16'/>
<id>a5893036166b9708d705a5060aa85002d5a6be16</id>
<content type='text'>
Rubocop: 0.50.0 and Ruby 2.3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rubocop: 0.50.0 and Ruby 2.3</pre>
</div>
</content>
</entry>
<entry>
<title>portable-ruby: fix installation on Leopard.</title>
<updated>2017-09-25T14:46:58+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-25T14:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=598ea0cdece3646ce1c202862e01a4464180ed88'/>
<id>598ea0cdece3646ce1c202862e01a4464180ed88</id>
<content type='text'>
Download it insecurely there and require `rubygems` for `Gem::Version`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Download it insecurely there and require `rubygems` for `Gem::Version`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rubocop: manual rule fixes.</title>
<updated>2017-09-24T20:23:59+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-24T19:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cf5fdeef1d8e9fd053121145882835b87eec2a43'/>
<id>cf5fdeef1d8e9fd053121145882835b87eec2a43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/git: cache less aggressively.</title>
<updated>2017-09-24T19:39:06+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-24T19:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3d876f7d70eb3bebf5267f6794a1d5a5456c2798'/>
<id>3d876f7d70eb3bebf5267f6794a1d5a5456c2798</id>
<content type='text'>
This should avoid weird test ordering failures with specs on Linux (but
there's no real reason this can't occur on macOS too).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should avoid weird test ordering failures with specs on Linux (but
there's no real reason this can't occur on macOS too).
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/git: don't fail when CoreTap is untapped.</title>
<updated>2017-09-23T20:53:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-23T20:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7f93d816a384f750a8c914ff52fb7728f4466309'/>
<id>7f93d816a384f750a8c914ff52fb7728f4466309</id>
<content type='text'>
This produces test failures on Linux where we intentionally avoid having
it tapped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This produces test failures on Linux where we intentionally avoid having
it tapped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3174 from sjackman/popen-options</title>
<updated>2017-09-23T15:31:52+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-23T15:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b3bb666e880d7140e1199ecedda852f9c68ab79'/>
<id>6b3bb666e880d7140e1199ecedda852f9c68ab79</id>
<content type='text'>
popen: Do not suppress stderr when HOMEBREW_STDERR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
popen: Do not suppress stderr when HOMEBREW_STDERR</pre>
</div>
</content>
</entry>
<entry>
<title>portable-ruby: improve installation messaging.</title>
<updated>2017-09-22T14:54:29+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-22T14:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=aa665b94587ee7b0d69e783a669269a9954e8428'/>
<id>aa665b94587ee7b0d69e783a669269a9954e8428</id>
<content type='text'>
- Use “Pouring” to be more consistent with our normal messaging.
- Don’t be silent by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use “Pouring” to be more consistent with our normal messaging.
- Don’t be silent by default.
</pre>
</div>
</content>
</entry>
</feed>
