<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/spec/plugins/source, branch parallelize_again</title>
<subtitle>github.com: bundler/bundler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/'/>
<entry>
<title>Remove global directory switching from specs</title>
<updated>2020-01-12T17:00:12+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-01-10T08:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=6bda8267ab01435876c6d8137f50ebf0f0e8f2ac'/>
<id>6bda8267ab01435876c6d8137f50ebf0f0e8f2ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard require paths for names with dashes in specs</title>
<updated>2020-01-03T09:27:46+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-01-03T09:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=2e70a1934e65fff0b1eed36ebf2f9d83e9fbe81b'/>
<id>2e70a1934e65fff0b1eed36ebf2f9d83e9fbe81b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize "bundle cache" vs "bundle package"</title>
<updated>2019-10-20T15:49:14+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-10-20T11:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=c9f6d2b4c5e540ba6a165c7a58432bf0081a7e32'/>
<id>c9f6d2b4c5e540ba6a165c7a58432bf0081a7e32</id>
<content type='text'>
Use the preferred `bundle cache` everywhere, but leave package as an
alias.

Remove duplicated tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the preferred `bundle cache` everywhere, but leave package as an
alias.

Remove duplicated tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary require</title>
<updated>2019-08-17T11:39:56+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-17T11:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8ef571ed4e443e066cc17c01de753953ff205c04'/>
<id>8ef571ed4e443e066cc17c01de753953ff205c04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always set `cache_all` via config during tests</title>
<updated>2019-07-24T08:34:06+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-07-23T15:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=664549427a8421147cdd272fe5ab2c39923fab28'/>
<id>664549427a8421147cdd272fe5ab2c39923fab28</id>
<content type='text'>
So that the behavior is the same regardless of the tested bundler
version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that the behavior is the same regardless of the tested bundler
version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize file:// handling in specs</title>
<updated>2019-06-11T10:36:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-05-06T16:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=5946d62ad03c57271ccb037680382b1db9fc2e65'/>
<id>5946d62ad03c57271ccb037680382b1db9fc2e65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move on to bundler 3</title>
<updated>2019-04-11T11:25:59+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-04-04T20:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=b9baa34673b96419410bd7c61d379bc8c89d798e'/>
<id>b9baa34673b96419410bd7c61d379bc8c89d798e</id>
<content type='text'>
* Drop bundler 1 stuff from tests.
* Move all feature flags to bundler 3 (like they are in 2-0-stable) and
get them tested.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop bundler 1 stuff from tests.
* Move all feature flags to bundler 3 (like they are in 2-0-stable) and
get them tested.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove lockfile incompatibility due to a setting</title>
<updated>2019-03-02T19:55:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-02-27T08:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8c4b82e3a4ef42ab6fee9b324200a9e5ff20c948'/>
<id>8c4b82e3a4ef42ab6fee9b324200a9e5ff20c948</id>
<content type='text'>
The `lockfile_uses_separate_rubygems_sources` was causing a lockfile
incompatibility but in my opinion, this incompatibility is not necessary
in the general case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `lockfile_uses_separate_rubygems_sources` was causing a lockfile
incompatibility but in my opinion, this incompatibility is not necessary
in the general case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed failing examples for Bundler 2 API</title>
<updated>2017-12-11T07:13:37+00:00</updated>
<author>
<name>SHIBATA Hiroshi</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2017-12-11T07:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=c52aa86bff27c1946e53e24e62de843526b65728'/>
<id>c52aa86bff27c1946e53e24e62de843526b65728</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed failing examples with Ruby 2.5.</title>
<updated>2017-12-11T05:01:51+00:00</updated>
<author>
<name>SHIBATA Hiroshi</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2017-12-07T08:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=aca04dca68039bbf451c498303c03e3b87200d12'/>
<id>aca04dca68039bbf451c498303c03e3b87200d12</id>
<content type='text'>
  It's introduced by URI::Generic channges.
  https://github.com/ruby/ruby/commit/ed48bfa5e8770a345424abd7f24f94ea9bbf5973
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  It's introduced by URI::Generic channges.
  https://github.com/ruby/ruby/commit/ed48bfa5e8770a345424abd7f24f94ea9bbf5973
</pre>
</div>
</content>
</entry>
</feed>
