<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend, branch 0.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Put /usr/X11/bin in PATH when requesting X11.</title>
<updated>2010-08-08T01:08:52+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-08-07T23:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=57bbeb3bd777719cd316fed86be70a5c25926370'/>
<id>57bbeb3bd777719cd316fed86be70a5c25926370</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ARGV - rename method that conflicts with optparse</title>
<updated>2010-08-08T01:08:51+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-13T14:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f990f083e8758019b7513605d54af6ae129cc913'/>
<id>f990f083e8758019b7513605d54af6ae129cc913</id>
<content type='text'>
optparse adds an "options" method to ARGV, and so does Homebrew.
Rename this method (and remove optparse blocking script) so that
Homebrew plays nicer with external Ruby software.

This fixes the issue where "gem install thin" would break
"brew server", for instance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
optparse adds an "options" method to ARGV, and so does Homebrew.
Rename this method (and remove optparse blocking script) so that
Homebrew plays nicer with external Ruby software.

This fixes the issue where "gem install thin" would break
"brew server", for instance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve aliases in ARGV extension.</title>
<updated>2010-08-08T01:08:49+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-03-09T02:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=28504229aa7a1389fa60bbfb9b987344d608e925'/>
<id>28504229aa7a1389fa60bbfb9b987344d608e925</id>
<content type='text'>
* This allows most brew commands to automatically accept aliases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This allows most brew commands to automatically accept aliases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Pathname.resolved_path</title>
<updated>2010-07-25T19:07:35+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-25T19:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5f5f820d126d847ed10e4cfc8c13948db94384b2'/>
<id>5f5f820d126d847ed10e4cfc8c13948db94384b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ARGV.build_head? and use it.</title>
<updated>2010-07-16T16:09:39+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-09T19:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=21c37fbac6b94afd44da4ce0b0fc1599b8165fde'/>
<id>21c37fbac6b94afd44da4ce0b0fc1599b8165fde</id>
<content type='text'>
This allows both "--HEAD" and "-H" to be used consistently, which was the
intention in the first place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows both "--HEAD" and "-H" to be used consistently, which was the
intention in the first place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Usage should mention manpage.</title>
<updated>2010-07-09T19:16:06+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-09T19:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b5ba49b90ed944a98cc2622aa2e4976bfe47c0cb'/>
<id>b5ba49b90ed944a98cc2622aa2e4976bfe47c0cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move method from ObserverPathnameExtension to extend/Pathname</title>
<updated>2010-07-09T05:41:50+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-06-14T18:56:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a6b6de63a999494e378ec9ce50bec85fa7a8f918'/>
<id>a6b6de63a999494e378ec9ce50bec85fa7a8f918</id>
<content type='text'>
* This method is generally useful, even without the Observer extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This method is generally useful, even without the Observer extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debian style names to version checker.</title>
<updated>2010-07-06T20:17:50+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-06T20:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=375f8094d379a0cff4deb57944e0dddb3abba95a'/>
<id>375f8094d379a0cff4deb57944e0dddb3abba95a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pathname - fix RC version detection.</title>
<updated>2010-07-04T21:10:04+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-04T21:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=350aea60dce4e50cf6c559442bc692cc2928f5bf'/>
<id>350aea60dce4e50cf6c559442bc692cc2928f5bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Pathname version checks.</title>
<updated>2010-07-04T18:02:54+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-04T17:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7d852f10a78a59ea9ec7985ab81d58fd96c8f353'/>
<id>7d852f10a78a59ea9ec7985ab81d58fd96c8f353</id>
<content type='text'>
* allow capital 'RC'
* allow 'stable' suffix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* allow capital 'RC'
* allow 'stable' suffix
</pre>
</div>
</content>
</entry>
</feed>
