thought-driven / bummr

Update your gems in separate commits. Identify any that fail your build.
MIT License
234 stars 23 forks source link

Warning "check" without usage or description #50

Closed map7 closed 6 years ago

map7 commented 6 years ago

I'm using bummr on Rails 4.1 and I'm getting this warning all the time;

[WARNING] Attempted to create command "check" without usage or description. Call desc if you want this method to be available as command
 or declare it inside a no_commands{} block. Invoked from "/usr/local/rbenv/versions/2.3.5/lib/ruby/gems/2.3.0/gems/bummr-0.2.1/lib/bumm
r/check.rb:5:in `<class:Check>'".
aleksandrs-ledovskis commented 6 years ago

It was fixed in https://github.com/lpender/bummr/pull/47, just Gem wasn't cut.

@lpender, any hint when that might happen?

lpender commented 6 years ago

Just tagged and pushed v0.3.0 --thanks