<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/cask, branch 1.3.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>Silence all specs by default.</title>
<updated>2017-07-29T18:25:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-29T17:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2ad3a87045246f89aa267251315d660f663c42f2'/>
<id>2ad3a87045246f89aa267251315d660f663c42f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>installer_spec: silence test output.</title>
<updated>2017-07-29T15:59:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-07-29T15:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4440afa99ae2ad5aa49f8430e8ea7a677cbb0760'/>
<id>4440afa99ae2ad5aa49f8430e8ea7a677cbb0760</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for non-TTY `brew cask search`.</title>
<updated>2017-07-09T22:09:32+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-08T16:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4e26fdfcf6922dca9a82b15697b4c76c6bf9212b'/>
<id>4e26fdfcf6922dca9a82b15697b4c76c6bf9212b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helper for testing TTY output.</title>
<updated>2017-07-07T22:57:08+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-07T22:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dccdac55a835a22d46c36fe915e6e8cdf43a4adc'/>
<id>dccdac55a835a22d46c36fe915e6e8cdf43a4adc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Output plain list when running `brew cask search` without a TTY.</title>
<updated>2017-07-07T17:42:03+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-05T23:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d29cb450f729fc88ba045c68e3b70e86cdecfaec'/>
<id>d29cb450f729fc88ba045c68e3b70e86cdecfaec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump `rubocop-cask` version.</title>
<updated>2017-07-05T18:51:51+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-05T18:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=65b9e06082cc17d90d9bed887ef261ec1631e7e5'/>
<id>65b9e06082cc17d90d9bed887ef261ec1631e7e5</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 #2772 from reitermarkus/dmg-eula</title>
<updated>2017-07-02T00:04:07+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-02T00:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=eb110e94f002966ffb241e49ca6154fdae601362'/>
<id>eb110e94f002966ffb241e49ca6154fdae601362</id>
<content type='text'>
Fix DMG mounting.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix DMG mounting.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2825 from reitermarkus/refactoring</title>
<updated>2017-07-01T03:32:19+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-07-01T03:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fd5e673d2d367eff03f1411d909ca0bbb2003a2c'/>
<id>fd5e673d2d367eff03f1411d909ca0bbb2003a2c</id>
<content type='text'>
Refactoring using `Forwardable` and `DelegateClass`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactoring using `Forwardable` and `DelegateClass`.</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor Formula/Cask dependencies.</title>
<updated>2017-06-30T00:20:50+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-06-28T15:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6a1fa87191bfef31ff1b2d47d3ebf281398a210f'/>
<id>6a1fa87191bfef31ff1b2d47d3ebf281398a210f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>🔥  Remove test files after trashing.</title>
<updated>2017-06-24T07:15:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-06-24T06:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f24fc423624d25472786eac054948feb3430ce63'/>
<id>f24fc423624d25472786eac054948feb3430ce63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
