jish / pre-commit

A slightly improved pre-commit hook for git
https://jish.github.io/pre-commit/
Other
796 stars 96 forks source link

Update to latest pluginator version to fix bug with bundler 1.15 #259

Closed mpapis closed 7 years ago

mpapis commented 7 years ago

Fixes #258

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-5.2%) to 92.105% when pulling 1a6a027ca9faf039ff8f3f1524a540229c69e6dd on bugfix/update_pluginator into f7bb995eeef8f604a72f4e924e454f7522e1be1a on master.

mpapis commented 7 years ago

interesting, the tests fail only when ran via rake

mpapis commented 7 years ago

the tests fail because one of the loaded tests is detected as a plugin, I hope to work on it today, but it should be safe to merge & release right away, I will release a new version with fix for tests soon

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.263% when pulling cb594c367d936661f3585bd6ebc84e9736cacef3 on bugfix/update_pluginator into f7bb995eeef8f604a72f4e924e454f7522e1be1a on master.

mpapis commented 7 years ago

@jish it's fixed now with 1.5.0

jish commented 7 years ago

Thanks!