brakeman 7.1.0 → 7.1.1
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/CHANGES.md +14 -1
- data/README.md +1 -1
- data/bundle/load.rb +16 -16
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/CHANGELOG.md +13 -1
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/Gemfile +7 -0
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/README.md +1 -0
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/REFERENCE.md +9 -16
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/haml.gemspec +2 -0
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/attribute_builder.rb +2 -2
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/attribute_compiler.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/plain.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/ruby.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/parser.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/rails_template.rb +2 -2
- data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/version.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/config.rb +5 -0
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/io/ansi.rb +7 -3
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/io.rb +2 -2
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/key_actor/emacs.rb +2 -2
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/line_editor.rb +10 -8
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/unicode/east_asian_width.rb +7 -8
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/unicode.rb +21 -15
- data/bundle/ruby/3.1.0/gems/reline-0.6.2/lib/reline/version.rb +3 -0
- data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline.rb +2 -3
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/NEWS.md +145 -1
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/attribute.rb +7 -8
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/cdata.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/child.rb +2 -3
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/comment.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/doctype.rb +3 -8
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/document.rb +21 -5
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/element.rb +53 -59
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/encoding.rb +3 -6
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/functions.rb +3 -3
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/instruction.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/namespace.rb +4 -4
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/node.rb +2 -2
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/baseparser.rb +143 -81
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/xpathparser.rb +4 -4
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/quickpath.rb +19 -18
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/rexml.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/security.rb +2 -2
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/source.rb +7 -2
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/text.rb +14 -17
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/validation/relaxng.rb +27 -26
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/validation/validation.rb +8 -8
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/xpath.rb +2 -13
- data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/xpath_parser.rb +44 -42
- data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/History.rdoc +8 -0
- data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/lib/pt_testcase.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/lib/sexp_processor.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/CHANGES +4 -0
- data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/encoding.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/version.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/CHANGELOG.md +8 -0
- data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/README.md +5 -5
- data/bundle/ruby/3.1.0/gems/unicode-display_width-3.2.0/data/display_width.marshal.gz +0 -0
- data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/lib/unicode/display_width/constants.rb +2 -2
- data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/lib/unicode/display_width/emoji_support.rb +5 -2
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/CHANGELOG.md +5 -0
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/Gemfile.lock +1 -1
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/README.md +4 -4
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/data/emoji.marshal.gz +0 -0
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/constants.rb +3 -3
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex.rb +8 -0
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_basic.rb +1 -1
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_include_mqe.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_include_mqe_uqe.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_include_text.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_picto.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_picto_no_emoji.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_possible.rb +8 -0
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_prop_emoji.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_prop_presentation.rb +1 -1
- data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_text.rb +1 -1
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_valid.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_valid_include_text.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_well_formed.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated/regex_well_formed_include_text.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated_native/regex.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated_native/regex_include_mqe.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated_native/regex_include_mqe_uqe.rb +8 -0
- data/bundle/ruby/3.1.0/gems/unicode-emoji-4.1.0/lib/unicode/emoji/generated_native/regex_include_text.rb +8 -0
- data/lib/brakeman/app_tree.rb +40 -5
- data/lib/brakeman/checks/base_check.rb +5 -2
- data/lib/brakeman/checks/check_render.rb +5 -0
- data/lib/brakeman/checks/check_sql.rb +9 -2
- data/lib/brakeman/file_path.rb +4 -0
- data/lib/brakeman/processors/alias_processor.rb +9 -0
- data/lib/brakeman/processors/haml_template_processor.rb +1 -1
- data/lib/brakeman/report/pager.rb +1 -1
- data/lib/brakeman/report/templates/header.html.erb +1 -1
- data/lib/brakeman/version.rb +1 -1
- metadata +488 -488
- data/bundle/ruby/3.2.0/gems/reline-0.6.1/lib/reline/version.rb +0 -3
- data/bundle/ruby/3.2.0/gems/unicode-display_width-3.1.4/data/display_width.marshal.gz +0 -0
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/data/emoji.marshal.gz +0 -0
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_include_mqe.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_include_mqe_uqe.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_include_text.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_picto.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_picto_no_emoji.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_possible.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_valid.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_valid_include_text.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_well_formed.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated/regex_well_formed_include_text.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated_native/regex.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated_native/regex_include_mqe.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated_native/regex_include_mqe_uqe.rb +0 -8
- data/bundle/ruby/3.2.0/gems/unicode-emoji-4.0.4/lib/unicode/emoji/generated_native/regex_include_text.rb +0 -8
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/LICENSE.txt +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/NEWS.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/README.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/core_ext/array.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/core_ext/string.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/fields_converter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/input_record_separator.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/row.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/table.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/version.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv/writer.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/csv-3.3.5/lib/csv.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/CHANGES.txt +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/MIT-LICENSE +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/README.txt +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/contrib/erubis +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/contrib/erubis-run.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/contrib/inline-require +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/context.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/converter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/engine.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/enhancer.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/error.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/evaluator.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/generator.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/helper.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/local-setting.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/main.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/tiny.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis/util.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/lib/erubis.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/erubis-2.7.0/setup.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/FAQ.md +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/MIT-LICENSE +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/exe/haml +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/ambles.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/attribute_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/cli.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/compiler/children_compiler.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/compiler/comment_compiler.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/compiler/doctype_compiler.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/compiler/script_compiler.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/compiler/silent_script_compiler.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/compiler/tag_compiler.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/compiler.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/dynamic_merger.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/engine.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/error.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/escape.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/escape_any.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/base.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/cdata.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/coffee.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/css.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/erb.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/escaped.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/javascript.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/less.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/markdown.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/preserve.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/sass.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/scss.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/text_base.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters/tilt_base.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/filters.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/force_escape.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/helpers.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/html.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/identity.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/object_ref.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/rails_helpers.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/railtie.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/ruby_expression.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/string_splitter.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/template.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/temple_line_counter.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/util.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml/whitespace.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/haml-6.3.0 → 3.1.0/gems/haml-6.4.0}/lib/haml.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/AUTHORS +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/COPYING +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/Changelog.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/Gemfile +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/LICENSE +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/README.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/TODO +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/highline.gemspec +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/builtin_styles.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/color_scheme.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/compatibility.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/custom_errors.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/import.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/io_console_compatible.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/list.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/list_renderer.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/menu/item.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/menu.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/paginator.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/question/answer_converter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/question.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/question_asker.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/simulate.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/statement.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/string.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/string_extensions.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/style.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/template_renderer.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/terminal/io_console.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/terminal/ncurses.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/terminal/unix_stty.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/terminal.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/version.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline/wrapper.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/highline-3.1.2/lib/highline.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/parallel-1.27.0/MIT-LICENSE.txt +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/parallel-1.27.0/lib/parallel/version.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/parallel-1.27.0/lib/parallel.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/BSDL +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/COPYING +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/README.md +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/face.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/history.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/io/dumb.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/io/windows.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/key_actor/base.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/key_actor/composite.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/key_actor/vi_command.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/key_actor/vi_insert.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/key_actor.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/key_stroke.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/lib/reline/kill_ring.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/reline-0.6.1 → 3.1.0/gems/reline-0.6.2}/license_of_rb-readline +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/LICENSE.txt +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/README.md +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/attlistdecl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/dtd/attlistdecl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/dtd/dtd.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/dtd/elementdecl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/dtd/entitydecl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/dtd/notationdecl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/entity.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/formatters/default.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/formatters/pretty.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/formatters/transitive.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/light/node.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/output.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parent.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parseexception.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/lightparser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/pullparser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/sax2parser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/streamparser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/treeparser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/parsers/ultralightparser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/sax2listener.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/streamlistener.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/undefinednamespaceexception.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/validation/validationexception.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/xmldecl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/xmltokens.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby2ruby-2.5.2/History.rdoc +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby2ruby-2.5.2/Manifest.txt +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby2ruby-2.5.2/README.rdoc +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby2ruby-2.5.2/lib/ruby2ruby.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/History.rdoc +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/Manifest.txt +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/README.rdoc +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/compare/normalize.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/debugging.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/gauntlet.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/rp_extensions.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/rp_stringscanner.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby20_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby20_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby21_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby21_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby22_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby22_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby23_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby23_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby24_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby24_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby25_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby25_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby26_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby26_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby27_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby27_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby30_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby30_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby31_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby31_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby32_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby32_parser.y +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby3_parser.yy +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby_lexer.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby_lexer.rex +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby_lexer.rex.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby_lexer_strings.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby_parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby_parser.yy +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/lib/ruby_parser_extras.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/tools/munge.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/ruby_parser-3.20.3/tools/ripper.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/Manifest.txt +0 -0
- /data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/README.rdoc +0 -0
- /data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/lib/composite_sexp_processor.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/lib/sexp.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/lib/sexp_matcher.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/lib/strict_sexp.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/sexp_processor-4.17.3 → 3.1.0/gems/sexp_processor-4.17.4}/lib/unique.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/CHANGES +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/Gemfile +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/LICENSE +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/README.jp.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/README.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/code_attributes.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/command.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/controls.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/do_inserter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/embedded.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/end_inserter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/engine.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/erb_converter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/filter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/grammar.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/include.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/interpolation.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/logic_less/context.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/logic_less/filter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/logic_less.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/railtie.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/smart/escaper.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/smart/filter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/smart/parser.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/smart.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/splat/builder.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/splat/filter.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/template.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/translator.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim/version.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/lib/slim.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/slim-5.2.1/slim.gemspec +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/EXPRESSIONS.md +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/Gemfile +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/LICENSE +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/README.md +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/engine.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/erb/engine.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/erb/parser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/erb/template.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/erb/trimming.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/exceptions.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filter.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/ambles.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/code_merger.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/control_flow.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/dynamic_inliner.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/dynamic_merger.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/eraser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/escapable.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/multi_flattener.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/remove_bom.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/static_analyzer.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/static_merger.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/string_splitter.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/filters/validator.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/generator.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/generators/array.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/generators/array_buffer.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/generators/erb.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/generators/rails_output_buffer.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/generators/string_buffer.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/grammar.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/attribute_merger.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/attribute_remover.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/attribute_sorter.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/dispatcher.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/fast.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/filter.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/pretty.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/html/safe.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/map.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/mixins/dispatcher.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/mixins/engine_dsl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/mixins/grammar_dsl.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/mixins/options.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/mixins/template.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/parser.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/static_analyzer.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/templates/rails.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/templates/tilt.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/templates.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple/utils.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/lib/temple.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/temple-0.10.3 → 3.1.0/gems/temple-0.10.4}/temple.gemspec +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/Gemfile +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/History.rdoc +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/LICENSE.txt +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/Manifest +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/README.md +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/Todo.rdoc +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/cell.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/import.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/row.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/separator.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/style.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/table.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/table_helper.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/util.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table/version.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/lib/terminal-table.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/terminal-table-4.0.0/terminal-table.gemspec +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/COPYING +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/_emacs_org.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/_handlebars.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/_jbuilder.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/_org.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/asciidoc.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/babel.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/builder.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/cli.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/coffee.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/commonmarker.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/creole.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/csv.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/erb.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/erubi.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/etanni.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/haml.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/kramdown.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/liquid.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/livescript.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/mapping.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/markaby.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/nokogiri.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/pandoc.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/pipeline.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/plain.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/prawn.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/radius.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/rdiscount.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/rdoc.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/redcarpet.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/redcloth.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/rst-pandoc.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/sass.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/slim.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/string.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/template.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/typescript.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt/yajl.rb +0 -0
- /data/bundle/ruby/{3.2.0 → 3.1.0}/gems/tilt-2.6.1/lib/tilt.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/MIT-LICENSE.txt +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/lib/unicode/display_width/index.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/lib/unicode/display_width/no_string_ext.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/lib/unicode/display_width/reline_ext.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/lib/unicode/display_width/string_ext.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-display_width-3.1.4 → 3.1.0/gems/unicode-display_width-3.2.0}/lib/unicode/display_width.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/CODE_OF_CONDUCT.md +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/Gemfile +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/MIT-LICENSE.txt +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/data/generate_constants.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_emoji_keycap.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_prop_component.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_prop_modifier.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_prop_modifier_base.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated/regex_text_presentation.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_basic.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_emoji_keycap.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_picto.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_picto_no_emoji.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_possible.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_prop_component.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_prop_emoji.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_prop_modifier.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_prop_modifier_base.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_prop_presentation.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_text.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_text_presentation.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_valid.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_valid_include_text.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_well_formed.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/generated_native/regex_well_formed_include_text.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/index.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/lazy_constants.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji/list.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/lib/unicode/emoji.rb +0 -0
- /data/bundle/ruby/{3.2.0/gems/unicode-emoji-4.0.4 → 3.1.0/gems/unicode-emoji-4.1.0}/unicode-emoji.gemspec +0 -0
|
@@ -1,5 +1,149 @@
|
|
|
1
1
|
# News
|
|
2
2
|
|
|
3
|
+
## 3.4.4 - 2025-09-10 {#version-3-4-4}
|
|
4
|
+
|
|
5
|
+
### Improvement
|
|
6
|
+
|
|
7
|
+
* Accept `REXML::Document.new("")` for backward compatibility
|
|
8
|
+
* GH-296
|
|
9
|
+
* GH-295
|
|
10
|
+
* Patch by NAITOH Jun
|
|
11
|
+
* Reported by Joe Rafaniello
|
|
12
|
+
|
|
13
|
+
### Thanks
|
|
14
|
+
|
|
15
|
+
* NAITOH Jun
|
|
16
|
+
|
|
17
|
+
* Joe Rafaniello
|
|
18
|
+
|
|
19
|
+
## 3.4.3 - 2025-09-07 {#version-3-4-3}
|
|
20
|
+
|
|
21
|
+
### Improvement
|
|
22
|
+
|
|
23
|
+
* Reject no root element XML as an invalid XML
|
|
24
|
+
* GH-289
|
|
25
|
+
* GH-291
|
|
26
|
+
* Patch by NAITOH Jun
|
|
27
|
+
* Reported by Sutou Kouhei
|
|
28
|
+
|
|
29
|
+
### Fixes
|
|
30
|
+
|
|
31
|
+
* Fixed an issue with `IOSource#read_until` when reaching the end of a file
|
|
32
|
+
* GH-287
|
|
33
|
+
* GH-288
|
|
34
|
+
* Patch by NAITOH Jun
|
|
35
|
+
* Reported by Jason Thomas
|
|
36
|
+
|
|
37
|
+
### Thanks
|
|
38
|
+
|
|
39
|
+
* NAITOH Jun
|
|
40
|
+
|
|
41
|
+
* Sutou Kouhei
|
|
42
|
+
|
|
43
|
+
* Jason Thomas
|
|
44
|
+
|
|
45
|
+
## 3.4.2 - 2025-08-26 {#version-3-4-2}
|
|
46
|
+
|
|
47
|
+
### Improvement
|
|
48
|
+
|
|
49
|
+
* Improved performance.
|
|
50
|
+
* GH-244
|
|
51
|
+
* GH-245
|
|
52
|
+
* GH-246
|
|
53
|
+
* GH-249
|
|
54
|
+
* GH-256
|
|
55
|
+
* Patch by NAITOH Jun
|
|
56
|
+
|
|
57
|
+
* Raise appropriate exception when failing to match start tag in DOCTYPE
|
|
58
|
+
* GH-247
|
|
59
|
+
* Patch by NAITOH Jun
|
|
60
|
+
|
|
61
|
+
* Deprecate accepting array as an element in XPath.match, first and each
|
|
62
|
+
* GH-252
|
|
63
|
+
* Patch by tomoya ishida
|
|
64
|
+
|
|
65
|
+
* Don't call needless encoding_updated
|
|
66
|
+
* GH-259
|
|
67
|
+
* Patch by Sutou Kouhei
|
|
68
|
+
|
|
69
|
+
* Reuse XPath::match
|
|
70
|
+
* GH-263
|
|
71
|
+
* Patch by pboling
|
|
72
|
+
|
|
73
|
+
* Cache redundant calls for doctype
|
|
74
|
+
* GH-264
|
|
75
|
+
* Patch by pboling
|
|
76
|
+
|
|
77
|
+
* Use Safe Navigation (&.) from Ruby 2.3
|
|
78
|
+
* GH-265
|
|
79
|
+
* Patch by pboling
|
|
80
|
+
|
|
81
|
+
* Remove redundant return statements
|
|
82
|
+
* GH-266
|
|
83
|
+
* Patch by pboling
|
|
84
|
+
|
|
85
|
+
* Added XML declaration check & Source#skip_spaces method
|
|
86
|
+
* GH-282
|
|
87
|
+
* Patch by NAITOH Jun
|
|
88
|
+
* Reported by Sofi Aberegg
|
|
89
|
+
|
|
90
|
+
### Fixes
|
|
91
|
+
|
|
92
|
+
* Fix docs typo
|
|
93
|
+
* GH-248
|
|
94
|
+
* Patch by James Coleman
|
|
95
|
+
|
|
96
|
+
* Fix reverse sort in xpath_parser
|
|
97
|
+
* GH-251
|
|
98
|
+
* Patch by tomoya ishida
|
|
99
|
+
|
|
100
|
+
* Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling
|
|
101
|
+
* GH-255
|
|
102
|
+
* Patch by NAITOH Jun
|
|
103
|
+
|
|
104
|
+
* Fix wrong Encoding resolution
|
|
105
|
+
* GH-258
|
|
106
|
+
* Patch by Sutou Kouhei
|
|
107
|
+
|
|
108
|
+
* Handle nil when parsing fragment
|
|
109
|
+
* GH-267
|
|
110
|
+
* GH-268
|
|
111
|
+
* Patch by pboling
|
|
112
|
+
|
|
113
|
+
* [Documentation] Use # to reference instance methods
|
|
114
|
+
* GH-269
|
|
115
|
+
* GH-270
|
|
116
|
+
* Patch by pboling
|
|
117
|
+
|
|
118
|
+
* Fix & Deprecate REXML::Text#text_indent
|
|
119
|
+
* GH-273
|
|
120
|
+
* GH-275
|
|
121
|
+
* Patch by pboling
|
|
122
|
+
|
|
123
|
+
* remove bundler from dev deps
|
|
124
|
+
* GH-276
|
|
125
|
+
* GH-277
|
|
126
|
+
* Patch by pboling
|
|
127
|
+
|
|
128
|
+
* remove ostruct from dev deps
|
|
129
|
+
* GH-280
|
|
130
|
+
* GH-281
|
|
131
|
+
* Patch by pboling
|
|
132
|
+
|
|
133
|
+
### Thanks
|
|
134
|
+
|
|
135
|
+
* NAITOH Jun
|
|
136
|
+
|
|
137
|
+
* tomoya ishida
|
|
138
|
+
|
|
139
|
+
* James Coleman
|
|
140
|
+
|
|
141
|
+
* pboling
|
|
142
|
+
|
|
143
|
+
* Sutou Kouhei
|
|
144
|
+
|
|
145
|
+
* Sofi Aberegg
|
|
146
|
+
|
|
3
147
|
## 3.4.1 - 2025-02-16 {#version-3-4-1}
|
|
4
148
|
|
|
5
149
|
### Improvement
|
|
@@ -386,7 +530,7 @@
|
|
|
386
530
|
|
|
387
531
|
* Patch by NAITOH Jun.
|
|
388
532
|
|
|
389
|
-
* Improved parse performance when an attribute has many
|
|
533
|
+
* Improved parse performance when an attribute has many `>`s.
|
|
390
534
|
|
|
391
535
|
* GH-126
|
|
392
536
|
|
|
@@ -130,10 +130,7 @@ module REXML
|
|
|
130
130
|
end
|
|
131
131
|
|
|
132
132
|
def doctype
|
|
133
|
-
|
|
134
|
-
doc = @element.document
|
|
135
|
-
doc.doctype if doc
|
|
136
|
-
end
|
|
133
|
+
@element&.document&.doctype
|
|
137
134
|
end
|
|
138
135
|
|
|
139
136
|
# Returns the attribute value, with entities replaced
|
|
@@ -173,7 +170,7 @@ module REXML
|
|
|
173
170
|
@element = element
|
|
174
171
|
|
|
175
172
|
if @normalized
|
|
176
|
-
Text.check( @normalized, NEEDS_A_SECOND_CHECK
|
|
173
|
+
Text.check( @normalized, NEEDS_A_SECOND_CHECK )
|
|
177
174
|
end
|
|
178
175
|
|
|
179
176
|
self
|
|
@@ -202,9 +199,11 @@ module REXML
|
|
|
202
199
|
end
|
|
203
200
|
|
|
204
201
|
def xpath
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
202
|
+
@element.xpath + "/@#{self.expanded_name}"
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
def document
|
|
206
|
+
@element&.document
|
|
208
207
|
end
|
|
209
208
|
end
|
|
210
209
|
end
|
|
@@ -58,7 +58,7 @@ module REXML
|
|
|
58
58
|
# c = CData.new( " Some text " )
|
|
59
59
|
# c.write( $stdout ) #-> <![CDATA[ Some text ]]>
|
|
60
60
|
def write( output=$stdout, indent=-1, transitive=false, ie_hack=false )
|
|
61
|
-
Kernel.warn( "#{self.class.name}
|
|
61
|
+
Kernel.warn( "#{self.class.name}#write is deprecated", uplevel: 1)
|
|
62
62
|
indent( output, indent )
|
|
63
63
|
output << START
|
|
64
64
|
output << @string
|
|
@@ -83,13 +83,12 @@ module REXML
|
|
|
83
83
|
# Returns:: the document this child belongs to, or nil if this child
|
|
84
84
|
# belongs to no document
|
|
85
85
|
def document
|
|
86
|
-
|
|
87
|
-
nil
|
|
86
|
+
parent&.document
|
|
88
87
|
end
|
|
89
88
|
|
|
90
89
|
# This doesn't yet handle encodings
|
|
91
90
|
def bytes
|
|
92
|
-
document
|
|
91
|
+
document&.encoding
|
|
93
92
|
|
|
94
93
|
to_s
|
|
95
94
|
end
|
|
@@ -48,7 +48,7 @@ module REXML
|
|
|
48
48
|
# ie_hack::
|
|
49
49
|
# Needed for conformity to the child API, but not used by this class.
|
|
50
50
|
def write( output, indent=-1, transitive=false, ie_hack=false )
|
|
51
|
-
Kernel.warn("
|
|
51
|
+
Kernel.warn("#{self.class.name}#write is deprecated. See REXML::Formatters", uplevel: 1)
|
|
52
52
|
indent( output, indent )
|
|
53
53
|
output << START
|
|
54
54
|
output << @string
|
|
@@ -171,15 +171,11 @@ module REXML
|
|
|
171
171
|
end
|
|
172
172
|
|
|
173
173
|
def context
|
|
174
|
-
|
|
175
|
-
@parent.context
|
|
176
|
-
else
|
|
177
|
-
nil
|
|
178
|
-
end
|
|
174
|
+
@parent&.context
|
|
179
175
|
end
|
|
180
176
|
|
|
181
177
|
def entity( name )
|
|
182
|
-
@entities[name]
|
|
178
|
+
@entities[name]&.unnormalized
|
|
183
179
|
end
|
|
184
180
|
|
|
185
181
|
def add child
|
|
@@ -288,8 +284,7 @@ module REXML
|
|
|
288
284
|
end
|
|
289
285
|
|
|
290
286
|
def to_s
|
|
291
|
-
context =
|
|
292
|
-
context = parent.context if parent
|
|
287
|
+
context = parent&.context
|
|
293
288
|
notation = "<!NOTATION #{@name}"
|
|
294
289
|
reference_writer = ReferenceWriter.new(@middle, @public, @system, context)
|
|
295
290
|
reference_writer.write(notation)
|
|
@@ -95,7 +95,9 @@ module REXML
|
|
|
95
95
|
@entity_expansion_text_limit = Security.entity_expansion_text_limit
|
|
96
96
|
super()
|
|
97
97
|
@context = context
|
|
98
|
-
|
|
98
|
+
# `source = ""` is an invalid usage because no root element XML is an invalid XML.
|
|
99
|
+
# But we accept `""` for backward compatibility.
|
|
100
|
+
return if source.nil? or source == ""
|
|
99
101
|
if source.kind_of? Document
|
|
100
102
|
@context = source.context
|
|
101
103
|
super source
|
|
@@ -309,8 +311,8 @@ module REXML
|
|
|
309
311
|
end
|
|
310
312
|
|
|
311
313
|
# :call-seq:
|
|
312
|
-
# doc.write(output=$stdout, indent=-1,
|
|
313
|
-
# doc.write(options={:output => $stdout, :indent => -1, :
|
|
314
|
+
# doc.write(output=$stdout, indent=-1, transitive=false, ie_hack=false, encoding=nil)
|
|
315
|
+
# doc.write(options={:output => $stdout, :indent => -1, :transitive => false, :ie_hack => false, :encoding => nil})
|
|
314
316
|
#
|
|
315
317
|
# Write the XML tree out, optionally with indent. This writes out the
|
|
316
318
|
# entire XML document, including XML declarations, doctype declarations,
|
|
@@ -415,7 +417,7 @@ module REXML
|
|
|
415
417
|
#
|
|
416
418
|
# Deprecated. Use REXML::Security.entity_expansion_limit= instead.
|
|
417
419
|
def Document::entity_expansion_limit
|
|
418
|
-
|
|
420
|
+
Security.entity_expansion_limit
|
|
419
421
|
end
|
|
420
422
|
|
|
421
423
|
# Set the entity expansion limit. By default the limit is set to 10240.
|
|
@@ -429,7 +431,7 @@ module REXML
|
|
|
429
431
|
#
|
|
430
432
|
# Deprecated. Use REXML::Security.entity_expansion_text_limit instead.
|
|
431
433
|
def Document::entity_expansion_text_limit
|
|
432
|
-
|
|
434
|
+
Security.entity_expansion_text_limit
|
|
433
435
|
end
|
|
434
436
|
|
|
435
437
|
attr_reader :entity_expansion_count
|
|
@@ -448,6 +450,20 @@ module REXML
|
|
|
448
450
|
end
|
|
449
451
|
|
|
450
452
|
private
|
|
453
|
+
|
|
454
|
+
attr_accessor :namespaces_cache
|
|
455
|
+
|
|
456
|
+
# New document level cache is created and available in this block.
|
|
457
|
+
# This API is thread unsafe. Users can't change this document in this block.
|
|
458
|
+
def enable_cache
|
|
459
|
+
@namespaces_cache = {}
|
|
460
|
+
begin
|
|
461
|
+
yield
|
|
462
|
+
ensure
|
|
463
|
+
@namespaces_cache = nil
|
|
464
|
+
end
|
|
465
|
+
end
|
|
466
|
+
|
|
451
467
|
def build( source )
|
|
452
468
|
Parsers::TreeParser.new( source, self ).parse
|
|
453
469
|
end
|
|
@@ -473,8 +473,7 @@ module REXML
|
|
|
473
473
|
# Related: #root, #root_node.
|
|
474
474
|
#
|
|
475
475
|
def document
|
|
476
|
-
|
|
477
|
-
rt.parent if rt
|
|
476
|
+
root&.parent
|
|
478
477
|
end
|
|
479
478
|
|
|
480
479
|
# :call-seq:
|
|
@@ -566,7 +565,7 @@ module REXML
|
|
|
566
565
|
prefixes = []
|
|
567
566
|
prefixes = parent.prefixes if parent
|
|
568
567
|
prefixes |= attributes.prefixes
|
|
569
|
-
|
|
568
|
+
prefixes
|
|
570
569
|
end
|
|
571
570
|
|
|
572
571
|
# :call-seq:
|
|
@@ -589,10 +588,12 @@ module REXML
|
|
|
589
588
|
# d.elements['//c'].namespaces # => {"x"=>"1", "y"=>"2", "z"=>"3"}
|
|
590
589
|
#
|
|
591
590
|
def namespaces
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
591
|
+
namespaces_cache = document&.__send__(:namespaces_cache)
|
|
592
|
+
if namespaces_cache
|
|
593
|
+
namespaces_cache[self] ||= calculate_namespaces
|
|
594
|
+
else
|
|
595
|
+
calculate_namespaces
|
|
596
|
+
end
|
|
596
597
|
end
|
|
597
598
|
|
|
598
599
|
# :call-seq:
|
|
@@ -619,19 +620,11 @@ module REXML
|
|
|
619
620
|
if prefix.nil?
|
|
620
621
|
prefix = prefix()
|
|
621
622
|
end
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
prefix = "xmlns:#{prefix}" unless prefix[0,5] == 'xmlns'
|
|
626
|
-
end
|
|
627
|
-
ns = nil
|
|
628
|
-
target = self
|
|
629
|
-
while ns.nil? and target
|
|
630
|
-
ns = target.attributes[prefix]
|
|
631
|
-
target = target.parent
|
|
632
|
-
end
|
|
623
|
+
prefix = (prefix == '') ? 'xmlns' : prefix.delete_prefix("xmlns:")
|
|
624
|
+
ns = namespaces[prefix]
|
|
625
|
+
|
|
633
626
|
ns = '' if ns.nil? and prefix == 'xmlns'
|
|
634
|
-
|
|
627
|
+
ns
|
|
635
628
|
end
|
|
636
629
|
|
|
637
630
|
# :call-seq:
|
|
@@ -963,7 +956,7 @@ module REXML
|
|
|
963
956
|
def next_element
|
|
964
957
|
element = next_sibling
|
|
965
958
|
element = element.next_sibling until element.nil? or element.kind_of? Element
|
|
966
|
-
|
|
959
|
+
element
|
|
967
960
|
end
|
|
968
961
|
|
|
969
962
|
# :call-seq:
|
|
@@ -979,7 +972,7 @@ module REXML
|
|
|
979
972
|
def previous_element
|
|
980
973
|
element = previous_sibling
|
|
981
974
|
element = element.previous_sibling until element.nil? or element.kind_of? Element
|
|
982
|
-
|
|
975
|
+
element
|
|
983
976
|
end
|
|
984
977
|
|
|
985
978
|
|
|
@@ -1029,8 +1022,7 @@ module REXML
|
|
|
1029
1022
|
#
|
|
1030
1023
|
def text( path = nil )
|
|
1031
1024
|
rv = get_text(path)
|
|
1032
|
-
|
|
1033
|
-
nil
|
|
1025
|
+
rv&.value
|
|
1034
1026
|
end
|
|
1035
1027
|
|
|
1036
1028
|
# :call-seq:
|
|
@@ -1058,7 +1050,7 @@ module REXML
|
|
|
1058
1050
|
else
|
|
1059
1051
|
rv = @children.find { |node| node.kind_of? Text }
|
|
1060
1052
|
end
|
|
1061
|
-
|
|
1053
|
+
rv
|
|
1062
1054
|
end
|
|
1063
1055
|
|
|
1064
1056
|
# :call-seq:
|
|
@@ -1102,7 +1094,7 @@ module REXML
|
|
|
1102
1094
|
old_text.replace_with( text )
|
|
1103
1095
|
end
|
|
1104
1096
|
end
|
|
1105
|
-
|
|
1097
|
+
self
|
|
1106
1098
|
end
|
|
1107
1099
|
|
|
1108
1100
|
# :call-seq:
|
|
@@ -1153,7 +1145,7 @@ module REXML
|
|
|
1153
1145
|
text = Text.new( text, whitespace(), nil, raw() )
|
|
1154
1146
|
end
|
|
1155
1147
|
self << text unless text.nil?
|
|
1156
|
-
|
|
1148
|
+
self
|
|
1157
1149
|
end
|
|
1158
1150
|
|
|
1159
1151
|
# :call-seq:
|
|
@@ -1197,7 +1189,7 @@ module REXML
|
|
|
1197
1189
|
cur = cur.parent
|
|
1198
1190
|
path_elements << __to_xpath_helper( cur )
|
|
1199
1191
|
end
|
|
1200
|
-
|
|
1192
|
+
path_elements.reverse.join( "/" )
|
|
1201
1193
|
end
|
|
1202
1194
|
|
|
1203
1195
|
#################################################
|
|
@@ -1299,7 +1291,6 @@ module REXML
|
|
|
1299
1291
|
return nil unless ( namespaces[ prefix ] == namespaces[ 'xmlns' ] )
|
|
1300
1292
|
|
|
1301
1293
|
attributes.get_attribute( name )
|
|
1302
|
-
|
|
1303
1294
|
end
|
|
1304
1295
|
|
|
1305
1296
|
# :call-seq:
|
|
@@ -1313,7 +1304,7 @@ module REXML
|
|
|
1313
1304
|
# b.has_attributes? # => false
|
|
1314
1305
|
#
|
|
1315
1306
|
def has_attributes?
|
|
1316
|
-
|
|
1307
|
+
!@attributes.empty?
|
|
1317
1308
|
end
|
|
1318
1309
|
|
|
1319
1310
|
# :call-seq:
|
|
@@ -1502,7 +1493,7 @@ module REXML
|
|
|
1502
1493
|
# doc.write( out ) #-> doc is written to the string 'out'
|
|
1503
1494
|
# doc.write( $stdout ) #-> doc written to the console
|
|
1504
1495
|
def write(output=$stdout, indent=-1, transitive=false, ie_hack=false)
|
|
1505
|
-
Kernel.warn("#{self.class.name}
|
|
1496
|
+
Kernel.warn("#{self.class.name}#write is deprecated. See REXML::Formatters", uplevel: 1)
|
|
1506
1497
|
formatter = if indent > -1
|
|
1507
1498
|
if transitive
|
|
1508
1499
|
require_relative "formatters/transitive"
|
|
@@ -1516,8 +1507,15 @@ module REXML
|
|
|
1516
1507
|
formatter.write( self, output )
|
|
1517
1508
|
end
|
|
1518
1509
|
|
|
1519
|
-
|
|
1520
1510
|
private
|
|
1511
|
+
def calculate_namespaces
|
|
1512
|
+
if parent
|
|
1513
|
+
parent.namespaces.merge(attributes.namespaces)
|
|
1514
|
+
else
|
|
1515
|
+
attributes.namespaces
|
|
1516
|
+
end
|
|
1517
|
+
end
|
|
1518
|
+
|
|
1521
1519
|
def __to_xpath_helper node
|
|
1522
1520
|
rv = node.expanded_name.clone
|
|
1523
1521
|
if node.parent
|
|
@@ -1684,11 +1682,7 @@ module REXML
|
|
|
1684
1682
|
(num += 1) == index
|
|
1685
1683
|
}
|
|
1686
1684
|
else
|
|
1687
|
-
|
|
1688
|
-
#{ |element|
|
|
1689
|
-
# return element if element.kind_of? Element
|
|
1690
|
-
#}
|
|
1691
|
-
#return nil
|
|
1685
|
+
XPath::first( @element, index )
|
|
1692
1686
|
end
|
|
1693
1687
|
end
|
|
1694
1688
|
|
|
@@ -1735,7 +1729,7 @@ module REXML
|
|
|
1735
1729
|
else
|
|
1736
1730
|
previous.replace_with element
|
|
1737
1731
|
end
|
|
1738
|
-
|
|
1732
|
+
previous
|
|
1739
1733
|
end
|
|
1740
1734
|
|
|
1741
1735
|
# :call-seq:
|
|
@@ -1774,7 +1768,7 @@ module REXML
|
|
|
1774
1768
|
child == element
|
|
1775
1769
|
end
|
|
1776
1770
|
return rv if found == element
|
|
1777
|
-
|
|
1771
|
+
-1
|
|
1778
1772
|
end
|
|
1779
1773
|
|
|
1780
1774
|
# :call-seq:
|
|
@@ -1853,7 +1847,7 @@ module REXML
|
|
|
1853
1847
|
@element.delete element
|
|
1854
1848
|
element.remove
|
|
1855
1849
|
end
|
|
1856
|
-
|
|
1850
|
+
rv
|
|
1857
1851
|
end
|
|
1858
1852
|
|
|
1859
1853
|
# :call-seq:
|
|
@@ -2180,8 +2174,7 @@ module REXML
|
|
|
2180
2174
|
#
|
|
2181
2175
|
def [](name)
|
|
2182
2176
|
attr = get_attribute(name)
|
|
2183
|
-
|
|
2184
|
-
return nil
|
|
2177
|
+
attr&.value
|
|
2185
2178
|
end
|
|
2186
2179
|
|
|
2187
2180
|
# :call-seq:
|
|
@@ -2324,11 +2317,11 @@ module REXML
|
|
|
2324
2317
|
return attr
|
|
2325
2318
|
end
|
|
2326
2319
|
end
|
|
2327
|
-
|
|
2328
|
-
if
|
|
2320
|
+
doctype = @element.document&.doctype
|
|
2321
|
+
if doctype
|
|
2329
2322
|
expn = @element.expanded_name
|
|
2330
|
-
expn =
|
|
2331
|
-
attr_val =
|
|
2323
|
+
expn = doctype.name if expn.size == 0
|
|
2324
|
+
attr_val = doctype.attribute_of(expn, name)
|
|
2332
2325
|
return Attribute.new( name, attr_val ) if attr_val
|
|
2333
2326
|
end
|
|
2334
2327
|
return nil
|
|
@@ -2336,7 +2329,7 @@ module REXML
|
|
|
2336
2329
|
if attr.kind_of? Hash
|
|
2337
2330
|
attr = attr[ @element.prefix ]
|
|
2338
2331
|
end
|
|
2339
|
-
|
|
2332
|
+
attr
|
|
2340
2333
|
end
|
|
2341
2334
|
|
|
2342
2335
|
# :call-seq:
|
|
@@ -2370,8 +2363,9 @@ module REXML
|
|
|
2370
2363
|
end
|
|
2371
2364
|
|
|
2372
2365
|
unless value.kind_of? Attribute
|
|
2373
|
-
|
|
2374
|
-
|
|
2366
|
+
doctype = @element.document&.doctype
|
|
2367
|
+
if doctype
|
|
2368
|
+
value = Text::normalize( value, doctype )
|
|
2375
2369
|
else
|
|
2376
2370
|
value = Text::normalize( value, nil )
|
|
2377
2371
|
end
|
|
@@ -2389,7 +2383,7 @@ module REXML
|
|
|
2389
2383
|
else
|
|
2390
2384
|
store value.name, value
|
|
2391
2385
|
end
|
|
2392
|
-
|
|
2386
|
+
@element
|
|
2393
2387
|
end
|
|
2394
2388
|
|
|
2395
2389
|
# :call-seq:
|
|
@@ -2408,10 +2402,11 @@ module REXML
|
|
|
2408
2402
|
each_attribute do |attribute|
|
|
2409
2403
|
ns << attribute.name if attribute.prefix == 'xmlns'
|
|
2410
2404
|
end
|
|
2411
|
-
|
|
2405
|
+
doctype = @element.document&.doctype
|
|
2406
|
+
if doctype
|
|
2412
2407
|
expn = @element.expanded_name
|
|
2413
|
-
expn =
|
|
2414
|
-
|
|
2408
|
+
expn = doctype.name if expn.size == 0
|
|
2409
|
+
doctype.attributes_of(expn).each {
|
|
2415
2410
|
|attribute|
|
|
2416
2411
|
ns << attribute.name if attribute.prefix == 'xmlns'
|
|
2417
2412
|
}
|
|
@@ -2433,10 +2428,11 @@ module REXML
|
|
|
2433
2428
|
each_attribute do |attribute|
|
|
2434
2429
|
namespaces[attribute.name] = attribute.value if attribute.prefix == 'xmlns' or attribute.name == 'xmlns'
|
|
2435
2430
|
end
|
|
2436
|
-
|
|
2431
|
+
doctype = @element.document&.doctype
|
|
2432
|
+
if doctype
|
|
2437
2433
|
expn = @element.expanded_name
|
|
2438
|
-
expn =
|
|
2439
|
-
|
|
2434
|
+
expn = doctype.name if expn.size == 0
|
|
2435
|
+
doctype.attributes_of(expn).each {
|
|
2440
2436
|
|attribute|
|
|
2441
2437
|
namespaces[attribute.name] = attribute.value if attribute.prefix == 'xmlns' or attribute.name == 'xmlns'
|
|
2442
2438
|
}
|
|
@@ -2491,9 +2487,7 @@ module REXML
|
|
|
2491
2487
|
old.each_value{|v| repl = v}
|
|
2492
2488
|
store name, repl
|
|
2493
2489
|
end
|
|
2494
|
-
elsif old
|
|
2495
|
-
return @element
|
|
2496
|
-
else # the supplied attribute is a top-level one
|
|
2490
|
+
elsif old # the supplied attribute is a top-level one
|
|
2497
2491
|
super(name)
|
|
2498
2492
|
end
|
|
2499
2493
|
@element
|
|
@@ -2547,7 +2541,7 @@ module REXML
|
|
|
2547
2541
|
rv << attribute if attribute.expanded_name == name
|
|
2548
2542
|
}
|
|
2549
2543
|
rv.each{ |attr| attr.remove }
|
|
2550
|
-
|
|
2544
|
+
rv
|
|
2551
2545
|
end
|
|
2552
2546
|
|
|
2553
2547
|
# :call-seq:
|
|
@@ -5,7 +5,7 @@ module REXML
|
|
|
5
5
|
# ID ---> Encoding name
|
|
6
6
|
attr_reader :encoding
|
|
7
7
|
def encoding=(encoding)
|
|
8
|
-
encoding = encoding.name if encoding.is_a?(Encoding)
|
|
8
|
+
encoding = encoding.name if encoding.is_a?(::Encoding)
|
|
9
9
|
if encoding.is_a?(String)
|
|
10
10
|
original_encoding = encoding
|
|
11
11
|
encoding = find_encoding(encoding)
|
|
@@ -13,12 +13,9 @@ module REXML
|
|
|
13
13
|
raise ArgumentError, "Bad encoding name #{original_encoding}"
|
|
14
14
|
end
|
|
15
15
|
end
|
|
16
|
+
encoding = encoding.upcase if encoding
|
|
16
17
|
return false if defined?(@encoding) and encoding == @encoding
|
|
17
|
-
|
|
18
|
-
@encoding = encoding.upcase
|
|
19
|
-
else
|
|
20
|
-
@encoding = 'UTF-8'
|
|
21
|
-
end
|
|
18
|
+
@encoding = encoding || "UTF-8"
|
|
22
19
|
true
|
|
23
20
|
end
|
|
24
21
|
|
|
@@ -39,11 +39,11 @@ module REXML
|
|
|
39
39
|
|
|
40
40
|
def Functions::text( )
|
|
41
41
|
if @@context[:node].node_type == :element
|
|
42
|
-
|
|
42
|
+
@@context[:node].find_all{|n| n.node_type == :text}.collect{|n| n.value}
|
|
43
43
|
elsif @@context[:node].node_type == :text
|
|
44
|
-
|
|
44
|
+
@@context[:node].value
|
|
45
45
|
else
|
|
46
|
-
|
|
46
|
+
false
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
|
|
@@ -49,7 +49,7 @@ module REXML
|
|
|
49
49
|
# See the rexml/formatters package
|
|
50
50
|
#
|
|
51
51
|
def write writer, indent=-1, transitive=false, ie_hack=false
|
|
52
|
-
Kernel.warn( "#{self.class.name}
|
|
52
|
+
Kernel.warn( "#{self.class.name}#write is deprecated", uplevel: 1)
|
|
53
53
|
indent(writer, indent)
|
|
54
54
|
writer << START
|
|
55
55
|
writer << @target
|
|
@@ -42,11 +42,11 @@ module REXML
|
|
|
42
42
|
# Compares names optionally WITH namespaces
|
|
43
43
|
def has_name?( other, ns=nil )
|
|
44
44
|
if ns
|
|
45
|
-
|
|
45
|
+
namespace() == ns and name() == other
|
|
46
46
|
elsif other.include? ":"
|
|
47
|
-
|
|
47
|
+
fully_expanded_name == other
|
|
48
48
|
else
|
|
49
|
-
|
|
49
|
+
name == other
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
@@ -57,7 +57,7 @@ module REXML
|
|
|
57
57
|
def fully_expanded_name
|
|
58
58
|
ns = prefix
|
|
59
59
|
return "#{ns}:#@name" if ns.size > 0
|
|
60
|
-
|
|
60
|
+
@name
|
|
61
61
|
end
|
|
62
62
|
end
|
|
63
63
|
end
|