<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/Rakefile, branch commit_docs_to_source_control</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>Make sure we run the correct ronn with a binstub</title>
<updated>2019-08-10T10:05:11+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-08-08T12:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=1bf9f10484f8aa5e6efb8be3e9152c9a482d9359'/>
<id>1bf9f10484f8aa5e6efb8be3e9152c9a482d9359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit man pages to source control</title>
<updated>2019-08-10T10:05:10+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-07-10T15:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=23de1d0177646ab73bd9ed193e29335c3a64dd5c'/>
<id>23de1d0177646ab73bd9ed193e29335c3a64dd5c</id>
<content type='text'>
This has the benefit that:

* Allows the installation of bundler as a default gem from rubygems to
include man pages.
* Removes the need to build man pages during our tests.
* Makes working with the manifest easier, because we only have source
controlled files, and not a mix of source control and generated files.

To make sure they never fall out of sync, we replace the previous
`man:build` CI task with a `man:check` task that makes sure the
generated man pages are up to date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has the benefit that:

* Allows the installation of bundler as a default gem from rubygems to
include man pages.
* Removes the need to build man pages during our tests.
* Makes working with the manifest easier, because we only have source
controlled files, and not a mix of source control and generated files.

To make sure they never fall out of sync, we replace the previous
`man:build` CI task with a `man:check` task that makes sure the
generated man pages are up to date.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary task</title>
<updated>2019-08-10T10:05:09+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-07-01T17:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=499bec894d568ec2ffeea536443a3c21a3f59429'/>
<id>499bec894d568ec2ffeea536443a3c21a3f59429</id>
<content type='text'>
The build task does not generate any files at `lib/bundler/generated`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The build task does not generate any files at `lib/bundler/generated`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a few comments on vendored dependencies</title>
<updated>2019-07-25T20:35:00+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-17T07:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=28b83522f54f2a5509cc82e2b74c080a190e9d82'/>
<id>28b83522f54f2a5509cc82e2b74c080a190e9d82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump automatiek to 0.2.0</title>
<updated>2019-07-24T19:43:19+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-25T14:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=cd1abf8b3f9e6a6b9f935d76049c8db549ad3eed'/>
<id>cd1abf8b3f9e6a6b9f935d76049c8db549ad3eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump net-http-persistent to 3.0.1</title>
<updated>2019-07-24T19:43:07+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-06-11T10:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=0575baa6bb50264964c6c1896218e83ef7ed5025'/>
<id>0575baa6bb50264964c6c1896218e83ef7ed5025</id>
<content type='text'>
* Adds an extra artifice task to vendorize new `connection_pool`
dependency.

* Cherry-pick's needed Windows fix not yet merged into master branch of
`net-http-persistent`.

* Update bundler usages to be compatible with the new version, and fix
unit specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adds an extra artifice task to vendorize new `connection_pool`
dependency.

* Cherry-pick's needed Windows fix not yet merged into master branch of
`net-http-persistent`.

* Update bundler usages to be compatible with the new version, and fix
unit specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove development dependencies from gemspec</title>
<updated>2019-07-08T13:36:47+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-07-08T13:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=f288806d0223955974096e8360fa5ec7ba6b0d07'/>
<id>f288806d0223955974096e8360fa5ec7ba6b0d07</id>
<content type='text'>
And refactor development setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And refactor development setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract a common error message</title>
<updated>2019-07-08T13:36:46+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-07-08T10:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=d8cf7d287359a71733a5fff5be60d53cbfcc02b0'/>
<id>d8cf7d287359a71733a5fff5be60d53cbfcc02b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup constant only used once</title>
<updated>2019-07-05T07:25:43+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-04-03T17:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=ca5e0bd3cfcaf0bb1e3f775a308a9927bde1c468'/>
<id>ca5e0bd3cfcaf0bb1e3f775a308a9927bde1c468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7223</title>
<updated>2019-06-27T09:39:41+00:00</updated>
<author>
<name>Bundlerbot</name>
<email>bot@bundler.io</email>
</author>
<published>2019-06-27T09:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=391b11966efb140a9ba204ca4e05ec7694296ce0'/>
<id>391b11966efb140a9ba204ca4e05ec7694296ce0</id>
<content type='text'>
7223: RUBY_ENGINE should always be defined after 1.8.7 r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that we have code checking that `RUBY_ENGINE` everytime it's used and I think it's unnecessary.

### What was your diagnosis of the problem?

My diagnosis was that every ruby implementation newer than 1.8 should define this.

### What is your fix for the problem, implemented in this PR?

My fix is to remove the unnecessary code.

Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7223: RUBY_ENGINE should always be defined after 1.8.7 r=deivid-rodriguez a=deivid-rodriguez

### What was the end-user problem that led to this PR?

The problem was that we have code checking that `RUBY_ENGINE` everytime it's used and I think it's unnecessary.

### What was your diagnosis of the problem?

My diagnosis was that every ruby implementation newer than 1.8 should define this.

### What is your fix for the problem, implemented in this PR?

My fix is to remove the unnecessary code.

Co-authored-by: David Rodríguez &lt;deivid.rodriguez@riseup.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
