rails-rfc6570 3.0.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -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 -144
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
## Rails 7.2.1 (August 22, 2024) ##
|
|
2
|
+
|
|
3
|
+
* No changes.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Rails 7.2.0 (August 09, 2024) ##
|
|
7
|
+
|
|
8
|
+
* Fix `delegate_missing_to allow_nil: true` when called with implict self
|
|
9
|
+
|
|
10
|
+
```ruby
|
|
11
|
+
class Person
|
|
12
|
+
delegate_missing_to :address, allow_nil: true
|
|
13
|
+
|
|
14
|
+
def address
|
|
15
|
+
nil
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
def berliner?
|
|
19
|
+
city == "Berlin"
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
Person.new.city # => nil
|
|
24
|
+
Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
*Jean Boussier*
|
|
28
|
+
|
|
29
|
+
* Add `logger` as a dependency since it is a bundled gem candidate for Ruby 3.5
|
|
30
|
+
|
|
31
|
+
*Earlopain*
|
|
32
|
+
|
|
33
|
+
* Define `Digest::UUID.nil_uuid`, which returns the so-called nil UUID.
|
|
34
|
+
|
|
35
|
+
*Xavier Noria*
|
|
36
|
+
|
|
37
|
+
* Support `duration` type in `ActiveSupport::XmlMini`.
|
|
38
|
+
|
|
39
|
+
*heka1024*
|
|
40
|
+
|
|
41
|
+
* Remove deprecated `ActiveSupport::Notifications::Event#children` and `ActiveSupport::Notifications::Event#parent_of?`.
|
|
42
|
+
|
|
43
|
+
*Rafael Mendonça França*
|
|
44
|
+
|
|
45
|
+
* Remove deprecated support to call the following methods without passing a deprecator:
|
|
46
|
+
|
|
47
|
+
- `deprecate`
|
|
48
|
+
- `deprecate_constant`
|
|
49
|
+
- `ActiveSupport::Deprecation::DeprecatedObjectProxy.new`
|
|
50
|
+
- `ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new`
|
|
51
|
+
- `ActiveSupport::Deprecation::DeprecatedConstantProxy.new`
|
|
52
|
+
- `assert_deprecated`
|
|
53
|
+
- `assert_not_deprecated`
|
|
54
|
+
- `collect_deprecations`
|
|
55
|
+
|
|
56
|
+
*Rafael Mendonça França*
|
|
57
|
+
|
|
58
|
+
* Remove deprecated `ActiveSupport::Deprecation` delegation to instance.
|
|
59
|
+
|
|
60
|
+
*Rafael Mendonça França*
|
|
61
|
+
|
|
62
|
+
* Remove deprecated `SafeBuffer#clone_empty`.
|
|
63
|
+
|
|
64
|
+
*Rafael Mendonça França*
|
|
65
|
+
|
|
66
|
+
* Remove deprecated `#to_default_s` from `Array`, `Date`, `DateTime` and `Time`.
|
|
67
|
+
|
|
68
|
+
*Rafael Mendonça França*
|
|
69
|
+
|
|
70
|
+
* Remove deprecated support to passing `Dalli::Client` instances to `MemCacheStore`.
|
|
71
|
+
|
|
72
|
+
*Rafael Mendonça França*
|
|
73
|
+
|
|
74
|
+
* Remove deprecated `config.active_support.use_rfc4122_namespaced_uuids`.
|
|
75
|
+
|
|
76
|
+
*Rafael Mendonça França*
|
|
77
|
+
|
|
78
|
+
* Remove deprecated `config.active_support.remove_deprecated_time_with_zone_name`.
|
|
79
|
+
|
|
80
|
+
*Rafael Mendonça França*
|
|
81
|
+
|
|
82
|
+
* Remove deprecated `config.active_support.disable_to_s_conversion`.
|
|
83
|
+
|
|
84
|
+
*Rafael Mendonça França*
|
|
85
|
+
|
|
86
|
+
* Remove deprecated support to bolding log text with positional boolean in `ActiveSupport::LogSubscriber#color`.
|
|
87
|
+
|
|
88
|
+
*Rafael Mendonça França*
|
|
89
|
+
|
|
90
|
+
* Remove deprecated constants `ActiveSupport::LogSubscriber::CLEAR` and `ActiveSupport::LogSubscriber::BOLD`.
|
|
91
|
+
|
|
92
|
+
*Rafael Mendonça França*
|
|
93
|
+
|
|
94
|
+
* Remove deprecated support for `config.active_support.cache_format_version = 6.1`.
|
|
95
|
+
|
|
96
|
+
*Rafael Mendonça França*
|
|
97
|
+
|
|
98
|
+
* Remove deprecated `:pool_size` and `:pool_timeout` options for the cache storage.
|
|
99
|
+
|
|
100
|
+
*Rafael Mendonça França*
|
|
101
|
+
|
|
102
|
+
* Warn on tests without assertions.
|
|
103
|
+
|
|
104
|
+
`ActiveSupport::TestCase` now warns when tests do not run any assertions.
|
|
105
|
+
This is helpful in detecting broken tests that do not perform intended assertions.
|
|
106
|
+
|
|
107
|
+
*fatkodima*
|
|
108
|
+
|
|
109
|
+
* Support `hexBinary` type in `ActiveSupport::XmlMini`.
|
|
110
|
+
|
|
111
|
+
*heka1024*
|
|
112
|
+
|
|
113
|
+
* Deprecate `ActiveSupport::ProxyObject` in favor of Ruby's built-in `BasicObject`.
|
|
114
|
+
|
|
115
|
+
*Earlopain*
|
|
116
|
+
|
|
117
|
+
* `stub_const` now accepts a `exists: false` parameter to allow stubbing missing constants.
|
|
118
|
+
|
|
119
|
+
*Jean Boussier*
|
|
120
|
+
|
|
121
|
+
* Make `ActiveSupport::BacktraceCleaner` copy filters and silencers on dup and clone.
|
|
122
|
+
|
|
123
|
+
Previously the copy would still share the internal silencers and filters array,
|
|
124
|
+
causing state to leak.
|
|
125
|
+
|
|
126
|
+
*Jean Boussier*
|
|
127
|
+
|
|
128
|
+
* Updating Astana with Western Kazakhstan TZInfo identifier.
|
|
129
|
+
|
|
130
|
+
*Damian Nelson*
|
|
131
|
+
|
|
132
|
+
* Add filename support for `ActiveSupport::Logger.logger_outputs_to?`.
|
|
133
|
+
|
|
134
|
+
```ruby
|
|
135
|
+
logger = Logger.new('/var/log/rails.log')
|
|
136
|
+
ActiveSupport::Logger.logger_outputs_to?(logger, '/var/log/rails.log')
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
*Christian Schmidt*
|
|
140
|
+
|
|
141
|
+
* Include `IPAddr#prefix` when serializing an `IPAddr` using the
|
|
142
|
+
`ActiveSupport::MessagePack` serializer.
|
|
143
|
+
|
|
144
|
+
This change is backward and forward compatible — old payloads can
|
|
145
|
+
still be read, and new payloads will be readable by older versions of Rails.
|
|
146
|
+
|
|
147
|
+
*Taiki Komaba*
|
|
148
|
+
|
|
149
|
+
* Add `default:` support for `ActiveSupport::CurrentAttributes.attribute`.
|
|
150
|
+
|
|
151
|
+
```ruby
|
|
152
|
+
class Current < ActiveSupport::CurrentAttributes
|
|
153
|
+
attribute :counter, default: 0
|
|
154
|
+
end
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
*Sean Doyle*
|
|
158
|
+
|
|
159
|
+
* Yield instance to `Object#with` block.
|
|
160
|
+
|
|
161
|
+
```ruby
|
|
162
|
+
client.with(timeout: 5_000) do |c|
|
|
163
|
+
c.get("/commits")
|
|
164
|
+
end
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
*Sean Doyle*
|
|
168
|
+
|
|
169
|
+
* Use logical core count instead of physical core count to determine the
|
|
170
|
+
default number of workers when parallelizing tests.
|
|
171
|
+
|
|
172
|
+
*Jonathan Hefner*
|
|
173
|
+
|
|
174
|
+
* Fix `Time.now/DateTime.now/Date.today` to return results in a system timezone after `#travel_to`.
|
|
175
|
+
|
|
176
|
+
There is a bug in the current implementation of #travel_to:
|
|
177
|
+
it remembers a timezone of its argument, and all stubbed methods start
|
|
178
|
+
returning results in that remembered timezone. However, the expected
|
|
179
|
+
behavior is to return results in a system timezone.
|
|
180
|
+
|
|
181
|
+
*Aleksei Chernenkov*
|
|
182
|
+
|
|
183
|
+
* Add `ErrorReported#unexpected` to report precondition violations.
|
|
184
|
+
|
|
185
|
+
For example:
|
|
186
|
+
|
|
187
|
+
```ruby
|
|
188
|
+
def edit
|
|
189
|
+
if published?
|
|
190
|
+
Rails.error.unexpected("[BUG] Attempting to edit a published article, that shouldn't be possible")
|
|
191
|
+
return false
|
|
192
|
+
end
|
|
193
|
+
# ...
|
|
194
|
+
end
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
The above will raise an error in development and test, but only report the error in production.
|
|
198
|
+
|
|
199
|
+
*Jean Boussier*
|
|
200
|
+
|
|
201
|
+
* Make the order of read_multi and write_multi notifications for `Cache::Store#fetch_multi` operations match the order they are executed in.
|
|
202
|
+
|
|
203
|
+
*Adam Renberg Tamm*
|
|
204
|
+
|
|
205
|
+
* Make return values of `Cache::Store#write` consistent.
|
|
206
|
+
|
|
207
|
+
The return value was not specified before. Now it returns `true` on a successful write,
|
|
208
|
+
`nil` if there was an error talking to the cache backend, and `false` if the write failed
|
|
209
|
+
for another reason (e.g. the key already exists and `unless_exist: true` was passed).
|
|
210
|
+
|
|
211
|
+
*Sander Verdonschot*
|
|
212
|
+
|
|
213
|
+
* Fix logged cache keys not always matching actual key used by cache action.
|
|
214
|
+
|
|
215
|
+
*Hartley McGuire*
|
|
216
|
+
|
|
217
|
+
* Improve error messages of `assert_changes` and `assert_no_changes`.
|
|
218
|
+
|
|
219
|
+
`assert_changes` error messages now display objects with `.inspect` to make it easier
|
|
220
|
+
to differentiate nil from empty strings, strings from symbols, etc.
|
|
221
|
+
`assert_no_changes` error messages now surface the actual value.
|
|
222
|
+
|
|
223
|
+
*pcreux*
|
|
224
|
+
|
|
225
|
+
* Fix `#to_fs(:human_size)` to correctly work with negative numbers.
|
|
226
|
+
|
|
227
|
+
*Earlopain*
|
|
228
|
+
|
|
229
|
+
* Fix `BroadcastLogger#dup` so that it duplicates the logger's `broadcasts`.
|
|
230
|
+
|
|
231
|
+
*Andrew Novoselac*
|
|
232
|
+
|
|
233
|
+
* Fix issue where `bootstrap.rb` overwrites the `level` of a `BroadcastLogger`'s `broadcasts`.
|
|
234
|
+
|
|
235
|
+
*Andrew Novoselac*
|
|
236
|
+
|
|
237
|
+
* Fix compatibility with the `semantic_logger` gem.
|
|
238
|
+
|
|
239
|
+
The `semantic_logger` gem doesn't behave exactly like stdlib logger in that
|
|
240
|
+
`SemanticLogger#level` returns a Symbol while stdlib `Logger#level` returns an Integer.
|
|
241
|
+
|
|
242
|
+
This caused the various `LogSubscriber` classes in Rails to break when assigned a
|
|
243
|
+
`SemanticLogger` instance.
|
|
244
|
+
|
|
245
|
+
*Jean Boussier*, *ojab*
|
|
246
|
+
|
|
247
|
+
* Fix MemoryStore to prevent race conditions when incrementing or decrementing.
|
|
248
|
+
|
|
249
|
+
*Pierre Jambet*
|
|
250
|
+
|
|
251
|
+
* Implement `HashWithIndifferentAccess#to_proc`.
|
|
252
|
+
|
|
253
|
+
Previously, calling `#to_proc` on `HashWithIndifferentAccess` object used inherited `#to_proc`
|
|
254
|
+
method from the `Hash` class, which was not able to access values using indifferent keys.
|
|
255
|
+
|
|
256
|
+
*fatkodima*
|
|
257
|
+
|
|
258
|
+
Please check [7-1-stable](https://github.com/rails/rails/blob/7-1-stable/activesupport/CHANGELOG.md) for previous changes.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright (c) David Heinemeier Hansson
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
|
+
a copy of this software and associated documentation files (the
|
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
+
the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be
|
|
12
|
+
included in all copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
= Active Support -- Utility classes and Ruby extensions from \Rails
|
|
2
|
+
|
|
3
|
+
Active Support is a collection of utility classes and standard library
|
|
4
|
+
extensions that were found useful for the \Rails framework. These additions
|
|
5
|
+
reside in this package so they can be loaded as needed in Ruby projects
|
|
6
|
+
outside of \Rails.
|
|
7
|
+
|
|
8
|
+
You can read more about the extensions in the {Active Support Core Extensions}[https://guides.rubyonrails.org/active_support_core_extensions.html] guide.
|
|
9
|
+
|
|
10
|
+
== Download and installation
|
|
11
|
+
|
|
12
|
+
The latest version of Active Support can be installed with RubyGems:
|
|
13
|
+
|
|
14
|
+
$ gem install activesupport
|
|
15
|
+
|
|
16
|
+
Source code can be downloaded as part of the \Rails project on GitHub:
|
|
17
|
+
|
|
18
|
+
* https://github.com/rails/rails/tree/main/activesupport
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
== License
|
|
22
|
+
|
|
23
|
+
Active Support is released under the MIT license:
|
|
24
|
+
|
|
25
|
+
* https://opensource.org/licenses/MIT
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
== Support
|
|
29
|
+
|
|
30
|
+
API documentation is at:
|
|
31
|
+
|
|
32
|
+
* https://api.rubyonrails.org
|
|
33
|
+
|
|
34
|
+
Bug reports for the Ruby on \Rails project can be filed here:
|
|
35
|
+
|
|
36
|
+
* https://github.com/rails/rails/issues
|
|
37
|
+
|
|
38
|
+
Feature requests should be discussed on the rails-core mailing list here:
|
|
39
|
+
|
|
40
|
+
* https://discuss.rubyonrails.org/c/rubyonrails-core
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
# Addressable 2.8.7 <a name="v2.8.7">
|
|
2
|
+
- Allow `public_suffix` 6 ([#535])
|
|
3
|
+
|
|
4
|
+
[#535]: https://github.com/sporkmonger/addressable/pull/535
|
|
5
|
+
|
|
6
|
+
# Addressable 2.8.6 <a name="v2.8.6">
|
|
7
|
+
- Memoize regexps for common character classes ([#524])
|
|
8
|
+
|
|
9
|
+
[#524]: https://github.com/sporkmonger/addressable/pull/524
|
|
10
|
+
|
|
11
|
+
# Addressable 2.8.5 <a name="v2.8.5">
|
|
12
|
+
- Fix thread safety issue with encoding tables ([#515])
|
|
13
|
+
- Define URI::NONE as a module to avoid serialization issues ([#509])
|
|
14
|
+
- Fix YAML serialization ([#508])
|
|
15
|
+
|
|
16
|
+
[#508]: https://github.com/sporkmonger/addressable/pull/508
|
|
17
|
+
[#509]: https://github.com/sporkmonger/addressable/pull/509
|
|
18
|
+
[#515]: https://github.com/sporkmonger/addressable/pull/515
|
|
19
|
+
|
|
20
|
+
# Addressable 2.8.4 <a name="v2.8.4">
|
|
21
|
+
- Restore `Addressable::IDNA.unicode_normalize_kc` as a deprecated method ([#504])
|
|
22
|
+
|
|
23
|
+
[#504]: https://github.com/sporkmonger/addressable/pull/504
|
|
24
|
+
|
|
25
|
+
# Addressable 2.8.3 <a name="v2.8.3">
|
|
26
|
+
- Fix template expand level 2 hash support for non-string objects ([#499], [#498])
|
|
27
|
+
|
|
28
|
+
[#499]: https://github.com/sporkmonger/addressable/pull/499
|
|
29
|
+
[#498]: https://github.com/sporkmonger/addressable/pull/498
|
|
30
|
+
|
|
31
|
+
# Addressable 2.8.2 <a name="v2.8.2">
|
|
32
|
+
- Improve cache hits and JIT friendliness ([#486](https://github.com/sporkmonger/addressable/pull/486))
|
|
33
|
+
- Improve code style and test coverage ([#482](https://github.com/sporkmonger/addressable/pull/482))
|
|
34
|
+
- Ensure reset of deferred validation ([#481](https://github.com/sporkmonger/addressable/pull/481))
|
|
35
|
+
- Resolve normalization differences between `IDNA::Native` and `IDNA::Pure` ([#408](https://github.com/sporkmonger/addressable/issues/408), [#492])
|
|
36
|
+
- Remove redundant colon in `Addressable::URI::CharacterClasses::AUTHORITY` regex ([#438](https://github.com/sporkmonger/addressable/pull/438)) (accidentally reverted by [#449] merge but [added back](https://github.com/sporkmonger/addressable/pull/492#discussion_r1105125280) in [#492])
|
|
37
|
+
|
|
38
|
+
[#492]: https://github.com/sporkmonger/addressable/pull/492
|
|
39
|
+
|
|
40
|
+
# Addressable 2.8.1 <a name="v2.8.1">
|
|
41
|
+
- refactor `Addressable::URI.normalize_path` to address linter offenses ([#430](https://github.com/sporkmonger/addressable/pull/430))
|
|
42
|
+
- update gemspec to reflect supported Ruby versions ([#466], [#464], [#463])
|
|
43
|
+
- compatibility w/ public_suffix 5.x ([#466], [#465], [#460])
|
|
44
|
+
- fixes "invalid byte sequence in UTF-8" exception when unencoding URLs containing non UTF-8 characters ([#459](https://github.com/sporkmonger/addressable/pull/459))
|
|
45
|
+
- `Ractor` compatibility ([#449])
|
|
46
|
+
- use the whole string instead of a single line for template match ([#431](https://github.com/sporkmonger/addressable/pull/431))
|
|
47
|
+
- force UTF-8 encoding only if needed ([#341](https://github.com/sporkmonger/addressable/pull/341))
|
|
48
|
+
|
|
49
|
+
[#449]: https://github.com/sporkmonger/addressable/pull/449
|
|
50
|
+
[#460]: https://github.com/sporkmonger/addressable/pull/460
|
|
51
|
+
[#463]: https://github.com/sporkmonger/addressable/pull/463
|
|
52
|
+
[#464]: https://github.com/sporkmonger/addressable/pull/464
|
|
53
|
+
[#465]: https://github.com/sporkmonger/addressable/pull/465
|
|
54
|
+
[#466]: https://github.com/sporkmonger/addressable/pull/466
|
|
55
|
+
|
|
56
|
+
# Addressable 2.8.0 <a name="v2.8.0">
|
|
57
|
+
- fixes ReDoS vulnerability in Addressable::Template#match
|
|
58
|
+
- no longer replaces `+` with spaces in queries for non-http(s) schemes
|
|
59
|
+
- fixed encoding ipv6 literals
|
|
60
|
+
- the `:compacted` flag for `normalized_query` now dedupes parameters
|
|
61
|
+
- fix broken `escape_component` alias
|
|
62
|
+
- dropping support for Ruby 2.0 and 2.1
|
|
63
|
+
- adding Ruby 3.0 compatibility for development tasks
|
|
64
|
+
- drop support for `rack-mount` and remove Addressable::Template#generate
|
|
65
|
+
- performance improvements
|
|
66
|
+
- switch CI/CD to GitHub Actions
|
|
67
|
+
|
|
68
|
+
# Addressable 2.7.0 <a name="v2.7.0">
|
|
69
|
+
- added `:compacted` flag to `normalized_query`
|
|
70
|
+
- `heuristic_parse` handles `mailto:` more intuitively
|
|
71
|
+
- dropped explicit support for JRuby 9.0.5.0
|
|
72
|
+
- compatibility w/ public_suffix 4.x
|
|
73
|
+
- performance improvements
|
|
74
|
+
|
|
75
|
+
# Addressable 2.6.0 <a name="v2.6.0">
|
|
76
|
+
- added `tld=` method to allow assignment to the public suffix
|
|
77
|
+
- most `heuristic_parse` patterns are now case-insensitive
|
|
78
|
+
- `heuristic_parse` handles more `file://` URI variations
|
|
79
|
+
- fixes bug in `heuristic_parse` when uri starts with digit
|
|
80
|
+
- fixes bug in `request_uri=` with query strings
|
|
81
|
+
- fixes template issues with `nil` and `?` operator
|
|
82
|
+
- `frozen_string_literal` pragmas added
|
|
83
|
+
- minor performance improvements in regexps
|
|
84
|
+
- fixes to eliminate warnings
|
|
85
|
+
|
|
86
|
+
# Addressable 2.5.2 <a name="v2.5.2">
|
|
87
|
+
- better support for frozen string literals
|
|
88
|
+
- fixed bug w/ uppercase characters in scheme
|
|
89
|
+
- IDNA errors w/ emoji URLs
|
|
90
|
+
- compatibility w/ public_suffix 3.x
|
|
91
|
+
|
|
92
|
+
# Addressable 2.5.1 <a name="v2.5.1">
|
|
93
|
+
- allow unicode normalization to be disabled for URI Template expansion
|
|
94
|
+
- removed duplicate test
|
|
95
|
+
|
|
96
|
+
# Addressable 2.5.0 <a name="v2.5.0">
|
|
97
|
+
- dropping support for Ruby 1.9
|
|
98
|
+
- adding support for Ruby 2.4 preview
|
|
99
|
+
- add support for public suffixes and tld; first runtime dependency
|
|
100
|
+
- hostname escaping should match RFC; underscores in hostnames no longer escaped
|
|
101
|
+
- paths beginning with // and missing an authority are now considered invalid
|
|
102
|
+
- validation now also takes place after setting a path
|
|
103
|
+
- handle backslashes in authority more like a browser for `heuristic_parse`
|
|
104
|
+
- unescaped backslashes in host now raise an `InvalidURIError`
|
|
105
|
+
- `merge!`, `join!`, `omit!` and `normalize!` don't disable deferred validation
|
|
106
|
+
- `heuristic_parse` now trims whitespace before parsing
|
|
107
|
+
- host parts longer than 63 bytes will be ignored and not passed to libidn
|
|
108
|
+
- normalized values always encoded as UTF-8
|
|
109
|
+
|
|
110
|
+
# Addressable 2.4.0 <a name="v2.4.0">
|
|
111
|
+
- support for 1.8.x dropped
|
|
112
|
+
- double quotes in a host now raises an error
|
|
113
|
+
- newlines in host will no longer get unescaped during normalization
|
|
114
|
+
- stricter handling of bogus scheme values
|
|
115
|
+
- stricter handling of encoded port values
|
|
116
|
+
- calling `require 'addressable'` will now load both the URI and Template files
|
|
117
|
+
- assigning to the `hostname` component with an `IPAddr` object is now supported
|
|
118
|
+
- assigning to the `origin` component is now supported
|
|
119
|
+
- fixed minor bug where an exception would be thrown for a missing ACE suffix
|
|
120
|
+
- better partial expansion of URI templates
|
|
121
|
+
|
|
122
|
+
# Addressable 2.3.8 <a name="v2.3.8">
|
|
123
|
+
- fix warnings
|
|
124
|
+
- update dependency gems
|
|
125
|
+
- support for 1.8.x officially deprecated
|
|
126
|
+
|
|
127
|
+
# Addressable 2.3.7 <a name="v2.3.7">
|
|
128
|
+
- fix scenario in which invalid URIs don't get an exception until inspected
|
|
129
|
+
- handle hostnames with two adjacent periods correctly
|
|
130
|
+
- upgrade of RSpec
|
|
131
|
+
|
|
132
|
+
# Addressable 2.3.6 <a name="v2.3.6">
|
|
133
|
+
- normalization drops empty query string
|
|
134
|
+
- better handling in template extract for missing values
|
|
135
|
+
- template modifier for `'?'` now treated as optional
|
|
136
|
+
- fixed issue where character class parameters were modified
|
|
137
|
+
- templates can now be tested for equality
|
|
138
|
+
- added `:sorted` option to normalization of query strings
|
|
139
|
+
- fixed issue with normalization of hosts given in `'example.com.'` form
|
|
140
|
+
|
|
141
|
+
# Addressable 2.3.5 <a name="v2.3.5">
|
|
142
|
+
- added Addressable::URI#empty? method
|
|
143
|
+
- Addressable::URI#hostname methods now strip square brackets from IPv6 hosts
|
|
144
|
+
- compatibility with Net::HTTP in Ruby 2.0.0
|
|
145
|
+
- Addressable::URI#route_from should always give relative URIs
|
|
146
|
+
|
|
147
|
+
# Addressable 2.3.4 <a name="v2.3.4">
|
|
148
|
+
- fixed issue with encoding altering its inputs
|
|
149
|
+
- query string normalization now leaves ';' characters alone
|
|
150
|
+
- FakeFS is detected before attempting to load unicode tables
|
|
151
|
+
- additional testing to ensure frozen objects don't cause problems
|
|
152
|
+
|
|
153
|
+
# Addressable 2.3.3 <a name="v2.3.3">
|
|
154
|
+
- fixed issue with converting common primitives during template expansion
|
|
155
|
+
- fixed port encoding issue
|
|
156
|
+
- removed a few warnings
|
|
157
|
+
- normalize should now ignore %2B in query strings
|
|
158
|
+
- the IDNA logic should now be handled by libidn in Ruby 1.9
|
|
159
|
+
- no template match should now result in nil instead of an empty MatchData
|
|
160
|
+
- added license information to gemspec
|
|
161
|
+
|
|
162
|
+
# Addressable 2.3.2 <a name="v2.3.2">
|
|
163
|
+
- added Addressable::URI#default_port method
|
|
164
|
+
- fixed issue with Marshalling Unicode data on Windows
|
|
165
|
+
- improved heuristic parsing to better handle IPv4 addresses
|
|
166
|
+
|
|
167
|
+
# Addressable 2.3.1 <a name="v2.3.1">
|
|
168
|
+
- fixed missing unicode data file
|
|
169
|
+
|
|
170
|
+
# Addressable 2.3.0 <a name="v2.3.0">
|
|
171
|
+
- updated Addressable::Template to use RFC 6570, level 4
|
|
172
|
+
- fixed compatibility problems with some versions of Ruby
|
|
173
|
+
- moved unicode tables into a data file for performance reasons
|
|
174
|
+
- removing support for multiple query value notations
|
|
175
|
+
|
|
176
|
+
# Addressable 2.2.8 <a name="v2.2.8">
|
|
177
|
+
- fixed issues with dot segment removal code
|
|
178
|
+
- form encoding can now handle multiple values per key
|
|
179
|
+
- updated development environment
|
|
180
|
+
|
|
181
|
+
# Addressable 2.2.7 <a name="v2.2.7">
|
|
182
|
+
- fixed issues related to Addressable::URI#query_values=
|
|
183
|
+
- the Addressable::URI.parse method is now polymorphic
|
|
184
|
+
|
|
185
|
+
# Addressable 2.2.6 <a name="v2.2.6">
|
|
186
|
+
- changed the way ambiguous paths are handled
|
|
187
|
+
- fixed bug with frozen URIs
|
|
188
|
+
- https supported in heuristic parsing
|
|
189
|
+
|
|
190
|
+
# Addressable 2.2.5 <a name="v2.2.5">
|
|
191
|
+
- 'parsing' a pre-parsed URI object is now a dup operation
|
|
192
|
+
- introduced conditional support for libidn
|
|
193
|
+
- fixed normalization issue on ampersands in query strings
|
|
194
|
+
- added additional tests around handling of query strings
|
|
195
|
+
|
|
196
|
+
# Addressable 2.2.4 <a name="v2.2.4">
|
|
197
|
+
- added origin support from draft-ietf-websec-origin-00
|
|
198
|
+
- resolved issue with attempting to navigate below root
|
|
199
|
+
- fixed bug with string splitting in query strings
|
|
200
|
+
|
|
201
|
+
# Addressable 2.2.3 <a name="v2.2.3">
|
|
202
|
+
- added :flat_array notation for query strings
|
|
203
|
+
|
|
204
|
+
# Addressable 2.2.2 <a name="v2.2.2">
|
|
205
|
+
- fixed issue with percent escaping of '+' character in query strings
|
|
206
|
+
|
|
207
|
+
# Addressable 2.2.1 <a name="v2.2.1">
|
|
208
|
+
- added support for application/x-www-form-urlencoded.
|
|
209
|
+
|
|
210
|
+
# Addressable 2.2.0 <a name="v2.2.0">
|
|
211
|
+
- added site methods
|
|
212
|
+
- improved documentation
|
|
213
|
+
|
|
214
|
+
# Addressable 2.1.2 <a name="v2.1.2">
|
|
215
|
+
- added HTTP request URI methods
|
|
216
|
+
- better handling of Windows file paths
|
|
217
|
+
- validation_deferred boolean replaced with defer_validation block
|
|
218
|
+
- normalization of percent-encoded paths should now be correct
|
|
219
|
+
- fixed issue with constructing URIs with relative paths
|
|
220
|
+
- fixed warnings
|
|
221
|
+
|
|
222
|
+
# Addressable 2.1.1 <a name="v2.1.1">
|
|
223
|
+
- more type checking changes
|
|
224
|
+
- fixed issue with unicode normalization
|
|
225
|
+
- added method to find template defaults
|
|
226
|
+
- symbolic keys are now allowed in template mappings
|
|
227
|
+
- numeric values and symbolic values are now allowed in template mappings
|
|
228
|
+
|
|
229
|
+
# Addressable 2.1.0 <a name="v2.1.0">
|
|
230
|
+
- refactored URI template support out into its own class
|
|
231
|
+
- removed extract method due to being useless and unreliable
|
|
232
|
+
- removed Addressable::URI.expand_template
|
|
233
|
+
- removed Addressable::URI#extract_mapping
|
|
234
|
+
- added partial template expansion
|
|
235
|
+
- fixed minor bugs in the parse and heuristic_parse methods
|
|
236
|
+
- fixed incompatibility with Ruby 1.9.1
|
|
237
|
+
- fixed bottleneck in Addressable::URI#hash and Addressable::URI#to_s
|
|
238
|
+
- fixed unicode normalization exception
|
|
239
|
+
- updated query_values methods to better handle subscript notation
|
|
240
|
+
- worked around issue with freezing URIs
|
|
241
|
+
- improved specs
|
|
242
|
+
|
|
243
|
+
# Addressable 2.0.2 <a name="v2.0.2">
|
|
244
|
+
- fixed issue with URI template expansion
|
|
245
|
+
- fixed issue with percent escaping characters 0-15
|
|
246
|
+
|
|
247
|
+
# Addressable 2.0.1 <a name="v2.0.1">
|
|
248
|
+
- fixed issue with query string assignment
|
|
249
|
+
- fixed issue with improperly encoded components
|
|
250
|
+
|
|
251
|
+
# Addressable 2.0.0 <a name="v2.0.0">
|
|
252
|
+
- the initialize method now takes an options hash as its only parameter
|
|
253
|
+
- added query_values method to URI class
|
|
254
|
+
- completely replaced IDNA implementation with pure Ruby
|
|
255
|
+
- renamed Addressable::ADDRESSABLE_VERSION to Addressable::VERSION
|
|
256
|
+
- completely reworked the Rakefile
|
|
257
|
+
- changed the behavior of the port method significantly
|
|
258
|
+
- Addressable::URI.encode_segment, Addressable::URI.unencode_segment renamed
|
|
259
|
+
- documentation is now in YARD format
|
|
260
|
+
- more rigorous type checking
|
|
261
|
+
- to_str method implemented, implicit conversion to Strings now allowed
|
|
262
|
+
- Addressable::URI#omit method added, Addressable::URI#merge method replaced
|
|
263
|
+
- updated URI Template code to match v 03 of the draft spec
|
|
264
|
+
- added a bunch of new specifications
|
|
265
|
+
|
|
266
|
+
# Addressable 1.0.4 <a name="v1.0.4">
|
|
267
|
+
- switched to using RSpec's pending system for specs that rely on IDN
|
|
268
|
+
- fixed issue with creating URIs with paths that are not prefixed with '/'
|
|
269
|
+
|
|
270
|
+
# Addressable 1.0.3 <a name="v1.0.3">
|
|
271
|
+
- implemented a hash method
|
|
272
|
+
|
|
273
|
+
# Addressable 1.0.2 <a name="v1.0.2">
|
|
274
|
+
- fixed minor bug with the extract_mapping method
|
|
275
|
+
|
|
276
|
+
# Addressable 1.0.1 <a name="v1.0.1">
|
|
277
|
+
- fixed minor bug with the extract_mapping method
|
|
278
|
+
|
|
279
|
+
# Addressable 1.0.0 <a name="v1.0.0">
|
|
280
|
+
- heuristic parse method added
|
|
281
|
+
- parsing is slightly more strict
|
|
282
|
+
- replaced to_h with to_hash
|
|
283
|
+
- fixed routing methods
|
|
284
|
+
- improved specifications
|
|
285
|
+
- improved heckle rake task
|
|
286
|
+
- no surviving heckle mutations
|
|
287
|
+
|
|
288
|
+
# Addressable 0.1.2 <a name="v0.1.2">
|
|
289
|
+
- improved normalization
|
|
290
|
+
- fixed bug in joining algorithm
|
|
291
|
+
- updated specifications
|
|
292
|
+
|
|
293
|
+
# Addressable 0.1.1 <a name="v0.1.1">
|
|
294
|
+
- updated documentation
|
|
295
|
+
- added URI Template variable extraction
|
|
296
|
+
|
|
297
|
+
# Addressable 0.1.0 <a name="v0.1.0">
|
|
298
|
+
- initial release
|
|
299
|
+
- implementation based on RFC 3986, 3987
|
|
300
|
+
- support for IRIs via libidn
|
|
301
|
+
- support for the URI Template draft spec
|