ManageIQ / polisher

Polisher is a Ruby module and set of utilities aimed to assisting the post-publishing packaging process for Ruby gems and applications.
MIT License
14 stars 14 forks source link

Use Pathname#find since Pathname#detect does not exist #107

Closed strzibny closed 10 years ago

strzibny commented 10 years ago

Fixes regression introduced by 4f92c13e1f8.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling e070c0a663017e67311b21bb216da6f5f2224228 on strzibny:fix-pathname-detect into 3bd13a6c5939faa2199270f7c09a60f39c8d16b9 on ManageIQ:master.

miq-bot commented 10 years ago

Checked commit https://github.com/strzibny/polisher/commit/e070c0a663017e67311b21bb216da6f5f2224228 with rubocop 0.21.0 1 file checked, 1 offense detected

lib/polisher/gem.rb

jrafanie commented 10 years ago

@strzibny Thanks again for the fix and spending the time to track down what the regression was!