<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/compat/compatibility.rb, branch 1.5.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>Reorganize compat</title>
<updated>2013-05-11T04:27:28+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-05-10T04:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3be67f72523b55486cad2bd2fa0f6c79b23c82a4'/>
<id>3be67f72523b55486cad2bd2fa0f6c79b23c82a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ancient global methods from compat</title>
<updated>2013-05-11T04:27:27+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-05-10T04:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=290a93ea758488486e02ff063a28b57117501c07'/>
<id>290a93ea758488486e02ff063a28b57117501c07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove last use of deprecated Formula#recursive_deps</title>
<updated>2013-04-10T16:55:02+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-04-10T16:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=136aa4c6f45ca7f4cb1c691ffb5ccb53f1eef165'/>
<id>136aa4c6f45ca7f4cb1c691ffb5ccb53f1eef165</id>
<content type='text'>
Fixes Homebrew/homebrew#19107.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#19107.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Formula.all to compat</title>
<updated>2013-03-21T03:32:56+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-21T03:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c79d7272c89f8f99c88b454cf4b854b727179791'/>
<id>c79d7272c89f8f99c88b454cf4b854b727179791</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify SoftwareSpec checksum methods</title>
<updated>2013-03-18T20:10:36+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-18T19:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c8168d8a4a73ae1cbf473064b532854a93e6c082'/>
<id>c8168d8a4a73ae1cbf473064b532854a93e6c082</id>
<content type='text'>
Reader methods for specific checksum types have been absent from the
Formula class for some time, so there isn't any reason to expose them in
SoftwareSpec, either.

Thus, these methods now only act as setters, and #checksum should be
used to access the constructed Checksum object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reader methods for specific checksum types have been absent from the
Formula class for some time, so there isn't any reason to expose them in
SoftwareSpec, either.

Thus, these methods now only act as setters, and #checksum should be
used to access the constructed Checksum object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce footprint of fails_with_llvm compat code</title>
<updated>2013-03-18T18:29:33+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-18T18:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=456386c9b1cbe599bcc42c96099321ea13afc544'/>
<id>456386c9b1cbe599bcc42c96099321ea13afc544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fails_with_llvm compatibility</title>
<updated>2013-03-18T18:00:47+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-18T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=581e766809c7c2064bfb81794e834be65aecb54a'/>
<id>581e766809c7c2064bfb81794e834be65aecb54a</id>
<content type='text'>
Fixes Homebrew/homebrew#18565.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#18565.
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence "`*` interpreted as argument prefix" warnings</title>
<updated>2013-02-18T18:13:34+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-02-18T04:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=baffb31aab16e30c850686d42a574495d51cc396'/>
<id>baffb31aab16e30c850686d42a574495d51cc396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move MD5 deprecation warning into Pathname#md5</title>
<updated>2013-02-02T03:53:11+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-02-02T03:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c166ce3f581bda226b8fde4852dcf5775255d713'/>
<id>c166ce3f581bda226b8fde4852dcf5775255d713</id>
<content type='text'>
This way it will print when the verification takes place, making it a
bit more obvious which formula it refers to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way it will print when the verification takes place, making it a
bit more obvious which formula it refers to.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add md5 support to compatibility, with deprecation warning</title>
<updated>2013-02-01T19:24:36+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-02-01T19:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1bb5d4e031f6df6f47fc606ce500bf67b2d46aa2'/>
<id>1bb5d4e031f6df6f47fc606ce500bf67b2d46aa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
