nixme / pry-nav

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

Drop support for old ruby versions (< 2.1) #27

Closed ivoanjo closed 3 years ago

ivoanjo commented 8 years ago

This PR builds on top of #26 and drops support for non-upstream-supported ruby versions (e.g. anything less than 2.1). It also includes a number of minor style cleanups, as suggested by rubocop.

ivoanjo commented 8 years ago

I've now rebased this branch on top of the updated version of #26, and dropped the version bump.

ivoanjo commented 8 years ago

As #26 was merged, I've rebased again and changed the target branch of the PR back to the master branch.

ivoanjo commented 3 years ago

Thanks a lot, @iloveitaly :)