<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/test_tab.rb, 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>Reorder and rename test files.</title>
<updated>2016-11-16T22:52:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-21T06:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b6b27126d7ecc1dde9a6bc166a7e1daa3af35d2'/>
<id>6b6b27126d7ecc1dde9a6bc166a7e1daa3af35d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keg_relocate: refactor relocate_text_files</title>
<updated>2016-10-24T20:21:08+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-10T16:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9c519bbdbc1723c9f35e4fbc8ba594ac8d81d258'/>
<id>9c519bbdbc1723c9f35e4fbc8ba594ac8d81d258</id>
<content type='text'>
Replace relocate_text_files with three methods that clarify intent:
replace_locations_with_placeholders, replace_placeholders_with_locations
and replace_text_in_files, the first two calling the third.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace relocate_text_files with three methods that clarify intent:
replace_locations_with_placeholders, replace_placeholders_with_locations
and replace_text_in_files, the first two calling the third.
</pre>
</div>
</content>
</entry>
<entry>
<title>keg_relocate: cache files rewritten during brew bottle</title>
<updated>2016-10-24T20:21:08+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-09T23:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c46155aba48b1b4ee99aa9d9fb1e0067e899e1e1'/>
<id>c46155aba48b1b4ee99aa9d9fb1e0067e899e1e1</id>
<content type='text'>
`brew bottle` replaces instances of the Homebrew prefix, cellar, and
repository with placeholders in all text files. Cache these files in
INSTALL_RECEIPT.json so that we don't have to check every single text
file for placeholders on install.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`brew bottle` replaces instances of the Homebrew prefix, cellar, and
repository with placeholders in all text files. Cache these files in
INSTALL_RECEIPT.json so that we don't have to check every single text
file for placeholders on install.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move cask fixtures to `test/fixtures/cask`.</title>
<updated>2016-10-24T13:52:41+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-21T22:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=31ec04704a1bc11d181b7d55a02d16b83ea2a11d'/>
<id>31ec04704a1bc11d181b7d55a02d16b83ea2a11d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tab: don't interpret unknown deps as no deps</title>
<updated>2016-10-11T08:00:39+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-30T13:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cd615acd5f6feec01283ced45ecb7ee16bedcba3'/>
<id>cd615acd5f6feec01283ced45ecb7ee16bedcba3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tab: test tap runtime dependencies</title>
<updated>2016-09-19T20:03:55+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-19T20:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=28f707c907dfbaca2c7c8794d9109a22bc66edf1'/>
<id>28f707c907dfbaca2c7c8794d9109a22bc66edf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Save runtime dependencies in INSTALL_RECEIPT.json</title>
<updated>2016-09-19T19:53:39+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-19T19:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=41e25209f7486676f633ae05d7fc61e05af07b90'/>
<id>41e25209f7486676f633ae05d7fc61e05af07b90</id>
<content type='text'>
Fixes #930
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #930
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop --auto-correct all hash-rocket usage.</title>
<updated>2016-09-17T15:14:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T14:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3982950e6106d45811a396a6a7478eeeee2817d7'/>
<id>3982950e6106d45811a396a6a7478eeeee2817d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/test_tab: fix Rubocop warnings.</title>
<updated>2016-09-11T20:48:06+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-11T16:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e24a890e593d665e8f4bad2588879602e3918a87'/>
<id>e24a890e593d665e8f4bad2588879602e3918a87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test source.path on Tab.create and .for_formula</title>
<updated>2016-09-07T21:52:29+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-07T21:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4f1d47bc156253ab0eabf6b7aba1fcfa46d80633'/>
<id>4f1d47bc156253ab0eabf6b7aba1fcfa46d80633</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
