install bless with bundler not create the executable in ./bin
matinfo opened this issue · 3 comments
matinfo commented
I install bless with: bundle install --binstubs ./bin --clean --path ./gems
My Gemfile include: gem 'bless', '0.1.0'
Result bless is installed but I not found where the executable is created or if it's created.
Help are welcome.
aabenoja commented
aabenoja commented
matinfo commented
Thanks for your clarification.