<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/test_dependencies.rb, branch 1.3.0</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>Core files style updates.</title>
<updated>2015-08-03T12:22:35+00:00</updated>
<author>
<name>BrewTestBot</name>
</author>
<published>2015-08-03T12:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=13d544e11e92ba8ea3788723432046f8dfe4adf9'/>
<id>13d544e11e92ba8ea3788723432046f8dfe4adf9</id>
<content type='text'>
Closes Homebrew/homebrew#42354.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#42354.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>more unit tests</title>
<updated>2015-07-24T22:00:30+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2015-07-20T19:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ca1f5dc713313485b13512571cd222c4e89730a3'/>
<id>ca1f5dc713313485b13512571cd222c4e89730a3</id>
<content type='text'>
Closes Homebrew/homebrew#42096.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#42096.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename requirements named *Dependency.</title>
<updated>2015-06-16T07:12:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-06-15T08:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=1e867302891f04ba7857d86ea641315d2e1c8e4d'/>
<id>1e867302891f04ba7857d86ea641315d2e1c8e4d</id>
<content type='text'>
Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.

Closes Homebrew/homebrew#38891.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.

Closes Homebrew/homebrew#38891.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dependency equality</title>
<updated>2014-11-21T23:03:58+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-11-21T22:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a412b49c2ce23d0b917f5c08e0cb453a042c1b26'/>
<id>a412b49c2ce23d0b917f5c08e0cb453a042c1b26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unnecessary parens in tests</title>
<updated>2014-08-13T22:14:55+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-08-13T22:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=eed8af9b80979fcdd55dc44c963392dc84e63d4f'/>
<id>eed8af9b80979fcdd55dc44c963392dc84e63d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dependency initializer takes an array</title>
<updated>2014-07-08T00:21:39+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-07-08T00:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3e326b79fedbc33fefea036cdcc844fa8d711ba7'/>
<id>3e326b79fedbc33fefea036cdcc844fa8d711ba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add assert_eql to provide better failure messages for eql? tests</title>
<updated>2014-07-03T21:55:13+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-07-03T21:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7d8a901f7a6fe6249db7990e59f2eacf06441cfa'/>
<id>7d8a901f7a6fe6249db7990e59f2eacf06441cfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ComparableSet with a Requirements collection</title>
<updated>2014-07-03T19:50:57+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-07-03T19:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=618b894c3e9cf6b0bdb2f46fd258b27d863d1373'/>
<id>618b894c3e9cf6b0bdb2f46fd258b27d863d1373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to Minitest</title>
<updated>2014-06-19T01:34:09+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-11T03:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=06305e621199409f954b34166194e18e610d4e89'/>
<id>06305e621199409f954b34166194e18e610d4e89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
