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,491 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
This project uses [Semantic Versioning 2.0.0](https://semver.org/).
|
4
|
+
|
5
|
+
|
6
|
+
## 6.0.1
|
7
|
+
|
8
|
+
### Changed
|
9
|
+
|
10
|
+
- Updated definitions.
|
11
|
+
|
12
|
+
|
13
|
+
## 6.0.0
|
14
|
+
|
15
|
+
Same as 5.1.0. Re-releasing as a major version change due to a major ruby version requirement change.
|
16
|
+
|
17
|
+
### Changed
|
18
|
+
|
19
|
+
- Updated definitions.
|
20
|
+
- Minimum Ruby version is 3.0
|
21
|
+
|
22
|
+
|
23
|
+
## 5.1.1
|
24
|
+
|
25
|
+
No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).
|
26
|
+
|
27
|
+
|
28
|
+
## 5.1.0
|
29
|
+
|
30
|
+
### Changed
|
31
|
+
|
32
|
+
- Updated definitions.
|
33
|
+
- Minimum Ruby version is 3.0
|
34
|
+
|
35
|
+
|
36
|
+
## 5.0.5
|
37
|
+
|
38
|
+
### Changed
|
39
|
+
|
40
|
+
- Updated definitions.
|
41
|
+
|
42
|
+
|
43
|
+
## 5.0.4
|
44
|
+
|
45
|
+
### Changed
|
46
|
+
|
47
|
+
- Reduced .gem file size (GH-258). [Thanks @ybiquitous]
|
48
|
+
- Updated definitions.
|
49
|
+
|
50
|
+
|
51
|
+
## 5.0.3
|
52
|
+
|
53
|
+
### Fixed
|
54
|
+
|
55
|
+
- Fixed automated release workflow.
|
56
|
+
|
57
|
+
|
58
|
+
## 5.0.2
|
59
|
+
|
60
|
+
### Changed
|
61
|
+
|
62
|
+
- Updated definitions.
|
63
|
+
|
64
|
+
|
65
|
+
## 5.0.1
|
66
|
+
|
67
|
+
### Changed
|
68
|
+
|
69
|
+
- Updated definitions.
|
70
|
+
|
71
|
+
|
72
|
+
## 5.0.0
|
73
|
+
|
74
|
+
### Changed
|
75
|
+
|
76
|
+
- Minimum Ruby version is 2.6
|
77
|
+
- Updated definitions.
|
78
|
+
|
79
|
+
|
80
|
+
## 4.0.7
|
81
|
+
|
82
|
+
### Fixes
|
83
|
+
|
84
|
+
- Fixed YARD rake task (GH-179)
|
85
|
+
|
86
|
+
### Changed
|
87
|
+
|
88
|
+
- Updated definitions.
|
89
|
+
|
90
|
+
|
91
|
+
## 4.0.6
|
92
|
+
|
93
|
+
### Changed
|
94
|
+
|
95
|
+
- Updated definitions.
|
96
|
+
|
97
|
+
|
98
|
+
## 4.0.5
|
99
|
+
|
100
|
+
### Changed
|
101
|
+
|
102
|
+
- Updated definitions.
|
103
|
+
|
104
|
+
|
105
|
+
## 4.0.4
|
106
|
+
|
107
|
+
### Changed
|
108
|
+
|
109
|
+
- Updated definitions.
|
110
|
+
|
111
|
+
|
112
|
+
## 4.0.3
|
113
|
+
|
114
|
+
### Fixed
|
115
|
+
|
116
|
+
- Fixed 2.7 deprecations and warnings (GH-167). [Thanks @BrianHawley]
|
117
|
+
|
118
|
+
|
119
|
+
## 4.0.2
|
120
|
+
|
121
|
+
### Changed
|
122
|
+
|
123
|
+
- Updated definitions.
|
124
|
+
|
125
|
+
|
126
|
+
## 4.0.1
|
127
|
+
|
128
|
+
### Changed
|
129
|
+
|
130
|
+
- Updated definitions.
|
131
|
+
|
132
|
+
|
133
|
+
## 4.0.0
|
134
|
+
|
135
|
+
### Changed
|
136
|
+
|
137
|
+
- Minimum Ruby version is 2.3
|
138
|
+
|
139
|
+
|
140
|
+
## Release 3.1.1
|
141
|
+
|
142
|
+
- CHANGED: Updated definitions.
|
143
|
+
- CHANGED: Rolled back support for Ruby 2.3 (GH-161, GH-162)
|
144
|
+
|
145
|
+
IMPORTANT: 3.x is the latest version compatible with Ruby 2.1 and Ruby 2.2.
|
146
|
+
|
147
|
+
|
148
|
+
## Release 3.1.0
|
149
|
+
|
150
|
+
- CHANGED: Updated definitions.
|
151
|
+
- CHANGED: Minimum Ruby version is 2.3
|
152
|
+
- CHANGED: Upgraded to Bundler 2.x
|
153
|
+
|
154
|
+
|
155
|
+
## Release 3.0.3
|
156
|
+
|
157
|
+
- CHANGED: Updated definitions.
|
158
|
+
|
159
|
+
|
160
|
+
## Release 3.0.2
|
161
|
+
|
162
|
+
- CHANGED: Updated definitions.
|
163
|
+
|
164
|
+
|
165
|
+
## Release 3.0.1
|
166
|
+
|
167
|
+
- CHANGED: Updated definitions.
|
168
|
+
- CHANGED: Improve performance and avoid allocation (GH-146). [Thanks @robholland]
|
169
|
+
|
170
|
+
|
171
|
+
## Release 3.0.0
|
172
|
+
|
173
|
+
This new version includes a major redesign of the library internals, with the goal to drastically
|
174
|
+
improve the lookup time while reducing storage space.
|
175
|
+
|
176
|
+
For this reason, several public methods that are no longer applicable have been deprecated
|
177
|
+
and/or removed. You can find more information at GH-133.
|
178
|
+
|
179
|
+
- CHANGED: Updated definitions.
|
180
|
+
- CHANGED: Dropped support for Ruby < 2.1
|
181
|
+
- CHANGED: `PublicSuffix::List#rules` is now protected. You should not rely on it as the internal rule representation is subject to change to optimize performances.
|
182
|
+
- CHANGED: Removed `PublicSuffix::List.clear`, it was an unnecessary accessor method. Use `PublicSuffix::List.default = nil` if you **really** need to reset the default list. You shouldn't.
|
183
|
+
- CHANGED: `PublicSuffix::List#select` is now private. You should not use it, instead use `PublicSuffix::List#find`.
|
184
|
+
- CHANGED: `PublicSuffix::List` no longer implements Enumerable. Instead, use `#each` to loop over, or get an Enumerator.
|
185
|
+
- CHANGED: Redesigned internal list storage and lookup algorithm to achieve O(1) lookup time (see GH-133).
|
186
|
+
|
187
|
+
|
188
|
+
## Release 2.0.5
|
189
|
+
|
190
|
+
- CHANGED: Updated definitions.
|
191
|
+
- CHANGED: Initialization performance improvements (GH-128). [Thanks @casperisfine]
|
192
|
+
|
193
|
+
|
194
|
+
## Release 2.0.4
|
195
|
+
|
196
|
+
- FIXED: Fix a bug that caused the GEM to be published with the wrong version number in the gemspec (GH-121).
|
197
|
+
|
198
|
+
- CHANGED: Updated definitions.
|
199
|
+
|
200
|
+
|
201
|
+
## Release 2.0.3
|
202
|
+
|
203
|
+
- CHANGED: Updated definitions.
|
204
|
+
|
205
|
+
|
206
|
+
## Release 2.0.2
|
207
|
+
|
208
|
+
- CHANGED: Updated definitions.
|
209
|
+
|
210
|
+
|
211
|
+
## Release 2.0.1
|
212
|
+
|
213
|
+
- FIXED: Fix bug that prevented .valid? to reset the default rule
|
214
|
+
|
215
|
+
|
216
|
+
## Release 2.0.0
|
217
|
+
|
218
|
+
- NEW: Added PublicSuffix.domain # => sld.tld
|
219
|
+
- NEW: Added the ability to disable the use of private domains either at runtime, in addition to the ability to not load the private domains section when reading the list (`private_domains: false`). This feature also superseded the `private_domains` class-level attribute, that is no longer available.
|
220
|
+
|
221
|
+
- CHANGED: Considerable performance improvements (GH-92)
|
222
|
+
- CHANGED: Updated definitions.
|
223
|
+
- CHANGED: Removed deprecated PublicSuffix::InvalidDomain exception
|
224
|
+
- CHANGED: If the suffix is now listed, then the prevaling rule is "*" as defined by the PSL algorithm (GH-91)
|
225
|
+
- CHANGED: Input validation is performed only if you call `PublicSuffix.parse` or `PublicSuffix.list`
|
226
|
+
- CHANGED: Input with leading dot is invalid per PSL acceptance tests
|
227
|
+
- CHANGED: Removed `private_domains` class-level attribute. It is replaced by the `private_domains: false` option in the list parse method.
|
228
|
+
- CHANGED: The default list now assumes you use UTF-8 for reading the input (GH-94),
|
229
|
+
|
230
|
+
- REMOVED: Removed futile utility helpers such as `Domain#rule`, `Domain#is_a_domain?`, `Domain#is_a_subdomain?`, `Domain#valid?`. You can easily obtain the same result by having a custom method that reconstructs the logic, and/or calling `PublicSuffix.{domain|parse}(domain.to_s)`.
|
231
|
+
|
232
|
+
|
233
|
+
## Release 1.5.3
|
234
|
+
|
235
|
+
- FIXED: Don't duplicate rule indices when creating index (GH-77). [Thanks @ags]
|
236
|
+
|
237
|
+
- CHANGED: Updated definitions.
|
238
|
+
|
239
|
+
|
240
|
+
## Release 1.5.2
|
241
|
+
|
242
|
+
- CHANGED: Updated definitions.
|
243
|
+
|
244
|
+
|
245
|
+
## Release 1.5.1
|
246
|
+
|
247
|
+
- FIXED: Ignore case for parsing and validating (GH-62)
|
248
|
+
|
249
|
+
- CHANGED: Updated definitions.
|
250
|
+
|
251
|
+
|
252
|
+
## Release 1.5.0
|
253
|
+
|
254
|
+
- CHANGED: Dropped support for Ruby < 2.0
|
255
|
+
|
256
|
+
- CHANGED: Updated definitions.
|
257
|
+
|
258
|
+
|
259
|
+
## Release 1.4.6
|
260
|
+
|
261
|
+
- CHANGED: Updated definitions.
|
262
|
+
|
263
|
+
|
264
|
+
## Release 1.4.5
|
265
|
+
|
266
|
+
- CHANGED: Updated definitions.
|
267
|
+
|
268
|
+
|
269
|
+
## Release 1.4.4
|
270
|
+
|
271
|
+
- CHANGED: Updated definitions.
|
272
|
+
|
273
|
+
|
274
|
+
## Release 1.4.3
|
275
|
+
|
276
|
+
- CHANGED: Updated definitions.
|
277
|
+
|
278
|
+
|
279
|
+
## Release 1.4.2
|
280
|
+
|
281
|
+
- CHANGED: Updated definitions.
|
282
|
+
|
283
|
+
|
284
|
+
## Release 1.4.1
|
285
|
+
|
286
|
+
- CHANGED: Updated definitions.
|
287
|
+
|
288
|
+
|
289
|
+
## Release 1.4.0
|
290
|
+
|
291
|
+
- CHANGED: Moved the definitions in the lib folder.
|
292
|
+
|
293
|
+
- CHANGED: Updated definitions.
|
294
|
+
|
295
|
+
|
296
|
+
## Release 1.3.3
|
297
|
+
|
298
|
+
- CHANGED: Updated definitions.
|
299
|
+
|
300
|
+
|
301
|
+
## Release 1.3.2
|
302
|
+
|
303
|
+
- CHANGED: Updated definitions.
|
304
|
+
|
305
|
+
|
306
|
+
## Release 1.3.1
|
307
|
+
|
308
|
+
- CHANGED: Updated definitions.
|
309
|
+
|
310
|
+
|
311
|
+
## Release 1.3.0
|
312
|
+
|
313
|
+
- NEW: Ability to skip Private Domains (GH-28). [Thanks @rb2k]
|
314
|
+
|
315
|
+
- CHANGED: Updated definitions.
|
316
|
+
|
317
|
+
|
318
|
+
## Release 1.2.1
|
319
|
+
|
320
|
+
- CHANGED: Updated definitions.
|
321
|
+
|
322
|
+
|
323
|
+
## Release 1.2.0
|
324
|
+
|
325
|
+
- NEW: Allow a custom List on `PublicSuffix.parse` (GH-26). [Thanks @itspriddle]
|
326
|
+
|
327
|
+
- FIXED: PublicSuffix.parse and PublicSuffix.valid? crashes when input is nil (GH-20).
|
328
|
+
|
329
|
+
- CHANGED: Updated definitions.
|
330
|
+
|
331
|
+
|
332
|
+
## Release 1.1.3
|
333
|
+
|
334
|
+
- CHANGED: Updated definitions.
|
335
|
+
|
336
|
+
|
337
|
+
## Release 1.1.2
|
338
|
+
|
339
|
+
- CHANGED: Updated definitions.
|
340
|
+
|
341
|
+
|
342
|
+
## Release 1.1.1
|
343
|
+
|
344
|
+
- CHANGED: Updated definitions.
|
345
|
+
|
346
|
+
|
347
|
+
## Release 1.1.0
|
348
|
+
|
349
|
+
- FIXED: #valid? and #parse consider URIs as valid domains (GH-15)
|
350
|
+
|
351
|
+
- CHANGED: Updated definitions.
|
352
|
+
|
353
|
+
- CHANGED: Removed deprecatd PublicSuffixService::RuleList.
|
354
|
+
|
355
|
+
|
356
|
+
## Release 1.0.0
|
357
|
+
|
358
|
+
- CHANGED: Updated definitions.
|
359
|
+
|
360
|
+
|
361
|
+
## Release 1.0.0.rc1
|
362
|
+
|
363
|
+
The library is now known as PublicSuffix.
|
364
|
+
|
365
|
+
|
366
|
+
## Release 0.9.1
|
367
|
+
|
368
|
+
- CHANGED: Renamed PublicSuffixService::RuleList to PublicSuffixService::List.
|
369
|
+
|
370
|
+
- CHANGED: Renamed PublicSuffixService::List#list to PublicSuffixService::List#rules.
|
371
|
+
|
372
|
+
- CHANGED: Renamed PublicSuffixService to PublicSuffix.
|
373
|
+
|
374
|
+
- CHANGED: Updated definitions.
|
375
|
+
|
376
|
+
|
377
|
+
## Release 0.9.0
|
378
|
+
|
379
|
+
- CHANGED: Minimum Ruby version increased to Ruby 1.8.7.
|
380
|
+
|
381
|
+
- CHANGED: rake/gempackagetask is deprecated. Use rubygems/package_task instead.
|
382
|
+
|
383
|
+
|
384
|
+
## Release 0.8.4
|
385
|
+
|
386
|
+
- FIXED: Reverted bugfix for issue #12 for Ruby 1.8.6.
|
387
|
+
This is the latest version compatible with Ruby 1.8.6.
|
388
|
+
|
389
|
+
|
390
|
+
## Release 0.8.3
|
391
|
+
|
392
|
+
- FIXED: Fixed ArgumentError: invalid byte sequence in US-ASCII with Ruby 1.9.2 (#12).
|
393
|
+
|
394
|
+
- CHANGED: Updated definitions (#11).
|
395
|
+
|
396
|
+
- CHANGED: Renamed definitions.txt to definitions.dat.
|
397
|
+
|
398
|
+
|
399
|
+
## Release 0.8.2
|
400
|
+
|
401
|
+
- NEW: Added support for rubygems-test.
|
402
|
+
|
403
|
+
- CHANGED: Integrated Bundler.
|
404
|
+
|
405
|
+
- CHANGED: Updated definitions.
|
406
|
+
|
407
|
+
|
408
|
+
## Release 0.8.1
|
409
|
+
|
410
|
+
- FIXED: The files in the release 0.8.0 have wrong permission 600 and can't be loaded (#10).
|
411
|
+
|
412
|
+
|
413
|
+
## Release 0.8.0
|
414
|
+
|
415
|
+
- CHANGED: Update public suffix list to d1a5599b49fa 2010-10-25 15:10 +0100 (#9)
|
416
|
+
|
417
|
+
- NEW: Add support for Fully Qualified Domain Names (#7)
|
418
|
+
|
419
|
+
|
420
|
+
## Release 0.7.0
|
421
|
+
|
422
|
+
- CHANGED: Using YARD to document the code instead of RDoc.
|
423
|
+
|
424
|
+
- FIXED: RuleList cache is not recreated when a new rule is appended to the list (#6)
|
425
|
+
|
426
|
+
- FIXED: PublicSuffixService.valid? should return false if the domain is not defined or not allowed (#4, #5)
|
427
|
+
|
428
|
+
|
429
|
+
## Release 0.6.0
|
430
|
+
|
431
|
+
- NEW: PublicSuffixService.parse raises DomainNotAllowed when trying to parse a domain name
|
432
|
+
which exists, but is not allowed by the current definition list (#3)
|
433
|
+
|
434
|
+
PublicSuffixService.parse("nic.do")
|
435
|
+
# => PublicSuffixService::DomainNotAllowed
|
436
|
+
|
437
|
+
- CHANGED: Renamed PublicSuffixService::InvalidDomain to PublicSuffixService::DomainInvalid
|
438
|
+
|
439
|
+
|
440
|
+
## Release 0.5.2
|
441
|
+
|
442
|
+
- CHANGED: Update public suffix list to 248ea690d671 2010-09-16 18:02 +0100
|
443
|
+
|
444
|
+
|
445
|
+
## Release 0.5.1
|
446
|
+
|
447
|
+
- CHANGED: Update public suffix list to 14dc66dd53c1 2010-09-15 17:09 +0100
|
448
|
+
|
449
|
+
|
450
|
+
## Release 0.5.0
|
451
|
+
|
452
|
+
- CHANGED: Improve documentation for Domain#domain and Domain#subdomain (#1).
|
453
|
+
|
454
|
+
- CHANGED: Performance improvements (#2).
|
455
|
+
|
456
|
+
|
457
|
+
## Release 0.4.0
|
458
|
+
|
459
|
+
- CHANGED: Rename library from DomainName to PublicSuffixService to reduce the probability of name conflicts.
|
460
|
+
|
461
|
+
|
462
|
+
## Release 0.3.1
|
463
|
+
|
464
|
+
- Deprecated DomainName library.
|
465
|
+
|
466
|
+
|
467
|
+
## Release 0.3.0
|
468
|
+
|
469
|
+
- CHANGED: DomainName#domain and DomainName#subdomain are no longer alias of Domain#sld and Domain#tld.
|
470
|
+
|
471
|
+
- CHANGED: Removed DomainName#labels and decoupled Rule from DomainName.
|
472
|
+
|
473
|
+
- CHANGED: DomainName#valid? no longer instantiates new DomainName objects. This means less overhead.
|
474
|
+
|
475
|
+
- CHANGED: Refactoring the entire DomainName API. Removed the internal on-the-fly parsing. Added a bunch of new methods to check and validate the DomainName.
|
476
|
+
|
477
|
+
|
478
|
+
## Release 0.2.0
|
479
|
+
|
480
|
+
- NEW: DomainName#valid?
|
481
|
+
|
482
|
+
- NEW: DomainName#parse and DomainName#parse!
|
483
|
+
|
484
|
+
- NEW: DomainName#valid_domain? and DomainName#valid_subdomain?
|
485
|
+
|
486
|
+
- CHANGED: Make sure RuleList lookup is only performed once.
|
487
|
+
|
488
|
+
|
489
|
+
## Release 0.1.0
|
490
|
+
|
491
|
+
- Initial version
|
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2009-2024 Simone Carletti <weppos@weppos.net>
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|