<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/bin, 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>0.7 Remove deprecated make command</title>
<updated>2010-08-08T01:08:54+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-18T17:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7c4adde96ae8d78439fb0e9db3a163f7abf46877'/>
<id>7c4adde96ae8d78439fb0e9db3a163f7abf46877</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>add URLs to brew info</title>
<updated>2010-08-08T01:08:49+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-08-07T23:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1c3f0e43dee3958c4ddbfdf0726817198725eeca'/>
<id>1c3f0e43dee3958c4ddbfdf0726817198725eeca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix brew info</title>
<updated>2010-08-08T01:08:49+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-25T18:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c5a117162095774bb9b0bb5099168c63a01fcea6'/>
<id>c5a117162095774bb9b0bb5099168c63a01fcea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Significantly simpler `brew uses` and `brew deps`</title>
<updated>2010-08-08T01:08:49+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2010-07-21T04:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3b106ea2059cda718b3c934bc2a071efa5098ce7'/>
<id>3b106ea2059cda718b3c934bc2a071efa5098ce7</id>
<content type='text'>
Partly simpler because the output is less pretty. But I think the output is
now more useful for other tools. And comma separated lists aren't particularly
human-readable IMO either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partly simpler because the output is less pretty. But I think the output is
now more useful for other tools. And comma separated lists aren't particularly
human-readable IMO either.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show changed examples on update [telemachus]</title>
<updated>2010-08-08T01:08:48+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-24T00:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7768e59a509bc3c93dccce13d74c9ca60e219241'/>
<id>7768e59a509bc3c93dccce13d74c9ca60e219241</id>
<content type='text'>
* Also move updater output into the class itself
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Also move updater output into the class itself
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically enable external `brew` commands.</title>
<updated>2010-08-08T01:08:48+00:00</updated>
<author>
<name>Martin Kühl</name>
</author>
<published>2010-07-02T17:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=da7854401d708862cb41338c49f00f0486654e23'/>
<id>da7854401d708862cb41338c49f00f0486654e23</id>
<content type='text'>
* Add path to external command examples to PATH.
* Only add them to PATH from inside Homebrew.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;

* Move external commands path down near check
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add path to external command examples to PATH.
* Only add them to PATH from inside Homebrew.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;

* Move external commands path down near check
</pre>
</div>
</content>
</entry>
<entry>
<title>Add name to brew info url and remove external script</title>
<updated>2010-07-29T15:40:22+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-29T15:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2e881238dec8de6c970cad1a4d140e434038cc31'/>
<id>2e881238dec8de6c970cad1a4d140e434038cc31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix brew info --all</title>
<updated>2010-07-25T18:26:00+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-25T18:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5d3a226149debf405753b439a88bd76264467b80'/>
<id>5d3a226149debf405753b439a88bd76264467b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew deps --1 does not recurse</title>
<updated>2010-07-21T16:09:15+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-07-21T04:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b2d034b661741ff5971a1fbddc3d34a7aaad2139'/>
<id>b2d034b661741ff5971a1fbddc3d34a7aaad2139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
