<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/utils, branch 1.1.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>curl: make curl_args more configurable.</title>
<updated>2016-12-29T12:51:12+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-25T23:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e6fb3c3114ea842884a49c7f2ddfe1a9c4e3eee0'/>
<id>e6fb3c3114ea842884a49c7f2ddfe1a9c4e3eee0</id>
<content type='text'>
Allow configuring whether output should be shown or the default the
default user agent is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow configuring whether output should be shown or the default the
default user agent is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>analytics: don't raise if tap doesn't exist.</title>
<updated>2016-12-11T13:43:32+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-11T13:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ebe45490b61decfd53574df615ab3d9e775c938e'/>
<id>ebe45490b61decfd53574df615ab3d9e775c938e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Utils::JSON with corelib JSON calls.</title>
<updated>2016-11-21T01:06:25+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-11-20T18:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d07b9ed7f2e8806b1840b4f60605ef45487655e1'/>
<id>d07b9ed7f2e8806b1840b4f60605ef45487655e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compat: deprecate Utils::JSON in favor of corelib JSON.</title>
<updated>2016-11-20T20:02:47+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-11-20T17:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=54d18cee17a7af49b5858dd752bf2eda59014472'/>
<id>54d18cee17a7af49b5858dd752bf2eda59014472</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>Check the lock directory is writable.</title>
<updated>2016-11-11T22:52:21+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-11T22:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9edf8eb1fe95ed72b624edd4d2127bbc780e7bce'/>
<id>9edf8eb1fe95ed72b624edd4d2127bbc780e7bce</id>
<content type='text'>
And, if it isn't, print more helpful debugging messages.

Fixes #1456.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And, if it isn't, print more helpful debugging messages.

Fixes #1456.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve GitHub API scopes output.</title>
<updated>2016-10-30T19:38:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-30T19:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3c7446f3ff802a802de3bd923e9a0af486575f3d'/>
<id>3c7446f3ff802a802de3bd923e9a0af486575f3d</id>
<content type='text'>
Improve the GitHub API scope and token related messaging by
autopopulating the scopes we need on the new scopes page and, in the
case of a lacking a scope we need, output what scope was required.

Also, DRY up the personal access token code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve the GitHub API scope and token related messaging by
autopopulating the scopes we need on the new scopes page and, in the
case of a lacking a scope we need, output what scope was required.

Also, DRY up the personal access token code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect stderr output from git (shim) invocations to /dev/null.</title>
<updated>2016-10-26T20:33:35+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-10-26T20:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=72b81844ededb58df5ab9aed698ab341d1c01243'/>
<id>72b81844ededb58df5ab9aed698ab341d1c01243</id>
<content type='text'>
These invocations occur before we can actually automatically install git via
bottle, and as such their output isn't relevant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These invocations occur before we can actually automatically install git via
bottle, and as such their output isn't relevant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Rubocop style.</title>
<updated>2016-10-22T12:32:46+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-22T12:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1f963267b6bd415ce3024bb7860d5253ad8e0132'/>
<id>1f963267b6bd415ce3024bb7860d5253ad8e0132</id>
<content type='text'>
Another look at the current Rubocop rules and how they fit with our
existing and desired future style. Almost all of these changes were
automatic. Split some rules between formulae/brew where brew doesn't
have millions of cases that need fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Another look at the current Rubocop rules and how they fit with our
existing and desired future style. Almost all of these changes were
automatic. Split some rules between formulae/brew where brew doesn't
have millions of cases that need fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatter: identifier: only reset color, not full styling</title>
<updated>2016-10-17T04:45:37+00:00</updated>
<author>
<name>Andrew Janke</name>
</author>
<published>2016-10-17T04:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e72f1139ad212b09650775009960ae30a98a4cd4'/>
<id>e72f1139ad212b09650775009960ae30a98a4cd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
