<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/keg.rb, branch 1.2.5</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Re-revert "Fix operator spacing."</title>
<updated>2017-06-02T17:22:05+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-06-01T14:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2d6ae61314558b383cfa641e2de0839d5606afca'/>
<id>2d6ae61314558b383cfa641e2de0839d5606afca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix operator spacing."</title>
<updated>2017-06-01T11:06:40+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-06-01T11:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=197392b56d38a4f5225886f1a10e2ccaa51faa98'/>
<id>197392b56d38a4f5225886f1a10e2ccaa51faa98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix operator spacing.</title>
<updated>2017-05-31T17:53:41+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-05-29T22:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d34ba7395bbbc49f933cb244323cd20e180b0609'/>
<id>d34ba7395bbbc49f933cb244323cd20e180b0609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup all RuboCop warnings.</title>
<updated>2017-05-29T17:43:18+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-29T17:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7a38bab333c6808022fe53aac2be9ca2e329cd53'/>
<id>7a38bab333c6808022fe53aac2be9ca2e329cd53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `FormulaLock` to `LockFile`.</title>
<updated>2017-05-25T04:18:52+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-05-22T01:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=060af0a26ab7219e46b500fd1c7f420b6cc74cbb'/>
<id>060af0a26ab7219e46b500fd1c7f420b6cc74cbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keg: skip opt versioned aliases for devel/head.</title>
<updated>2017-05-09T14:10:57+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-09T14:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=76f48d338e907073fe3bcc39858ff09bdb92aa18'/>
<id>76f48d338e907073fe3bcc39858ff09bdb92aa18</id>
<content type='text'>
These versioned aliases don’t correspond to the correct version if not
Installed from stable.

Fixes #2596.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These versioned aliases don’t correspond to the correct version if not
Installed from stable.

Fixes #2596.
</pre>
</div>
</content>
</entry>
<entry>
<title>keg: correctly remove alias symlinks.</title>
<updated>2017-04-01T15:33:24+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-04-01T15:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=82858176f0c7cc6264e7557066133371aebdb885'/>
<id>82858176f0c7cc6264e7557066133371aebdb885</id>
<content type='text'>
Fixes #2427.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2427.
</pre>
</div>
</content>
</entry>
<entry>
<title>caveats: combine completion and function messages</title>
<updated>2017-03-19T23:32:23+00:00</updated>
<author>
<name>Alex Dunn</name>
</author>
<published>2017-03-07T18:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=00af5250f0a7988178ed8d26520bf1a98a8dea9a'/>
<id>00af5250f0a7988178ed8d26520bf1a98a8dea9a</id>
<content type='text'>
Fixes https://github.com/Homebrew/homebrew-core/issues/10338.

Closes #2287.

Signed-off-by: Alex Dunn &lt;dunn.alex@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/Homebrew/homebrew-core/issues/10338.

Closes #2287.

Signed-off-by: Alex Dunn &lt;dunn.alex@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>keg: resolve rack aliases correctly.</title>
<updated>2017-03-08T08:51:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-03-08T08:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4991039809c7319fb91e6c10c3e8accf28a0d362'/>
<id>4991039809c7319fb91e6c10c3e8accf28a0d362</id>
<content type='text'>
Don't use the basename but instead use the Formulary logic for rack
formula resolution.

Fixes #2288.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use the basename but instead use the Formulary logic for rack
formula resolution.

Fixes #2288.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for metafiles only in the root directory</title>
<updated>2017-02-24T08:44:27+00:00</updated>
<author>
<name>Naoto Kaneko</name>
</author>
<published>2017-02-24T08:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ccc9b2dc6dc27026673db3c8871c691be9541342'/>
<id>ccc9b2dc6dc27026673db3c8871c691be9541342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
