active_merchant
active_merchant copied to clipboard
Add default bundler binstubs, move generate script
The community has settled on a bin/
folder for scripts, I've added default generated scripts from bundle gem
to facilitate with experimenting and moved the generate script there.
Remove rubygems require form generate per https://gist.github.com/rtomayko/54177 - tested and it still works fine.
@dtykocki How do you feel about this? I know you were generally not in favor of adding to scripts/
in the past, but is adding to bin
in this context okay?
@bdewater If this is something you want, I'm happy to rebase and land this today; just let me know.
@bdewater I rebased this and made tests pass. Happy to merge if you'd like.