<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test, branch 1.2.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>audit_spec: test go get ban</title>
<updated>2017-04-28T17:13:38+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2017-04-28T17:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ed1ae19aee53c3631a5d4a20e1f4e0a903511cca'/>
<id>ed1ae19aee53c3631a5d4a20e1f4e0a903511cca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>formula_installer: improve install/upgrade message</title>
<updated>2017-04-25T11:45:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-25T11:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=18c2713df4a153ae815de9ca99e51ae8ed6aae28'/>
<id>18c2713df4a153ae815de9ca99e51ae8ed6aae28</id>
<content type='text'>
If you `brew install` a formula that's already installed you get:
  Warning: ripgrep-0.5.1 already installed

If you `brew install` an outdated formula that's installed you get:
  Error: ripgrep-0.5.1 already installed. To install this version, first
  `brew unlink ripgrep`

Instead, suggest that the user should `brew upgrade` in this case. If
the formula isn't outdated use the previous message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you `brew install` a formula that's already installed you get:
  Warning: ripgrep-0.5.1 already installed

If you `brew install` an outdated formula that's installed you get:
  Error: ripgrep-0.5.1 already installed. To install this version, first
  `brew unlink ripgrep`

Instead, suggest that the user should `brew upgrade` in this case. If
the formula isn't outdated use the previous message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for `GitHub::search_code`.</title>
<updated>2017-04-25T10:29:01+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-24T17:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4b804389e120d7172d0af541971e4e33f3447fc2'/>
<id>4b804389e120d7172d0af541971e4e33f3447fc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add remote search to `brew cask search`.</title>
<updated>2017-04-25T10:29:01+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-24T17:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=238cd5430f47895ef930756f2c3fb8b770a89f46'/>
<id>238cd5430f47895ef930756f2c3fb8b770a89f46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `GitHub::search_code` method.</title>
<updated>2017-04-25T10:29:01+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-24T17:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2bda194bd91c0767517fe11adafcaacb3150aff0'/>
<id>2bda194bd91c0767517fe11adafcaacb3150aff0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>search: use single HTTP call for tap searches.</title>
<updated>2017-04-24T13:11:04+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-24T13:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b3c69aba87f21bb2a3b6a78de3328e22fe39e1c6'/>
<id>b3c69aba87f21bb2a3b6a78de3328e22fe39e1c6</id>
<content type='text'>
Use GitHub's code search API to search using the filename based on the
search query. This means we only need a single HTTP call and no more
multithreading madness. This also means we're able to search everything
in the Homebrew and Caskroom organisation by default without having to
maintain a list of things to search (and not) in here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use GitHub's code search API to search using the filename based on the
search query. This means we only need a single HTTP call and no more
multithreading madness. This also means we're able to search everything
in the Homebrew and Caskroom organisation by default without having to
maintain a list of things to search (and not) in here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove puts_hash, require pp</title>
<updated>2017-04-24T10:45:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-24T10:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b0afa3e9c52f2d43432d7aeab53eb9e517ffe96'/>
<id>6b0afa3e9c52f2d43432d7aeab53eb9e517ffe96</id>
<content type='text'>
I wasn’t aware this existed when I created puts_hash so: may as well
remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wasn’t aware this existed when I created puts_hash so: may as well
remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2465 from GauthamGoli/audit_components_port_rubocop</title>
<updated>2017-04-24T09:06:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-24T09:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ceb1629ad7aeec4c9e9c264efb29b59a96f8556c'/>
<id>ceb1629ad7aeec4c9e9c264efb29b59a96f8556c</id>
<content type='text'>
audit: audit_components method to rubocops and tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: audit_components method to rubocops and tests</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2534 from MikeMcQuaid/which_editor_args</title>
<updated>2017-04-24T09:02:45+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-24T09:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cf01485318ba8be4785cf04c35ae30e20e0e1177'/>
<id>cf01485318ba8be4785cf04c35ae30e20e0e1177</id>
<content type='text'>
utils: make which_editor handle editor args.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
utils: make which_editor handle editor args.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2490 from retokromer/patch-1</title>
<updated>2017-04-24T07:52:53+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-24T07:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b14d731bad57c2a9ac9d0bf63e0d58a9b82286b'/>
<id>5b14d731bad57c2a9ac9d0bf63e0d58a9b82286b</id>
<content type='text'>
add date-based versioning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add date-based versioning</pre>
</div>
</content>
</entry>
</feed>
