<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/lib/bundler/plugin, 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>Use vendorized version of uri library</title>
<updated>2019-12-08T13:32:13+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T10:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=97b7bbc402043d6bc6ac0c8c76203de980bf7d3b'/>
<id>97b7bbc402043d6bc6ac0c8c76203de980bf7d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lazily load uri</title>
<updated>2019-12-08T13:11:51+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T09:34:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=61b74aecc9eec4e43f9fcfe73a008b03f7d5e4f1'/>
<id>61b74aecc9eec4e43f9fcfe73a008b03f7d5e4f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in comment: attibutes -&gt; attributes</title>
<updated>2019-08-10T00:24:30+00:00</updated>
<author>
<name>Masato Ohba</name>
<email>masato.ohba@quipper.com</email>
</author>
<published>2019-08-10T00:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=876545805e6d87f81f2b130ab9b9daf427a5012f'/>
<id>876545805e6d87f81f2b130ab9b9daf427a5012f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate internal autoloads to not use LOAD_PATH</title>
<updated>2019-05-12T13:25:06+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-05-08T19:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=d23a352afa73a587e9960c1d4f438c56432748ed'/>
<id>d23a352afa73a587e9960c1d4f438c56432748ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer `require_relative` for internal requires</title>
<updated>2019-04-19T12:09:12+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-04-04T15:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=cf9a2883fea3c28c8d869c72b1b407162a28e0b3'/>
<id>cf9a2883fea3c28c8d869c72b1b407162a28e0b3</id>
<content type='text'>
Due to the way rubygems monkey-patched require interacts with default
gems, and given that bundler is a default gem, and that bundler
manipulates the LOAD_PATH in very intricated ways, we can reduce the
risk of "leaking" to a different copy of `bundler` by using
`require_relative` for internal requires.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the way rubygems monkey-patched require interacts with default
gems, and given that bundler is a default gem, and that bundler
manipulates the LOAD_PATH in very intricated ways, we can reduce the
risk of "leaking" to a different copy of `bundler` by using
`require_relative` for internal requires.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge multisource related settings</title>
<updated>2019-04-08T11:04:26+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-04-05T11:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=ccc4fa9422492467cbcab356786e2c55975ff84e'/>
<id>ccc4fa9422492467cbcab356786e2c55975ff84e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2019-03-06T16:39:12+00:00</updated>
<author>
<name>Andrew Nesbitt</name>
<email>andrewnez@gmail.com</email>
</author>
<published>2019-03-06T16:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=3e94cdeed1dc9a93590ccedbd46613ebad5d16ab'/>
<id>3e94cdeed1dc9a93590ccedbd46613ebad5d16ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable `Style/GuardClause` cop</title>
<updated>2019-03-04T18:25:37+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-03-04T11:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=d53a14d9967891f2009ada602e7790ab23997ff0'/>
<id>d53a14d9967891f2009ada602e7790ab23997ff0</id>
<content type='text'>
Sometimes rubocop misunderstand semantics, and forces you to write code
that feels worse. I prefer to disable it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes rubocop misunderstand semantics, and forces you to write code
that feels worse. I prefer to disable it.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Plugin::Index] Only register each plugin once for a given hook</title>
<updated>2018-11-06T06:52:18+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2018-11-06T06:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=a0a599ad3bd74e5fe51906d5cb5fd4405258976c'/>
<id>a0a599ad3bd74e5fe51906d5cb5fd4405258976c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #6749</title>
<updated>2018-10-19T08:01:04+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2018-10-19T08:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=74f142be8c322e035ae52894d4ea4166ffb93fbf'/>
<id>74f142be8c322e035ae52894d4ea4166ffb93fbf</id>
<content type='text'>
6749: Add local git repository source option (`--local_git`) to plugin installation r=indirect a=indirect

Reopening #6338 to close #5446.

Co-authored-by: Saverio Miroddi &lt;saverio.pub2@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
6749: Add local git repository source option (`--local_git`) to plugin installation r=indirect a=indirect

Reopening #6338 to close #5446.

Co-authored-by: Saverio Miroddi &lt;saverio.pub2@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
