README.md in pry-nav-0.3.0 vs README.md in pry-nav-1.0.0
- old
+ new
@@ -1,12 +1,12 @@
-### Using MRI? We recommend [**pry-byebug**][pry-byebug] instead!
+### Using MRI? We recommend [**break**][break] or [**pry-byebug**][pry-byebug] instead!
-# pry-nav
+# pry-nav [![Ruby](https://github.com/nixme/pry-nav/actions/workflows/main.yml/badge.svg)](https://github.com/nixme/pry-nav/actions/workflows/main.yml)
_A simple execution control add-on for [Pry][pry]._
-Compatible with MRI >= 1.8.7, ![JRuby](https://raw.githubusercontent.com/jruby/collateral/master/logos/PNGs/logo-with-type/full-color/jruby-logo-logo-with-type-small.png) >= 9.1.3.0.
+Compatible with MRI >= 2.1.0, JRuby >= 9.1.3.0.
Teaches [Pry][pry] about `step`, `next`, and `continue` to create a simple
debugger.
To use, invoke `pry` normally:
@@ -53,10 +53,11 @@
* John Mair ([@banister](https://github.com/banister))
* Conrad Irwin ([@ConradIrwin](https://github.com/ConradIrwin))
* Benjamin R. Haskell ([@benizi](https://github.com/benizi))
* Jason R. Clark ([@jasonrclark](https://github.com/jasonrclark))
* Ivo Anjo ([@ivoanjo](https://github.com/ivoanjo))
+* Michael Bianco ([@iloveitaly](https://github.com/iloveitaly))
Patches and bug reports are welcome. Just send a [pull request][pullrequests] or
file an [issue][issues]. [Project changelog][changelog].
## Acknowledgments
@@ -72,5 +73,6 @@
[changelog]: https://github.com/nixme/pry-nav/blob/master/CHANGELOG.md
[debug.rb]: https://github.com/ruby/ruby/blob/trunk/lib/debug.rb
[Mon-Ouie]: https://github.com/Mon-Ouie
[pry_debug]: https://github.com/Mon-Ouie/pry_debug
[pry-byebug]: https://github.com/deivid-rodriguez/pry-byebug
+[break]: https://github.com/gsamokovarov/break