<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/support/helper, branch 1.2.3</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>formula_desc_cop: tweak some rules.</title>
<updated>2017-06-08T12:13:10+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-06-08T12:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c572081f8b56f3be24f24e85497ae780a25cbcba'/>
<id>c572081f8b56f3be24f24e85497ae780a25cbcba</id>
<content type='text'>
Allow some specific lowercase words and provide an autocorrect for some
of these rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow some specific lowercase words and provide an autocorrect for some
of these rules.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `to_s` from some `Pathname`s.</title>
<updated>2017-05-08T11:37:28+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-27T18:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5828eefd01cd61d2a7fbf439620b21f6f5b3d1b1'/>
<id>5828eefd01cd61d2a7fbf439620b21f6f5b3d1b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"</title>
<updated>2017-05-07T16:28:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-07T16:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=57db2e539eaa5fbae351963265312bd24ed08f6b'/>
<id>57db2e539eaa5fbae351963265312bd24ed08f6b</id>
<content type='text'>
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing
changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing
changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor all Homebrew's gems.</title>
<updated>2017-05-07T12:52:57+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-07T12:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ee253e465b8e2f5acdb53daf572311e87055e082'/>
<id>ee253e465b8e2f5acdb53daf572311e87055e082</id>
<content type='text'>
Homebrew's actually ended up using a fair few gems. While we want to
avoid Bundler at runtime (and this PR still does that, in fact uses
Bundler even less at runtime than it did before) writing our own version
to use at build-time seems redundant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Homebrew's actually ended up using a fair few gems. While we want to
avoid Bundler at runtime (and this PR still does that, in fact uses
Bundler even less at runtime than it did before) writing our own version
to use at build-time seems redundant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide sensitive tokens from install/test/post.</title>
<updated>2017-04-22T15:31:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-22T15:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d02b4f321d01fbd4cd2b4c1bd76d1f06d1612126'/>
<id>d02b4f321d01fbd4cd2b4c1bd76d1f06d1612126</id>
<content type='text'>
Hide these tokens to avoid malicious subprocesses e.g. sending them
over the network. Also, support using these tokens with environment
filtering and clear `HOMEBREW_PATH` from subprocesses to stop them
sniffing it. Finally, use `HOMEBREW_PATH` to detect Homebrew’s user’s
PATH for e.g. `brew doctor` etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hide these tokens to avoid malicious subprocesses e.g. sending them
over the network. Also, support using these tokens with environment
filtering and clear `HOMEBREW_PATH` from subprocesses to stop them
sniffing it. Finally, use `HOMEBREW_PATH` to detect Homebrew’s user’s
PATH for e.g. `brew doctor` etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `brew cask --version` into separate file.</title>
<updated>2017-03-08T14:49:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-03-08T14:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b24dc2268ade6356e28d912c715c33f12727ef98'/>
<id>b24dc2268ade6356e28d912c715c33f12727ef98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Cask specs into `brew tests`.</title>
<updated>2017-03-05T22:08:14+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-03-05T05:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9fc6c7b2be300ff35dc52d80f4dc38d36d52ddc2'/>
<id>9fc6c7b2be300ff35dc52d80f4dc38d36d52ddc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Cask test helpers to `test/support`.</title>
<updated>2017-03-05T18:13:06+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-03-05T04:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b9c9f0f6872fc3e83e4987559ee3b3c5fa2509a5'/>
<id>b9c9f0f6872fc3e83e4987559ee3b3c5fa2509a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Cask `shared_examples` to `test/support`.</title>
<updated>2017-03-04T23:57:34+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-03-04T21:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cc4fb35ae46fbbdeabbc564cae09507450838070'/>
<id>cc4fb35ae46fbbdeabbc564cae09507450838070</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Minitest.</title>
<updated>2017-02-28T21:48:57+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-02-28T13:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=487294f8155cbbcc1af22757d632ca352c24d6b8'/>
<id>487294f8155cbbcc1af22757d632ca352c24d6b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
