<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/task, branch colby/bundler-2-fix-git-https</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>Auto merge of #6310 - utilum:rescue_unspecified_exception, r=segiddins</title>
<updated>2018-10-05T03:30:55+00:00</updated>
<author>
<name>The Bundler Bot</name>
<email>bot@bundler.io</email>
</author>
<published>2018-03-17T21:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=507d629061835f6d3aabe0954dc7f12755202d3f'/>
<id>507d629061835f6d3aabe0954dc7f12755202d3f</id>
<content type='text'>
Fix some rescue calls that do not specifiy error type.

The problem I noticed was in style, several instances of `rescue` clauses that do not specify an exception type. This is noted in in the Ruby Style Guide as [Avoid rescuing the Exception class](https://github.com/bbatsov/ruby-style-guide#no-blind-rescues).

My diagnosis was that at least some of those are leftover style. They are noted in `.rubocop_todo.yml`. To make sure, I asked on Slack.

My fix is to make as many of them more specific, specifying at least `StandardError`, and trying to be more specific.

No other ways of addressing this came to mind. I'd be happy to consider.

(cherry picked from commit ff6b8712a0337305ba9617e35545b9e8f8cd4a53)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some rescue calls that do not specifiy error type.

The problem I noticed was in style, several instances of `rescue` clauses that do not specify an exception type. This is noted in in the Ruby Style Guide as [Avoid rescuing the Exception class](https://github.com/bbatsov/ruby-style-guide#no-blind-rescues).

My diagnosis was that at least some of those are leftover style. They are noted in `.rubocop_todo.yml`. To make sure, I asked on Slack.

My fix is to make as many of them more specific, specifying at least `StandardError`, and trying to be more specific.

No other ways of addressing this came to mind. I'd be happy to consider.

(cherry picked from commit ff6b8712a0337305ba9617e35545b9e8f8cd4a53)
</pre>
</div>
</content>
</entry>
<entry>
<title>Print a specific error on GitHub failure</title>
<updated>2017-12-26T01:12:56+00:00</updated>
<author>
<name>Andre Arko</name>
<email>andre@arko.net</email>
</author>
<published>2017-12-26T01:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=1358392c860294f076389f10828a9cd4945fc2e6'/>
<id>1358392c860294f076389f10828a9cd4945fc2e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>:cop:</title>
<updated>2017-12-26T00:36:26+00:00</updated>
<author>
<name>Andre Arko</name>
<email>andre@arko.net</email>
</author>
<published>2017-12-26T00:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=599cba8e88b247d1983a2d500b14f897815a15f3'/>
<id>599cba8e88b247d1983a2d500b14f897815a15f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require ronn and verify GitHub before releasing</title>
<updated>2017-12-24T07:43:22+00:00</updated>
<author>
<name>Andre Arko</name>
<email>andre@arko.net</email>
</author>
<published>2017-12-24T07:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=2baef5ff4c5d809ad5dab0baf26442010afd747a'/>
<id>2baef5ff4c5d809ad5dab0baf26442010afd747a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Rakefile] Add a task to generate GitHub releases</title>
<updated>2017-08-28T03:25:43+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-08-28T03:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8e8b8142c98254d42c710f06627624fe0126b104'/>
<id>8e8b8142c98254d42c710f06627624fe0126b104</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract override version for use installing in dev</title>
<updated>2017-08-07T07:13:45+00:00</updated>
<author>
<name>Andre Arko</name>
<email>andre@arko.net</email>
</author>
<published>2017-08-07T07:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=34e65fd26fb74b57964c18931936589c4784698a'/>
<id>34e65fd26fb74b57964c18931936589c4784698a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a task to install a bundler 2 dev gem</title>
<updated>2017-07-26T20:30:26+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-07-26T20:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8bfb5ebc524e199ea0b0fce178d486213fae58cc'/>
<id>8bfb5ebc524e199ea0b0fce178d486213fae58cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Rakefile] In a patch release, change version after checkout</title>
<updated>2017-07-17T16:21:01+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-07-17T16:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=577c101bc40e11df10789d1865530ef78afbbf47'/>
<id>577c101bc40e11df10789d1865530ef78afbbf47</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 Layout/EmptyLineAfterMagicComment cop</title>
<updated>2017-07-16T06:12:53+00:00</updated>
<author>
<name>Koichi ITO</name>
<email>koic.ito@gmail.com</email>
</author>
<published>2017-07-15T10:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=5687d01121f7e442a13b7b8caf2489811a3f4548'/>
<id>5687d01121f7e442a13b7b8caf2489811a3f4548</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid git shenanigans with the build metadata file</title>
<updated>2017-06-13T13:48:33+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2017-06-13T13:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=3c552274695aae4439ce0a6d83dd36c8179089cf'/>
<id>3c552274695aae4439ce0a6d83dd36c8179089cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
