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,934 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [Unreleased]
|
4
|
+
|
5
|
+
## [11.1.3] - 2020-04-23
|
6
|
+
|
7
|
+
### Fixed
|
8
|
+
|
9
|
+
* [#674](https://github.com/deivid-rodriguez/byebug/pull/674): crash when using byebug on ruby 2.7.0 on Windows.
|
10
|
+
|
11
|
+
## [11.1.2] - 2020-04-17
|
12
|
+
|
13
|
+
### Fixed
|
14
|
+
|
15
|
+
* [#657](https://github.com/deivid-rodriguez/byebug/pull/657): crash when hitting \<TAB\> due to IRB completion mechanism included in the default ruby 2.7 version of the `irb` gem ([@terceiro]).
|
16
|
+
|
17
|
+
## [11.1.1] - 2020-01-24
|
18
|
+
|
19
|
+
### Fixed
|
20
|
+
|
21
|
+
* [#635](https://github.com/deivid-rodriguez/byebug/pull/635): usage on Fedora 31 or any other `byebug` installation performed by a `rubygems` copy customized by setting `Gem.install_extension_in_lib` to false.
|
22
|
+
|
23
|
+
## [11.1.0] - 2020-01-20
|
24
|
+
|
25
|
+
### Added
|
26
|
+
|
27
|
+
* Official support for MRI 2.7 ([@yui-knk]).
|
28
|
+
|
29
|
+
### Fixed
|
30
|
+
|
31
|
+
* [#562](https://github.com/deivid-rodriguez/byebug/pull/562): post mortem mode landing in the wrong line when coming from an exception inside a `Kernel.load` call.
|
32
|
+
|
33
|
+
### Removed
|
34
|
+
|
35
|
+
* Support for MRI 2.3. Byebug no longer installs on this platform.
|
36
|
+
|
37
|
+
## [11.0.1] - 2019-03-18
|
38
|
+
|
39
|
+
### Fixed
|
40
|
+
|
41
|
+
* [#546](https://github.com/deivid-rodriguez/byebug/pull/546): `continue!` to ignore further `byebug` calls.
|
42
|
+
* [#545](https://github.com/deivid-rodriguez/byebug/pull/545): `skip` autolisting code for intermediate skipped breakpoints.
|
43
|
+
|
44
|
+
## [11.0.0] - 2019-02-15
|
45
|
+
|
46
|
+
### Added
|
47
|
+
|
48
|
+
* [#377](https://github.com/deivid-rodriguez/byebug/pull/377): `skip` to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example ([@tacnoman]).
|
49
|
+
* [#524](https://github.com/deivid-rodriguez/byebug/pull/524): `continue!` (or `continue unconditionally`) to continue until the end of the program regardless of the currently enabled breakpoints ([@tacnoman]).
|
50
|
+
|
51
|
+
### Fixed
|
52
|
+
|
53
|
+
* [#527](https://github.com/deivid-rodriguez/byebug/pull/527): `break` help text to clarify placeholders from literals.
|
54
|
+
* [#528](https://github.com/deivid-rodriguez/byebug/pull/528): `quit!` help to not show a space between "quit" and "!".
|
55
|
+
|
56
|
+
### Removed
|
57
|
+
|
58
|
+
* Support for MRI 2.2. Byebug no longer installs on this platform.
|
59
|
+
|
60
|
+
## [10.0.2] - 2018-03-30
|
61
|
+
|
62
|
+
### Fixed
|
63
|
+
|
64
|
+
* [#447](https://github.com/deivid-rodriguez/byebug/pull/447): Error when using byebug with `debase` gem ([@tzmfreedom]).
|
65
|
+
|
66
|
+
## [10.0.1] - 2018-03-21
|
67
|
+
|
68
|
+
### Fixed
|
69
|
+
|
70
|
+
* [#443](https://github.com/deivid-rodriguez/byebug/pull/443): Error when using byebug with `debase` gem ([@tzmfreedom]).
|
71
|
+
|
72
|
+
## [10.0.0] - 2018-01-26
|
73
|
+
|
74
|
+
### Changed
|
75
|
+
|
76
|
+
* Breaking on methods now stops on the first effective line of a method, not on the line containing the `def` keyword.
|
77
|
+
|
78
|
+
### Added
|
79
|
+
|
80
|
+
* [#393](https://github.com/deivid-rodriguez/byebug/pull/393): Show valid breakpoint locations when invalid location given ([@ko1]).
|
81
|
+
* [#397](https://github.com/deivid-rodriguez/byebug/pull/397): Ruby 2.5.0 support ([@yui-knk]).
|
82
|
+
* Log host & port when launching byebug's client in remote mode.
|
83
|
+
* [#82](https://github.com/deivid-rodriguez/byebug/issues/82): Some love & tests to remote debugging.
|
84
|
+
* [#141](https://github.com/deivid-rodriguez/byebug/issues/141): `remote_byebug` shortcut to start the most common case for remote debugging.
|
85
|
+
|
86
|
+
### Fixed
|
87
|
+
|
88
|
+
* [#419](https://github.com/deivid-rodriguez/byebug/pull/419): Properly ignore ruby fullpath executable when passed to byebug script.
|
89
|
+
* [#141](https://github.com/deivid-rodriguez/byebug/issues/141): Remote server crash when interrupting client.
|
90
|
+
* [#274](https://github.com/deivid-rodriguez/byebug/issues/274): Remote server crash when interrupting client.
|
91
|
+
* [#239](https://github.com/deivid-rodriguez/byebug/issues/239): Control server thread being able to `interrupt` main thread only a single time.
|
92
|
+
|
93
|
+
## [9.1.0] - 2017-08-22
|
94
|
+
|
95
|
+
### Added
|
96
|
+
|
97
|
+
* Better UI messages for breakpoint management.
|
98
|
+
|
99
|
+
### Fixed
|
100
|
+
|
101
|
+
* `where` command failing on instance_exec block stack frames.
|
102
|
+
* [#321](https://github.com/deivid-rodriguez/byebug/pull/321): `restart` command crashing in certain cases because of a missing `require "English"` ([@akaneko3]).
|
103
|
+
* [#321](https://github.com/deivid-rodriguez/byebug/pull/321): `restart` command crashing when debugged script is not executable or has no shebang ([@akaneko3]).
|
104
|
+
|
105
|
+
### Removed
|
106
|
+
|
107
|
+
* Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs on these platforms.
|
108
|
+
|
109
|
+
## [9.0.6] - 2016-09-29
|
110
|
+
|
111
|
+
### Fixed
|
112
|
+
|
113
|
+
* [#241](https://github.com/deivid-rodriguez/byebug/issues/241): Error when using `byebug` with a ruby compiled against libedit.
|
114
|
+
* [#277](https://github.com/deivid-rodriguez/byebug/pull/277): Allow `Byebug.start_server` to yield the block passed to it when the actual port is already known ([@cben]).
|
115
|
+
* [#275](https://github.com/deivid-rodriguez/byebug/pull/275): Use a standard license name so it can be more reliably used by tools.
|
116
|
+
|
117
|
+
## [9.0.5] - 2016-05-28
|
118
|
+
|
119
|
+
### Fixed
|
120
|
+
|
121
|
+
* Error loading rc file when `ENV["HOME"]` is unset.
|
122
|
+
|
123
|
+
## [9.0.4] - 2016-05-19
|
124
|
+
|
125
|
+
### Fixed
|
126
|
+
|
127
|
+
* Errors in rc file not being displayed to the user.
|
128
|
+
|
129
|
+
## [9.0.3] - 2016-05-16
|
130
|
+
|
131
|
+
### Fixed
|
132
|
+
|
133
|
+
* [#256](https://github.com/deivid-rodriguez/byebug/issues/256): Unfriendly output in byebug's executable when no script specified.
|
134
|
+
* Unfriendly output in byebug's executable when script doesn't exist.
|
135
|
+
* Unfriendly output in byebug's executable when script has invalid code.
|
136
|
+
|
137
|
+
## [9.0.2] - 2016-05-15
|
138
|
+
|
139
|
+
### Fixed
|
140
|
+
|
141
|
+
* [#263](https://github.com/deivid-rodriguez/byebug/pull/263): Skip to get a line in eval context ([@k0kubun]).
|
142
|
+
* [#264](https://github.com/deivid-rodriguez/byebug/pull/264): Debugger getting disabled after `continue` even when linetrace is enabled ([@k0kubun]).
|
143
|
+
|
144
|
+
## [9.0.1] - 2016-05-14
|
145
|
+
|
146
|
+
### Fixed
|
147
|
+
|
148
|
+
* [#201](https://github.com/deivid-rodriguez/byebug/issues/201): `quit` never exiting when remote debugging.
|
149
|
+
|
150
|
+
## [9.0.0] - 2016-05-11
|
151
|
+
|
152
|
+
### Fixed
|
153
|
+
|
154
|
+
* `irb` command unintentionally changing $PROGRAM_NAME.
|
155
|
+
* `pry` command failing.
|
156
|
+
* Unrelated error message when using `pry` command and Pry not installed.
|
157
|
+
* [#239](https://github.com/deivid-rodriguez/byebug/issues/239): Interrupting program execution from remote control interface ([@izaera]).
|
158
|
+
|
159
|
+
### Removed
|
160
|
+
|
161
|
+
* Official Ruby 2.0.0 support. `var local` no longer works in Ruby 2.0. The rest of the commands should still work as before, but `byebug` is no longer tested against this version so they might start breaking in the future.
|
162
|
+
|
163
|
+
## [8.2.5] - 2016-04-27
|
164
|
+
|
165
|
+
### Fixed
|
166
|
+
|
167
|
+
* [#244](https://github.com/deivid-rodriguez/byebug/pull/244): Allows paths with spaces ([@HookyQR]).
|
168
|
+
* [#244](https://github.com/deivid-rodriguez/byebug/pull/244): Allows paths with colons ([@HookyQR]).
|
169
|
+
|
170
|
+
## [8.2.4] - 2016-04-08
|
171
|
+
|
172
|
+
### Fixed
|
173
|
+
|
174
|
+
* Reverts [#211](https://github.com/deivid-rodriguez/byebug/pull/211) which leads to an unusable debugger.
|
175
|
+
|
176
|
+
## [8.2.3] - 2016-04-07
|
177
|
+
|
178
|
+
### Fixed
|
179
|
+
|
180
|
+
* Better interaction with utilities like RSpec when hitting Ctrl-C.
|
181
|
+
* [#197](https://github.com/deivid-rodriguez/byebug/issues/197): `irb` command when original program modified ARGV ([@josephks]).
|
182
|
+
* [#211](https://github.com/deivid-rodriguez/byebug/pull/211): Unusable debugger when stdin redirected ([@sethk]).
|
183
|
+
* [#223](https://github.com/deivid-rodriguez/byebug/issues/223): RC file loading when no explicit flag included.
|
184
|
+
* [#175](https://github.com/deivid-rodriguez/byebug/issues/175): Installation on some Windows systems.
|
185
|
+
* [#226](https://github.com/deivid-rodriguez/byebug/issues/226): Installation on some Windows systems.
|
186
|
+
|
187
|
+
## [8.2.2] - 2016-02-01
|
188
|
+
|
189
|
+
### Fixed
|
190
|
+
|
191
|
+
* Bug in rc file loading where most initialization commands would not be run.
|
192
|
+
|
193
|
+
## [8.2.1] - 2015-11-26
|
194
|
+
|
195
|
+
### Fixed
|
196
|
+
|
197
|
+
* Bug in evaluations using "eval".
|
198
|
+
|
199
|
+
## [8.2.0] - 2015-11-12
|
200
|
+
|
201
|
+
### Fixed
|
202
|
+
|
203
|
+
* [#184](https://github.com/deivid-rodriguez/byebug/issues/184): Due to the way of running evaluations in a separate thread.
|
204
|
+
* [#188](https://github.com/deivid-rodriguez/byebug/issues/188): Due to the way of running evaluations in a separate thread.
|
205
|
+
|
206
|
+
### Added
|
207
|
+
|
208
|
+
* `debug` command to evaluate things in a separate thread, since this behavior was removed from default `eval` to fix the above issues.
|
209
|
+
|
210
|
+
## [8.1.0] - 2015-11-09
|
211
|
+
|
212
|
+
### Fixed
|
213
|
+
|
214
|
+
* Command history should be specific per project.
|
215
|
+
* Better error message in certain edge cases when printing the backtrace.
|
216
|
+
* Bug in evaluator which would show information about having stopped at a breakpoint in some cases.
|
217
|
+
|
218
|
+
### Added
|
219
|
+
|
220
|
+
* Ability to autolist source code after `frame` command.
|
221
|
+
* Ability to stop at lines where methods return.
|
222
|
+
|
223
|
+
## [8.0.1] - 2015-11-07
|
224
|
+
|
225
|
+
### Fixed
|
226
|
+
|
227
|
+
* Error stream wouldn't be properly reset when using standalone `byebug`.
|
228
|
+
* Confusing error message for invalid breakpoint locations.
|
229
|
+
|
230
|
+
## [8.0.0] - 2015-11-05
|
231
|
+
|
232
|
+
### Fixed
|
233
|
+
|
234
|
+
* [#183](https://github.com/deivid-rodriguez/byebug/issues/183). Compilation in Ruby 2.0. Regression introduced in [7.0.0].
|
235
|
+
* "Return value is: nil" would be displayed when stopping right before the end of a class definition. We want to avoid showing anything instead.
|
236
|
+
|
237
|
+
### Changed
|
238
|
+
|
239
|
+
* Plugins now need to implement an `at_end` method (separate from `at_return`) in their custom processors.
|
240
|
+
|
241
|
+
## [7.0.0] - 2015-11-04
|
242
|
+
|
243
|
+
### Fixed
|
244
|
+
|
245
|
+
* [#177](https://github.com/deivid-rodriguez/byebug/issues/177). Some issues with formatting results of evaluations.
|
246
|
+
* [#144](https://github.com/deivid-rodriguez/byebug/issues/144). Ruby process after using byebug does no longer get slow.
|
247
|
+
* [#121](https://github.com/deivid-rodriguez/byebug/issues/121). `byebug` commands inside code evaluated from debugger's prompt are now properly working.
|
248
|
+
* Another evaluation bug in autocommands.
|
249
|
+
* `finish 0` command would sometimes fail to stop right before exiting the current frame.
|
250
|
+
* Runner's `--[no-]stop` option now works ([@windwiny]).
|
251
|
+
* Change variable name `bool`, avoid conflict clang's predefined macro.
|
252
|
+
|
253
|
+
### Removed
|
254
|
+
|
255
|
+
* `ps` command.
|
256
|
+
|
257
|
+
### Changed
|
258
|
+
|
259
|
+
* [#166](https://github.com/deivid-rodriguez/byebug/issues/166). Don't load the entire library on require, but only when a `byebug` call is issued ([@bquorning]).
|
260
|
+
* The above fix to the `finish 0` command cause `byebug`'s entrypoint to require 3 steps out instead of 2. In general, plugins using `Byebug::Context.step_out` will need to be changed to consider "c return events" as well.
|
261
|
+
|
262
|
+
### Added
|
263
|
+
|
264
|
+
* `autopry` setting that calls `pry` on every stop.
|
265
|
+
* Return value information to debugger's output when `finish 0` is used.
|
266
|
+
|
267
|
+
## [6.0.2] - 2015-08-20
|
268
|
+
|
269
|
+
### Fixed
|
270
|
+
|
271
|
+
* The user should always be given back a prompt unless (s)he explicitly states the opposite. This provides a more general fix to the bug resolved in [6.0.1].
|
272
|
+
|
273
|
+
## [6.0.1] - 2015-08-19
|
274
|
+
|
275
|
+
### Fixed
|
276
|
+
|
277
|
+
* Bug in evaluation where the user would lose the command prompt when entering an expression with a syntax error.
|
278
|
+
|
279
|
+
## [6.0.0] - 2015-08-17
|
280
|
+
|
281
|
+
### Removed
|
282
|
+
|
283
|
+
* `autoeval` setting. I haven't heard of anyone setting it to false.
|
284
|
+
* `pp`, `putl`, `eval`. People just want to evaluate Ruby code, so the less magic the better. Most of the people probably were not aware that `byebug` was overriding stuff like `pp` or `eval`. Only keeping `ps` as the single "enhanced evaluation" command.
|
285
|
+
* `verbose` setting.
|
286
|
+
* `info catch` command. Use `catch` without arguments instead.
|
287
|
+
* `R` command alias for `restart`.
|
288
|
+
|
289
|
+
### Changed
|
290
|
+
|
291
|
+
* `info args` is now `var args`.
|
292
|
+
* `interrupt` is now aliased to `int`, not to `i`.
|
293
|
+
* API to define custom commands and subcommands (see the Command class).
|
294
|
+
|
295
|
+
### Fixed
|
296
|
+
|
297
|
+
* [#140](https://github.com/deivid-rodriguez/byebug/issues/140). `help` command not showing the list of available commands and their descriptions.
|
298
|
+
* [#147](https://github.com/deivid-rodriguez/byebug/issues/147). Setting breakpoints at symlinked files.
|
299
|
+
|
300
|
+
### Added
|
301
|
+
|
302
|
+
* API to define custom command processors (see the CommandProcessor class).
|
303
|
+
|
304
|
+
## [5.0.0] - 2015-05-18
|
305
|
+
|
306
|
+
### Fixed
|
307
|
+
|
308
|
+
* [#136](https://github.com/deivid-rodriguez/byebug/issues/136). `frame` command not working with negative numbers ([@ark6]).
|
309
|
+
|
310
|
+
### Added
|
311
|
+
|
312
|
+
* IDE support and a new command/subcommand API for plugins.
|
313
|
+
* Add a "savefile" setting holding the file where "save" command saves current debugger's state.
|
314
|
+
|
315
|
+
### Changed
|
316
|
+
|
317
|
+
* `disable` no longer disable all breakpoints, it just shows command's help instead. To disable all breakpoints now you need to do `disable breakpoints` (or `dis b`). Similarly, you can't no longer use `dis 1 2 3` but need to do `dis b 1 2 3` to disable specific breakpoints. The same applies to the `enable` command.
|
318
|
+
|
319
|
+
### Removed
|
320
|
+
|
321
|
+
* `help set <setting>` no longer works. `help set` includes that same output and it's not verbose enough so that this is a problem. Same with `help show <setting>`.
|
322
|
+
|
323
|
+
## [4.0.5] - 2015-04-02
|
324
|
+
|
325
|
+
### Fixed
|
326
|
+
|
327
|
+
* [#131](https://github.com/deivid-rodriguez/byebug/issues/131).
|
328
|
+
* Thread commands help format should be consistent with the rest of the help system now.
|
329
|
+
|
330
|
+
## [4.0.4] - 2015-03-27
|
331
|
+
|
332
|
+
### Fixed
|
333
|
+
|
334
|
+
* [#127](https://github.com/deivid-rodriguez/byebug/issues/127).
|
335
|
+
|
336
|
+
## [4.0.3] - 2015-03-19
|
337
|
+
|
338
|
+
### Fixed
|
339
|
+
|
340
|
+
* Unused variable warning in `context.c`.
|
341
|
+
|
342
|
+
## [4.0.2] - 2015-03-16
|
343
|
+
|
344
|
+
### Fixed
|
345
|
+
|
346
|
+
* [#118](https://github.com/deivid-rodriguez/byebug/issues/118). Remove `rb-readline` as a dependency and show a help message whenever requiring `readline` fails instead.
|
347
|
+
|
348
|
+
## [4.0.1] - 2015-03-13
|
349
|
+
|
350
|
+
### Fixed
|
351
|
+
|
352
|
+
* .yml files needed for printers support were missing from the release... :S
|
353
|
+
* [#118](https://github.com/deivid-rodriguez/byebug/issues/118). Add `readline` as a dependency.
|
354
|
+
|
355
|
+
## [4.0.0] - 2015-03-13
|
356
|
+
|
357
|
+
### Added
|
358
|
+
|
359
|
+
* `untracevar` command that stops tracing a global variable.
|
360
|
+
* Window CI build through AppVeyor.
|
361
|
+
* OSX CI build through Travis.
|
362
|
+
* Style enforcement through RuboCop.
|
363
|
+
* C style enforment using the `indent` command line utility.
|
364
|
+
* Some remote debugging tests ([@eric-hu]).
|
365
|
+
* Printer's support ([@astashov]).
|
366
|
+
|
367
|
+
### Changed
|
368
|
+
|
369
|
+
* A lot of internal refactoring.
|
370
|
+
* `tracevar` now requires the full global variable name (with "$").
|
371
|
+
* [#92](https://github.com/deivid-rodriguez/byebug/issues/92). The `catch` command is not allowed in post_mortem mode anymore. It was not working anyways.
|
372
|
+
* [#85](https://github.com/deivid-rodriguez/byebug/issues/85). `step` is now more user friendly when used in combination with `up`.
|
373
|
+
* `var const` can now be called without an argument and will show constants in the current scope.
|
374
|
+
* `break` with a class name now creates breakpoints regardless of class not being yet defined. If that's the case, it gives a warning but the class is created anyways.
|
375
|
+
|
376
|
+
### Fixed
|
377
|
+
|
378
|
+
* Code reloading issues.
|
379
|
+
* `set fullpath` was not showing fullpaths. Now it is.
|
380
|
+
* [#93](https://github.com/deivid-rodriguez/byebug/issues/93): `up`, `down` and `frame` commands now work in post_mortem mode.
|
381
|
+
* rc file (`.byebugrc`) loading: invalid commands are just ignored instead of aborting, global (home) rc file is now properly loaded before project's file.
|
382
|
+
* [#93](https://github.com/deivid-rodriguez/byebug/issues/93). Backtraces not working in `post_mortem` mode.
|
383
|
+
* 'cmd1 ; cmd2 ; ...; cmdN' syntax which allows running several commands sequentially.
|
384
|
+
* [#101](https://github.com/deivid-rodriguez/byebug/issues/101). `finish` command not stopping at the correct line.
|
385
|
+
* [#106](https://github.com/deivid-rodriguez/byebug/issues/106). `break` with namespaced class, like `break A::B#c` should now work.
|
386
|
+
* Command history is now persisted before exiting byebug.
|
387
|
+
* Setting breakpoint in a method would stop not only at the beginning of the method but also at the beginning of every block inside the method.
|
388
|
+
* [#122](https://github.com/deivid-rodriguez/byebug/issues/122). Setting breakpoints on module methods ([@x-yuri]).
|
389
|
+
|
390
|
+
### Removed
|
391
|
+
|
392
|
+
* `autoreload` setting as it's not necessary anymore. Code should always be up to date.
|
393
|
+
* `reload` command for the same reason.
|
394
|
+
* Gem dependency on `debugger-linecache`.
|
395
|
+
* `step+`, `step-`, `next+`, `next-`, `set/show linetrace_plus` and `set/show forcestep` commands. These were all mechanisms to deal with TracePoint API event dupplication, but this duplicated events have been completely removed from the API since [r48609]( bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/48609), so they are no longer necessary.
|
396
|
+
* `info file` subcommands: `info file breakpoints`, `info file mtime`, `info file sha1`, `info file all`. Now all information is listed under `info file`.
|
397
|
+
* `testing` setting. It was just a hack to be able to test `byebug`. Nobody was supposed to actually use it!
|
398
|
+
* `var class` command, just use Ruby (`self.class.class_variables`).
|
399
|
+
* `p` command, just use `eval`, or just type your expression and `byebug` will autoevaluate it.
|
400
|
+
* `exit` alias for `quit`.
|
401
|
+
|
402
|
+
## [3.5.1] - 2014-09-29
|
403
|
+
|
404
|
+
### Fixed
|
405
|
+
|
406
|
+
* [#79](https://github.com/deivid-rodriguez/byebug/issues/79). Windows installation.
|
407
|
+
* `condition` command not properly detecting invalid breakpoint ids.
|
408
|
+
|
409
|
+
## [3.5.0] - 2014-09-28
|
410
|
+
|
411
|
+
### Fixed
|
412
|
+
|
413
|
+
* [#81](https://github.com/deivid-rodriguez/byebug/issues/81). Byebug's history messing up other programs using Readline.
|
414
|
+
* Readline's history not being properly saved and inmediately available.
|
415
|
+
* User not being notified when trying to debug a non existent script.
|
416
|
+
|
417
|
+
### Changed
|
418
|
+
|
419
|
+
* Complete rewrite of byebug's history.
|
420
|
+
* Complete rewrite of list command.
|
421
|
+
* Docs about stacktrace related commands (`up`, `down`, `frame`, `backtrace`).
|
422
|
+
|
423
|
+
## [3.4.2] - 2014-09-26
|
424
|
+
|
425
|
+
### Fixed
|
426
|
+
|
427
|
+
* [#67](https://github.com/deivid-rodriguez/byebug/issues/67). Debugging commands invoked by ruby executable, as in `byebug -- ruby -Itest a_test.rb -n test_something`.
|
428
|
+
|
429
|
+
## [3.4.1] - 2014-09-25
|
430
|
+
|
431
|
+
### Fixed
|
432
|
+
|
433
|
+
* [#54](https://github.com/deivid-rodriguez/byebug/issues/54). Use of threads inside `eval` command.
|
434
|
+
* `list` command not listing backwards after reaching the end of the file.
|
435
|
+
|
436
|
+
## [3.4.0] - 2014-09-01
|
437
|
+
|
438
|
+
### Fixed
|
439
|
+
|
440
|
+
* deivid-rodriguez/pry-byebug#32 in a better way.
|
441
|
+
|
442
|
+
## [3.3.0] - 2014-08-28
|
443
|
+
|
444
|
+
### Fixed
|
445
|
+
|
446
|
+
* `set verbose` command.
|
447
|
+
* `set post_mortem false` command.
|
448
|
+
* Debugger stopping in `byebug`'s internal frames in some cases.
|
449
|
+
* `backtrace` crashing when `fullpath` setting disabled and calculated stack size being smaller than the real one.
|
450
|
+
|
451
|
+
### Changed
|
452
|
+
|
453
|
+
* The `-t` option for `bin/byebug` now turns tracing on whereas the `-x` option tells byebug to run the initialization file (.byebugrc) on startup. This is the default behaviour though.
|
454
|
+
* `bin/byebug` libified and tests added.
|
455
|
+
|
456
|
+
### Removed
|
457
|
+
|
458
|
+
* `info locals` command. Use `var local` instead.
|
459
|
+
* `info instance_variables` command. Use `var instance` instead.
|
460
|
+
* `info global_variables` command. Use `var global` instead.
|
461
|
+
* `info variables` command. Use `var all` instead.
|
462
|
+
* `irb` command stepping capabilities, see [8e226d0](https://github.com/deivid-rodriguez/byebug/commit/8e226d0).
|
463
|
+
* `script` and `restart-script` options for `bin/byebug`.
|
464
|
+
|
465
|
+
## [3.2.0] - 2014-08-02
|
466
|
+
|
467
|
+
### Fixed
|
468
|
+
|
469
|
+
* [#71](https://github.com/deivid-rodriguez/byebug/issues/71). Remote debugging ([@shuky19]).
|
470
|
+
* [#69](https://github.com/deivid-rodriguez/byebug/issues/69). `source` command ([@Olgagr]).
|
471
|
+
|
472
|
+
### Removed
|
473
|
+
|
474
|
+
* `post_mortem` activation through `Byebug.post_mortem`. Use `set post_mortem` instead.
|
475
|
+
* `info stack` command. Use `where` instead.
|
476
|
+
* `method iv` command. Use `var instance` instead.
|
477
|
+
* [#77](https://github.com/deivid-rodriguez/byebug/issues/77). Warning.
|
478
|
+
|
479
|
+
## [3.1.2] - 2014-04-23
|
480
|
+
|
481
|
+
### Fixed
|
482
|
+
|
483
|
+
* `post_mortem` mode in `bin/byebug` (really).
|
484
|
+
* Line tracing in `bin/byebug`.
|
485
|
+
|
486
|
+
## [3.1.1] - 2014-04-23
|
487
|
+
|
488
|
+
### Fixed
|
489
|
+
|
490
|
+
* `post_mortem` mode in bin/byebug.
|
491
|
+
|
492
|
+
## [3.1.0] - 2014-04-23
|
493
|
+
|
494
|
+
### Removed
|
495
|
+
|
496
|
+
* `show commands` command. Use `history` instead.
|
497
|
+
* Byebug.start accepting options. Any program settings you want applied from the start should be set in `.byebugrc`.
|
498
|
+
* `trace` command. Use `set linetrace` for line tracing and `tracevar` for global variable tracing.
|
499
|
+
* `show version` command. Use `byebug --version` to check byebug's version.
|
500
|
+
* `set arg` setting. Use the `restart` command instead.
|
501
|
+
|
502
|
+
### Changed
|
503
|
+
|
504
|
+
* `linetrace_plus` setting renamed to `tracing_plus`.
|
505
|
+
|
506
|
+
### Added
|
507
|
+
|
508
|
+
* `history` command to check byebug's history of previous commands.
|
509
|
+
|
510
|
+
## [3.0.0] - 2014-04-17
|
511
|
+
|
512
|
+
### Fixed
|
513
|
+
|
514
|
+
* Plain `byebug` not working when `pry-byebug` installed.
|
515
|
+
* `post_mortem` mode.
|
516
|
+
* Command history not being saved after regular program termination.
|
517
|
+
* [#54](https://github.com/deivid-rodriguez/byebug/issues/54). (Again) calling `Byebug.start` with `Timeout.timeout` ([@zmoazeni]).
|
518
|
+
|
519
|
+
### Added
|
520
|
+
|
521
|
+
* Allow disabling `post_mortem` mode.
|
522
|
+
|
523
|
+
### Changed
|
524
|
+
|
525
|
+
* `show commands` command for listing history of previous commands now behaves like shell's `history` command.
|
526
|
+
* `show/set history filename` is now `show/set histfile`.
|
527
|
+
* `show/set history size` is now `show/set histsize`.
|
528
|
+
* `show/set history save` is now `show/set autosave`.
|
529
|
+
* `finish` semantics, see [61f9b4d](https://github.com/deivid-rodriguez/byebug/commit/61f9b4d).
|
530
|
+
* Use per project history file by default.
|
531
|
+
|
532
|
+
### Removed
|
533
|
+
|
534
|
+
* The `init` option for `Byebug.start`. Information to make the `restart` command work is always saved now.
|
535
|
+
|
536
|
+
## [2.7.0] - 2014-02-24
|
537
|
+
|
538
|
+
### Fixed
|
539
|
+
|
540
|
+
* [#52](https://github.com/deivid-rodriguez/byebug/issues/52). `IGNORED_FILES` slowing down startup.
|
541
|
+
* [#53](https://github.com/deivid-rodriguez/byebug/issues/53). Calling `Byebug.start` with `Timeout.timeout`.
|
542
|
+
* [#54](https://github.com/deivid-rodriguez/byebug/issues/54). Calling `Byebug.start` with `Timeout.timeout`.
|
543
|
+
|
544
|
+
## [2.6.0] - 2014-02-08
|
545
|
+
|
546
|
+
### Fixed
|
547
|
+
|
548
|
+
* Circular dependency affecting `pry-byebug` ([@andreychernih]).
|
549
|
+
|
550
|
+
## [2.5.0] - 2013-12-14
|
551
|
+
|
552
|
+
### Added
|
553
|
+
|
554
|
+
* Support for `sublime-debugger`.
|
555
|
+
|
556
|
+
## [2.4.1] - 2013-12-05
|
557
|
+
|
558
|
+
### Fixed
|
559
|
+
|
560
|
+
* [#40](https://github.com/deivid-rodriguez/byebug/issues/40). Installation error in Mac OSX ([@luislavena]).
|
561
|
+
|
562
|
+
## [2.4.0] - 2013-12-02
|
563
|
+
|
564
|
+
### Fixed
|
565
|
+
|
566
|
+
* `thread list` showing too many threads.
|
567
|
+
* Fix setting post mortem mode with `set post_mortem`. Now this is the only post mortem functionality available as specifying `Byebug.post_mortem` with a block has been removed in this version.
|
568
|
+
|
569
|
+
### Added
|
570
|
+
|
571
|
+
* (Again) `debugger` as an alias to `byebug` ([@wallace]).
|
572
|
+
* `-R` option for `bin/byebug` to specify server's hostname:port for remote debugging ([@mrkn]).
|
573
|
+
|
574
|
+
### Changed
|
575
|
+
|
576
|
+
* Use `require` instead of `require_relative` for loading byebug's extension library ([@nobu]).
|
577
|
+
* `trace variable $foo` should be now `trace variable $foo`.
|
578
|
+
|
579
|
+
## [2.3.1] - 2013-10-17
|
580
|
+
|
581
|
+
### Fixed
|
582
|
+
|
583
|
+
* Breakpoint removal.
|
584
|
+
* Broken test suite.
|
585
|
+
|
586
|
+
## [2.3.0] - 2013-10-09
|
587
|
+
|
588
|
+
### Added
|
589
|
+
|
590
|
+
* Compatibility with Phusion Passenger Enterprise ([@FooBarWidget]).
|
591
|
+
|
592
|
+
### Changed
|
593
|
+
|
594
|
+
* More minimalist help system.
|
595
|
+
|
596
|
+
## [2.2.2] - 2013-09-25
|
597
|
+
|
598
|
+
### Fixed
|
599
|
+
|
600
|
+
* Compilation issue in 64 bit systems.
|
601
|
+
|
602
|
+
## [2.2.1] - 2013-09-24
|
603
|
+
|
604
|
+
### Fixed
|
605
|
+
|
606
|
+
* [#26](https://github.com/deivid-rodriguez/byebug/issues/26). Compilation issue introduced in [2.2.0].
|
607
|
+
|
608
|
+
### Changed
|
609
|
+
|
610
|
+
* `show/set stack_trace_on_error` is now `show/set stack_on_error`.
|
611
|
+
|
612
|
+
## [2.2.0] - 2013-09-22
|
613
|
+
|
614
|
+
### Fixed
|
615
|
+
|
616
|
+
* Stack size calculations.
|
617
|
+
* Setting `post_mortem` mode.
|
618
|
+
|
619
|
+
### Added
|
620
|
+
|
621
|
+
* `verbose` setting for TracePoint API event inspection.
|
622
|
+
|
623
|
+
### Changed
|
624
|
+
|
625
|
+
* Warning free byebug.
|
626
|
+
* Allow `edit <filename>` without a line number.
|
627
|
+
|
628
|
+
## [2.1.1] - 2013-09-10
|
629
|
+
|
630
|
+
### Fixed
|
631
|
+
|
632
|
+
* Debugging code inside `-e` Ruby flag.
|
633
|
+
|
634
|
+
## [2.1.0] - 2013-09-08
|
635
|
+
|
636
|
+
### Fixed
|
637
|
+
|
638
|
+
* Remote debugging display.
|
639
|
+
* `eval` crashing when inspecting raised an exception (reported by [@iblue]).
|
640
|
+
|
641
|
+
### Changed
|
642
|
+
|
643
|
+
* `enable breakpoints` now enables every breakpoint.
|
644
|
+
* `disable breakpoints` now disables every breakpoint.
|
645
|
+
|
646
|
+
## [2.0.0] - 2013-08-30
|
647
|
+
|
648
|
+
### Added
|
649
|
+
|
650
|
+
* "Official" definition of a command API.
|
651
|
+
* Thread support.
|
652
|
+
|
653
|
+
### Removed
|
654
|
+
|
655
|
+
* `jump` command. It had never worked.
|
656
|
+
|
657
|
+
### Changed
|
658
|
+
|
659
|
+
* Several internal refactorings.
|
660
|
+
|
661
|
+
## [1.8.2] - 2013-08-16
|
662
|
+
|
663
|
+
### Fixed
|
664
|
+
|
665
|
+
* `save` command now saves the list of `displays`.
|
666
|
+
* Stack size calculation.
|
667
|
+
|
668
|
+
### Changed
|
669
|
+
|
670
|
+
* More user friendly regexps for commands.
|
671
|
+
* Better help for some commands.
|
672
|
+
|
673
|
+
## [1.8.1] - 2013-08-12
|
674
|
+
|
675
|
+
### Fixed
|
676
|
+
|
677
|
+
* Major regression introduced in [1.8.0].
|
678
|
+
|
679
|
+
## [1.8.0] - 2013-08-12
|
680
|
+
|
681
|
+
### Added
|
682
|
+
|
683
|
+
* Remote debugging support.
|
684
|
+
|
685
|
+
## [1.7.0] - 2013-08-03
|
686
|
+
|
687
|
+
### Added
|
688
|
+
|
689
|
+
* List command automatically called after callstack navigation commands.
|
690
|
+
* C-frames specifically marked in the callstack.
|
691
|
+
* C-frames skipped when navigating the callstack.
|
692
|
+
|
693
|
+
## [1.6.1] - 2013-07-10
|
694
|
+
|
695
|
+
### Fixed
|
696
|
+
|
697
|
+
* Windows compatibiliy: compilation and terminal width issues.
|
698
|
+
|
699
|
+
## [1.6.0] - 2013-07-10
|
700
|
+
|
701
|
+
### Fixed
|
702
|
+
|
703
|
+
* `byebug` placed at the end of a block or method call not working as expected.
|
704
|
+
* `autolist` being applied when Ruby `-e` option used.
|
705
|
+
|
706
|
+
### Changed
|
707
|
+
|
708
|
+
* Backtrace callstyles. Use `long` for detailed frames in callstack and `short` for more concise frames.
|
709
|
+
|
710
|
+
## [1.5.0] - 2013-06-21
|
711
|
+
|
712
|
+
### Fixed
|
713
|
+
|
714
|
+
* Incomplete backtraces when the debugger was not started at program startup.
|
715
|
+
|
716
|
+
## [1.4.2] - 2013-06-20
|
717
|
+
|
718
|
+
### Fixed
|
719
|
+
|
720
|
+
* `help command subcommand` command.
|
721
|
+
* Interaction with Rails Console debugging flag.
|
722
|
+
* `post_mortem` mode when running byebug from the outset.
|
723
|
+
* `no-quit` flag when running byebug from the outset.
|
724
|
+
|
725
|
+
## [1.4.1] - 2013-06-15
|
726
|
+
|
727
|
+
### Fixed
|
728
|
+
|
729
|
+
* Crash when printing some filenames in backtraces.
|
730
|
+
* Allow byebug developers to easily use compilers different from gcc ([@GarthSnyder]).
|
731
|
+
|
732
|
+
## [1.4.0] - 2013-06-05
|
733
|
+
|
734
|
+
### Fixed
|
735
|
+
|
736
|
+
* Memory leaks causing `byebug` to randomly crash.
|
737
|
+
|
738
|
+
### Changed
|
739
|
+
|
740
|
+
* Use the Debug Inspector API for backtrace information.
|
741
|
+
|
742
|
+
## [1.3.1] - 2013-06-02
|
743
|
+
|
744
|
+
### Fixed
|
745
|
+
|
746
|
+
* Interaction with Rails debugging flag.
|
747
|
+
* Crash when trying to print lines of code containing the character '%'.
|
748
|
+
* `basename` and `linetrace` options not working together.
|
749
|
+
|
750
|
+
## [1.3.0] - 2013-05-25
|
751
|
+
|
752
|
+
### Added
|
753
|
+
|
754
|
+
* Support colon-delimited include paths in command-line front-end ([@ender672]).
|
755
|
+
|
756
|
+
## [1.2.0] - 2013-05-20
|
757
|
+
|
758
|
+
### Fixed
|
759
|
+
|
760
|
+
* Ctrl+C during command line editing (works like pry/irb).
|
761
|
+
|
762
|
+
### Added
|
763
|
+
|
764
|
+
* `pry` command.
|
765
|
+
|
766
|
+
## [1.1.1] - 2013-05-07
|
767
|
+
|
768
|
+
### Added
|
769
|
+
|
770
|
+
* `pry-byebug` compatibility.
|
771
|
+
|
772
|
+
### Changed
|
773
|
+
|
774
|
+
* Better help system.
|
775
|
+
* Code cleanup.
|
776
|
+
|
777
|
+
## [1.1.0] - 2013-04-30
|
778
|
+
|
779
|
+
### Added
|
780
|
+
|
781
|
+
* Post Mortem support.
|
782
|
+
|
783
|
+
## [1.0.3] - 2013-04-23
|
784
|
+
|
785
|
+
### Fixed
|
786
|
+
|
787
|
+
* Negative line numbers shown by list command at the beginning of file.
|
788
|
+
* `backtrace` command segfaulting when trying to show info on some frame args. Don't know the reason yet, but the exception is handled now and command does not segfault anymore.
|
789
|
+
|
790
|
+
### Changed
|
791
|
+
|
792
|
+
* `autoreload` is set by default now.
|
793
|
+
* Try some thread support (not even close to usable).
|
794
|
+
|
795
|
+
## [1.0.2] - 2013-04-09
|
796
|
+
|
797
|
+
### Fixed
|
798
|
+
|
799
|
+
* backtraces messed up when using both `next`/`step` and backtrace navigation commands.
|
800
|
+
|
801
|
+
### Changed
|
802
|
+
|
803
|
+
* `autolist` and `autoeval` are default settings now.
|
804
|
+
|
805
|
+
## [1.0.1] - 2013-04-06
|
806
|
+
|
807
|
+
### Fixed
|
808
|
+
|
809
|
+
* Byebug not loading properly.
|
810
|
+
|
811
|
+
## [1.0.0] - 2013-03-29
|
812
|
+
|
813
|
+
### Fixed
|
814
|
+
|
815
|
+
* Green test suite.
|
816
|
+
|
817
|
+
## 0.0.1 - 2013-03-18
|
818
|
+
|
819
|
+
### Added
|
820
|
+
|
821
|
+
* Initial release.
|
822
|
+
|
823
|
+
[Unreleased]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.3...HEAD
|
824
|
+
[11.1.3]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.2...v11.1.3
|
825
|
+
[11.1.2]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.1...v11.1.2
|
826
|
+
[11.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.1.0...v11.1.1
|
827
|
+
[11.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.1...v11.1.0
|
828
|
+
[11.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v11.0.0...v11.0.1
|
829
|
+
[11.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.2...v11.0.0
|
830
|
+
[10.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.1...v10.0.2
|
831
|
+
[10.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v10.0.0...v10.0.1
|
832
|
+
[10.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v9.1.0...v10.0.0
|
833
|
+
[9.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.6...v9.1.0
|
834
|
+
[9.0.6]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.5...v9.0.6
|
835
|
+
[9.0.5]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.4...v9.0.5
|
836
|
+
[9.0.4]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.3...v9.0.4
|
837
|
+
[9.0.3]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.2...v9.0.3
|
838
|
+
[9.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.1...v9.0.2
|
839
|
+
[9.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v9.0.0...v9.0.1
|
840
|
+
[9.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.5...v9.0.0
|
841
|
+
[8.2.5]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.4...v8.2.5
|
842
|
+
[8.2.4]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.3...v8.2.4
|
843
|
+
[8.2.3]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.2...v8.2.3
|
844
|
+
[8.2.2]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.1...v8.2.2
|
845
|
+
[8.2.1]: https://github.com/deivid-rodriguez/byebug/compare/v8.2.0...v8.2.1
|
846
|
+
[8.2.0]: https://github.com/deivid-rodriguez/byebug/compare/v8.1.0...v8.2.0
|
847
|
+
[8.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v8.0.1...v8.1.0
|
848
|
+
[8.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v8.0.0...v8.0.1
|
849
|
+
[8.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v7.0.0...v8.0.0
|
850
|
+
[7.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v6.0.2...v7.0.0
|
851
|
+
[6.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v6.0.1...v6.0.2
|
852
|
+
[6.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v6.0.0...v6.0.1
|
853
|
+
[6.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v5.0.0...v6.0.0
|
854
|
+
[5.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.5...v5.0.0
|
855
|
+
[4.0.5]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.4...v4.0.5
|
856
|
+
[4.0.4]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.3...v4.0.4
|
857
|
+
[4.0.3]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.2...v4.0.3
|
858
|
+
[4.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.1...v4.0.2
|
859
|
+
[4.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v4.0.0...v4.0.1
|
860
|
+
[4.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v3.5.1...v4.0.0
|
861
|
+
[3.5.1]: https://github.com/deivid-rodriguez/byebug/compare/v3.5.0...v3.5.1
|
862
|
+
[3.5.0]: https://github.com/deivid-rodriguez/byebug/compare/v3.4.2...v3.5.0
|
863
|
+
[3.4.2]: https://github.com/deivid-rodriguez/byebug/compare/v3.4.1...v3.4.2
|
864
|
+
[3.4.1]: https://github.com/deivid-rodriguez/byebug/compare/v3.4.0...v3.4.1
|
865
|
+
[3.4.0]: https://github.com/deivid-rodriguez/byebug/compare/v3.3.0...v3.4.0
|
866
|
+
[3.3.0]: https://github.com/deivid-rodriguez/byebug/compare/v3.2.0...v3.3.0
|
867
|
+
[3.2.0]: https://github.com/deivid-rodriguez/byebug/compare/v3.1.2...v3.2.0
|
868
|
+
[3.1.2]: https://github.com/deivid-rodriguez/byebug/compare/v3.1.1...v3.1.2
|
869
|
+
[3.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v3.1.0...v3.1.1
|
870
|
+
[3.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v3.0.0...v3.1.0
|
871
|
+
[3.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.7.0...v3.0.0
|
872
|
+
[2.7.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.6.0...v2.7.0
|
873
|
+
[2.6.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.5.0...v2.6.0
|
874
|
+
[2.5.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.4.1...v2.5.0
|
875
|
+
[2.4.1]: https://github.com/deivid-rodriguez/byebug/compare/v2.4.0...v2.4.1
|
876
|
+
[2.4.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.3.1...v2.4.0
|
877
|
+
[2.3.1]: https://github.com/deivid-rodriguez/byebug/compare/v2.3.0...v2.3.1
|
878
|
+
[2.3.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.2.2...v2.3.0
|
879
|
+
[2.2.2]: https://github.com/deivid-rodriguez/byebug/compare/v2.2.1...v2.2.2
|
880
|
+
[2.2.1]: https://github.com/deivid-rodriguez/byebug/compare/v2.2.0...v2.2.1
|
881
|
+
[2.2.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.1.1...v2.2.0
|
882
|
+
[2.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v2.1.0...v2.1.1
|
883
|
+
[2.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v2.0.0...v2.1.0
|
884
|
+
[2.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.8.2...v2.0.0
|
885
|
+
[1.8.2]: https://github.com/deivid-rodriguez/byebug/compare/v1.8.1...v1.8.2
|
886
|
+
[1.8.1]: https://github.com/deivid-rodriguez/byebug/compare/v1.8.0...v1.8.1
|
887
|
+
[1.8.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.7.0...v1.8.0
|
888
|
+
[1.7.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.6.1...v1.7.0
|
889
|
+
[1.6.1]: https://github.com/deivid-rodriguez/byebug/compare/v1.6.0...v1.6.1
|
890
|
+
[1.6.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.5.0...v1.6.0
|
891
|
+
[1.5.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.4.2...v1.5.0
|
892
|
+
[1.4.2]: https://github.com/deivid-rodriguez/byebug/compare/v1.4.1...v1.4.2
|
893
|
+
[1.4.1]: https://github.com/deivid-rodriguez/byebug/compare/v1.4.0...v1.4.1
|
894
|
+
[1.4.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.3.1...v1.4.0
|
895
|
+
[1.3.1]: https://github.com/deivid-rodriguez/byebug/compare/v1.3.0...v1.3.1
|
896
|
+
[1.3.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.2.0...v1.3.0
|
897
|
+
[1.2.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.1.1...v1.2.0
|
898
|
+
[1.1.1]: https://github.com/deivid-rodriguez/byebug/compare/v1.1.0...v1.1.1
|
899
|
+
[1.1.0]: https://github.com/deivid-rodriguez/byebug/compare/v1.0.3...v1.1.0
|
900
|
+
[1.0.3]: https://github.com/deivid-rodriguez/byebug/compare/v1.0.2...v1.0.3
|
901
|
+
[1.0.2]: https://github.com/deivid-rodriguez/byebug/compare/v1.0.1...v1.0.2
|
902
|
+
[1.0.1]: https://github.com/deivid-rodriguez/byebug/compare/v1.0.0...v1.0.1
|
903
|
+
[1.0.0]: https://github.com/deivid-rodriguez/byebug/compare/v0.0.1...v1.0.0
|
904
|
+
|
905
|
+
[@akaneko3]: https://github.com/akaneko3
|
906
|
+
[@andreychernih]: https://github.com/andreychernih
|
907
|
+
[@ark6]: https://github.com/ark6
|
908
|
+
[@astashov]: https://github.com/astashov
|
909
|
+
[@bquorning]: https://github.com/bquorning
|
910
|
+
[@cben]: https://github.com/cben
|
911
|
+
[@ender672]: https://github.com/ender672
|
912
|
+
[@eric-hu]: https://github.com/eric-hu
|
913
|
+
[@FooBarWidget]: https://github.com/FooBarWidget
|
914
|
+
[@GarthSnyder]: https://github.com/GarthSnyder
|
915
|
+
[@HookyQR]: https://github.com/HookyQR
|
916
|
+
[@iblue]: https://github.com/iblue
|
917
|
+
[@izaera]: https://github.com/izaera
|
918
|
+
[@josephks]: https://github.com/josephks
|
919
|
+
[@k0kubun]: https://github.com/k0kubun
|
920
|
+
[@ko1]: https://github.com/ko1
|
921
|
+
[@luislavena]: https://github.com/luislavena
|
922
|
+
[@mrkn]: https://github.com/mrkn
|
923
|
+
[@nobu]: https://github.com/nobu
|
924
|
+
[@Olgagr]: https://github.com/Olgagr
|
925
|
+
[@sethk]: https://github.com/sethk
|
926
|
+
[@shuky19]: https://github.com/shuky19
|
927
|
+
[@tacnoman]: https://github.com/tacnoman
|
928
|
+
[@terceiro]: https://github.com/terceiro
|
929
|
+
[@tzmfreedom]: https://github.com/tzmfreedom
|
930
|
+
[@wallace]: https://github.com/wallace
|
931
|
+
[@windwiny]: https://github.com/windwiny
|
932
|
+
[@x-yuri]: https://github.com/x-yuri
|
933
|
+
[@yui-knk]: https://github.com/yui-knk
|
934
|
+
[@zmoazeni]: https://github.com/zmoazeni
|