Closed pboling closed 8 years ago
I must admit I'm not a fan of bundler's move to the new exe
executable file pattern as it conflicts with rubygems standardized patterns. We are using bundler though so we might as well update it.
:+1: once those comments are yanked. Thanks for the contribution :smile:.
The bin/console
tool is super useful for playing with the gem's code, that was the driver for the change. And it shouldn't be released with the gem. It is unfortunate that the RubyGems guide and the bundler pattern are out of sync 😢
@codenamev comments removed.
Yeah bin/console
is really neat. I came across this in the reality gem not too long ago and really liked it.
LGTM, nice work!
Fixes #158