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
|
@@ -104,16 +104,16 @@ module REXML
|
|
|
104
104
|
@entity_filter = entity_filter if entity_filter
|
|
105
105
|
clear_cache
|
|
106
106
|
|
|
107
|
-
Text.check(@string, illegal
|
|
107
|
+
Text.check(@string, illegal) if @raw
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
def parent= parent
|
|
111
111
|
super(parent)
|
|
112
|
-
Text.check(@string, NEEDS_A_SECOND_CHECK
|
|
112
|
+
Text.check(@string, NEEDS_A_SECOND_CHECK) if @raw and @parent
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
# check for illegal characters
|
|
116
|
-
def Text.check string, pattern, doctype
|
|
116
|
+
def Text.check string, pattern, doctype = nil
|
|
117
117
|
|
|
118
118
|
# illegal anywhere
|
|
119
119
|
if !string.match?(VALID_XML_CHARS)
|
|
@@ -177,7 +177,7 @@ module REXML
|
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
def clone
|
|
180
|
-
|
|
180
|
+
Text.new(self, true)
|
|
181
181
|
end
|
|
182
182
|
|
|
183
183
|
|
|
@@ -200,10 +200,7 @@ module REXML
|
|
|
200
200
|
end
|
|
201
201
|
|
|
202
202
|
def doctype
|
|
203
|
-
|
|
204
|
-
doc = @parent.document
|
|
205
|
-
doc.doctype if doc
|
|
206
|
-
end
|
|
203
|
+
@parent&.document&.doctype
|
|
207
204
|
end
|
|
208
205
|
|
|
209
206
|
REFERENCE = /#{Entity::REFERENCE}/
|
|
@@ -264,30 +261,32 @@ module REXML
|
|
|
264
261
|
# Recursively wrap string at width.
|
|
265
262
|
return string if string.length <= width
|
|
266
263
|
place = string.rindex(' ', width) # Position in string with last ' ' before cutoff
|
|
267
|
-
if addnewline
|
|
268
|
-
|
|
264
|
+
if addnewline
|
|
265
|
+
"\n" + string[0,place] + "\n" + wrap(string[place+1..-1], width)
|
|
269
266
|
else
|
|
270
|
-
|
|
267
|
+
string[0,place] + "\n" + wrap(string[place+1..-1], width)
|
|
271
268
|
end
|
|
272
269
|
end
|
|
273
270
|
|
|
274
271
|
def indent_text(string, level=1, style="\t", indentfirstline=true)
|
|
272
|
+
Kernel.warn("#{self.class.name}#indent_text is deprecated. See REXML::Formatters", uplevel: 1)
|
|
275
273
|
return string if level < 0
|
|
276
|
-
|
|
274
|
+
|
|
275
|
+
new_string = +''
|
|
277
276
|
string.each_line { |line|
|
|
278
277
|
indent_string = style * level
|
|
279
278
|
new_line = (indent_string + line).sub(/[\s]+$/,'')
|
|
280
279
|
new_string << new_line
|
|
281
280
|
}
|
|
282
281
|
new_string.strip! unless indentfirstline
|
|
283
|
-
|
|
282
|
+
new_string
|
|
284
283
|
end
|
|
285
284
|
|
|
286
285
|
# == DEPRECATED
|
|
287
286
|
# See REXML::Formatters
|
|
288
287
|
#
|
|
289
288
|
def write( writer, indent=-1, transitive=false, ie_hack=false )
|
|
290
|
-
Kernel.warn("#{self.class.name}
|
|
289
|
+
Kernel.warn("#{self.class.name}#write is deprecated. See REXML::Formatters", uplevel: 1)
|
|
291
290
|
formatter = if indent > -1
|
|
292
291
|
REXML::Formatters::Pretty.new( indent )
|
|
293
292
|
else
|
|
@@ -299,9 +298,7 @@ module REXML
|
|
|
299
298
|
# FIXME
|
|
300
299
|
# This probably won't work properly
|
|
301
300
|
def xpath
|
|
302
|
-
|
|
303
|
-
path += "/text()"
|
|
304
|
-
return path
|
|
301
|
+
@parent.xpath + "/text()"
|
|
305
302
|
end
|
|
306
303
|
|
|
307
304
|
# Writes out text, substituting special characters beforehand.
|
data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/validation/relaxng.rb
RENAMED
|
@@ -157,16 +157,16 @@ module REXML
|
|
|
157
157
|
if ( @events[@current].matches?(event) )
|
|
158
158
|
@current += 1
|
|
159
159
|
if @events[@current].nil?
|
|
160
|
-
|
|
160
|
+
@previous.pop
|
|
161
161
|
elsif @events[@current].kind_of? State
|
|
162
162
|
@current += 1
|
|
163
163
|
@events[@current-1].previous = self
|
|
164
|
-
|
|
164
|
+
@events[@current-1]
|
|
165
165
|
else
|
|
166
|
-
|
|
166
|
+
self
|
|
167
167
|
end
|
|
168
168
|
else
|
|
169
|
-
|
|
169
|
+
nil
|
|
170
170
|
end
|
|
171
171
|
end
|
|
172
172
|
|
|
@@ -186,7 +186,7 @@ module REXML
|
|
|
186
186
|
end
|
|
187
187
|
|
|
188
188
|
def expected
|
|
189
|
-
|
|
189
|
+
[@events[@current]]
|
|
190
190
|
end
|
|
191
191
|
|
|
192
192
|
def <<( event )
|
|
@@ -244,7 +244,7 @@ module REXML
|
|
|
244
244
|
evt = :end_attribute
|
|
245
245
|
end
|
|
246
246
|
end
|
|
247
|
-
|
|
247
|
+
Event.new( evt, arg )
|
|
248
248
|
end
|
|
249
249
|
end
|
|
250
250
|
|
|
@@ -262,9 +262,10 @@ module REXML
|
|
|
262
262
|
rv = super
|
|
263
263
|
return rv if rv
|
|
264
264
|
@prior = @previous.pop
|
|
265
|
-
|
|
265
|
+
@prior.next( event )
|
|
266
|
+
else
|
|
267
|
+
super
|
|
266
268
|
end
|
|
267
|
-
super
|
|
268
269
|
end
|
|
269
270
|
|
|
270
271
|
def matches?(event)
|
|
@@ -274,7 +275,7 @@ module REXML
|
|
|
274
275
|
|
|
275
276
|
def expected
|
|
276
277
|
return [ @prior.expected, @events[0] ].flatten if @current == 0
|
|
277
|
-
|
|
278
|
+
[@events[@current]]
|
|
278
279
|
end
|
|
279
280
|
end
|
|
280
281
|
|
|
@@ -286,24 +287,24 @@ module REXML
|
|
|
286
287
|
@current += 1
|
|
287
288
|
if @events[@current].nil?
|
|
288
289
|
@current = 0
|
|
289
|
-
|
|
290
|
+
self
|
|
290
291
|
elsif @events[@current].kind_of? State
|
|
291
292
|
@current += 1
|
|
292
293
|
@events[@current-1].previous = self
|
|
293
|
-
|
|
294
|
+
@events[@current-1]
|
|
294
295
|
else
|
|
295
|
-
|
|
296
|
+
self
|
|
296
297
|
end
|
|
297
298
|
else
|
|
298
299
|
@prior = @previous.pop
|
|
299
300
|
return @prior.next( event ) if @current == 0
|
|
300
|
-
|
|
301
|
+
nil
|
|
301
302
|
end
|
|
302
303
|
end
|
|
303
304
|
|
|
304
305
|
def expected
|
|
305
306
|
return [ @prior.expected, @events[0] ].flatten if @current == 0
|
|
306
|
-
|
|
307
|
+
[@events[@current]]
|
|
307
308
|
end
|
|
308
309
|
end
|
|
309
310
|
|
|
@@ -326,17 +327,17 @@ module REXML
|
|
|
326
327
|
@ord += 1
|
|
327
328
|
if @events[@current].nil?
|
|
328
329
|
@current = 0
|
|
329
|
-
|
|
330
|
+
self
|
|
330
331
|
elsif @events[@current].kind_of? State
|
|
331
332
|
@current += 1
|
|
332
333
|
@events[@current-1].previous = self
|
|
333
|
-
|
|
334
|
+
@events[@current-1]
|
|
334
335
|
else
|
|
335
|
-
|
|
336
|
+
self
|
|
336
337
|
end
|
|
337
338
|
else
|
|
338
339
|
return @previous.pop.next( event ) if @current == 0 and @ord > 0
|
|
339
|
-
|
|
340
|
+
nil
|
|
340
341
|
end
|
|
341
342
|
end
|
|
342
343
|
|
|
@@ -347,9 +348,9 @@ module REXML
|
|
|
347
348
|
|
|
348
349
|
def expected
|
|
349
350
|
if @current == 0 and @ord > 0
|
|
350
|
-
|
|
351
|
+
[@previous[-1].expected, @events[0]].flatten
|
|
351
352
|
else
|
|
352
|
-
|
|
353
|
+
[@events[@current]]
|
|
353
354
|
end
|
|
354
355
|
end
|
|
355
356
|
end
|
|
@@ -403,7 +404,7 @@ module REXML
|
|
|
403
404
|
|
|
404
405
|
def expected
|
|
405
406
|
return [@events[@current]] if @events.size > 0
|
|
406
|
-
|
|
407
|
+
@choices.collect do |x|
|
|
407
408
|
if x[0].kind_of? State
|
|
408
409
|
x[0].expected
|
|
409
410
|
else
|
|
@@ -490,16 +491,16 @@ module REXML
|
|
|
490
491
|
@current += 1
|
|
491
492
|
if @events[@current].nil?
|
|
492
493
|
return self unless @choices[@choice].nil?
|
|
493
|
-
|
|
494
|
+
@previous.pop
|
|
494
495
|
elsif @events[@current].kind_of? State
|
|
495
496
|
@current += 1
|
|
496
497
|
@events[@current-1].previous = self
|
|
497
|
-
|
|
498
|
+
@events[@current-1]
|
|
498
499
|
else
|
|
499
|
-
|
|
500
|
+
self
|
|
500
501
|
end
|
|
501
502
|
else
|
|
502
|
-
|
|
503
|
+
nil
|
|
503
504
|
end
|
|
504
505
|
end
|
|
505
506
|
|
|
@@ -510,7 +511,7 @@ module REXML
|
|
|
510
511
|
|
|
511
512
|
def expected
|
|
512
513
|
return [@events[@current]] if @events[@current]
|
|
513
|
-
|
|
514
|
+
@choices[@choice..-1].collect do |x|
|
|
514
515
|
if x[0].kind_of? State
|
|
515
516
|
x[0].expected
|
|
516
517
|
else
|
|
@@ -80,26 +80,26 @@ module REXML
|
|
|
80
80
|
end
|
|
81
81
|
|
|
82
82
|
def single?
|
|
83
|
-
|
|
83
|
+
(@event_type != :start_element and @event_type != :start_attribute)
|
|
84
84
|
end
|
|
85
85
|
|
|
86
86
|
def matches?( event )
|
|
87
87
|
return false unless event[0] == @event_type
|
|
88
88
|
case event[0]
|
|
89
89
|
when nil
|
|
90
|
-
|
|
90
|
+
true
|
|
91
91
|
when :start_element
|
|
92
|
-
|
|
92
|
+
event[1] == @event_arg
|
|
93
93
|
when :end_element
|
|
94
|
-
|
|
94
|
+
true
|
|
95
95
|
when :start_attribute
|
|
96
|
-
|
|
96
|
+
event[1] == @event_arg
|
|
97
97
|
when :end_attribute
|
|
98
|
-
|
|
98
|
+
true
|
|
99
99
|
when :end_document
|
|
100
|
-
|
|
100
|
+
true
|
|
101
101
|
when :text
|
|
102
|
-
|
|
102
|
+
@event_arg.nil? || @event_arg == event[1]
|
|
103
103
|
=begin
|
|
104
104
|
when :processing_instruction
|
|
105
105
|
false
|
|
@@ -31,12 +31,7 @@ module REXML
|
|
|
31
31
|
def XPath::first(element, path=nil, namespaces=nil, variables={}, options={})
|
|
32
32
|
raise "The namespaces argument, if supplied, must be a hash object." unless namespaces.nil? or namespaces.kind_of?(Hash)
|
|
33
33
|
raise "The variables argument, if supplied, must be a hash object." unless variables.kind_of?(Hash)
|
|
34
|
-
|
|
35
|
-
parser.namespaces = namespaces
|
|
36
|
-
parser.variables = variables
|
|
37
|
-
path = "*" unless path
|
|
38
|
-
element = [element] unless element.kind_of? Array
|
|
39
|
-
parser.parse(path, element).flatten[0]
|
|
34
|
+
match(element, path, namespaces, variables, options).flatten[0]
|
|
40
35
|
end
|
|
41
36
|
|
|
42
37
|
# Iterates over nodes that match the given path, calling the supplied
|
|
@@ -60,12 +55,7 @@ module REXML
|
|
|
60
55
|
def XPath::each(element, path=nil, namespaces=nil, variables={}, options={}, &block)
|
|
61
56
|
raise "The namespaces argument, if supplied, must be a hash object." unless namespaces.nil? or namespaces.kind_of?(Hash)
|
|
62
57
|
raise "The variables argument, if supplied, must be a hash object." unless variables.kind_of?(Hash)
|
|
63
|
-
|
|
64
|
-
parser.namespaces = namespaces
|
|
65
|
-
parser.variables = variables
|
|
66
|
-
path = "*" unless path
|
|
67
|
-
element = [element] unless element.kind_of? Array
|
|
68
|
-
parser.parse(path, element).each( &block )
|
|
58
|
+
match(element, path, namespaces, variables, options).each( &block )
|
|
69
59
|
end
|
|
70
60
|
|
|
71
61
|
# Returns an array of nodes matching a given XPath.
|
|
@@ -74,7 +64,6 @@ module REXML
|
|
|
74
64
|
parser.namespaces = namespaces
|
|
75
65
|
parser.variables = variables
|
|
76
66
|
path = "*" unless path
|
|
77
|
-
element = [element] unless element.kind_of? Array
|
|
78
67
|
parser.parse(path,element)
|
|
79
68
|
end
|
|
80
69
|
end
|
data/bundle/ruby/{3.2.0/gems/rexml-3.4.1 → 3.1.0/gems/rexml-3.4.4}/lib/rexml/xpath_parser.rb
RENAMED
|
@@ -76,19 +76,32 @@ module REXML
|
|
|
76
76
|
@variables = vars
|
|
77
77
|
end
|
|
78
78
|
|
|
79
|
-
def parse path,
|
|
79
|
+
def parse path, node
|
|
80
80
|
path_stack = @parser.parse( path )
|
|
81
|
-
|
|
81
|
+
if node.is_a?(Array)
|
|
82
|
+
Kernel.warn("REXML::XPath.each, REXML::XPath.first, REXML::XPath.match dropped support for nodeset...", uplevel: 1)
|
|
83
|
+
return [] if node.empty?
|
|
84
|
+
node = node.first
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
document = node.document
|
|
88
|
+
if document
|
|
89
|
+
document.__send__(:enable_cache) do
|
|
90
|
+
match( path_stack, node )
|
|
91
|
+
end
|
|
92
|
+
else
|
|
93
|
+
match( path_stack, node )
|
|
94
|
+
end
|
|
82
95
|
end
|
|
83
96
|
|
|
84
|
-
def get_first path,
|
|
97
|
+
def get_first path, node
|
|
85
98
|
path_stack = @parser.parse( path )
|
|
86
|
-
first( path_stack,
|
|
99
|
+
first( path_stack, node )
|
|
87
100
|
end
|
|
88
101
|
|
|
89
|
-
def predicate path,
|
|
102
|
+
def predicate path, node
|
|
90
103
|
path_stack = @parser.parse( path )
|
|
91
|
-
match( path_stack,
|
|
104
|
+
match( path_stack, node )
|
|
92
105
|
end
|
|
93
106
|
|
|
94
107
|
def []=( variable_name, value )
|
|
@@ -106,7 +119,7 @@ module REXML
|
|
|
106
119
|
case path[0]
|
|
107
120
|
when :document
|
|
108
121
|
# do nothing
|
|
109
|
-
|
|
122
|
+
first( path[1..-1], node )
|
|
110
123
|
when :child
|
|
111
124
|
for c in node.children
|
|
112
125
|
r = first( path[1..-1], c )
|
|
@@ -116,9 +129,9 @@ module REXML
|
|
|
116
129
|
name = path[2]
|
|
117
130
|
if node.name == name
|
|
118
131
|
return node if path.size == 3
|
|
119
|
-
|
|
132
|
+
first( path[3..-1], node )
|
|
120
133
|
else
|
|
121
|
-
|
|
134
|
+
nil
|
|
122
135
|
end
|
|
123
136
|
when :descendant_or_self
|
|
124
137
|
r = first( path[1..-1], node )
|
|
@@ -128,23 +141,21 @@ module REXML
|
|
|
128
141
|
return r if r
|
|
129
142
|
end
|
|
130
143
|
when :node
|
|
131
|
-
|
|
144
|
+
first( path[1..-1], node )
|
|
132
145
|
when :any
|
|
133
|
-
|
|
146
|
+
first( path[1..-1], node )
|
|
147
|
+
else
|
|
148
|
+
nil
|
|
134
149
|
end
|
|
135
|
-
return nil
|
|
136
150
|
end
|
|
137
151
|
|
|
138
152
|
|
|
139
|
-
def match(path_stack,
|
|
140
|
-
nodeset =
|
|
141
|
-
position = i + 1
|
|
142
|
-
XPathNode.new(node, position: position)
|
|
143
|
-
end
|
|
153
|
+
def match(path_stack, node)
|
|
154
|
+
nodeset = [XPathNode.new(node, position: 1)]
|
|
144
155
|
result = expr(path_stack, nodeset)
|
|
145
156
|
case result
|
|
146
157
|
when Array # nodeset
|
|
147
|
-
unnode(result)
|
|
158
|
+
unnode(result).uniq
|
|
148
159
|
else
|
|
149
160
|
[result]
|
|
150
161
|
end
|
|
@@ -162,10 +173,10 @@ module REXML
|
|
|
162
173
|
# 2. If no mapping was supplied, use the context node to look up the namespace
|
|
163
174
|
def get_namespace( node, prefix )
|
|
164
175
|
if @namespaces
|
|
165
|
-
|
|
176
|
+
@namespaces[prefix] || ''
|
|
166
177
|
else
|
|
167
178
|
return node.namespace( prefix ) if node.node_type == :element
|
|
168
|
-
|
|
179
|
+
''
|
|
169
180
|
end
|
|
170
181
|
end
|
|
171
182
|
|
|
@@ -492,14 +503,10 @@ module REXML
|
|
|
492
503
|
if strict?
|
|
493
504
|
raw_node.name == name and raw_node.namespace == ""
|
|
494
505
|
else
|
|
495
|
-
|
|
496
|
-
ns = get_namespace(raw_node, prefix)
|
|
497
|
-
raw_node.name == name and raw_node.namespace == ns
|
|
506
|
+
raw_node.name == name and raw_node.namespace == get_namespace(raw_node, prefix)
|
|
498
507
|
end
|
|
499
508
|
else
|
|
500
|
-
|
|
501
|
-
ns = get_namespace(raw_node, prefix)
|
|
502
|
-
raw_node.name == name and raw_node.namespace == ns
|
|
509
|
+
raw_node.name == name and raw_node.namespace == get_namespace(raw_node, prefix)
|
|
503
510
|
end
|
|
504
511
|
when :attribute
|
|
505
512
|
if prefix.nil?
|
|
@@ -507,9 +514,7 @@ module REXML
|
|
|
507
514
|
elsif prefix.empty?
|
|
508
515
|
raw_node.name == name and raw_node.namespace == ""
|
|
509
516
|
else
|
|
510
|
-
|
|
511
|
-
ns = get_namespace(raw_node.element, prefix)
|
|
512
|
-
raw_node.name == name and raw_node.namespace == ns
|
|
517
|
+
raw_node.name == name and raw_node.namespace == get_namespace(raw_node.element, prefix)
|
|
513
518
|
end
|
|
514
519
|
else
|
|
515
520
|
false
|
|
@@ -671,7 +676,7 @@ module REXML
|
|
|
671
676
|
if order == :forward
|
|
672
677
|
index
|
|
673
678
|
else
|
|
674
|
-
|
|
679
|
+
index.map(&:-@)
|
|
675
680
|
end
|
|
676
681
|
end
|
|
677
682
|
ordered.collect do |_index, node|
|
|
@@ -758,22 +763,19 @@ module REXML
|
|
|
758
763
|
end
|
|
759
764
|
|
|
760
765
|
def following_node_of( node )
|
|
761
|
-
if node.kind_of?
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
return next_sibling_node(node)
|
|
766
|
+
return node.children[0] if node.kind_of?(Element) and node.children.size > 0
|
|
767
|
+
|
|
768
|
+
next_sibling_node(node)
|
|
765
769
|
end
|
|
766
770
|
|
|
767
771
|
def next_sibling_node(node)
|
|
768
772
|
psn = node.next_sibling_node
|
|
769
773
|
while psn.nil?
|
|
770
|
-
if node.parent.nil? or node.parent.class == Document
|
|
771
|
-
return nil
|
|
772
|
-
end
|
|
774
|
+
return nil if node.parent.nil? or node.parent.class == Document
|
|
773
775
|
node = node.parent
|
|
774
776
|
psn = node.next_sibling_node
|
|
775
777
|
end
|
|
776
|
-
|
|
778
|
+
psn
|
|
777
779
|
end
|
|
778
780
|
|
|
779
781
|
def child(nodeset)
|
|
@@ -806,13 +808,13 @@ module REXML
|
|
|
806
808
|
def norm b
|
|
807
809
|
case b
|
|
808
810
|
when true, false
|
|
809
|
-
|
|
811
|
+
b
|
|
810
812
|
when 'true', 'false'
|
|
811
|
-
|
|
813
|
+
Functions::boolean( b )
|
|
812
814
|
when /^\d+(\.\d+)?$/, Numeric
|
|
813
|
-
|
|
815
|
+
Functions::number( b )
|
|
814
816
|
else
|
|
815
|
-
|
|
817
|
+
Functions::string( b )
|
|
816
818
|
end
|
|
817
819
|
end
|
|
818
820
|
|
|
@@ -34,7 +34,7 @@ class Examples
|
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
class ParseTreeTestCase < Minitest::Test
|
|
37
|
-
all_versions = %w[18 19 20 21 22 23 24 25 26 27 30 31 32 33]
|
|
37
|
+
all_versions = %w[18 19 20 21 22 23 24 25 26 27 30 31 32 33 34]
|
|
38
38
|
most_versions = all_versions.drop(1)
|
|
39
39
|
|
|
40
40
|
TEST_SUFFIX = "_#{most_versions.join "_"}"
|
|
@@ -10,7 +10,7 @@ module Temple
|
|
|
10
10
|
def call(s)
|
|
11
11
|
if options[:encoding] && s.respond_to?(:encoding)
|
|
12
12
|
old_enc = s.encoding
|
|
13
|
-
s = s
|
|
13
|
+
s = +s
|
|
14
14
|
s.force_encoding(options[:encoding])
|
|
15
15
|
# Fall back to old encoding if new encoding is invalid
|
|
16
16
|
unless s.valid_encoding?
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Unicode::DisplayWidth [![[version]](https://badge.fury.io/rb/unicode-display_width.svg)](https://badge.fury.io/rb/unicode-display_width) [<img src="https://github.com/janlelis/unicode-display_width/workflows/Test/badge.svg" />](https://github.com/janlelis/unicode-display_width/actions?query=workflow%3ATest)
|
|
2
2
|
|
|
3
|
-
Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth
|
|
3
|
+
Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth](https://github.com/janlelis/wcswidth-ruby)) to provide an up-to-date method for measuring string width in terminals.
|
|
4
4
|
|
|
5
|
-
Unicode version: **
|
|
5
|
+
Unicode version: **17.0.0** (September 2025)
|
|
6
6
|
|
|
7
7
|
## Gem Version 3 — Improved Emoji Support
|
|
8
8
|
|
|
@@ -108,8 +108,8 @@ Emoji Type | Width / Comment
|
|
|
108
108
|
Basic/Single Emoji character without Variation Selector | No special handling
|
|
109
109
|
Basic/Single Emoji character with VS15 (Text) | No special handling
|
|
110
110
|
Basic/Single Emoji character with VS16 (Emoji) | 2 or East Asian Width (see table below)
|
|
111
|
-
Single Emoji character with Skin Tone Modifier | 2
|
|
112
|
-
Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is
|
|
111
|
+
Single Emoji character with Skin Tone Modifier | 2 unless Emoji mode is `:none` or `vs16`
|
|
112
|
+
Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is `:rgi` / `:rgi_at`
|
|
113
113
|
Emoji Sequence | 2 if Emoji belongs to configured Emoji set (see table below)
|
|
114
114
|
|
|
115
115
|
#### Emoji Modes
|
|
@@ -188,7 +188,7 @@ See [unicode-x](https://github.com/janlelis/unicode-x) for more Unicode related
|
|
|
188
188
|
|
|
189
189
|
## Copyright & Info
|
|
190
190
|
|
|
191
|
-
- Copyright (c) 2011, 2015-
|
|
191
|
+
- Copyright (c) 2011, 2015-2025 Jan Lelis, https://janlelis.com, released under the MIT
|
|
192
192
|
license
|
|
193
193
|
- Early versions based on runpaint's unicode-data interface: Copyright (c) 2009 Run Paint Run Run
|
|
194
194
|
- Unicode data: https://www.unicode.org/copyright.html#Exhibit1
|
|
Binary file
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
module Unicode
|
|
4
4
|
class DisplayWidth
|
|
5
|
-
VERSION = "3.
|
|
6
|
-
UNICODE_VERSION = "
|
|
5
|
+
VERSION = "3.2.0"
|
|
6
|
+
UNICODE_VERSION = "17.0.0"
|
|
7
7
|
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
|
|
8
8
|
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
|
|
9
9
|
end
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
#
|
|
2
|
-
# RbConfig::CONFIG["host_os"] =~ /mswin|mingw/ # windows
|
|
1
|
+
# frozen_string_literal: true
|
|
3
2
|
|
|
4
3
|
module Unicode
|
|
5
4
|
class DisplayWidth
|
|
@@ -13,6 +12,10 @@ module Unicode
|
|
|
13
12
|
# Please note: Many terminals do not set any ENV vars,
|
|
14
13
|
# maybe CSI queries can help?
|
|
15
14
|
def self.recommended
|
|
15
|
+
@recommended ||= _recommended
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
def self._recommended
|
|
16
19
|
if ENV["CI"]
|
|
17
20
|
return :rqi
|
|
18
21
|
end
|