rails-rfc6570 3.1.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +2 -1
- data/lib/rails/rfc6570/version.rb +1 -1
- data/rails-rfc6570.gemspec +2 -2
- data/spec/spec_helper.rb +8 -5
- data/vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/README.md +23 -0
- data/vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/rubocop-config.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionpack-7.2.1/CHANGELOG.md +154 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionpack-7.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionpack-7.2.1/README.rdoc +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.2.1/CHANGELOG.md +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.2.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.1/CHANGELOG.md +258 -0
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.2.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/README.md +121 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/appraisal-2.5.0/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/appraisal-2.5.0/README.md +243 -0
- data/vendor/bundle/ruby/3.3.0/gems/appraisal-2.5.0/appraisal.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/LICENSE.MIT +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/README.YARD.md +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/benchmark-ips-2.13.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/benchmark-ips-2.13.0/README.md +279 -0
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/LICENSE +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/bigdecimal.gemspec +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/README.md +258 -0
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/builder.gemspec +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/CHANGELOG.md +934 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/LICENSE +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/README.md +199 -0
- data/vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/MIT-LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/README_INDEX.rdoc +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/CHANGELOG.md +593 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.4/README.md +407 -0
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/README.md +135 -0
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/connection_pool.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/LICENSE +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/README.md +192 -0
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/crass.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.5.1/README.rdoc +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/docile-1.4.1/LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/docile-1.4.1/README.md +409 -0
- data/vendor/bundle/ruby/3.3.0/gems/docile-1.4.1/docile.gemspec +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/drb.gemspec +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.13.0/CHANGELOG +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.13.0/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.13.0/README.rdoc +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/README.md +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.7.2/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/io-console-0.7.2/README.md +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/irb-1.14.0/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/irb-1.14.0/README.md +405 -0
- data/vendor/bundle/ruby/3.3.0/gems/irb-1.14.0/irb.gemspec +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/LICENSE +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/README.md +416 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/json.gemspec +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/README.md +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/CHANGELOG.md +566 -0
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/MIT-LICENSE.txt +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/README.md +363 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/CHANGELOG.md +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/README.markdown +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/method_source.gemspec +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.25.1/README.rdoc +835 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.7-x86_64-linux/LICENSE-DEPENDENCIES.md +2224 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.7-x86_64-linux/LICENSE.md +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.7-x86_64-linux/README.md +290 -0
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.26.3/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.4.2/LICENSE.txt +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.4.2/parser.gemspec +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/CHANGELOG.md +1141 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/LICENSE +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/README.md +466 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-0.14.2/lib/pry/slop/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/CHANGELOG.md +230 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/README.md +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.1/CHANGELOG.md +491 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.1/README.md +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.7/CHANGELOG.md +994 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.7/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.7/README.md +328 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-test-2.1.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rack-test-2.1.0/README.md +139 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/MIT-LICENSE +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/README.md +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/CHANGELOG.md +201 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/MIT-LICENSE +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/README.md +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/CHANGELOG.md +361 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/README.rdoc +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/app/templates/README.md.tt +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/plugin/templates/%name%.gemspec.tt +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/plugin/templates/MIT-LICENSE.tt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/railties-7.2.1/lib/rails/generators/rails/plugin/templates/README.md.tt +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/README.markdown +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/rake.gemspec +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-release-1.3.0/LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-release-1.3.0/README.md +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-release-1.3.0/rake-release.gemspec +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rdoc-6.7.0/LICENSE.rdoc +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/rdoc-6.7.0/README.rdoc +129 -0
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/regexp_parser.gemspec +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/reline-0.5.9/README.md +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.6/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.6/README.md +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-3.13.0/LICENSE.md +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-3.13.0/README.md +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.0/LICENSE.md +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-core-3.13.0/README.md +389 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-expectations-3.13.2/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-expectations-3.13.2/README.md +326 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-mocks-3.13.1/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-mocks-3.13.1/README.md +465 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-rails-6.1.4/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-rails-6.1.4/README.md +381 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-support-3.13.1/LICENSE.md +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rspec-support-3.13.1/README.md +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.65.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.65.1/README.md +251 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.32.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.32.1/README.md +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/CHANGELOG.md +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/README.md +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/CHANGELOG.md +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/README.md +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.1/README.md +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.4/CHANGELOG.md +1028 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.4/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.4/README.md +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/CHANGELOG.md +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/MIT-LICENSE.md +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/README.md +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-0.22.0/CHANGELOG.md +191 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-0.22.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-0.22.0/README.md +974 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-cobertura-2.1.0/LICENSE +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-cobertura-2.1.0/README.md +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-cobertura-2.1.0/simplecov-cobertura.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/CHANGELOG.md +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/README.md +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/simplecov-html.gemspec +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov_json_formatter-0.1.4/CHANGELOG.md +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/simplecov_json_formatter-0.1.4/README.md +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/thor-1.3.1/LICENSE.md +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/thor-1.3.1/README.md +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/thor-1.3.1/thor.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/LICENSE +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/README.md +406 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/CHANGELOG.md +196 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/MIT-LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/README.md +171 -0
- data/vendor/bundle/ruby/3.3.0/gems/useragent-0.16.10/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/useragent-0.16.10/README.md +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/README.md +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/webrick-1.8.1/webrick.gemspec +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/zeitwerk-2.6.17/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/zeitwerk-2.6.17/README.md +1494 -0
- data/vendor/bundle/ruby/3.3.0/specifications/actionpack-7.2.1.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/actionview-7.2.1.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/specifications/activesupport-7.2.1.gemspec +36 -0
- data/vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/appraisal-2.5.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ast-2.4.2.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/benchmark-ips-2.13.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/bigdecimal-3.1.8.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/builder-3.3.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/byebug-11.1.3.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/coderay-1.1.3.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/concurrent-ruby-1.3.4.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/connection_pool-2.4.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/crass-1.0.6.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.5.1.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/docile-1.4.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/drb-2.2.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/erubi-1.13.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/i18n-1.14.5.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/io-console-0.7.2.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/irb-1.14.0.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/json-2.7.2.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/language_server-protocol-3.17.0.3.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/loofah-2.22.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/method_source-1.1.0.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/minitest-5.25.1.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/nokogiri-1.16.7-x86_64-linux.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/parallel-1.26.3.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/parser-3.3.4.2.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/pry-0.14.2.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/pry-byebug-3.10.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.1.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/racc-1.8.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rack-3.1.7.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rack-session-2.0.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rack-test-2.1.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rackup-2.1.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rails-dom-testing-2.2.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rails-html-sanitizer-1.6.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/railties-7.2.1.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.2.1.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rake-release-1.3.0.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rdoc-6.7.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/regexp_parser-2.9.2.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/reline-0.5.9.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rexml-3.3.6.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-3.13.0.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-core-3.13.0.gemspec +39 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-expectations-3.13.2.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-mocks-3.13.1.gemspec +33 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-rails-6.1.4.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-support-3.13.1.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-1.65.1.gemspec +39 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-ast-1.32.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-capybara-2.21.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-factory_bot-2.26.1.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-performance-1.21.1.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec-3.0.4.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec_rails-2.30.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov-0.22.0.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov-cobertura-2.1.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov-html-0.12.3.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/simplecov_json_formatter-0.1.4.gemspec +21 -0
- data/vendor/bundle/ruby/3.3.0/specifications/strscan-3.1.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/thor-1.3.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/specifications/tzinfo-2.0.6.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-2.5.0.gemspec +29 -0
- data/vendor/bundle/ruby/3.3.0/specifications/useragent-0.16.10.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/webrick-1.8.1.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/zeitwerk-2.6.17.gemspec +22 -0
- metadata +258 -6
- data/spec/dummy/log/test.log +0 -192
@@ -0,0 +1,230 @@
|
|
1
|
+
# CHANGELOG
|
2
|
+
|
3
|
+
## Master (Unreleased)
|
4
|
+
|
5
|
+
## 3.10.1 (2022-08-16)
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
|
9
|
+
* Rails console loading a debugger REPL instead of the standard Pry REPL (#392)
|
10
|
+
|
11
|
+
## 3.10.0 (2022-08-15)
|
12
|
+
|
13
|
+
### Added
|
14
|
+
|
15
|
+
* Support for pry 0.14 (#346, #386). NOTE: pry-byebug now needs to be explicitly required from `~/.pryrc` since plugin autoloading has been removed from Pry.
|
16
|
+
|
17
|
+
### Removed
|
18
|
+
|
19
|
+
* Support for Ruby 2.4, 2.5, and 2.6. Pry-byebug no longer installs on these platforms (#380).
|
20
|
+
|
21
|
+
## 3.9.0 (2020-03-21)
|
22
|
+
|
23
|
+
### Fixed
|
24
|
+
|
25
|
+
* Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#289).
|
26
|
+
|
27
|
+
### Added
|
28
|
+
|
29
|
+
* Support for pry 0.13.0 (#266).
|
30
|
+
|
31
|
+
### Removed
|
32
|
+
|
33
|
+
* Support for pry older than 0.13.0 (#289).
|
34
|
+
|
35
|
+
## 3.8.0 (2020-01-22)
|
36
|
+
|
37
|
+
### Fixed
|
38
|
+
|
39
|
+
* Use `Binding#source_location` instead of evaluating `__FILE__` to avoid
|
40
|
+
warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221).
|
41
|
+
|
42
|
+
### Removed
|
43
|
+
|
44
|
+
* Support for Ruby 2.3. Pry-byebug no longer installs on this platform.
|
45
|
+
|
46
|
+
## 3.7.0 (2019-02-21)
|
47
|
+
|
48
|
+
* Byebug 11 compatibility, with ruby 2.6 support.
|
49
|
+
|
50
|
+
## 3.6.0 (2018-02-07)
|
51
|
+
|
52
|
+
### Added
|
53
|
+
|
54
|
+
* Byebug 10 compatibility, with ruby 2.5 support.
|
55
|
+
|
56
|
+
## 3.5.1 (2017-11-27)
|
57
|
+
|
58
|
+
### Fixed
|
59
|
+
|
60
|
+
* Allow other threads like Pry (#142).
|
61
|
+
|
62
|
+
## 3.5.0 (2017-08-23)
|
63
|
+
|
64
|
+
### Added
|
65
|
+
|
66
|
+
* Byebug 9.1 support. As a result, Ruby 2.0 & Ruby 2.1 support has been dropped.
|
67
|
+
Pry-byebug no longer installs on these platforms.
|
68
|
+
|
69
|
+
## 3.4.3 (2017-08-22)
|
70
|
+
|
71
|
+
### Fixed
|
72
|
+
|
73
|
+
* Installation on old rubies after byebug dropping support for them.
|
74
|
+
|
75
|
+
## 3.4.2 (2016-12-06)
|
76
|
+
|
77
|
+
### Fixed
|
78
|
+
|
79
|
+
* Byebug doesn't start after `disable-pry` command.
|
80
|
+
|
81
|
+
## 3.4.1 (2016-11-22)
|
82
|
+
|
83
|
+
### Fixed
|
84
|
+
|
85
|
+
* control_d handler not being required properly when `pry-byebug` loaded
|
86
|
+
as a `pry` plugin and not through explicit require.
|
87
|
+
|
88
|
+
## 3.4.0 (2016-05-15)
|
89
|
+
|
90
|
+
### Fixed
|
91
|
+
|
92
|
+
* Byebug 9 compatibility.
|
93
|
+
|
94
|
+
### Added
|
95
|
+
|
96
|
+
* A new `backtrace` command.
|
97
|
+
|
98
|
+
## 3.3.0 (2015-11-05)
|
99
|
+
|
100
|
+
### Fixed
|
101
|
+
|
102
|
+
* Byebug 8 compatibility.
|
103
|
+
* Fix encoding error in gemspec file (#70).
|
104
|
+
* Debugger being too slow (#80, thanks @k0kubun).
|
105
|
+
|
106
|
+
## 3.2.0 (2015-07-18)
|
107
|
+
|
108
|
+
### Added
|
109
|
+
|
110
|
+
* `continue` can now receive a line number argument (#56).
|
111
|
+
|
112
|
+
### Fixed
|
113
|
+
|
114
|
+
* Conflicts with `break` and `next` Ruby keywords inside multiline statements
|
115
|
+
(#44).
|
116
|
+
|
117
|
+
### Removed
|
118
|
+
|
119
|
+
* `breaks` command. It was broken anyways (#47).
|
120
|
+
|
121
|
+
## 3.1.0 (2015-04-14)
|
122
|
+
|
123
|
+
### Added
|
124
|
+
|
125
|
+
* Frame navigation commands `up`, `down` and `frame`.
|
126
|
+
|
127
|
+
## 3.0.1 (2015-04-02)
|
128
|
+
|
129
|
+
### Fixed
|
130
|
+
|
131
|
+
* Several formatting and alignment issues.
|
132
|
+
|
133
|
+
## 3.0.0 (2015-02-02)
|
134
|
+
|
135
|
+
### Fixed
|
136
|
+
|
137
|
+
* `binding.pry` would not stop at the correct place when called at the last
|
138
|
+
line of a method/block.
|
139
|
+
|
140
|
+
### Removed
|
141
|
+
|
142
|
+
* Stepping aliases for `next` (`n`), `step` (`s`), `finish` (`f`) and `continue`
|
143
|
+
(`c`). See #34.
|
144
|
+
|
145
|
+
## 2.0.0 (2014-01-09)
|
146
|
+
|
147
|
+
### Fixed
|
148
|
+
|
149
|
+
* Byebug 3 compatibility.
|
150
|
+
* Pry not starting at the first line after `binding.pry` but at `binding.pry`.
|
151
|
+
* `continue` not finishing pry instance (#13).
|
152
|
+
|
153
|
+
## 1.3.3 (2014-25-06)
|
154
|
+
|
155
|
+
### Fixed
|
156
|
+
|
157
|
+
* Pry 0.10 series and further minor version level releases compatibility.
|
158
|
+
|
159
|
+
## 1.3.2 (2014-24-02)
|
160
|
+
|
161
|
+
### Fixed
|
162
|
+
|
163
|
+
* Bug inherited from `byebug`.
|
164
|
+
|
165
|
+
## 1.3.1 (2014-08-02)
|
166
|
+
|
167
|
+
### Fixed
|
168
|
+
|
169
|
+
* Bug #22 (thanks @andreychernih).
|
170
|
+
|
171
|
+
## 1.3.0 (2014-05-02)
|
172
|
+
|
173
|
+
### Added
|
174
|
+
|
175
|
+
* Breakpoints on method names (thanks @andreychernih & @palkan).
|
176
|
+
|
177
|
+
### Fixed
|
178
|
+
|
179
|
+
* "Undefined method `interface`" error (huge thanks to @andreychernih).
|
180
|
+
|
181
|
+
## 1.2.1 (2013-30-12)
|
182
|
+
|
183
|
+
### Fixed
|
184
|
+
|
185
|
+
* "Uncaught throw :breakout_nav" error (thanks @lukebergen).
|
186
|
+
|
187
|
+
## 1.2.0 (2013-24-09)
|
188
|
+
|
189
|
+
### Fixed
|
190
|
+
|
191
|
+
* Compatibility with byebug's 2.x series
|
192
|
+
|
193
|
+
## 1.1.2 (2013-11-07)
|
194
|
+
|
195
|
+
### Fixed
|
196
|
+
|
197
|
+
* Compatibility with backwards compatible byebug versions.
|
198
|
+
|
199
|
+
## 1.1.1 (2013-02-07)
|
200
|
+
|
201
|
+
### Fixed
|
202
|
+
|
203
|
+
* Bug when doing `step n` or `next n` where n > 1 right after `binding.pry`.
|
204
|
+
|
205
|
+
## 1.1.0 (2013-06-06)
|
206
|
+
|
207
|
+
### Added
|
208
|
+
|
209
|
+
* `s`, `n`, `f` and `c` aliases (thanks @jgakos!).
|
210
|
+
|
211
|
+
## 1.0.1 (2013-05-07)
|
212
|
+
|
213
|
+
### Fixed
|
214
|
+
|
215
|
+
* Unwanted debugging printf.
|
216
|
+
|
217
|
+
## 1.0.0 (2013-05-07)
|
218
|
+
|
219
|
+
### Added
|
220
|
+
|
221
|
+
* Initial release forked from
|
222
|
+
[pry-debugger](https://github.com/nixme/pry-debugger) to support byebug.
|
223
|
+
|
224
|
+
### Removed
|
225
|
+
|
226
|
+
* pry-remote support.
|
227
|
+
|
228
|
+
## Older releases
|
229
|
+
|
230
|
+
* Check [pry-debugger](https://github.com/nixme/pry-debugger)'s CHANGELOG.
|
@@ -0,0 +1,20 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2018 David Rodríguez <deivid.rodriguez@riseup.net>
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
7
|
+
the Software without restriction, including without limitation the rights to
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
9
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
10
|
+
subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
18
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
19
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -0,0 +1,189 @@
|
|
1
|
+
# pry-byebug
|
2
|
+
|
3
|
+
[![Version][VersionBadge]][VersionURL]
|
4
|
+
[![Build][CIBadge]][CIURL]
|
5
|
+
[![Inline docs][InchCIBadge]][InchCIURL]
|
6
|
+
|
7
|
+
Adds step-by-step debugging and stack navigation capabilities to [pry] using
|
8
|
+
[byebug].
|
9
|
+
|
10
|
+
To use, invoke pry normally. No need to start your script or app differently.
|
11
|
+
Execution will stop in the first statement after your `binding.pry`.
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
def some_method
|
15
|
+
puts 'Hello World' # Run 'step' in the console to move here
|
16
|
+
end
|
17
|
+
|
18
|
+
binding.pry
|
19
|
+
some_method # Execution will stop here.
|
20
|
+
puts 'Goodbye World' # Run 'next' in the console to move here.
|
21
|
+
```
|
22
|
+
|
23
|
+
## Requirements
|
24
|
+
|
25
|
+
MRI 2.4.0 or higher.
|
26
|
+
|
27
|
+
## Installation
|
28
|
+
|
29
|
+
Add
|
30
|
+
|
31
|
+
```ruby
|
32
|
+
gem 'pry-byebug'
|
33
|
+
```
|
34
|
+
|
35
|
+
to your Gemfile and run
|
36
|
+
|
37
|
+
```console
|
38
|
+
bundle install
|
39
|
+
```
|
40
|
+
|
41
|
+
Make sure you include the gem globally or inside the `:test` group if you plan
|
42
|
+
to use it to debug your tests!
|
43
|
+
|
44
|
+
## Commands
|
45
|
+
|
46
|
+
### Step-by-step debugging
|
47
|
+
|
48
|
+
**break:** Manage breakpoints.
|
49
|
+
|
50
|
+
**step:** Step execution into the next line or method. Takes an optional numeric
|
51
|
+
argument to step multiple times.
|
52
|
+
|
53
|
+
**next:** Step over to the next line within the same frame. Also takes an
|
54
|
+
optional numeric argument to step multiple lines.
|
55
|
+
|
56
|
+
**finish:** Execute until current stack frame returns.
|
57
|
+
|
58
|
+
**continue:** Continue program execution and end the Pry session.
|
59
|
+
|
60
|
+
### Callstack navigation
|
61
|
+
|
62
|
+
**backtrace:** Shows the current stack. You can use the numbers on the left
|
63
|
+
side with the `frame` command to navigate the stack.
|
64
|
+
|
65
|
+
**up:** Moves the stack frame up. Takes an optional numeric argument to move
|
66
|
+
multiple frames.
|
67
|
+
|
68
|
+
**down:** Moves the stack frame down. Takes an optional numeric argument to move
|
69
|
+
multiple frames.
|
70
|
+
|
71
|
+
**frame:** Moves to a specific frame. Called without arguments will show the
|
72
|
+
current frame.
|
73
|
+
|
74
|
+
## Matching Byebug Behaviour
|
75
|
+
|
76
|
+
If you're coming from Byebug or from Pry-Byebug versions previous to 3.0, you
|
77
|
+
may be lacking the 'n', 's', 'c' and 'f' aliases for the stepping commands.
|
78
|
+
These aliases were removed by default because they usually conflict with
|
79
|
+
scratch variable names. But it's very easy to reenable them if you still want
|
80
|
+
them, just add the following shortcuts to your `~/.pryrc` file:
|
81
|
+
|
82
|
+
```ruby
|
83
|
+
if defined?(PryByebug)
|
84
|
+
Pry.commands.alias_command 'c', 'continue'
|
85
|
+
Pry.commands.alias_command 's', 'step'
|
86
|
+
Pry.commands.alias_command 'n', 'next'
|
87
|
+
Pry.commands.alias_command 'f', 'finish'
|
88
|
+
end
|
89
|
+
```
|
90
|
+
|
91
|
+
Also, you might find useful as well the repeat the last command by just hitting
|
92
|
+
the `Enter` key (e.g., with `step` or `next`). To achieve that, add this to
|
93
|
+
your `~/.pryrc` file:
|
94
|
+
|
95
|
+
```ruby
|
96
|
+
# Hit Enter to repeat last command
|
97
|
+
Pry::Commands.command /^$/, "repeat last command" do
|
98
|
+
pry_instance.run_command Pry.history.to_a.last
|
99
|
+
end
|
100
|
+
```
|
101
|
+
|
102
|
+
## Breakpoints
|
103
|
+
|
104
|
+
You can set and adjust breakpoints directly from a Pry session using the
|
105
|
+
`break` command:
|
106
|
+
|
107
|
+
**break:** Set a new breakpoint from a line number in the current file, a file
|
108
|
+
and line number, or a method. Pass an optional expression to create a
|
109
|
+
conditional breakpoint. Edit existing breakpoints via various flags.
|
110
|
+
|
111
|
+
Examples:
|
112
|
+
|
113
|
+
```ruby
|
114
|
+
break SomeClass#run # Break at the start of `SomeClass#run`.
|
115
|
+
break Foo#bar if baz? # Break at `Foo#bar` only if `baz?`.
|
116
|
+
break app/models/user.rb:15 # Break at line 15 in user.rb.
|
117
|
+
break 14 # Break at line 14 in the current file.
|
118
|
+
|
119
|
+
break --condition 4 x > 2 # Change condition on breakpoint #4 to 'x > 2'.
|
120
|
+
break --condition 3 # Remove the condition on breakpoint #3.
|
121
|
+
|
122
|
+
break --delete 5 # Delete breakpoint #5.
|
123
|
+
break --disable-all # Disable all breakpoints.
|
124
|
+
|
125
|
+
break # List all breakpoints.
|
126
|
+
break --show 2 # Show details about breakpoint #2.
|
127
|
+
```
|
128
|
+
|
129
|
+
Type `break --help` from a Pry session to see all available options.
|
130
|
+
|
131
|
+
## Alternatives
|
132
|
+
|
133
|
+
Note that all of the alternatives here are incompatible with pry-byebug. If
|
134
|
+
your platform is supported by pry-byebug, you should remove any of the gems
|
135
|
+
mentioned here if they are present in your Gemfile.
|
136
|
+
|
137
|
+
* [pry-debugger]: Provides step-by-step debugging for MRI 1.9.3 or older
|
138
|
+
rubies. If you're still using those and need a step-by-step debugger to help
|
139
|
+
with the upgrade, pry-debugger can be handy.
|
140
|
+
|
141
|
+
* [pry-stack_explorer]: Provides stack navigation capabilities for MRI 1.9.3 or
|
142
|
+
older rubies. If you're still using those and need to navigate your stack to
|
143
|
+
help with the upgrade, pry-stack_explorer can be handy.
|
144
|
+
|
145
|
+
* [pry-nav]: Provides step-by-step debugging for JRuby.
|
146
|
+
|
147
|
+
## Contribute
|
148
|
+
|
149
|
+
See [Getting Started with Development](CONTRIBUTING.md).
|
150
|
+
|
151
|
+
## Funding
|
152
|
+
|
153
|
+
Subscribe to [Tidelift] to ensure pry-byebug stays actively maintained, and at
|
154
|
+
the same time get licensing assurances and timely security notifications for
|
155
|
+
your open source dependencies.
|
156
|
+
|
157
|
+
You can also help `pry-byebug` by leaving a small (or big) tip through [Liberapay].
|
158
|
+
|
159
|
+
[Tidelift]: https://tidelift.com/subscription/pkg/rubygems-pry-byebug?utm_source=rubygems-pry-byebug&utm_medium=referral&utm_campaign=readme
|
160
|
+
[Liberapay]: https://liberapay.com/pry-byebug/donate
|
161
|
+
|
162
|
+
## Security contact information
|
163
|
+
|
164
|
+
Please use the Tidelift security contact to [report a security vulnerability].
|
165
|
+
Tidelift will coordinate the fix and disclosure.
|
166
|
+
|
167
|
+
[report a security vulnerability]: https://tidelift.com/security
|
168
|
+
|
169
|
+
## Credits
|
170
|
+
|
171
|
+
* Gopal Patel (@nixme), creator of [pry-debugger], and everybody who contributed
|
172
|
+
to it. pry-byebug is a fork of pry-debugger so it wouldn't exist as it is
|
173
|
+
without those contributions.
|
174
|
+
* John Mair (@banister), creator of [pry].
|
175
|
+
|
176
|
+
Patches and bug reports are welcome.
|
177
|
+
|
178
|
+
[pry]: https://pry.github.io
|
179
|
+
[byebug]: https://github.com/deivid-rodriguez/byebug
|
180
|
+
[pry-debugger]: https://github.com/nixme/pry-debugger
|
181
|
+
[pry-nav]: https://github.com/nixme/pry-nav
|
182
|
+
[pry-stack_explorer]: https://github.com/pry/pry-stack_explorer
|
183
|
+
|
184
|
+
[VersionBadge]: https://badge.fury.io/rb/pry-byebug.svg
|
185
|
+
[VersionURL]: http://badge.fury.io/rb/pry-byebug
|
186
|
+
[CIBadge]: https://github.com/deivid-rodriguez/pry-byebug/workflows/ubuntu/badge.svg?branch=master
|
187
|
+
[CIURL]: https://github.com/deivid-rodriguez/pry-byebug/actions?query=workflow%3Aubuntu
|
188
|
+
[InchCIBadge]: http://inch-ci.org/github/deivid-rodriguez/pry-byebug.svg?branch=master
|
189
|
+
[InchCIURL]: http://inch-ci.org/github/deivid-rodriguez/pry-byebug
|