<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cask/lib/hbc/exceptions.rb, branch 1.1.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>Merge pull request #1381 from adzenith/patch-1</title>
<updated>2016-11-10T21:05:21+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-10T21:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c2815fbb9af4fe4518246cba7df418935fd3b711'/>
<id>c2815fbb9af4fe4518246cba7df418935fd3b711</id>
<content type='text'>
`brew doctor` recommends using cask to upgrade XQuartz</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`brew doctor` recommends using cask to upgrade XQuartz</pre>
</div>
</content>
</entry>
<entry>
<title>`brew doctor` recommends using cask to upgrade XQuartz</title>
<updated>2016-11-10T03:21:21+00:00</updated>
<author>
<name>Nikolaus Wittenstein</name>
</author>
<published>2016-10-27T01:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=969ac3a9c63ba670554b274dcc1fa1b5c2eadbb8'/>
<id>969ac3a9c63ba670554b274dcc1fa1b5c2eadbb8</id>
<content type='text'>
Also changes exceptions.rb to use Formatter.url
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changes exceptions.rb to use Formatter.url
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the CaskAlreadyInstalledError with new reinstall command</title>
<updated>2016-11-09T14:08:12+00:00</updated>
<author>
<name>Dorian</name>
</author>
<published>2016-11-09T14:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=702d07917ee3fbeba831c7a95527e1b71baf08a6'/>
<id>702d07917ee3fbeba831c7a95527e1b71baf08a6</id>
<content type='text'>
e.g. this changes:

```
To re-install google-chrome, run:
  brew cask uninstall --force google-chrome &amp;&amp; brew cask install google-chrome
```

To:

```
To re-install google-chrome, run:
  brew cask reinstall google-chrome
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g. this changes:

```
To re-install google-chrome, run:
  brew cask uninstall --force google-chrome &amp;&amp; brew cask install google-chrome
```

To:

```
To re-install google-chrome, run:
  brew cask reinstall google-chrome
```</pre>
</div>
</content>
</entry>
<entry>
<title>Use `()` as delimiters for `%Q` and `%q` literals.</title>
<updated>2016-10-23T12:32:03+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-14T18:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8e9eae695adff40df52e667db30dd4fc318615ef'/>
<id>8e9eae695adff40df52e667db30dd4fc318615ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CaskCommandFailedError.</title>
<updated>2016-10-11T16:27:01+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-11T15:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bb3c6893717404f09cd2f98c9601dbabbe18b235'/>
<id>bb3c6893717404f09cd2f98c9601dbabbe18b235</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change re-install command to use `&amp;&amp;`.</title>
<updated>2016-10-02T17:53:43+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-02T17:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0f7d1b137f55264366c772105e5026253906d896'/>
<id>0f7d1b137f55264366c772105e5026253906d896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation of CaskCommandFailedError.</title>
<updated>2016-10-02T17:53:43+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-01T21:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4f1ef16cbf09fc1b98143ff672859dcefda00e1b'/>
<id>4f1ef16cbf09fc1b98143ff672859dcefda00e1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change `A Cask for #{token} is already installed.` message.</title>
<updated>2016-10-02T17:53:43+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-01T21:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=082bd5e98ae7592bc92466186609066e00c2bf84'/>
<id>082bd5e98ae7592bc92466186609066e00c2bf84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cask: Use nested classes and modules.</title>
<updated>2016-09-24T14:00:58+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-24T11:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b86c8efb79b3ed835d552c4d7416640ef10caf21'/>
<id>b86c8efb79b3ed835d552c4d7416640ef10caf21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init</title>
<updated>2016-08-19T11:50:14+00:00</updated>
<author>
<name>AnastasiaSulyagina</name>
</author>
<published>2016-08-18T19:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e81f4ab7deeb40308f240be5ea00091fc8786d7a'/>
<id>e81f4ab7deeb40308f240be5ea00091fc8786d7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
