<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/vendor, branch 1.2.3</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>String: backport #match? from 2.4.0</title>
<updated>2017-06-04T03:47:39+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2017-05-30T00:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ffa65c749856d525edef6029d774de2486d1cccd'/>
<id>ffa65c749856d525edef6029d774de2486d1cccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"</title>
<updated>2017-05-07T16:28:39+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-07T16:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=57db2e539eaa5fbae351963265312bd24ed08f6b'/>
<id>57db2e539eaa5fbae351963265312bd24ed08f6b</id>
<content type='text'>
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing
changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing
changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor all Homebrew's gems.</title>
<updated>2017-05-07T12:52:57+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-05-07T12:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ee253e465b8e2f5acdb53daf572311e87055e082'/>
<id>ee253e465b8e2f5acdb53daf572311e87055e082</id>
<content type='text'>
Homebrew's actually ended up using a fair few gems. While we want to
avoid Bundler at runtime (and this PR still does that, in fact uses
Bundler even less at runtime than it did before) writing our own version
to use at build-time seems redundant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Homebrew's actually ended up using a fair few gems. While we want to
avoid Bundler at runtime (and this PR still does that, in fact uses
Bundler even less at runtime than it did before) writing our own version
to use at build-time seems redundant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update `plist` to 3.3.0.</title>
<updated>2017-04-28T18:51:07+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-28T18:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=989a19b676a73a0c580eafe72b9fced0ee32278b'/>
<id>989a19b676a73a0c580eafe72b9fced0ee32278b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `plist` parser failing when encoded with ASCII.</title>
<updated>2017-04-20T00:41:41+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-04-20T00:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=625a950b461b8373e4728c6ad01de33d1abd13d8'/>
<id>625a950b461b8373e4728c6ad01de33d1abd13d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vendor: Update ruby-macho to 1.1.0.</title>
<updated>2017-03-26T05:25:32+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2017-03-26T05:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=024264c381a5dc02dea8680dea29e83bdce9d13b'/>
<id>024264c381a5dc02dea8680dea29e83bdce9d13b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>secure urls + remove -k from in-doc curl command</title>
<updated>2017-03-14T17:27:11+00:00</updated>
<author>
<name>Viktor Szakats</name>
</author>
<published>2017-03-12T19:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cc8f029f222a618eb30b585ccb22efcce1e5cf91'/>
<id>cc8f029f222a618eb30b585ccb22efcce1e5cf91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/json: Replace OkJson with Ruby's core JSON.</title>
<updated>2016-11-18T04:16:21+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-11-18T04:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4278ec38e49285fe4ca4cb71878eef738154276c'/>
<id>4278ec38e49285fe4ca4cb71878eef738154276c</id>
<content type='text'>
Removes OkJson from vendor/, as Ruby has included its own JSON
parser in corelib since 1.9.x and Homebrew is now guaranteed to be
running on 2.x+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes OkJson from vendor/, as Ruby has included its own JSON
parser in corelib since 1.9.x and Homebrew is now guaranteed to be
running on 2.x+.
</pre>
</div>
</content>
</entry>
<entry>
<title>vendor: Update ruby-macho to 0.2.6.</title>
<updated>2016-11-09T22:35:56+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-11-09T17:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7e09379669b8288f280ddf84e2a10a9cf349d038'/>
<id>7e09379669b8288f280ddf84e2a10a9cf349d038</id>
<content type='text'>
This brings fixes for behavior expected in #1460.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings fixes for behavior expected in #1460.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use version 3.1.0 of vendored `plist`.</title>
<updated>2016-08-23T21:36:17+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-08-23T21:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1e1a8bf626b044b5772635f9ac28ce89c0b431db'/>
<id>1e1a8bf626b044b5772635f9ac28ce89c0b431db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
