<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 1.3.5</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>brew: handle Ruby 2.3 more gracefully.</title>
<updated>2017-09-29T18:53:50+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-29T18:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bcca2a7c6b80a6450bd8261af987a8da260b6b89'/>
<id>bcca2a7c6b80a6450bd8261af987a8da260b6b89</id>
<content type='text'>
- `brew.rb` needed updated to fail unless on Ruby 2.3
- `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this
  doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been
  installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `brew.rb` needed updated to fail unless on Ruby 2.3
- `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this
  doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been
  installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>install.rb: stop early if there are no formulae to be installed</title>
<updated>2017-09-28T19:17:42+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2017-09-28T19:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b8d8049f70277efe9a8cbc496df11d48f62b86a7'/>
<id>b8d8049f70277efe9a8cbc496df11d48f62b86a7</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: use rebuild with coverage support.</title>
<updated>2017-09-25T18:15:58+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-25T18:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=222da9de1ce1b75433458a79a76e747408202cf9'/>
<id>222da9de1ce1b75433458a79a76e747408202cf9</id>
<content type='text'>
This will allow `simplecov` to generate coverage by rebuilding portable
Ruby with coverage support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow `simplecov` to generate coverage by rebuilding portable
Ruby with coverage support.
</pre>
</div>
</content>
</entry>
<entry>
<title>vendor-install: output only to stderr.</title>
<updated>2017-09-25T05:53:23+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-25T05:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9697c8638cc11b8eace4b783d8d3114c24871007'/>
<id>9697c8638cc11b8eace4b783d8d3114c24871007</id>
<content type='text'>
This avoids causing errors in scripts that call e.g. `brew --prefix`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids causing errors in scripts that call e.g. `brew --prefix`.
</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>Rubocop: automatic rule fixes.</title>
<updated>2017-09-24T20:23:59+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-24T18:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede'/>
<id>01e9ec9a9f723b2ef89c7adfaea39f9e4db9aede</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 #3189 from MikeMcQuaid/portable-ruby-messaging</title>
<updated>2017-09-23T09:58:26+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-09-23T09:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3343467475c61d72e6796f35ed0eda5daa8a5513'/>
<id>3343467475c61d72e6796f35ed0eda5daa8a5513</id>
<content type='text'>
portable-ruby: improve installation messaging.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
portable-ruby: improve installation messaging.</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>
<entry>
<title>Upgrade vendored Ruby to 2.3.3 for Linux.</title>
<updated>2017-09-22T00:02:42+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-09-22T00:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=353810d934ad807449ed360d950662a5cc92e94b'/>
<id>353810d934ad807449ed360d950662a5cc92e94b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
