nixme / pry-nav

Binding navigation commands for Pry to make a simple debugger
MIT License
390 stars 35 forks source link

Allowing pry 0.10.x #22

Closed jasonrclark closed 10 years ago

jasonrclark commented 10 years ago

Since pry has updated, this change to the version range will allow pry-nav to be around in a set of gems when pry 0.10.x is used.

My work requires me to continue supporting Ruby 1.8.7 (:grimacing:), so I make use of pry-nav instead of some of the newer, neater tools you've made @nixme.

I've done some basic testing locally and things seem functional with the new version of pry. Is there further specific checking you'd want done to clear the way for this change?

nixme commented 10 years ago

Thanks!

jasonrclark commented 10 years ago

:cool: Any chance of a gem release with this change in it?

nixme commented 10 years ago

@jasonrclark I pushed a new release 0.2.4 including this change. Thanks for contributing.

jasonrclark commented 10 years ago

:heart: thanks!