<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library, branch 0.7.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>Bump Homebrew to 0.7.1</title>
<updated>2010-11-01T00:23:20+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-11-01T00:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b6332de28d51a069187c8faf163c3b4afc538c56'/>
<id>b6332de28d51a069187c8faf163c3b4afc538c56</id>
<content type='text'>
The Homebrew version number is mainly useful for bug reports. Since it is
included in "brew --config" output, it is an easy way to see roughly how
new the a user's version of Homebrew is.

Bumping the micro version now, in anticipation of some more version-changing
events in the near future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Homebrew version number is mainly useful for bug reports. Since it is
included in "brew --config" output, it is an easy way to see roughly how
new the a user's version of Homebrew is.

Bumping the micro version now, in anticipation of some more version-changing
events in the near future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat keg-only message</title>
<updated>2010-10-31T04:50:33+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-31T04:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c8781e720f75e067796ef187fa45240a84be1448'/>
<id>c8781e720f75e067796ef187fa45240a84be1448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings: ambiguous splat</title>
<updated>2010-10-30T21:50:54+00:00</updated>
<author>
<name>Jamie Macey</name>
</author>
<published>2010-10-26T04:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b7fa82b28df2c076ce2d4bb4dc0384aad75cee2a'/>
<id>b7fa82b28df2c076ce2d4bb4dc0384aad75cee2a</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings: splat is redundant for puts</title>
<updated>2010-10-30T21:50:18+00:00</updated>
<author>
<name>Jamie Macey</name>
</author>
<published>2010-10-26T04:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6ff5e194c74cbfc53c53b867159faed5a5afc086'/>
<id>6ff5e194c74cbfc53c53b867159faed5a5afc086</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings: ambiguous first arg</title>
<updated>2010-10-30T21:47:44+00:00</updated>
<author>
<name>Jamie Macey</name>
</author>
<published>2010-10-26T04:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1e41264f420b9ac5d8864e162d00ccfaa2020662'/>
<id>1e41264f420b9ac5d8864e162d00ccfaa2020662</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document brew install &lt;url&gt;</title>
<updated>2010-10-30T21:23:11+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-30T19:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c61204eb1ebc3d6f53dff9833796708ce3397d53'/>
<id>c61204eb1ebc3d6f53dff9833796708ce3397d53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow installation from URLs</title>
<updated>2010-10-30T21:23:01+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-09-22T14:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ea03121688a19c827f1da230ac90c37e29e77608'/>
<id>ea03121688a19c827f1da230ac90c37e29e77608</id>
<content type='text'>
This allows installation like:
    brew install http://example.com/something.rb

Based on an original patch by [dwalters].

Fixes Homebrew/homebrew#160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows installation like:
    brew install http://example.com/something.rb

Based on an original patch by [dwalters].

Fixes Homebrew/homebrew#160
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-audit - check for combined make calls</title>
<updated>2010-10-30T15:30:40+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2010-10-30T15:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d14323b9a07344404bd2f628bfe75db593727828'/>
<id>d14323b9a07344404bd2f628bfe75db593727828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore .DS_Store files when listing keg contents</title>
<updated>2010-10-29T04:42:48+00:00</updated>
<author>
<name>Michael Dippery</name>
</author>
<published>2010-10-12T19:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8e8875f8f41d22cf03f7d14fdcd494bd9a8aef05'/>
<id>8e8875f8f41d22cf03f7d14fdcd494bd9a8aef05</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle dashed tags at github.</title>
<updated>2010-10-29T04:19:42+00:00</updated>
<author>
<name>arlolra</name>
</author>
<published>2010-10-27T06:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=14ebf705aeb224934326b06cf95f1269f0ceca3c'/>
<id>14ebf705aeb224934326b06cf95f1269f0ceca3c</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
