betty icon indicating copy to clipboard operation
betty copied to clipboard

Use bundler to install executable

Open brysgo opened this issue 10 years ago • 3 comments

  1. This would allow us to add dependancies to betty.
  2. This would allow us to use a more standard workflow of working straight off of master.

I know it is easy to get carried away with dependancies, but there are some that would be nice to have. For instance, https://github.com/mdeiters/semr would allow us to clean up our regular expressions without adding the needless complexity involved with writing our own parser.

brysgo avatar Aug 16 '14 15:08 brysgo

What would steps would we have to go through to get bundler to install Betty?

johnku1 avatar Sep 08 '14 22:09 johnku1

Agreed, this is something that will be good in order to include dependencies well.

pickhardt avatar Sep 09 '14 15:09 pickhardt

@johnku1 - A potential resource for learning about binstubs installed by gems: https://github.com/sstephenson/rbenv/wiki/Understanding-binstubs

brysgo avatar Sep 11 '14 17:09 brysgo