ConradIrwin / pry-debundle

Allows you to use gems not in your Gemfile from Pry.
MIT License
50 stars 9 forks source link

Make usable without Pry loaded #11

Closed joallard closed 7 years ago

joallard commented 8 years ago

For instance if I'm bisecting a gem that doesn't have Pry in it, running a new bundle every time can get annoying. Now it's not exactly easy to get Debundle without Pry.

I'm putting this out there for feedback.

joallard commented 8 years ago

I'll also mention that hard copying debundle.rb as we know is a little bad on updates, we could either suggest what I've PR'd, or suggest maintaining a local copy of the repo?

joallard commented 8 years ago

Second commit with more encapsulation goodness!

axelson commented 7 years ago

Is it possible for this to get merged? Would be nice when working on random gems.

ConradIrwin commented 7 years ago

@axelson Please publish a standalone debundle gem (all my code is free to re-use under MIT, so go wild!). I'd happily take a pull request that makes pry-debundle depend on that.

joallard commented 7 years ago

Sounds reasonable. On it.