<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/exe, branch parallel_rspec</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>Revert "Migrate requires from exe/ to also be relative"</title>
<updated>2019-06-20T15:46:44+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-20T10:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=eeb2ff15613853d567606246b4435d3006b57b8a'/>
<id>eeb2ff15613853d567606246b4435d3006b57b8a</id>
<content type='text'>
This reverts commit d9d2bf6d522dd36d1ef2732e87cef8b7cba729fd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d9d2bf6d522dd36d1ef2732e87cef8b7cba729fd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate requires from exe/ to also be relative</title>
<updated>2019-06-08T19:41:36+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-08T19:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=d9d2bf6d522dd36d1ef2732e87cef8b7cba729fd'/>
<id>d9d2bf6d522dd36d1ef2732e87cef8b7cba729fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed exe/bundle_ruby and its example.</title>
<updated>2018-11-20T03:28:17+00:00</updated>
<author>
<name>SHIBATA Hiroshi</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2018-11-20T03:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=778d5e0ce8f7a5794160a9623c5057286754e306'/>
<id>778d5e0ce8f7a5794160a9623c5057286754e306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure deprecations become a hard error in Bundler 2</title>
<updated>2017-08-20T01:18:13+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-07-18T22:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=fd78b296323e4656c2df800cc6100418d0ad9aa7'/>
<id>fd78b296323e4656c2df800cc6100418d0ad9aa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Completely remove the postit trampoline</title>
<updated>2017-06-21T22:36:21+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-06-21T22:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=a485d86072dd1301fb1876e097aaca4f9f933a37'/>
<id>a485d86072dd1301fb1876e097aaca4f9f933a37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[RuboCop] Enable Style/PercentLiteralDelimiters</title>
<updated>2017-05-28T08:25:00+00:00</updated>
<author>
<name>Koichi ITO</name>
<email>koic.ito@gmail.com</email>
</author>
<published>2017-05-09T03:50:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=c86d5494da463b01f4953947933022cde15c02cf'/>
<id>c86d5494da463b01f4953947933022cde15c02cf</id>
<content type='text'>
Run `rubocop -a --only Style/PercentLiteralDelimiters` and `rubocop --auto-gen-config`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run `rubocop -a --only Style/PercentLiteralDelimiters` and `rubocop --auto-gen-config`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Print a backtrace on SIGINT in debug mode</title>
<updated>2017-02-21T23:30:56+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-02-21T23:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=616ebf32816822b70cc865730855928044421285'/>
<id>616ebf32816822b70cc865730855928044421285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[PostitTrampoline] Automatically enable when target version is &gt;= 2</title>
<updated>2016-08-18T22:26:52+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2016-08-18T22:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=82d5938ad3c441eaa9cdc70b2b7148a4b2f59056'/>
<id>82d5938ad3c441eaa9cdc70b2b7148a4b2f59056</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `bundler` and `bundle` executables have the same functionality</title>
<updated>2016-07-03T03:36:10+00:00</updated>
<author>
<name>Boggs</name>
<email>hello@boggs.xyz</email>
</author>
<published>2016-06-29T11:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=2894378f018af36c9f0682f7032e934b76edc29f'/>
<id>2894378f018af36c9f0682f7032e934b76edc29f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print the first batch of major deprecation warnings</title>
<updated>2016-06-23T23:41:36+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2016-06-22T22:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=e008a1aa7bf18fadb8783e7d03ac61c2abab9a21'/>
<id>e008a1aa7bf18fadb8783e7d03ac61c2abab9a21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
