<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/support, branch 1.2.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<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>Revert "Merge pull request #2603 from MikeMcQuaid/tweak-gem-vendoring"</title>
<updated>2017-05-07T16:28:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-07T16:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e1bbab6ca6c8f96bb53fee9af3f0c01edd2d2f94'/>
<id>e1bbab6ca6c8f96bb53fee9af3f0c01edd2d2f94</id>
<content type='text'>
This reverts commit 2372872974d1049c2beafe7dedb7f8f882502058, reversing
changes made to 3e4547f52e7ebec633f8bfefc8a396d944edf908.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2372872974d1049c2beafe7dedb7f8f882502058, reversing
changes made to 3e4547f52e7ebec633f8bfefc8a396d944edf908.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak Gem vendoring.</title>
<updated>2017-05-07T14:33:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-07T14:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=33f83be10e5256ce628cb128f25d0a9f399d37ef'/>
<id>33f83be10e5256ce628cb128f25d0a9f399d37ef</id>
<content type='text'>
If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather
confusing fashion. Instead, run `bundle` for them with the arguments
that they'd want.

Also, move `macho` requires into the module itself; it's a pain having
to do everything for Bundler before requiring `pathname` which is a core
Ruby class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather
confusing fashion. Instead, run `bundle` for them with the arguments
that they'd want.

Also, move `macho` requires into the module itself; it's a pain having
to do everything for Bundler before requiring `pathname` which is a core
Ruby class.
</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>Fix test for `chmod +x` on binaries.</title>
<updated>2017-04-21T12:52:35+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-21T12:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5c51c4e23b78acc2a87e0553e78e86d7083945a5'/>
<id>5c51c4e23b78acc2a87e0553e78e86d7083945a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add command 'cask outdated'</title>
<updated>2017-03-15T20:58:25+00:00</updated>
<author>
<name>Valentin VĂLCIU</name>
</author>
<published>2017-02-27T20:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7532545140c1ce0da370b2b3124e488dbb11fc41'/>
<id>7532545140c1ce0da370b2b3124e488dbb11fc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
