<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Homebrew/vendor, branch master</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>Update vendored OkJson</title>
<updated>2014-02-10T18:17:16+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-02-10T18:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=3c98d7421a09b5165cd84b9a9b26c98cd4625e54'/>
<id>3c98d7421a09b5165cd84b9a9b26c98cd4625e54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove MultiJson</title>
<updated>2013-06-23T02:40:26+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-06-22T21:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=49b2065a95b8668a64ba90420908adf0f9ddbc4a'/>
<id>49b2065a95b8668a64ba90420908adf0f9ddbc4a</id>
<content type='text'>
Closes #20696.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #20696.
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor OkJson directly</title>
<updated>2013-06-23T02:34:02+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-06-22T21:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=12b7c4e773a8eedef4009db4f4fdd10b2f1b1775'/>
<id>12b7c4e773a8eedef4009db4f4fdd10b2f1b1775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix JSON smoke test</title>
<updated>2013-01-18T04:29:20+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-01-18T04:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=652716423d34942bbd299a81097e6848edc6ea26'/>
<id>652716423d34942bbd299a81097e6848edc6ea26</id>
<content type='text'>
 - Simplify encoding example because hashes are unordered.
 - Fix broken require
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Simplify encoding example because hashes are unordered.
 - Fix broken require
</pre>
</div>
</content>
</entry>
<entry>
<title>Update multi_json to 1.5.0</title>
<updated>2013-01-18T03:39:43+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-01-15T04:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=e21156719f98b84c17b63ade994dbc00040ad4c4'/>
<id>e21156719f98b84c17b63ade994dbc00040ad4c4</id>
<content type='text'>
This contains updates to the OkJson library that allow objects to define
to_json for serialization, and this will be used in the upcoming options
and deps work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This contains updates to the OkJson library that allow objects to define
to_json for serialization, and this will be used in the upcoming options
and deps work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Hardwire multi_json backend</title>
<updated>2011-11-14T03:23:00+00:00</updated>
<author>
<name>Charlie Sharpsteen</name>
</author>
<published>2011-11-14T02:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=30745b90e8d04bf5115469ad183307ba64ea77a4'/>
<id>30745b90e8d04bf5115469ad183307ba64ea77a4</id>
<content type='text'>
The `multi_json` gem dynamically selects a JSON implementation from a list of
candidates. Since we cannot control which gems are installed on a user's
machine, this patch hardwires `multi_json` to use the included copy of `ok_json`.

`ok_json` is a pure-Ruby JSON encoder/decoder that is bundled with
`multi_json`. `ok_json` may not be as fast as other choices, but speed is not
critical for our application.

Closes #8574.

Signed-off-by: Charlie Sharpsteen &lt;source@sharpsteen.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `multi_json` gem dynamically selects a JSON implementation from a list of
candidates. Since we cannot control which gems are installed on a user's
machine, this patch hardwires `multi_json` to use the included copy of `ok_json`.

`ok_json` is a pure-Ruby JSON encoder/decoder that is bundled with
`multi_json`. `ok_json` may not be as fast as other choices, but speed is not
critical for our application.

Closes #8574.

Signed-off-by: Charlie Sharpsteen &lt;source@sharpsteen.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright notice for MultiJson</title>
<updated>2011-11-13T21:15:06+00:00</updated>
<author>
<name>Charlie Sharpsteen</name>
</author>
<published>2011-11-13T21:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=e2c4b8a2db004af0bcd48e6cc73318841bc58c09'/>
<id>e2c4b8a2db004af0bcd48e6cc73318841bc58c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor Library: multi-json 1.0.3</title>
<updated>2011-11-13T20:14:55+00:00</updated>
<author>
<name>Charlie Sharpsteen</name>
</author>
<published>2011-11-10T20:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=605dedb816f0ed2f7e3d49138b869686c8401e6d'/>
<id>605dedb816f0ed2f7e3d49138b869686c8401e6d</id>
<content type='text'>
Multi-JSON is a library that provides encode/decode support for casting Ruby
objects to JSON strings and back again. This version of the library has been
tested against ruby versions 1.8.6 and later.

Having a JSON encoder/decoder in the toolbox helps now that the GitHub API only
returns results in JSON format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multi-JSON is a library that provides encode/decode support for casting Ruby
objects to JSON strings and back again. This version of the library has been
tested against ruby versions 1.8.6 and later.

Having a JSON encoder/decoder in the toolbox helps now that the GitHub API only
returns results in JSON format.
</pre>
</div>
</content>
</entry>
</feed>
