<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew, branch 1.1.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #1573 from sorin-ionescu/fix-xcode-version-comparison</title>
<updated>2016-11-28T08:46:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-28T08:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0f529dae1043639058130092cf35e68d18907cb8'/>
<id>0f529dae1043639058130092cf35e68d18907cb8</id>
<content type='text'>
Fix macOS version comparison</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix macOS version comparison</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1582 from rwhogg/sha1-gone</title>
<updated>2016-11-28T08:45:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-28T08:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a35d0fe8f04392373cf919d6757dda0219ae0c53'/>
<id>a35d0fe8f04392373cf919d6757dda0219ae0c53</id>
<content type='text'>
docs/Checksum_Deprecation.md: Note that SHA-1 now blocks installation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs/Checksum_Deprecation.md: Note that SHA-1 now blocks installation</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1588 from rwhogg/make-deps-public</title>
<updated>2016-11-28T08:27:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-28T08:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0b762dc3f16dbd5e7d07b5e2273638c28e86c337'/>
<id>0b762dc3f16dbd5e7d07b5e2273638c28e86c337</id>
<content type='text'>
dependency_collector: Make ant_dep and xz_dep public</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dependency_collector: Make ant_dep and xz_dep public</pre>
</div>
</content>
</entry>
<entry>
<title>dependency_collector: Make ant_dep and xz_dep public</title>
<updated>2016-11-28T03:09:34+00:00</updated>
<author>
<name>Bob W. Hogg</name>
</author>
<published>2016-11-28T03:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=227e69048abd0fa8037191d63bd1044d821ace5f'/>
<id>227e69048abd0fa8037191d63bd1044d821ace5f</id>
<content type='text'>
They were already public on macOS, but they were made
private by mistake on all other platforms.
DependencyCollector.tar_needs_xz_dependency? depends
on xz_dep being public, so there's no turning back now :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were already public on macOS, but they were made
private by mistake on all other platforms.
DependencyCollector.tar_needs_xz_dependency? depends
on xz_dep being public, so there's no turning back now :(
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1581 from MikeMcQuaid/rubocop-exclude-vendor</title>
<updated>2016-11-27T08:25:17+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-27T08:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=84b3c57086d201ea07070a1b4d1b0520e2d7134a'/>
<id>84b3c57086d201ea07070a1b4d1b0520e2d7134a</id>
<content type='text'>
rubocop: exclude more files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rubocop: exclude more files.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1574 from MikeMcQuaid/tap-new-travis-update</title>
<updated>2016-11-26T22:20:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-26T22:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=019b12063d2efe3ddf5da0b130882d9e76c3679f'/>
<id>019b12063d2efe3ddf5da0b130882d9e76c3679f</id>
<content type='text'>
tap-new: cleanup and update Travis configuration.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tap-new: cleanup and update Travis configuration.</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop: exclude more files.</title>
<updated>2016-11-26T21:29:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-26T21:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=726045b2f4d04a0896383975d63da0d269bc8f22'/>
<id>726045b2f4d04a0896383975d63da0d269bc8f22</id>
<content type='text'>
We never want to check these for any e.g. taps that use them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We never want to check these for any e.g. taps that use them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix macOS version comparison</title>
<updated>2016-11-26T18:59:55+00:00</updated>
<author>
<name>Sorin Ionescu</name>
</author>
<published>2016-11-26T18:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=282c0a30b61edc46c22b0b1d50ea59d275b64a63'/>
<id>282c0a30b61edc46c22b0b1d50ea59d275b64a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1580 from MikeMcQuaid/fix-uses-test</title>
<updated>2016-11-26T18:16:40+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-26T18:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3e3df9568e64c6fee2bd8a34fac5d765b11284a8'/>
<id>3e3df9568e64c6fee2bd8a34fac5d765b11284a8</id>
<content type='text'>
uses_test: don't rely on output order.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses_test: don't rely on output order.</pre>
</div>
</content>
</entry>
<entry>
<title>docs/Checksum_Deprecation.md: Note that SHA-1 now blocks installation</title>
<updated>2016-11-26T17:27:02+00:00</updated>
<author>
<name>Bob W. Hogg</name>
</author>
<published>2016-11-26T17:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bf05818a8acd5db8a40490035a7b13ff41d3af30'/>
<id>bf05818a8acd5db8a40490035a7b13ff41d3af30</id>
<content type='text'>
This document was out of date as of https://github.com/Homebrew/brew/pull/1451
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This document was out of date as of https://github.com/Homebrew/brew/pull/1451
</pre>
</div>
</content>
</entry>
</feed>
