katalyst-govuk-formbuilder 1.9.2 → 1.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/builds/katalyst/govuk/formbuilder.css +4246 -0
- data/app/assets/builds/katalyst/govuk/formbuilder.js +1253 -0
- data/app/assets/builds/katalyst/govuk/formbuilder.min.js +46 -0
- data/lib/katalyst/govuk/formbuilder/engine.rb +1 -1
- data/node_modules/govuk-frontend/dist/govuk/_base.scss +5 -0
- data/node_modules/govuk-frontend/dist/govuk/all.scss +3 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/components/_index.scss +39 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_accordion.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/accordion/_index.scss +366 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_back-link.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/back-link/_index.scss +83 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_breadcrumbs.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/breadcrumbs/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_button.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/button/_index.scss +262 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_character-count.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/character-count/_index.scss +36 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_checkboxes.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/checkboxes/_index.scss +306 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_cookie-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/cookie-banner/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_date-input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/date-input/_index.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_details.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/details/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_error-message.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-message/_index.scss +14 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_error-summary.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/error-summary/_index.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_exit-this-page.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/exit-this-page/_index.scss +92 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_fieldset.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/fieldset/_index.scss +71 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_file-upload.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/file-upload/_index.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_footer.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/footer/_index.scss +152 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_header.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/header/_index.scss +346 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_hint.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/hint/_index.scss +45 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_index.scss +165 -0
- data/node_modules/govuk-frontend/dist/govuk/components/input/_input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_index.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/components/inset-text/_inset-text.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_index.scss +46 -0
- data/node_modules/govuk-frontend/dist/govuk/components/label/_label.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_index.scss +92 -0
- data/node_modules/govuk-frontend/dist/govuk/components/notification-banner/_notification-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_index.scss +241 -0
- data/node_modules/govuk-frontend/dist/govuk/components/pagination/_pagination.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_index.scss +54 -0
- data/node_modules/govuk-frontend/dist/govuk/components/panel/_panel.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss +54 -0
- data/node_modules/govuk-frontend/dist/govuk/components/password-input/_password-input.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_index.scss +44 -0
- data/node_modules/govuk-frontend/dist/govuk/components/phase-banner/_phase-banner.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_index.scss +326 -0
- data/node_modules/govuk-frontend/dist/govuk/components/radios/_radios.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_index.scss +59 -0
- data/node_modules/govuk-frontend/dist/govuk/components/select/_select.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/skip-link/_skip-link.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_index.scss +277 -0
- data/node_modules/govuk-frontend/dist/govuk/components/summary-list/_summary-list.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_index.scss +75 -0
- data/node_modules/govuk-frontend/dist/govuk/components/table/_table.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_index.scss +134 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tabs/_tabs.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_index.scss +94 -0
- data/node_modules/govuk-frontend/dist/govuk/components/tag/_tag.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_index.scss +77 -0
- data/node_modules/govuk-frontend/dist/govuk/components/task-list/_task-list.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_index.scss +50 -0
- data/node_modules/govuk-frontend/dist/govuk/components/textarea/_textarea.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_index.scss +65 -0
- data/node_modules/govuk-frontend/dist/govuk/components/warning-text/_warning-text.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_global-styles.scss +20 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_govuk-frontend-properties.scss +12 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_index.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_links.scss +42 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_lists.scss +67 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_section-break.scss +51 -0
- data/node_modules/govuk-frontend/dist/govuk/core/_typography.scss +189 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_clearfix.scss +17 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_colour.scss +91 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_device-pixels.scss +38 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_focused.scss +49 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_font-faces.scss +41 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_grid.scss +63 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_index.scss +14 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_links.scss +391 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_media-queries.scss +82 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_shape-arrow.scss +82 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_spacing.scss +173 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_typography.scss +271 -0
- data/node_modules/govuk-frontend/dist/govuk/helpers/_visually-hidden.scss +117 -0
- data/node_modules/govuk-frontend/dist/govuk/index.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_button-group.scss +80 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_form-group.scss +25 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_grid.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_index.scss +8 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss +55 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_template.scss +53 -0
- data/node_modules/govuk-frontend/dist/govuk/objects/_width-container.scss +77 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_all.scss +9 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_display.scss +26 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_index.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_spacing.scss +86 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_text-align.scss +16 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_typography.scss +38 -0
- data/node_modules/govuk-frontend/dist/govuk/overrides/_width.scss +48 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_assets.scss +84 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-applied.scss +157 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-organisations.scss +148 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_colours-palette.scss +37 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_global-styles.scss +15 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_index.scss +23 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_links.scss +49 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_measurements.scss +107 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_media-queries.scss +25 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_spacing.scss +78 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-font.scss +52 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_typography-responsive.scss +322 -0
- data/node_modules/govuk-frontend/dist/govuk/settings/_warnings.scss +78 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_exports.scss +35 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_font-url.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_image-url.scss +28 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_index.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-em.scss +22 -0
- data/node_modules/govuk-frontend/dist/govuk/tools/_px-to-rem.scss +22 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_all.scss +10 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_clearfix.scss +7 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_index.scss +4 -0
- data/node_modules/govuk-frontend/dist/govuk/utilities/_visually-hidden.scss +11 -0
- data/node_modules/govuk-frontend/dist/govuk/vendor/_sass-mq.scss +349 -0
- metadata +144 -3516
- data/vendor/bundle/ruby/3.3.0/bin/nokogiri +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/racc +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/rake +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/rubocop +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/ruby-parse +0 -29
- data/vendor/bundle/ruby/3.3.0/bin/ruby-rewrite +0 -29
- data/vendor/bundle/ruby/3.3.0/cache/actionview-7.1.3.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/activemodel-7.1.3.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/activesupport-7.1.3.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ast-2.4.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/bigdecimal-3.1.8.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/builder-3.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/concurrent-ruby-1.3.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/connection_pool-2.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/crass-1.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/drb-2.2.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/erubi-1.12.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/govuk_design_system_formbuilder-5.4.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/html-attributes-utils-1.0.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/i18n-1.14.5.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.7.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/language_server-protocol-3.17.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/loofah-2.22.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/minitest-5.23.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/nokogiri-1.16.5-x86_64-linux.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parallel-1.25.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/parser-3.3.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/racc-1.8.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rack-3.1.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rails-dom-testing-2.2.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rails-html-sanitizer-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rainbow-3.1.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rake-13.2.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/regexp_parser-2.9.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rexml-3.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-1.64.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-ast-1.31.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-capybara-2.21.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-factory_bot-2.26.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-katalyst-2.0.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-performance-1.21.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rails-2.25.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rake-0.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rspec-3.0.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rubocop-rspec_rails-2.30.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ruby-progressbar-1.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/strscan-3.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/tzinfo-2.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/unicode-display_width-2.5.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/gem_make.out +0 -48
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/bigdecimal-3.1.8/mkmf.log +0 -863
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/gem_make.out +0 -16
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.7.2/mkmf.log +0 -125
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.0/gem_make.out +0 -18
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.0/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/gem_make.out +0 -20
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/mkmf.log +0 -124
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/strscan-3.1.0/strscan.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/CHANGELOG.md +0 -481
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/README.rdoc +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/app/assets/javascripts/rails-ujs.esm.js +0 -686
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/app/assets/javascripts/rails-ujs.js +0 -630
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/base.rb +0 -299
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/buffers.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/cache_expiry.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/context.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/dependency_tracker/erb_tracker.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/dependency_tracker/ripper_tracker.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/dependency_tracker.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/deprecator.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/digestor.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/flows.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/active_model_helper.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/asset_tag_helper.rb +0 -668
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/asset_url_helper.rb +0 -473
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/atom_feed_helper.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/cache_helper.rb +0 -307
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/capture_helper.rb +0 -236
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/content_exfiltration_prevention_helper.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/controller_helper.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/csp_helper.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/csrf_helper.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/date_helper.rb +0 -1266
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/debug_helper.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/form_helper.rb +0 -2761
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/form_options_helper.rb +0 -925
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/form_tag_helper.rb +0 -1053
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/javascript_helper.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/number_helper.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/output_safety_helper.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/rendering_helper.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/sanitize_helper.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tag_helper.rb +0 -428
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/base.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/check_box.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/checkable.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_check_boxes.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_helpers.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_radio_buttons.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/collection_select.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/color_field.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/date_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/date_select.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/datetime_field.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/datetime_local_field.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/datetime_select.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/email_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/file_field.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/grouped_collection_select.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/hidden_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/label.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/month_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/number_field.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/password_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/placeholderable.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/radio_button.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/range_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/search_field.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/select.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/select_renderer.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/tel_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/text_area.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/text_field.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/time_field.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/time_select.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/time_zone_select.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/translator.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/url_field.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/week_field.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags/weekday_select.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/tags.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/text_helper.rb +0 -568
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/translation_helper.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers/url_helper.rb +0 -886
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/helpers.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/layouts.rb +0 -436
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/locale/en.yml +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/log_subscriber.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/lookup_context.rb +0 -299
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/model_naming.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/path_registry.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/path_set.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/railtie.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/record_identifier.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/render_parser.rb +0 -188
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/abstract_renderer.rb +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/collection_renderer.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/object_renderer.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/partial_renderer/collection_caching.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/partial_renderer.rb +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/renderer.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/streaming_template_renderer.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/renderer/template_renderer.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/rendering.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/ripper_ast_parser.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/routing_url_for.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/tasks/cache_digests.rake +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/error.rb +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/builder.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/erb/erubi.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/erb.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/html.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers/raw.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/handlers.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/html.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/inline.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/raw_file.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/renderable.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/resolver.rb +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/sources/file.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/sources.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/text.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template/types.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template.rb +0 -556
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template_details.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/template_path.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/test_case.rb +0 -451
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/testing/resolvers.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/unbound_template.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view/view_paths.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/action_view.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/actionview-7.1.3.4/lib/assets/compiled/rails-ujs.js +0 -777
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/CHANGELOG.md +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/README.rdoc +0 -266
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/access.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/api.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute/user_provided_default.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute.rb +0 -277
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_assignment.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_methods.rb +0 -571
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_mutation_tracker.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_registration.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_set/builder.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_set/yaml_encoder.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attribute_set.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/attributes.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/callbacks.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/conversion.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/deprecator.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/dirty.rb +0 -415
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/error.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/errors.rb +0 -547
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/forbidden_attributes_protection.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/lint.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/locale/en.yml +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/model.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/naming.rb +0 -359
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/nested_error.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/railtie.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/secure_password.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/serialization.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/serializers/json.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/translation.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/big_integer.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/binary.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/boolean.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/date.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/date_time.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/decimal.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/float.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/accepts_multiparameter_time.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/mutable.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/numeric.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/time_value.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers/timezone.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/helpers.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/immutable_string.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/integer.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/registry.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/serialize_cast_value.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/string.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/time.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type/value.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/type.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/absence.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/acceptance.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/callbacks.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/clusivity.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/comparability.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/comparison.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/confirmation.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/exclusion.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/format.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/helper_methods.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/inclusion.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/length.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/numericality.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/presence.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/resolve_value.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/validates.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations/with.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validations.rb +0 -471
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/validator.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activemodel-7.1.3.4/lib/active_model.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/CHANGELOG.md +0 -1219
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/README.rdoc +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/actionable_error.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/all.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/array_inquirer.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/backtrace_cleaner.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/benchmarkable.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/broadcast_logger.rb +0 -250
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/builder.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/coder.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/entry.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/file_store.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/mem_cache_store.rb +0 -348
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/memory_store.rb +0 -257
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/null_store.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/redis_cache_store.rb +0 -486
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/serializer_with_fallback.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/strategy/local_cache.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache/strategy/local_cache_middleware.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/cache.rb +0 -1109
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/callbacks.rb +0 -984
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/code_generator.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concern.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concurrency/load_interlock_aware_monitor.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concurrency/null_lock.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/concurrency/share_lock.rb +0 -226
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/configurable.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/configuration_file.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/access.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/conversions.rb +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/extract.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/extract_options.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/grouping.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/inquiry.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array/wrap.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/array.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/benchmark.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/big_decimal/conversions.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/big_decimal.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class/attribute.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class/attribute_accessors.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class/subclasses.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/class.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/acts_like.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/blank.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/calculations.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/conversions.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date/zones.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_and_time/calculations.rb +0 -374
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_and_time/compatibility.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_and_time/zones.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/acts_like.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/blank.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/calculations.rb +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/compatibility.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time/conversions.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/date_time.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/digest/uuid.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/digest.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/enumerable.rb +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/erb/util.rb +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/file/atomic.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/file.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/conversions.rb +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/deep_merge.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/deep_transform_values.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/except.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/indifferent_access.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/keys.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/reverse_merge.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash/slice.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/hash.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer/inflections.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer/multiple.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer/time.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/integer.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel/concern.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel/reporting.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel/singleton_class.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/kernel.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/load_error.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/aliasing.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/anonymous.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/attr_internal.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/attribute_accessors.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/concerning.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/delegation.rb +0 -353
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/deprecation.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/introspection.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/redefine_method.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module/remove_method.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/module.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/name_error.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric/bytes.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric/conversions.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric/time.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/numeric.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/acts_like.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/blank.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/conversions.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/deep_dup.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/duplicable.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/inclusion.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/instance_variables.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/json.rb +0 -252
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/to_param.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/to_query.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/try.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/with.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object/with_options.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/object.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/pathname/blank.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/pathname/existence.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/pathname.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/compare_range.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/conversions.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/each.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range/overlap.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/range.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/regexp.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/securerandom.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/access.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/behavior.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/conversions.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/exclude.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/filters.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/indent.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/inflections.rb +0 -300
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/inquiry.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/multibyte.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/output_safety.rb +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/starts_ends_with.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/strip.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string/zones.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/string.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/symbol/starts_ends_with.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/symbol.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/thread/backtrace/location.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/acts_like.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/calculations.rb +0 -384
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/compatibility.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/conversions.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time/zones.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext/time.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/core_ext.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/current_attributes/test_helper.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/current_attributes.rb +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deep_mergeable.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies/autoload.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies/interlock.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies/require_dependency.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/dependencies.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/behaviors.rb +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/constant_accessor.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/deprecators.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/disallowed.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/instance_delegator.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/method_wrappers.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/proxy_wrappers.rb +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation/reporting.rb +0 -174
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecation.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/deprecator.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/descendants_tracker.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/digest.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/duration/iso8601_parser.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/duration/iso8601_serializer.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/duration.rb +0 -515
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/encrypted_configuration.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/encrypted_file.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/environment_inquirer.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/error_reporter/test_helper.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/error_reporter.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/evented_file_update_checker.rb +0 -183
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_context/test_helper.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_context.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/execution_wrapper.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/executor/test_helper.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/executor.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/file_update_checker.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/fork_tracker.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/gem_version.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/gzip.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/hash_with_indifferent_access.rb +0 -443
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/html_safe_translation.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/i18n.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/i18n_railtie.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflections.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector/inflections.rb +0 -273
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector/methods.rb +0 -387
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector/transliterate.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/inflector.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/isolated_execution_state.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/json/decoding.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/json/encoding.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/json.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/key_generator.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/lazy_load_hooks.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/locale/en.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/locale/en.yml +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/log_subscriber/test_helper.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/log_subscriber.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/logger.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/logger_silence.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/logger_thread_safe_level.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_encryptor.rb +0 -374
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_encryptors.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack/cache_serializer.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack/extensions.rb +0 -292
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack/serializer.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_pack.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_verifier.rb +0 -356
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/message_verifiers.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/codec.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/metadata.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/rotation_configuration.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/rotation_coordinator.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/rotator.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/messages/serializer_with_fallback.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/multibyte/chars.rb +0 -178
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/multibyte/unicode.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/multibyte.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/notifications/fanout.rb +0 -449
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/notifications/instrumenter.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/notifications.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_converter.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_currency_converter.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_delimited_converter.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_human_converter.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_human_size_converter.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_percentage_converter.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_phone_converter.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/number_to_rounded_converter.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper/rounding_helper.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/number_helper.rb +0 -457
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/option_merger.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/ordered_hash.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/ordered_options.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/parameter_filter.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/proxy_object.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/rails.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/railtie.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/reloader.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/rescuable.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/ruby_features.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/secure_compare_rotator.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/security_utils.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/string_inquirer.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/subscriber.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/syntax_error_proxy.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/tagged_logging.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/test_case.rb +0 -302
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/assertions.rb +0 -281
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/autorun.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/constant_lookup.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/constant_stubbing.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/declarative.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/deprecation.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/error_reporter_assertions.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/file_fixtures.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/isolation.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/method_call_assertions.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelization/server.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelization/worker.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelization.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/parallelize_executor.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/setup_and_teardown.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/stream.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/strict_warnings.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/tagged_logging.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/testing/time_helpers.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/time.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/time_with_zone.rb +0 -596
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/values/time_zone.rb +0 -603
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/jdom.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/libxml.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/libxmlsax.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/nokogiri.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/nokogirisax.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini/rexml.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/xml_mini.rb +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/LICENSE.MIT +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/README.YARD.md +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/node.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/processor/mixin.rb +0 -288
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/processor.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast/sexp.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/LICENSE +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/bigdecimal.gemspec +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/Makefile +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c +0 -7794
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.h +0 -313
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bits.h +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/extconf.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/feature.h +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing/dtoa.c +0 -3462
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.h +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/ext/bigdecimal/static_assert.h +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/jacobian.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/ludcmp.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/math.rb +0 -232
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/newton.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal/util.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/sample/linear.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/sample/nlsolve.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/bigdecimal-3.1.8/sample/pi.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/CHANGES +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/Gemfile +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/Gemfile.lock +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/README.md +0 -258
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/Rakefile +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/builder.blurb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/builder.gemspec +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/jamis.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/releases/builder-1.2.4.rdoc +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/releases/builder-2.0.0.rdoc +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/doc/releases/builder-2.1.1.rdoc +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xchar.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xmlbase.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xmlevents.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder/xmlmarkup.rb +0 -345
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/lib/builder.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/rakelib/publish.rake +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/rakelib/tags.rake +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/rakelib/testing.rake +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/helper.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/performance.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_eventbuilder.rb +0 -150
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_markupbuilder.rb +0 -616
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_method_caching.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_namecollision.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/builder-3.3.0/test/test_xchar.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/CHANGELOG.md +0 -588
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/Gemfile +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/LICENSE.txt +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/README.md +0 -407
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/Rakefile +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/ConcurrentRubyService.java +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +0 -248
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +0 -292
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +0 -3863
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +0 -342
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +0 -3800
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +0 -291
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +0 -199
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/agent.rb +0 -588
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/array.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/async.rb +0 -449
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atom.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/event.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/locals.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +0 -255
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +0 -379
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/atomics.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +0 -160
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +0 -160
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/deprecation.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/logging.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/obligation.rb +0 -220
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concern/observable.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/configuration.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/constants.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/dataflow.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/delay.rb +0 -199
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/errors.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/exchanger.rb +0 -353
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/executor_service.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +0 -224
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +0 -373
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executor/timer_set.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/executors.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/future.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/hash.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/immutable_struct.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/ivar.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/map.rb +0 -350
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/maybe.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/mutable_struct.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/mvar.rb +0 -242
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/options.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/promise.rb +0 -580
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/promises.rb +0 -2178
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/re_include.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/scheduled_task.rb +0 -331
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/set.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/settable_struct.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/condition.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/lock.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/object.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/synchronization.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +0 -246
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/thread_safe/util.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/timer_task.rb +0 -361
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/tuple.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/tvar.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/engine.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/native_integer.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +0 -190
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent-ruby.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.3.3/lib/concurrent-ruby/concurrent.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/Changes.md +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/README.md +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/connection_pool.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool/timed_stack.rb +0 -174
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool/wrapper.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/connection_pool-2.4.1/lib/connection_pool.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/Gemfile +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/HISTORY.md +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/LICENSE +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/README.md +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/Rakefile +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/crass.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/parser.rb +0 -648
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/scanner.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/token-scanner.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/tokenizer.rb +0 -708
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/crass-1.0.6/lib/crass.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/drb.gemspec +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/acl.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/drb.rb +0 -1943
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/extserv.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/extservm.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/gw.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/invokemethod.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/observer.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/ssl.rb +0 -354
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/timeridconv.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/unix.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/weakidconv.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/CHANGELOG +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/README.rdoc +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/Rakefile +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/lib/erubi/capture_end.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/erubi-1.12.0/lib/erubi.rb +0 -293
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/README.md +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/base.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/builder.rb +0 -1057
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/builder_helper.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/button_group.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/check_boxes.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/check_boxes_fieldset.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/fieldset.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/form_group.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/radio_buttons_fieldset.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/radios.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/containers/supplemental.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/caption.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/collection.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/collection_check_box.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/fieldset_check_box.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/check_boxes/label.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/collection_select.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/date.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/error_message.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/error_summary.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/file.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/hint.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/email.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/number.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/phone.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/text.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/inputs/url.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/label.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/legend.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/null.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/password.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/radios/collection.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/radios/collection_radio_button.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/radios/fieldset_radio_button.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/select.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/submit.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/elements/text_area.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/presenters/error_summary.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/proxy.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/refinements/prefixable_array.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/caption.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/collection_item.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/error.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/fieldset_item.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/hint.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/html_attributes.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/html_classes.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/input.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/label.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/localisation.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/select.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/traits/supplemental.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/govuk_design_system_formbuilder-5.4.0/lib/govuk_design_system_formbuilder.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/html-attributes-utils-1.0.2/README.md +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/html-attributes-utils-1.0.2/lib/html_attributes_utils.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/README.md +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/base.rb +0 -306
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/cache.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/cache_file.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/cascade.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/chain.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/fallbacks.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/flatten.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/gettext.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/interpolation_compiler.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/key_value.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/lazy_loadable.rb +0 -184
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/memoize.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/metadata.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/pluralization.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/simple.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend/transliterator.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/backend.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/config.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/exceptions.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/gettext/helpers.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/gettext/po_parser.rb +0 -329
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/gettext.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/interpolate/ruby.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/fallbacks.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag/parents.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag/rfc4646.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag/simple.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale/tag.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/locale.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/middleware.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/basics.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/defaults.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/interpolation.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/link.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/date.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/date_time.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/procs.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization/time.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/localization.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/lookup.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/pluralization.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests/procs.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/tests.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/utils.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/i18n-1.14.5/lib/i18n.rb +0 -475
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/CHANGES.md +0 -503
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/LICENSE +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/README.md +0 -416
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/Makefile +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/fbuffer/fbuffer.h +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/depend +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/extconf.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.c +0 -1703
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.h +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/depend +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/extconf.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.c +0 -2211
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.h +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.rl +0 -971
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/ext/json/extconf.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/json.gemspec +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/bigdecimal.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/complex.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/core.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/date.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/date_time.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/exception.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/ostruct.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/range.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/rational.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/regexp.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/set.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/struct.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/symbol.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/add/time.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/common.rb +0 -698
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/ext.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/generic_object.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure/generator.rb +0 -513
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure/parser.rb +0 -337
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/pure.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/json-2.7.2/lib/json.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/LICENSE.txt +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/README.md +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/code_action_kind.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/code_action_trigger_kind.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/completion_item_kind.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/completion_item_tag.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/completion_trigger_kind.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/diagnostic_severity.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/diagnostic_tag.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/document_diagnostic_report_kind.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/document_highlight_kind.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/error_codes.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/failure_handling_kind.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/file_change_type.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/file_operation_pattern_kind.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/folding_range_kind.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/initialize_error_codes.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/inlay_hint_kind.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/insert_text_format.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/insert_text_mode.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/markup_kind.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/message_type.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/moniker_kind.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/notebook_cell_kind.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/position_encoding_kind.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/prepare_support_default_behavior.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/resource_operation_kind.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/semantic_token_modifiers.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/semantic_token_types.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/signature_help_trigger_kind.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/symbol_kind.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/symbol_tag.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/text_document_save_reason.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/text_document_sync_kind.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/token_format.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/uniqueness_level.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant/watch_kind.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/constant.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/annotated_text_edit.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/apply_workspace_edit_params.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/apply_workspace_edit_result.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_incoming_call.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_incoming_calls_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_item.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_outgoing_call.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_outgoing_calls_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_prepare_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/call_hierarchy_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/cancel_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/change_annotation.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/client_capabilities.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_client_capabilities.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_context.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_options.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_params.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_action_registration_options.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_description.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_registration_options.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/code_lens_workspace_client_capabilities.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color_information.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color_presentation.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/color_presentation_params.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/command.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_client_capabilities.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_context.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_item.rb +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_item_label_details.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_list.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_options.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_params.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/completion_registration_options.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/configuration_item.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/configuration_params.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/create_file.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/create_file_options.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/create_files_params.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/declaration_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/definition_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/delete_file.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/delete_file_options.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/delete_files_params.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_client_capabilities.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_options.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_registration_options.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_related_information.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_server_cancellation_data.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/diagnostic_workspace_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_configuration_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_configuration_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_notebook_document_params.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_text_document_params.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_watched_files_client_capabilities.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_watched_files_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_watched_files_registration_options.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_change_workspace_folders_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_close_notebook_document_params.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_close_text_document_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_open_notebook_document_params.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_open_text_document_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_save_notebook_document_params.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/did_save_text_document_params.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_color_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_diagnostic_params.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_diagnostic_report_partial_result.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_filter.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_formatting_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_highlight_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_link_registration_options.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_options.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_params.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_on_type_formatting_registration_options.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_params.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_range_formatting_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_client_capabilities.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/document_symbol_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execute_command_registration_options.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/execution_summary.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_create.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_delete.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_event.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_filter.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_pattern.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_pattern_options.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_operation_registration_options.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_rename.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/file_system_watcher.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_client_capabilities.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/folding_range_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/formatting_options.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/full_document_diagnostic_report.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/hover_result.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/implementation_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialize_error.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialize_params.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialize_result.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/initialized_params.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_client_capabilities.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_label_part.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_options.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_params.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_registration_options.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inlay_hint_workspace_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_client_capabilities.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_context.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_evaluatable_expression.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_options.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_params.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_registration_options.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_text.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_variable_lookup.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/inline_value_workspace_client_capabilities.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/insert_replace_edit.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_range_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/linked_editing_ranges.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/location.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/location_link.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/log_message_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/log_trace_params.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/markup_content.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/message.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/message_action_item.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/moniker_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_cell.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_cell_array_change.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_cell_text_document_filter.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_change_event.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_filter.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_identifier.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_sync_client_capabilities.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_sync_options.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notebook_document_sync_registration_options.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/notification_message.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/optional_versioned_text_document_identifier.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/parameter_information.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/partial_result_params.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/position.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/prepare_rename_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/previous_result_id.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/progress_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/publish_diagnostics_client_capabilities.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/publish_diagnostics_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/range.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_client_capabilities.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_context.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_params.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/reference_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/registration.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/registration_params.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/regular_expressions_client_capabilities.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/related_full_document_diagnostic_report.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/related_unchanged_document_diagnostic_report.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/relative_pattern.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_client_capabilities.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_file.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_file_options.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_files_params.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_options.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_params.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/rename_registration_options.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/request_message.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/response_error.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/response_message.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/save_options.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/selection_range_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_client_capabilities.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_delta.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_delta_params.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_delta_partial_result.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_edit.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_legend.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_options.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_params.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_partial_result.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_range_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_registration_options.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/semantic_tokens_workspace_client_capabilities.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/server_capabilities.rb +0 -352
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/set_trace_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_document_client_capabilities.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_document_params.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_document_result.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_message_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_message_request_client_capabilities.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/show_message_request_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_client_capabilities.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_context.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_options.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_params.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_help_registration_options.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/signature_information.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/static_registration_options.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/symbol_information.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_change_registration_options.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_client_capabilities.rb +0 -297
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_content_change_event.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_edit.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_identifier.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_item.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_position_params.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_registration_options.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_save_registration_options.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_sync_client_capabilities.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_document_sync_options.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/text_edit.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_client_capabilities.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_params.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_definition_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_item.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_prepare_params.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_registration_options.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_subtypes_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/type_hierarchy_supertypes_params.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/unchanged_document_diagnostic_report.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/unregistration.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/unregistration_params.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/versioned_notebook_document_identifier.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/versioned_text_document_identifier.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/will_save_text_document_params.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_begin.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_cancel_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_create_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_end.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_options.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_params.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/work_done_progress_report.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_diagnostic_params.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_diagnostic_report.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_diagnostic_report_partial_result.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_edit.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_edit_client_capabilities.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_folder.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_folders_change_event.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_folders_server_capabilities.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_full_document_diagnostic_report.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_client_capabilities.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_params.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_symbol_registration_options.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface/workspace_unchanged_document_diagnostic_report.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/interface.rb +0 -631
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/io/reader.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/io/writer.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/io.rb +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/stdio/reader.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/stdio/writer.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport/stdio.rb +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/transport.rb +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server/protocol.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/language_server-protocol-3.17.0.3/lib/language_server-protocol.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/CHANGELOG.md +0 -566
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/MIT-LICENSE.txt +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/README.md +0 -363
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/SECURITY.md +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/concerns.rb +0 -207
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/elements.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/helpers.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html4/document.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html4/document_fragment.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/document.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/document_fragment.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/libxml2_workarounds.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/safelist.rb +0 -1055
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/html5/scrub.rb +0 -229
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/metahelpers.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/scrubber.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/scrubbers.rb +0 -376
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/version.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/xml/document.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah/xml/document_fragment.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/loofah-2.22.0/lib/loofah.rb +0 -173
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/History.rdoc +0 -1617
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/Manifest.txt +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/README.rdoc +0 -835
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/Rakefile +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/design_rationale.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/hoe/minitest.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/assertions.rb +0 -860
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/autorun.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/benchmark.rb +0 -455
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/compress.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/error_on_warning.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/expectations.rb +0 -321
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/hell.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/manual_plugins.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/mock.rb +0 -329
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/parallel.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/pride.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/pride_plugin.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/spec.rb +0 -349
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/test.rb +0 -249
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/test_task.rb +0 -301
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/unit.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest.rb +0 -1197
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/metametameta.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_assertions.rb +0 -1720
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_benchmark.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_mock.rb +0 -1148
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_reporter.rb +0 -440
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_spec.rb +0 -1148
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_test.rb +0 -1375
- data/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/test/minitest/test_minitest_test_task.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/Gemfile +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/LICENSE-DEPENDENCIES.md +0 -2224
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/LICENSE.md +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/README.md +0 -290
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/bin/nokogiri +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/dependencies.yml +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/depend +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/extconf.rb +0 -1127
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/gumbo.c +0 -594
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_document.c +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_element_description.c +0 -299
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_entity_lookup.c +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_sax_parser_context.c +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/html4_sax_push_parser.c +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libexslt/exslt.h +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libexslt/exsltconfig.h +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libexslt/exsltexports.h +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +0 -343
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/dict.h +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/entities.h +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/globals.h +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/hash.h +0 -232
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/list.h +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parser.h +0 -1384
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h +0 -663
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +0 -959
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/threads.h +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/tree.h +0 -1362
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/uri.h +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/valid.h +0 -450
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h +0 -421
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h +0 -948
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +0 -225
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h +0 -434
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +0 -249
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h +0 -511
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h +0 -575
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +0 -633
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/attributes.h +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/documents.h +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/extensions.h +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/extra.h +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/functions.h +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/imports.h +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/keys.h +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/namespaces.h +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/numbersInternals.h +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/pattern.h +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/preproc.h +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/security.h +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/templates.h +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/transform.h +0 -207
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/variables.h +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xslt.h +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltInternals.h +0 -1992
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltconfig.h +0 -179
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltexports.h +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltlocale.h +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/include/libxslt/xsltutils.h +0 -343
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/libxml2_backwards_compat.c +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/nokogiri.c +0 -287
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/nokogiri.h +0 -253
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/test_global_handlers.c +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_attr.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_attribute_decl.c +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_cdata.c +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_comment.c +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_document.c +0 -777
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_document_fragment.c +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_dtd.c +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_element_content.c +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_element_decl.c +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_encoding_handler.c +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_entity_decl.c +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_entity_reference.c +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_namespace.c +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_node.c +0 -2422
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_node_set.c +0 -516
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_processing_instruction.c +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_reader.c +0 -781
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_relax_ng.c +0 -170
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_sax_parser.c +0 -335
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_sax_parser_context.c +0 -308
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_sax_push_parser.c +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_schema.c +0 -261
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_syntax_error.c +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_text.c +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xml_xpath_context.c +0 -483
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/ext/nokogiri/xslt_stylesheet.c +0 -421
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/gumbo-parser/CHANGES.md +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/gumbo-parser/Makefile +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/gumbo-parser/THANKS +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.0/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.1/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.2/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/3.3/nokogiri.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/class_resolver.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/node.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/parser.rb +0 -770
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/parser.y +0 -277
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/parser_extras.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/syntax_error.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/tokenizer.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/tokenizer.rex +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css/xpath_visitor.rb +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/css.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/decorators/slop.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/encoding_handler.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/extension.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/gumbo.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/builder.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/document.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/document_fragment.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/element_description.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/element_description_defaults.rb +0 -2040
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/encoding_reader.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/entity_lookup.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/sax/parser.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/sax/parser_context.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4/sax/push_parser.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html4.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5/document.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5/document_fragment.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5/node.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/html5.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/jruby/dependencies.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/jruby/nokogiri_jars.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/syntax_error.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/version/constant.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/version/info.rb +0 -224
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/version.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/attr.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/attribute_decl.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/builder.rb +0 -487
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/cdata.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/character_data.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/document.rb +0 -470
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/document_fragment.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/dtd.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/element_content.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/element_decl.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/entity_decl.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/entity_reference.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/namespace.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/node/save_options.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/node.rb +0 -1579
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/node_set.rb +0 -447
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/notation.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/parse_options.rb +0 -213
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/pp/character_data.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/pp/node.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/pp.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/processing_instruction.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/reader.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/relax_ng.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/document.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/parser.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/parser_context.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax/push_parser.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/sax.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/schema.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/searchable.rb +0 -278
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/syntax_error.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/text.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/xpath/syntax_error.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/xpath.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml/xpath_context.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xml.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xslt/stylesheet.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri/xslt.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/nokogiri.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/nokogiri-1.16.5-x86_64-linux/lib/xsd/xmlparser/nokogiri.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.25.1/MIT-LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.25.1/lib/parallel/version.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/parallel-1.25.1/lib/parallel.rb +0 -699
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/LICENSE.txt +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/bin/ruby-parse +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/bin/ruby-rewrite +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/gauntlet_parser.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/all.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ast/node.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ast/processor.rb +0 -293
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/base.rb +0 -291
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/builders/default.rb +0 -2338
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/clobbering_error.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/color.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/context.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/current.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/current_arg_stack.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/deprecation.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/diagnostic/engine.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/diagnostic.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/dedenter.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/explanation.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/literal.rb +0 -284
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer/stack_state.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer-F0.rb +0 -12922
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer-F1.rb +0 -14875
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/lexer-strings.rb +0 -5424
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/macruby.rb +0 -9634
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/max_numparam_stack.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/messages.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/meta.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/rewriter.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby18.rb +0 -9272
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby19.rb +0 -9558
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby20.rb +0 -10229
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby21.rb +0 -10203
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby22.rb +0 -10302
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby23.rb +0 -10322
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby24.rb +0 -10454
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby25.rb +0 -10374
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby26.rb +0 -10352
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby27.rb +0 -11947
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby28.rb +0 -8047
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby30.rb +0 -12243
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby31.rb +0 -12716
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby32.rb +0 -12704
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby33.rb +0 -12589
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/ruby34.rb +0 -12589
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/rubymotion.rb +0 -9515
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/runner/ruby_parse.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/runner/ruby_rewrite.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/runner.rb +0 -298
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/buffer.rb +0 -369
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/comment/associator.rb +0 -233
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/comment.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/collection.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/condition.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/constant.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/definition.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/for.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/heredoc.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/index.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/keyword.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/method_definition.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/objc_kwarg.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/operator.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/rescue_body.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/send.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/ternary.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map/variable.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/map.rb +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/range.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/rewriter/action.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/rewriter.rb +0 -513
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/tree_rewriter/action.rb +0 -243
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/source/tree_rewriter.rb +0 -431
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/static_environment.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/syntax_error.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/tree_rewriter.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/variables_stack.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/lib/parser.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/parser-3.3.3.0/parser.gemspec +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/COPYING +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ChangeLog +0 -846
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/README.ja.rdoc +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/README.rdoc +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/TODO +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/bin/racc +0 -320
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/en/grammar.en.rdoc +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/en/grammar2.en.rdoc +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/command.ja.html +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/debug.ja.rdoc +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/grammar.ja.rdoc +0 -348
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/index.ja.html +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/parser.ja.rdoc +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/doc/ja/usage.ja.html +0 -414
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ext/racc/cparse/Makefile +0 -269
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ext/racc/cparse/cparse.c +0 -840
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/ext/racc/cparse/extconf.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/compat.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/debugflags.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/exception.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/grammar.rb +0 -1191
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/grammarfileparser.rb +0 -667
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/info.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/iset.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/logfilegenerator.rb +0 -212
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/parser-text.rb +0 -644
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/parser.rb +0 -630
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/parserfilegenerator.rb +0 -473
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/sourcetext.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/state.rb +0 -976
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/statetransitiontable.rb +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc/static.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/racc-1.8.0/lib/racc.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/CHANGELOG.md +0 -948
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/CONTRIBUTING.md +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/MIT-LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/README.md +0 -328
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/SPEC.rdoc +0 -365
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/auth/abstract/handler.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/auth/abstract/request.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/auth/basic.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/bad_request.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/body_proxy.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/builder.rb +0 -290
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/cascade.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/common_logger.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/conditional_get.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/config.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/constants.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/content_length.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/content_type.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/deflater.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/directory.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/etag.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/events.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/files.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/head.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/headers.rb +0 -238
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/lint.rb +0 -989
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/lock.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/logger.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/media_type.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/method_override.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mime.rb +0 -694
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mock.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mock_request.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/mock_response.rb +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart/generator.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart/parser.rb +0 -503
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart/uploaded_file.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/multipart.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/null_logger.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/query_parser.rb +0 -200
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/recursive.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/reloader.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/request.rb +0 -784
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/response.rb +0 -398
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/rewindable_input.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/runtime.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/sendfile.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/show_exceptions.rb +0 -407
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/show_status.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/static.rb +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/tempfile_reaper.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/urlmap.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/utils.rb +0 -630
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack/version.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rack-3.1.3/lib/rack.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/MIT-LICENSE +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/README.md +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/dom_assertions.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions/selector_assertions.rb +0 -356
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/assertions.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/railtie.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails/dom/testing.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/lib/rails-dom-testing.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/dom_assertions_test.rb +0 -213
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/parser_selection_test.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/selector_assertions_test.rb +0 -409
- data/vendor/bundle/ruby/3.3.0/gems/rails-dom-testing-2.2.0/test/test_helper.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/CHANGELOG.md +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/MIT-LICENSE +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/README.md +0 -271
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails/html/sanitizer/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails/html/sanitizer.rb +0 -422
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails/html/scrubbers.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/lib/rails-html-sanitizer.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/test/rails_api_test.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/test/sanitizer_test.rb +0 -1087
- data/vendor/bundle/ruby/3.3.0/gems/rails-html-sanitizer-1.6.0/test/scrubbers_test.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/Changelog.md +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/LICENSE +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/README.markdown +0 -227
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/color.rb +0 -150
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/ext/string.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/global.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/null_presenter.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/presenter.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/refinement.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/string_utils.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/wrapper.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/x11_color_names.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/History.rdoc +0 -2403
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/README.rdoc +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/command_line_usage.rdoc +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/Rakefile1 +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/Rakefile2 +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/a.c +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/b.c +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/example/main.c +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/glossary.rdoc +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/jamis.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/proto_rake.rdoc +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rake.1 +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rakefile.rdoc +0 -622
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/doc/rational.rdoc +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/application.rb +0 -861
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/backtrace.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/clean.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cloneable.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cpu_counter.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/default_loader.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/dsl_definition.rb +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/early_time.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/core.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/string.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_creation_task.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_list.rb +0 -435
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_task.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils_ext.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_chain.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_exception_mixin.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/late_time.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/linked_list.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/loaders/makefile.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/multi_task.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/name_space.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/packagetask.rb +0 -222
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/phony.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/private_reader.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/promise.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/pseudo_status.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_module.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_test_loader.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rule_recursion_overflow_error.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/scope.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task.rb +0 -434
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_argument_error.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_arguments.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_manager.rb +0 -331
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/tasklib.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/testtask.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_history_display.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_pool.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/trace_output.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake/win32.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/lib/rake.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.2.1/rake.gemspec +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/Gemfile +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/LICENSE +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/Rakefile +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/error.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/base.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/alternation.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/anchor.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/backreference.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_set/intersection.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_set/range.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_set.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/character_type.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/conditional.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/escape_sequence.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/free_space.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/group.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/keep.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/literal.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/posix_class.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/root.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/classes/unicode_property.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/construct.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/human_name.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/match.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/match_length.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/negative.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/options.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/parts.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/printing.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/strfregexp.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/tests.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/methods/traverse.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/quantifier.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/sequence.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/sequence_operation.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/shared.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression/subexpression.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/expression.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/lexer.rb +0 -169
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/parser.rb +0 -596
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/char_type.rl +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/errors/premature_end_error.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/errors/scanner_error.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/errors/validation_error.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/properties/long.csv +0 -651
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/properties/short.csv +0 -249
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/property.rl +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner/scanner.rl +0 -828
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/scanner.rb +0 -2514
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/any.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/base.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/anchor.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/assertion.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/backreference.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/character_set.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/character_type.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/conditional.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/escape.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/group.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/keep.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/meta.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/posix_class.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/quantifier.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/unicode_property.rb +0 -751
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token/virtual.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/token.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/version_lookup.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/1.8.6.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/1.9.1.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/1.9.3.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.0.0.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.2.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.3.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.4.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.4.1.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.5.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.6.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.6.2.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/2.6.3.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/3.1.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions/3.2.0.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax/versions.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/syntax.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/token.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/lib/regexp_parser.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/regexp_parser-2.9.2/regexp_parser.gemspec +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/NEWS.md +0 -380
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/README.md +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/context.rdoc +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/child.rdoc +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/document.rdoc +0 -276
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/element.rdoc +0 -602
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/node.rdoc +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/rdoc/parent.rdoc +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/child_toc.rdoc +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/document_toc.rdoc +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/element_toc.rdoc +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/master_toc.rdoc +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/node_toc.rdoc +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/doc/rexml/tutorial.rdoc +0 -1358
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/attlistdecl.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/attribute.rb +0 -210
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/cdata.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/child.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/comment.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/doctype.rb +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/document.rb +0 -451
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/attlistdecl.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/dtd.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/elementdecl.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/entitydecl.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/dtd/notationdecl.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/element.rb +0 -2599
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/encoding.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/entity.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/formatters/default.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/formatters/pretty.rb +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/formatters/transitive.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/functions.rb +0 -446
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/instruction.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/light/node.rb +0 -188
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/namespace.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/node.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/output.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parent.rb +0 -166
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parseexception.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/baseparser.rb +0 -712
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/lightparser.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/pullparser.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/sax2parser.rb +0 -273
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/streamparser.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/treeparser.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/ultralightparser.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/parsers/xpathparser.rb +0 -739
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/quickpath.rb +0 -266
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/rexml.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/sax2listener.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/security.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/source.rb +0 -312
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/streamlistener.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/text.rb +0 -426
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/undefinednamespaceexception.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/validation/relaxng.rb +0 -539
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/validation/validation.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/validation/validationexception.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xmldecl.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xmltokens.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xpath.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml/xpath_parser.rb +0 -978
- data/vendor/bundle/ruby/3.3.0/gems/rexml-3.3.0/lib/rexml.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/README.md +0 -251
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/assets/logo.png +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/assets/output.css.erb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/assets/output.html.erb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/config/default.yml +0 -5736
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/config/obsoletion.yml +0 -238
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/exe/rubocop +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/arguments_env.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/arguments_file.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ast_aliases.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cache_config.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cached_data.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/auto_generate_config.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/base.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/execute_runner.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/init_dotfile.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/lsp.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/show_cops.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/show_docs_url.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/suggest_extensions.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command/version.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/command.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli/environment.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cli.rb +0 -212
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/comment_config.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config.rb +0 -354
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_finder.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_loader.rb +0 -258
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_loader_resolver.rb +0 -281
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/changed_parameter.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/cop_rule.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/extracted_cop.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/parameter_rule.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/removed_cop.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/renamed_cop.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/rule.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion/split_cop.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_obsoletion.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_regeneration.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_store.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/config_validator.rb +0 -279
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/autocorrect_logic.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/badge.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/base.rb +0 -533
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/duplicated_gem.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/duplicated_group.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/gem_comment.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/gem_filename.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/gem_version.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/insecure_protocol_source.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/bundler/ordered_gems.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/commissioner.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/cop.rb +0 -166
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/corrector.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/alignment_corrector.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/condition_corrector.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/each_to_for_corrector.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/empty_line_corrector.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/for_to_each_corrector.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/if_then_corrector.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/line_break_corrector.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/parentheses_corrector.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/percent_literal_corrector.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/punctuation_corrector.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/require_library_corrector.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/space_corrector.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/string_literal_corrector.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/correctors/unused_arg_corrector.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/documentation.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/exclude_limit.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/force.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/dependency_version.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/development_dependencies.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/duplicated_assignment.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/ordered_dependencies.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/require_mfa.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/required_ruby_version.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/generator/configuration_injector.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/generator/require_file_injector.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/generator.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/ignored_node.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/cop_description.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/create_empty_file.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/example_description.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/inherit_deprecated_cop_class.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/lambda_or_proc.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/location_expression.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/location_line_equality_comparison.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/method_name_end_with.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/method_name_equal.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_destructuring.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_first_or_last_argument.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/numblock_handler.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/processed_source_buffer_name.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_context_config_parameter.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_expect_offense_arguments.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_method_dispatch_node.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/redundant_source_range.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/single_line_comparison.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/undefined_config.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs/useless_restrict_on_send.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/internal_affairs.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/access_modifier_indentation.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/argument_alignment.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/array_alignment.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/assignment_indentation.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/begin_end_alignment.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/block_alignment.rb +0 -240
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/block_end_newline.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/case_indentation.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/class_structure.rb +0 -346
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +0 -193
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/comment_indentation.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/condition_position.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/def_end_alignment.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/dot_position.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/else_alignment.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_comment.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_line_between_defs.rb +0 -296
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +0 -211
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/end_alignment.rb +0 -210
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/end_of_line.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/extra_spacing.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_argument_indentation.rb +0 -287
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_array_element_indentation.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_array_element_line_break.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_hash_element_indentation.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_hash_element_line_break.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_method_argument_line_break.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/first_parameter_indentation.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/hash_alignment.rb +0 -396
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/heredoc_indentation.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/indentation_consistency.rb +0 -205
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/indentation_style.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/indentation_width.rb +0 -389
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/initial_indentation.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/leading_comment_space.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/leading_empty_lines.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_continuation_leading_space.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_continuation_spacing.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_end_string_concatenation_indentation.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/line_length.rb +0 -276
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_assignment_layout.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_block_layout.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +0 -263
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_method_parameter_line_breaks.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/multiline_operation_indentation.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/parameter_alignment.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/redundant_line_break.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +0 -211
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/single_line_block_chain.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_colon.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_comma.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_method_name.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_not.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_after_semicolon.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_block_parameters.rb +0 -162
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_keyword.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_method_call_operator.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_around_operators.rb +0 -290
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_block_braces.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_brackets.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_comma.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_comment.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_first_arg.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_before_semicolon.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_in_lambda_literal.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +0 -224
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_block_braces.rb +0 -263
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_parens.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_range_literal.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/trailing_empty_lines.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/layout/trailing_whitespace.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/legacy/corrections_proxy.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/legacy/corrector.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_assignment.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_block_association.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_operator.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_operator_precedence.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_range.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/assignment_in_condition.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/big_decimal_new.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/boolean_symbol.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/circular_argument_reference.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/constant_definition_in_block.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/constant_resolution.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/debugger.rb +0 -150
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/deprecated_class_methods.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/deprecated_constants.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_branch.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_case_condition.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_hash_key.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_magic_comment.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_match_pattern.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_methods.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_require.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/each_with_object_argument.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/else_layout.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_block.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_class.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_conditional_body.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_ensure.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_expression.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_file.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_in_pattern.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_interpolation.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/empty_when.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ensure_return.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/erb_new_arguments.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/flip_flop.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/float_comparison.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/float_out_of_range.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/format_parameter_mismatch.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/hash_compare_by_identity.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/heredoc_method_call_position.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/identity_comparison.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/implicit_string_concatenation.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/incompatible_io_select_with_fiber_scheduler.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ineffective_access_modifier.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/inherit_exception.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/interpolation_check.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/it_without_arguments_in_block.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/lambda_without_literal_block.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/literal_as_condition.rb +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/literal_assignment_in_condition.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/literal_in_interpolation.rb +0 -173
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/loop.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/missing_super.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/mixed_case_range.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/multiple_comparison.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/nested_method_definition.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/nested_percent_literal.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/next_without_accumulator.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/non_atomic_file_operation.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/non_deterministic_require_order.rb +0 -183
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/number_conversion.rb +0 -201
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/or_assignment_to_constant.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/ordered_magic_comments.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/percent_string_array.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/percent_symbol_array.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/raise_exception.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/rand_one.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +0 -330
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_regexp_quantifiers.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_require_statement.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_safe_navigation.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_splat_expansion.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_string_coercion.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_with_index.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/redundant_with_object.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/refinement_import_methods.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/regexp_as_condition.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/require_parentheses.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/require_range_parentheses.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/require_relative_self_path.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/rescue_exception.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/rescue_type.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/return_in_void_context.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/safe_navigation_chain.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/safe_navigation_consistency.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/script_permission.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/self_assignment.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/send_with_mixin_argument.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/shadowed_argument.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/shadowed_exception.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/struct_new_override.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/suppressed_exception.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/symbol_conversion.rb +0 -184
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/syntax.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/to_enum_arguments.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/to_json.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/top_level_return_with_argument.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/triple_quotes.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unexpected_block_arity.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unified_integer.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unreachable_code.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unreachable_loop.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unused_block_argument.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/unused_method_argument.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/uri_escape_unescape.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/uri_regexp.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_access_modifier.rb +0 -295
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_assignment.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_else_without_rescue.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_method_definition.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_rescue.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_ruby2_keywords.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_setter_call.rb +0 -173
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/useless_times.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/lint/void.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/message_annotator.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/abc_size.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/block_length.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/block_nesting.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/class_length.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/collection_literal_length.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/method_length.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/module_length.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/parameter_lists.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/perceived_complexity.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +0 -210
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/iterating_block.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/migration/department_name.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/alignment.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_identifiers.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_methods.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_pattern.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/allowed_receivers.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/annotation_comment.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/array_min_size.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/array_syntax.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/auto_corrector.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/check_assignment.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/check_line_breakable.rb +0 -227
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/code_length.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/comments_help.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_enforced_style.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_formatting.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_max.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_naming.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/configurable_numbering.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/def_node.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/documentation_comment.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/duplication.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/empty_lines_around_body.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/empty_parameter.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/end_keyword_alignment.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/enforce_superclass.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/first_element_line_break.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/frozen_string_literal.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/gem_declaration.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/gemspec_help.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/hash_alignment_styles.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +0 -236
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/hash_transform_method.rb +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/heredoc.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/integer_node.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/interpolation.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/line_length_help.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/match_range.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/method_complexity.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/method_preference.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/min_body_length.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/min_branches_count.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_element_indentation.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +0 -228
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/negative_conditional.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/nil_methods.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/on_normal_if_unless.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/ordered_gem_node.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/parentheses.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/percent_array.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/percent_literal.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/preceding_following_alignment.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/preferred_delimiters.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/range_help.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/rational_literal.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/require_library.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/rescue_node.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/safe_assignment.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/space_after_punctuation.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/space_before_punctuation.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/statement_modifier.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/string_help.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/string_literals_help.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/surrounding_space.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/symbol_help.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/target_ruby_version.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/trailing_body.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/trailing_comma.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/uncommunicative_name.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/unused_argument.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/mixin/visibility_help.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/accessor_method_name.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/ascii_identifiers.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/block_forwarding.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/block_parameter_name.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/class_and_module_camel_case.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/constant_name.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/file_name.rb +0 -247
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/inclusive_language.rb +0 -288
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +0 -295
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/method_name.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/method_parameter_name.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/predicate_name.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/variable_name.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/naming/variable_number.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/offense.rb +0 -239
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/registry.rb +0 -315
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/compound_hash.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/eval.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/io_methods.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/json_load.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/marshal_load.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/open.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/security/yaml_load.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/severity.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/access_modifier_declarations.rb +0 -275
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/accessor_grouping.rb +0 -180
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/alias.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/and_or.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/arguments_forwarding.rb +0 -506
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_coercion.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_first_last.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_intersect.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/array_join.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/ascii_comments.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/attr.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/auto_resource_cleanup.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/bare_percent_literals.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/begin_block.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/bisected_attr_accessor.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/block_comments.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/block_delimiters.rb +0 -472
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/case_equality.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/case_like_if.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/character_literal.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_and_module_children.rb +0 -186
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_check.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_equality_comparison.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_methods.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_methods_definitions.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/class_vars.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/collection_compact.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/collection_methods.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/colon_method_call.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/colon_method_definition.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/combinable_loops.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/command_literal.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/comment_annotation.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/commented_keyword.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/comparable_clamp.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/concat_array_literals.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/conditional_assignment.rb +0 -662
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/constant_visibility.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/copyright.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/data_inheritance.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/date_time.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/def_with_parentheses.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/dir.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/dir_empty.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +0 -169
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/documentation.rb +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/documentation_method.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/double_cop_disable_directive.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/double_negation.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/each_for_simple_loop.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/each_with_object.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_block_parameter.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_case_condition.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_else.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_heredoc.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_lambda_parameter.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_literal.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/empty_method.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/encoding.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/end_block.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/endless_method.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/env_home.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/eval_with_location.rb +0 -228
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/even_odd.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/exact_regexp_match.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/expand_path_arguments.rb +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/explicit_block_argument.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/exponential_notation.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/fetch_env_var.rb +0 -132
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/file_empty.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/file_read.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/file_write.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/float_division.rb +0 -151
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/for.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/format_string.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/format_string_token.rb +0 -228
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/frozen_string_literal_comment.rb +0 -220
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/global_std_stream.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/global_vars.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/guard_clause.rb +0 -303
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_as_last_array_item.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_conversion.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_each_methods.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_except.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_like_case.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_syntax.rb +0 -301
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_transform_keys.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/hash_transform_values.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/identical_conditional_branches.rb +0 -254
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_inside_else.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_unless_modifier.rb +0 -295
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/if_with_semicolon.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/implicit_runtime_error.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/in_pattern_then.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/infinite_loop.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/inline_comment.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/inverse_methods.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/invertible_unless_condition.rb +0 -160
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/ip_addresses.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/keyword_parameters_order.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/lambda.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/lambda_call.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/line_end_concatenation.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/magic_comment_format.rb +0 -307
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_compact_with_conditional_block.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_into_array.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_to_hash.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/map_to_set.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +0 -246
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_called_on_do_end_block.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/method_def_parentheses.rb +0 -180
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/min_max.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/min_max_comparison.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/missing_else.rb +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/missing_respond_to_missing.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/mixin_grouping.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/mixin_usage.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/module_function.rb +0 -170
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_block_chain.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_if_modifier.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_if_then.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_in_pattern_then.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_memoization.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_method_signature.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_ternary_operator.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiline_when_then.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/multiple_comparison.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/mutable_constant.rb +0 -247
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_if.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_if_else_condition.rb +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_unless.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/negated_while.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_file_dirname.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_modifier.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_parenthesized_calls.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nested_ternary_operator.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/next.rb +0 -233
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nil_comparison.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/nil_lambda.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/non_nil_check.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/not.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numbered_parameters.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numbered_parameters_limit.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numeric_literal_prefix.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numeric_literals.rb +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/numeric_predicate.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/object_then.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/one_line_conditional.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/open_struct_use.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/operator_method_call.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/option_hash.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/optional_arguments.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/optional_boolean_parameter.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/or_assignment.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/parallel_assignment.rb +0 -298
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/parentheses_around_condition.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/percent_literal_delimiters.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/percent_q_literals.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/perl_backrefs.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/preferred_hash_methods.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/proc.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/quoted_symbols.rb +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/raise_args.rb +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/random_with_offset.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_argument.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_array_constructor.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_assignment.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_begin.rb +0 -200
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_capital_w.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_condition.rb +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_conditional.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_constant_base.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_current_directory_in_path.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_double_splat_hash_braces.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_each.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_exception.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_fetch_block.rb +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_filter_chain.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_freeze.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_heredoc_delimiter_quotes.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_initialize.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_interpolation.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_line_continuation.rb +0 -200
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_parentheses.rb +0 -291
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_percent_q.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_argument.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_character_class.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_constructor.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_regexp_escape.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_return.rb +0 -189
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_self.rb +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_self_assignment.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_self_assignment_branch.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_sort.rb +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_sort_by.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/redundant_string_escape.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/regexp_literal.rb +0 -231
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/require_order.rb +0 -139
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/rescue_modifier.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/rescue_standard_error.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/return_nil.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/return_nil_in_predicate_method_definition.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/safe_navigation.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/sample.rb +0 -144
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/select_by_regexp.rb +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/self_assignment.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/semicolon.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/send.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/send_with_literal_method_name.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/signal_exception.rb +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_argument_dig.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_line_block_params.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_line_do_end_block.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/single_line_methods.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/slicing_with_range.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/sole_nested_conditional.rb +0 -252
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/special_global_vars.rb +0 -259
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/static_class.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/stderr_puts.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_chars.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_concatenation.rb +0 -178
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_hash_keys.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_literals.rb +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_literals_in_interpolation.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/string_methods.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/strip.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/struct_inheritance.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/super_arguments.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/super_with_args_parentheses.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/swap_values.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/symbol_array.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/symbol_literal.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/symbol_proc.rb +0 -273
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/ternary_parentheses.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/top_level_method_definition.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_body_on_class.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_body_on_module.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_method_end_statement.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trailing_underscore_variable.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/trivial_accessors.rb +0 -254
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/unless_else.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/unless_logical_operators.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/unpack_first.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/variable_interpolation.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/when_then.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/while_until_do.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/while_until_modifier.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/word_array.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/yaml_file_read.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/yoda_condition.rb +0 -181
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/yoda_expression.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/style/zero_length_predicate.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/team.rb +0 -271
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/util.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/utils/format_string.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/utils/regexp_ranges.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/assignment.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/branch.rb +0 -331
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/branchable.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/reference.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/scope.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/variable.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force/variable_table.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cop/variable_force.rb +0 -439
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/cops_documentation_generator.rb +0 -341
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/core_ext/string.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/directive_comment.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/error.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/comment.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/processed_source.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/range.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/regexp_node.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/ext/regexp_parser.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/feature_loader.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/file_finder.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/file_patterns.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/auto_gen_config_formatter.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/base_formatter.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/clang_style_formatter.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/colorizable.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/disabled_config_formatter.rb +0 -282
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/emacs_style_formatter.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/file_list_formatter.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/formatter_set.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/fuubar_style_formatter.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/github_actions_formatter.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/html_formatter.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/json_formatter.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/junit_formatter.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/markdown_formatter.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/offense_count_formatter.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/pacman_formatter.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/progress_formatter.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/quiet_formatter.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/simple_text_formatter.rb +0 -172
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/tap_formatter.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/text_util.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter/worst_offenders_formatter.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/formatter.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lockfile.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/logger.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/routes.rb +0 -243
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/runtime.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/server.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp/severity.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/lsp.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/magic_comment.rb +0 -300
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/name_similarity.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/options.rb +0 -644
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/path_util.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/platform.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rake_task.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/remote_config.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/result_cache.rb +0 -240
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/cop_helper.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/expect_offense.rb +0 -343
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/host_environment_simulation_helper.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/parallel_formatter.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/shared_contexts.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/rspec/support.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/runner.rb +0 -509
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/cache.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/cli.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/base.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/exec.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/restart.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/start.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/status.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command/stop.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/client_command.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/core.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/errors.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/helper.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command/base.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command/exec.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command/stop.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/server_command.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server/socket_reader.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/server.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/string_interpreter.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/target_finder.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/target_ruby.rb +0 -278
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/util.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/version.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/warning.rb +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop/yaml_duplication_checker.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-1.64.1/lib/rubocop.rb +0 -774
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/README.md +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/builder.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/ext/range.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/ext/range_min_max.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/alias_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/and_asgn_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/and_node.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/arg_node.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/args_node.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/array_node.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/asgn_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/block_node.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/break_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/case_match_node.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/case_node.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/casgn_node.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/class_node.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/const_node.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/csend_node.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/def_node.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/defined_node.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/dstr_node.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/ensure_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/float_node.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/for_node.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/forward_args_node.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/hash_node.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/if_node.rb +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/in_pattern_node.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/index_node.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/indexasgn_node.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/int_node.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/keyword_splat_node.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/lambda_node.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/basic_literal_node.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/binary_operator_node.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/collection_node.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/conditional_node.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/descendence.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/hash_element_node.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +0 -288
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/modifier_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/numeric_node.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/parameterized_node.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/module_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/next_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/op_asgn_node.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/or_asgn_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/or_node.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/pair_node.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/procarg0_node.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/range_node.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/regexp_node.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/resbody_node.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/rescue_node.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/return_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/self_class_node.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/send_node.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/str_node.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/super_node.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/symbol_node.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/until_node.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/when_node.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/while_node.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node/yield_node.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node.rb +0 -676
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/builder.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/comment.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/atom_subcompiler.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/binding.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/debug.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/node_pattern_subcompiler.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/sequence_subcompiler.rb +0 -420
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler/subcompiler.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/compiler.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/lexer.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/lexer.rex +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/lexer.rex.rb +0 -185
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/method_definer.rb +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/node.rb +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/parser.racc.rb +0 -472
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/parser.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/parser.y +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/sets.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern/with_meta.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/node_pattern.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/processed_source.rb +0 -348
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/rubocop_compatibility.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/sexp.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/token.rb +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/traversal.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast/version.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop/ast.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-ast-1.31.3/lib/rubocop-ast.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/CHANGELOG.md +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/README.md +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/config/default.yml +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/config_formatter.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/description_extractor.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/capybara/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/click_link_or_button_style.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/current_path_expectation.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/match_style.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/mixin/capybara_help.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/mixin/css_attributes_parser.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/mixin/css_selector.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/negation_matcher.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/redundant_within_find.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/rspec/have_selector.rb +0 -87
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/rspec/predicate_matcher.rb +0 -269
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/specific_actions.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/specific_finders.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/specific_matcher.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara/visibility_matcher.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop/cop/capybara_cops.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-capybara-2.21.0/lib/rubocop-capybara.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/CHANGELOG.md +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/README.md +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/config/default.yml +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/association_style.rb +0 -260
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/attribute_defined_statically.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/consistent_parentheses_style.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/create_list.rb +0 -342
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/excessive_create_list.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/factory_association_with_strategy.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/factory_class_name.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/factory_name_style.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/id_sequence.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/mixin/configurable_explicit_only.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/redundant_factory_option.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot/syntax_methods.rb +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/cop/factory_bot_cops.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/config_formatter.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/description_extractor.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/factory_bot.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/language.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop/factory_bot/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-factory_bot-2.26.1/lib/rubocop-factory_bot.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/CHANGELOG.md +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/LICENSE.txt +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/README.md +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/default.yml +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-bundler.yml +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-gemspec.yml +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-layout.yml +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-lint.yml +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-metrics.yml +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-naming.yml +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-performance.yml +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-rails.yml +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-rake.yml +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-rspec.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-security.yml +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-style.yml +0 -325
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/cop/katalyst_cops.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/erb_lint_task.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/inject.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/prettier_task.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst/rake_task.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop/katalyst.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/rubocop-katalyst.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/lib/tasks/erb_lint.rake +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/package.json +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/README.md +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/config/default.yml +0 -374
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/config/obsoletion.yml +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/mixin/regexp_metacharacter.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/mixin/sort_block.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/ancestors_include.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/array_semi_infinite_range_slice.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/big_decimal_with_numeric_argument.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/bind_call.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/block_given_with_explicit_block.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/caller.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/case_when_splat.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/casecmp.rb +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/chain_array_allocation.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/collection_literal_in_loop.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/compare_with_block.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/concurrent_monotonic_time.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/constant_regexp.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/count.rb +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/delete_prefix.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/delete_suffix.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/detect.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/double_start_end_with.rb +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/end_with.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/fixed_size.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/flat_map.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/inefficient_hash_search.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/io_readlines.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/map_compact.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/map_method_chain.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/method_object_as_block.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/open_struct.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/range_include.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_block_call.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_equality_comparison_block.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_match.rb +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_merge.rb +0 -197
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_sort_block.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_split_regexp_argument.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/redundant_string_chars.rb +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/regexp_match.rb +0 -277
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/reverse_each.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/reverse_first.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/select_map.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/size.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/sort_reverse.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/squeeze.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/start_with.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/string_identifier_argument.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/string_include.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/string_replacement.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/sum.rb +0 -271
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/times_map.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/unfreeze_string.rb +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance/uri_default_parser.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/cop/performance_cops.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/performance/inject.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/performance/version.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop/performance.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-performance-1.21.0/lib/rubocop-performance.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/README.md +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/config/default.yml +0 -1251
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/config/obsoletion.yml +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/active_record_helper.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/active_record_migrations_helper.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/class_send_node_helper.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/database_type_resolvable.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/enforce_superclass.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/index_method.rb +0 -165
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/migrations_helper.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/mixin/target_rails_version.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_controller_flash_before_render.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_controller_test_case.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_filter.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/action_order.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_record_aliases.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_record_callbacks_order.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_record_override.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_support_aliases.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/active_support_on_load.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/add_column_index.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/after_commit_override.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_controller.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_job.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_mailer.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/application_record.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/arel_star.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/assert_not.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/attribute_default_block_value.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/belongs_to.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/blank.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/bulk_change_table.rb +0 -261
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/compact_blank.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/content_tag.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/create_table_with_timestamps.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/dangerous_column_names.rb +0 -446
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/date.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/default_scope.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/delegate.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/delegate_allow_blank.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/deprecated_active_model_errors_methods.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/dot_separated_keys.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/duplicate_association.rb +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/duplicate_scope.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/duration_arithmetic.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/dynamic_find_by.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/eager_evaluation_log_message.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/enum_hash.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/enum_uniqueness.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/env_local.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/environment_comparison.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/environment_variable_access.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/exit.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/expanded_date_range.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/file_path.rb +0 -241
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/find_by.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/find_by_id.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/find_each.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/freeze_time.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/has_and_belongs_to_many.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/has_many_or_has_one_dependent.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/helper_instance_variable.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/http_positional_arguments.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/http_status.rb +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/i18n_lazy_lookup.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/i18n_locale_assignment.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/i18n_locale_texts.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/ignored_columns_assignment.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/ignored_skip_action_filter_option.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/index_by.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/index_with.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/inquiry.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/inverse_of.rb +0 -252
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/lexically_scoped_action_filter.rb +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/link_to_blank.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/mailer_name.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/match_route.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/migration_class_name.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/negate_include.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/not_null_column.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/order_by_id.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/output.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/output_safety.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pick.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluck.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluck_id.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluck_in_where.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/pluralization_grammar.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/presence.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/present.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/rake_environment.rb +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/read_write_attribute.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_active_record_all_method.rb +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_allow_nil.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_foreign_key.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_presence_validation_on_belongs_to.rb +0 -264
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_receiver_in_with_options.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/redundant_travel_back.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/reflection_class_name.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/refute_methods.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/relative_date_constant.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/render_inline.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/render_plain_text.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/request_referer.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/require_dependency.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/response_parsed_body.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/reversible_migration.rb +0 -326
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/reversible_migration_method_definition.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/root_join_chain.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/root_pathname_methods.rb +0 -272
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/root_public_path.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/safe_navigation.rb +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/safe_navigation_with_blank.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/save_bang.rb +0 -349
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/schema_comment.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/scope_args.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/select_map.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/short_i18n.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/skips_model_validations.rb +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/squished_sql_heredocs.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/strip_heredoc.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/table_name_assignment.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/three_state_boolean_column.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/time_zone.rb +0 -262
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/time_zone_assignment.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/to_formatted_s.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/to_s_with_argument.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/top_level_hash_with_indifferent_access.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/transaction_exit_statement.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/uniq_before_pluck.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unique_validation_without_index.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unknown_env.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unused_ignored_columns.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/unused_render_content.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/validation.rb +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_equals.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_exists.rb +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_missing.rb +0 -122
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_not.rb +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_not_with_multiple_conditions.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails/where_range.rb +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/cop/rails_cops.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/inject.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/schema_loader/schema.rb +0 -192
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/schema_loader.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails/version.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop/rails.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rails-2.25.0/lib/rubocop-rails.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/CHANGELOG.md +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/Gemfile +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/README.md +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/Rakefile +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/bin/console +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/bin/setup +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/config/default.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/class_definition_in_task.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/desc.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/duplicate_namespace.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/duplicate_task.rb +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/class_definition.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/on_namespace.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/on_task.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/task_definition.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/helper/task_name.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake/method_definition_in_task.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/cop/rake_cops.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/rake/inject.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/rake/version.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop/rake.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/lib/rubocop-rake.rb +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/rubocop-rake.gemspec +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/CHANGELOG.md +0 -1012
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/README.md +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/config/default.yml +0 -1018
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/config/obsoletion.yml +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/align_left_let_brace.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/align_right_let_brace.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/any_instance.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/around_block.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/base.rb +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_empty.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_eq.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_eql.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/be_nil.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/before_after_all.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/change_by_zero.rb +0 -184
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/class_check.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/contain_exactly.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/context_method.rb +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/context_wording.rb +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/describe_class.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/describe_method.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/describe_symbol.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/described_class.rb +0 -231
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/described_class_module_wrapping.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/dialect.rb +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/duplicated_metadata.rb +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_example_group.rb +0 -187
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_hook.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_example.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_example_group.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_final_let.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_hook.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_line_after_subject.rb +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_metadata.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/empty_output.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/eq.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/example_length.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/example_without_description.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/example_wording.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/excessive_docstring_spacing.rb +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_actual.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_change.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_in_hook.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_in_let.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/expect_output.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/focus.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/hook_argument.rb +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/hooks_before_examples.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/identical_equality_assertion.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/implicit_block_expectation.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/implicit_expect.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/implicit_subject.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/indexed_let.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/instance_spy.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/instance_variable.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/is_expected_specify.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/it_behaves_like.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/iterated_expectation.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/leading_subject.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/leaky_constant_declaration.rb +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/let_before_examples.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/let_setup.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/match_array.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/message_chain.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/message_expectation.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/message_spies.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/metadata_style.rb +0 -202
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/missing_example_group_argument.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/missing_expectation_target_method.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/comments_help.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/empty_line_separation.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/file_help.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/final_end_location.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/inside_example_group.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/location_help.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/metadata.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/namespace.rb +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/skip_or_pending.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/top_level_group.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/mixin/variable.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_describes.rb +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_expectations.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_memoized_helpers.rb +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/multiple_subjects.rb +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/named_subject.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/nested_groups.rb +0 -162
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/no_expectation_example.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/not_to_not.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/overwriting_setup.rb +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/pending.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/pending_without_reason.rb +0 -159
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/predicate_matcher.rb +0 -337
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/receive_counts.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/receive_messages.rb +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/receive_never.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/redundant_around.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/redundant_predicate_matcher.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/remove_const.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_description.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_example.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_example_group_body.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_example_group_description.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_include_example.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/repeated_subject_call.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/return_from_stub.rb +0 -169
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/scattered_let.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/scattered_setup.rb +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/shared_context.rb +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/shared_examples.rb +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/single_argument_message_chain.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/skip_block_inside_example.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/sort_metadata.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/spec_file_path_format.rb +0 -133
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/spec_file_path_suffix.rb +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/stubbed_mock.rb +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/subject_declaration.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/subject_stub.rb +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/undescriptive_literals_description.rb +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/unspecified_exception.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/variable_definition.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/variable_name.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/verified_double_reference.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/verified_doubles.rb +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/void_expect.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec/yield.rb +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/cop/rspec_cops.rb +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/align_let_brace.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/concept.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/config_formatter.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/corrector/move_node.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/description_extractor.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/example.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/example_group.rb +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/hook.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/inject.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/language.rb +0 -216
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/node.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/shared_contexts/default_rspec_language_config_context.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec/wording.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop/rspec.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec-3.0.1/lib/rubocop-rspec.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/CHANGELOG.md +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/CODE_OF_CONDUCT.md +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/MIT-LICENSE.md +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/README.md +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/config/default.yml +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/avoid_setup_hook.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/have_http_status.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/http_status.rb +0 -218
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/inferred_spec_type.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/minitest_assertions.rb +0 -350
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/negation_be_valid.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails/travel_around.rb +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/cop/rspec_rails_cops.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/config_formatter.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/cop/generator.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/description_extractor.rb +0 -72
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop/rspec_rails/version.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/rubocop-rspec_rails-2.30.0/lib/rubocop-rspec_rails.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/README.md +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/Rakefile +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/base.rb +0 -234
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/calculators/length.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/bar.rb +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/percentage.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/rate.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/time.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/title.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/errors/invalid_progress_error.rb +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/formatter.rb +0 -27
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/molecule.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/string.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/output.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/non_tty.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/null.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/tty.rb +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/progress.rb +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projector.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projectors/smoothed_average.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements/progress_enumerator.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/throttle.rb +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar.rb +0 -12
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/COPYING +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/ext/strscan/Makefile +0 -269
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/ext/strscan/extconf.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/ext/strscan/strscan.c +0 -1741
- data/vendor/bundle/ruby/3.3.0/gems/strscan-3.1.0/lib/strscan.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/CHANGES.md +0 -1026
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/LICENSE +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/README.md +0 -406
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/annual_rules.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/country.rb +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/country_timezone.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_source.rb +0 -446
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/constant_offset_data_timezone_info.rb +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/country_info.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/data_timezone_info.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/linked_timezone_info.rb +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/posix_time_zone_parser.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/ruby_data_source.rb +0 -141
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/timezone_info.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/transitions_data_timezone_info.rb +0 -214
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/zoneinfo_data_source.rb +0 -592
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources/zoneinfo_reader.rb +0 -482
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_sources.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/data_timezone.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/datetime_with_offset.rb +0 -153
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/country_definer.rb +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/country_index_definition.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_definer.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_definition.rb +0 -39
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1/timezone_index_definition.rb +0 -77
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format1.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_definer.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_index_definer.rb +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/country_index_definition.rb +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_definer.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_definition.rb +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_index_definer.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2/timezone_index_definition.rb +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/format2.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/info_timezone.rb +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/linked_timezone.rb +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/offset_timezone_period.rb +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/ruby_core_support.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/string_deduper.rb +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/time_with_offset.rb +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timestamp.rb +0 -552
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timestamp_with_offset.rb +0 -85
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone.rb +0 -1160
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_offset.rb +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_period.rb +0 -179
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_proxy.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/timezone_transition.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/transition_rule.rb +0 -455
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/transitions_timezone_period.rb +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/version.rb +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo/with_offset.rb +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/tzinfo-2.0.6/lib/tzinfo.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/CHANGELOG.md +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/MIT-LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/README.md +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/data/display_width.marshal.gz +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/constants.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/index.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/no_string_ext.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width/string_ext.rb +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/unicode-display_width-2.5.0/lib/unicode/display_width.rb +0 -123
- data/vendor/bundle/ruby/3.3.0/specifications/actionview-7.1.3.4.gemspec +0 -33
- data/vendor/bundle/ruby/3.3.0/specifications/activemodel-7.1.3.4.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/specifications/activesupport-7.1.3.4.gemspec +0 -35
- data/vendor/bundle/ruby/3.3.0/specifications/ast-2.4.2.gemspec +0 -30
- data/vendor/bundle/ruby/3.3.0/specifications/bigdecimal-3.1.8.gemspec +0 -25
- data/vendor/bundle/ruby/3.3.0/specifications/builder-3.3.0.gemspec +0 -22
- data/vendor/bundle/ruby/3.3.0/specifications/concurrent-ruby-1.3.3.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/specifications/connection_pool-2.4.1.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/crass-1.0.6.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/drb-2.2.1.gemspec +0 -22
- data/vendor/bundle/ruby/3.3.0/specifications/erubi-1.12.0.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/govuk_design_system_formbuilder-5.4.0.gemspec +0 -44
- data/vendor/bundle/ruby/3.3.0/specifications/html-attributes-utils-1.0.2.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/i18n-1.14.5.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/specifications/json-2.7.2.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/language_server-protocol-3.17.0.3.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/loofah-2.22.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/minitest-5.23.1.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/nokogiri-1.16.5-x86_64-linux.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/parallel-1.25.1.gemspec +0 -21
- data/vendor/bundle/ruby/3.3.0/specifications/parser-3.3.3.0.gemspec +0 -37
- data/vendor/bundle/ruby/3.3.0/specifications/racc-1.8.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rack-3.1.3.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/rails-dom-testing-2.2.0.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rails-html-sanitizer-1.6.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec +0 -25
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.2.1.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/specifications/regexp_parser-2.9.2.gemspec +0 -22
- data/vendor/bundle/ruby/3.3.0/specifications/rexml-3.3.0.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-1.64.1.gemspec +0 -39
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-ast-1.31.3.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-capybara-2.21.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-factory_bot-2.26.1.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-katalyst-2.0.0.gemspec +0 -32
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-performance-1.21.0.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rails-2.25.0.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rake-0.6.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec-3.0.1.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-rspec_rails-2.30.0.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec +0 -29
- data/vendor/bundle/ruby/3.3.0/specifications/strscan-3.1.0.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/specifications/tzinfo-2.0.6.gemspec +0 -30
- data/vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-2.5.0.gemspec +0 -29
@@ -1,2422 +0,0 @@
|
|
1
|
-
#include <nokogiri.h>
|
2
|
-
|
3
|
-
#include <stdbool.h>
|
4
|
-
|
5
|
-
// :stopdoc:
|
6
|
-
|
7
|
-
VALUE cNokogiriXmlNode ;
|
8
|
-
static ID id_decorate, id_decorate_bang;
|
9
|
-
|
10
|
-
typedef xmlNodePtr(*pivot_reparentee_func)(xmlNodePtr, xmlNodePtr);
|
11
|
-
|
12
|
-
static void
|
13
|
-
_xml_node_mark(void *ptr)
|
14
|
-
{
|
15
|
-
xmlNodePtr node = ptr;
|
16
|
-
|
17
|
-
if (!DOC_RUBY_OBJECT_TEST(node->doc)) {
|
18
|
-
return;
|
19
|
-
}
|
20
|
-
|
21
|
-
xmlDocPtr doc = node->doc;
|
22
|
-
if (doc->type == XML_DOCUMENT_NODE || doc->type == XML_HTML_DOCUMENT_NODE) {
|
23
|
-
if (DOC_RUBY_OBJECT_TEST(doc)) {
|
24
|
-
rb_gc_mark(DOC_RUBY_OBJECT(doc));
|
25
|
-
}
|
26
|
-
} else if (node->doc->_private) {
|
27
|
-
rb_gc_mark((VALUE)doc->_private);
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
static void
|
32
|
-
_xml_node_update_references(void *ptr)
|
33
|
-
{
|
34
|
-
xmlNodePtr node = ptr;
|
35
|
-
|
36
|
-
if (node->_private) {
|
37
|
-
node->_private = (void *)rb_gc_location((VALUE)node->_private);
|
38
|
-
}
|
39
|
-
}
|
40
|
-
|
41
|
-
static const rb_data_type_t nokogiri_node_type = {
|
42
|
-
.wrap_struct_name = "Nokogiri::XML::Node",
|
43
|
-
.function = {
|
44
|
-
.dmark = _xml_node_mark,
|
45
|
-
.dcompact = _xml_node_update_references,
|
46
|
-
},
|
47
|
-
.flags = RUBY_TYPED_FREE_IMMEDIATELY,
|
48
|
-
};
|
49
|
-
|
50
|
-
static void
|
51
|
-
relink_namespace(xmlNodePtr reparented)
|
52
|
-
{
|
53
|
-
xmlNodePtr child;
|
54
|
-
xmlAttrPtr attr;
|
55
|
-
|
56
|
-
if (reparented->type != XML_ATTRIBUTE_NODE &&
|
57
|
-
reparented->type != XML_ELEMENT_NODE) { return; }
|
58
|
-
|
59
|
-
if (reparented->ns == NULL || reparented->ns->prefix == NULL) {
|
60
|
-
xmlNsPtr ns = NULL;
|
61
|
-
xmlChar *name = NULL, *prefix = NULL;
|
62
|
-
|
63
|
-
name = xmlSplitQName2(reparented->name, &prefix);
|
64
|
-
|
65
|
-
if (reparented->type == XML_ATTRIBUTE_NODE) {
|
66
|
-
if (prefix == NULL || strcmp((char *)prefix, XMLNS_PREFIX) == 0) {
|
67
|
-
xmlFree(name);
|
68
|
-
xmlFree(prefix);
|
69
|
-
return;
|
70
|
-
}
|
71
|
-
}
|
72
|
-
|
73
|
-
ns = xmlSearchNs(reparented->doc, reparented, prefix);
|
74
|
-
|
75
|
-
if (ns != NULL) {
|
76
|
-
xmlNodeSetName(reparented, name);
|
77
|
-
xmlSetNs(reparented, ns);
|
78
|
-
}
|
79
|
-
|
80
|
-
xmlFree(name);
|
81
|
-
xmlFree(prefix);
|
82
|
-
}
|
83
|
-
|
84
|
-
/* Avoid segv when relinking against unlinked nodes. */
|
85
|
-
if (reparented->type != XML_ELEMENT_NODE || !reparented->parent) { return; }
|
86
|
-
|
87
|
-
/* Make sure that our reparented node has the correct namespaces */
|
88
|
-
if (!reparented->ns &&
|
89
|
-
(reparented->doc != (xmlDocPtr)reparented->parent) &&
|
90
|
-
(rb_iv_get(DOC_RUBY_OBJECT(reparented->doc), "@namespace_inheritance") == Qtrue)) {
|
91
|
-
xmlSetNs(reparented, reparented->parent->ns);
|
92
|
-
}
|
93
|
-
|
94
|
-
/* Search our parents for an existing definition */
|
95
|
-
if (reparented->nsDef) {
|
96
|
-
xmlNsPtr curr = reparented->nsDef;
|
97
|
-
xmlNsPtr prev = NULL;
|
98
|
-
|
99
|
-
while (curr) {
|
100
|
-
xmlNsPtr ns = xmlSearchNsByHref(
|
101
|
-
reparented->doc,
|
102
|
-
reparented->parent,
|
103
|
-
curr->href
|
104
|
-
);
|
105
|
-
/* If we find the namespace is already declared, remove it from this
|
106
|
-
* definition list. */
|
107
|
-
if (ns && ns != curr && xmlStrEqual(ns->prefix, curr->prefix)) {
|
108
|
-
if (prev) {
|
109
|
-
prev->next = curr->next;
|
110
|
-
} else {
|
111
|
-
reparented->nsDef = curr->next;
|
112
|
-
}
|
113
|
-
noko_xml_document_pin_namespace(curr, reparented->doc);
|
114
|
-
} else {
|
115
|
-
prev = curr;
|
116
|
-
}
|
117
|
-
curr = curr->next;
|
118
|
-
}
|
119
|
-
}
|
120
|
-
|
121
|
-
/*
|
122
|
-
* Search our parents for an existing definition of current namespace,
|
123
|
-
* because the definition it's pointing to may have just been removed nsDef.
|
124
|
-
*
|
125
|
-
* And although that would technically probably be OK, I'd feel better if we
|
126
|
-
* referred to a namespace that's still present in a node's nsDef somewhere
|
127
|
-
* in the doc.
|
128
|
-
*/
|
129
|
-
if (reparented->ns) {
|
130
|
-
xmlNsPtr ns = xmlSearchNs(reparented->doc, reparented, reparented->ns->prefix);
|
131
|
-
if (ns
|
132
|
-
&& ns != reparented->ns
|
133
|
-
&& xmlStrEqual(ns->prefix, reparented->ns->prefix)
|
134
|
-
&& xmlStrEqual(ns->href, reparented->ns->href)
|
135
|
-
) {
|
136
|
-
xmlSetNs(reparented, ns);
|
137
|
-
}
|
138
|
-
}
|
139
|
-
|
140
|
-
/* Only walk all children if there actually is a namespace we need to */
|
141
|
-
/* reparent. */
|
142
|
-
if (NULL == reparented->ns) { return; }
|
143
|
-
|
144
|
-
/* When a node gets reparented, walk it's children to make sure that */
|
145
|
-
/* their namespaces are reparented as well. */
|
146
|
-
child = reparented->children;
|
147
|
-
while (NULL != child) {
|
148
|
-
relink_namespace(child);
|
149
|
-
child = child->next;
|
150
|
-
}
|
151
|
-
|
152
|
-
if (reparented->type == XML_ELEMENT_NODE) {
|
153
|
-
attr = reparented->properties;
|
154
|
-
while (NULL != attr) {
|
155
|
-
relink_namespace((xmlNodePtr)attr);
|
156
|
-
attr = attr->next;
|
157
|
-
}
|
158
|
-
}
|
159
|
-
}
|
160
|
-
|
161
|
-
|
162
|
-
/* internal function meant to wrap xmlReplaceNode
|
163
|
-
and fix some issues we have with libxml2 merging nodes */
|
164
|
-
static xmlNodePtr
|
165
|
-
xmlReplaceNodeWrapper(xmlNodePtr pivot, xmlNodePtr new_node)
|
166
|
-
{
|
167
|
-
xmlNodePtr retval ;
|
168
|
-
|
169
|
-
retval = xmlReplaceNode(pivot, new_node) ;
|
170
|
-
|
171
|
-
if (retval == pivot) {
|
172
|
-
retval = new_node ; /* return semantics for reparent_node_with */
|
173
|
-
}
|
174
|
-
|
175
|
-
/* work around libxml2 issue: https://bugzilla.gnome.org/show_bug.cgi?id=615612 */
|
176
|
-
if (retval && retval->type == XML_TEXT_NODE) {
|
177
|
-
if (retval->prev && retval->prev->type == XML_TEXT_NODE) {
|
178
|
-
retval = xmlTextMerge(retval->prev, retval);
|
179
|
-
}
|
180
|
-
if (retval->next && retval->next->type == XML_TEXT_NODE) {
|
181
|
-
retval = xmlTextMerge(retval, retval->next);
|
182
|
-
}
|
183
|
-
}
|
184
|
-
|
185
|
-
return retval ;
|
186
|
-
}
|
187
|
-
|
188
|
-
|
189
|
-
static void
|
190
|
-
raise_if_ancestor_of_self(xmlNodePtr self)
|
191
|
-
{
|
192
|
-
for (xmlNodePtr ancestor = self->parent ; ancestor ; ancestor = ancestor->parent) {
|
193
|
-
if (self == ancestor) {
|
194
|
-
rb_raise(rb_eRuntimeError, "cycle detected: node '%s' is an ancestor of itself", self->name);
|
195
|
-
}
|
196
|
-
}
|
197
|
-
}
|
198
|
-
|
199
|
-
|
200
|
-
static VALUE
|
201
|
-
reparent_node_with(VALUE pivot_obj, VALUE reparentee_obj, pivot_reparentee_func prf)
|
202
|
-
{
|
203
|
-
VALUE reparented_obj ;
|
204
|
-
xmlNodePtr reparentee, original_reparentee, pivot, reparented, next_text, new_next_text, parent ;
|
205
|
-
int original_ns_prefix_is_default = 0 ;
|
206
|
-
|
207
|
-
if (!rb_obj_is_kind_of(reparentee_obj, cNokogiriXmlNode)) {
|
208
|
-
rb_raise(rb_eArgError, "node must be a Nokogiri::XML::Node");
|
209
|
-
}
|
210
|
-
if (rb_obj_is_kind_of(reparentee_obj, cNokogiriXmlDocument)) {
|
211
|
-
rb_raise(rb_eArgError, "node must be a Nokogiri::XML::Node");
|
212
|
-
}
|
213
|
-
|
214
|
-
Noko_Node_Get_Struct(reparentee_obj, xmlNode, reparentee);
|
215
|
-
Noko_Node_Get_Struct(pivot_obj, xmlNode, pivot);
|
216
|
-
|
217
|
-
/*
|
218
|
-
* Check if nodes given are appropriate to have a parent-child
|
219
|
-
* relationship, based on the DOM specification.
|
220
|
-
*
|
221
|
-
* cf. http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-1590626202
|
222
|
-
*/
|
223
|
-
if (prf == xmlAddChild) {
|
224
|
-
parent = pivot;
|
225
|
-
} else {
|
226
|
-
parent = pivot->parent;
|
227
|
-
}
|
228
|
-
|
229
|
-
if (parent) {
|
230
|
-
switch (parent->type) {
|
231
|
-
case XML_DOCUMENT_NODE:
|
232
|
-
case XML_HTML_DOCUMENT_NODE:
|
233
|
-
switch (reparentee->type) {
|
234
|
-
case XML_ELEMENT_NODE:
|
235
|
-
case XML_PI_NODE:
|
236
|
-
case XML_COMMENT_NODE:
|
237
|
-
case XML_DOCUMENT_TYPE_NODE:
|
238
|
-
/*
|
239
|
-
* The DOM specification says no to adding text-like nodes
|
240
|
-
* directly to a document, but we allow it for compatibility.
|
241
|
-
*/
|
242
|
-
case XML_TEXT_NODE:
|
243
|
-
case XML_CDATA_SECTION_NODE:
|
244
|
-
case XML_ENTITY_REF_NODE:
|
245
|
-
goto ok;
|
246
|
-
default:
|
247
|
-
break;
|
248
|
-
}
|
249
|
-
break;
|
250
|
-
case XML_DOCUMENT_FRAG_NODE:
|
251
|
-
case XML_ENTITY_REF_NODE:
|
252
|
-
case XML_ELEMENT_NODE:
|
253
|
-
switch (reparentee->type) {
|
254
|
-
case XML_ELEMENT_NODE:
|
255
|
-
case XML_PI_NODE:
|
256
|
-
case XML_COMMENT_NODE:
|
257
|
-
case XML_TEXT_NODE:
|
258
|
-
case XML_CDATA_SECTION_NODE:
|
259
|
-
case XML_ENTITY_REF_NODE:
|
260
|
-
goto ok;
|
261
|
-
default:
|
262
|
-
break;
|
263
|
-
}
|
264
|
-
break;
|
265
|
-
case XML_ATTRIBUTE_NODE:
|
266
|
-
switch (reparentee->type) {
|
267
|
-
case XML_TEXT_NODE:
|
268
|
-
case XML_ENTITY_REF_NODE:
|
269
|
-
goto ok;
|
270
|
-
default:
|
271
|
-
break;
|
272
|
-
}
|
273
|
-
break;
|
274
|
-
case XML_TEXT_NODE:
|
275
|
-
/*
|
276
|
-
* xmlAddChild() breaks the DOM specification in that it allows
|
277
|
-
* adding a text node to another, in which case text nodes are
|
278
|
-
* coalesced, but since our JRuby version does not support such
|
279
|
-
* operation, we should inhibit it.
|
280
|
-
*/
|
281
|
-
break;
|
282
|
-
default:
|
283
|
-
break;
|
284
|
-
}
|
285
|
-
|
286
|
-
rb_raise(rb_eArgError, "cannot reparent %s there", rb_obj_classname(reparentee_obj));
|
287
|
-
}
|
288
|
-
|
289
|
-
ok:
|
290
|
-
original_reparentee = reparentee;
|
291
|
-
|
292
|
-
if (reparentee->doc != pivot->doc || reparentee->type == XML_TEXT_NODE) {
|
293
|
-
/*
|
294
|
-
* if the reparentee is a text node, there's a very good chance it will be
|
295
|
-
* merged with an adjacent text node after being reparented, and in that case
|
296
|
-
* libxml will free the underlying C struct.
|
297
|
-
*
|
298
|
-
* since we clearly have a ruby object which references the underlying
|
299
|
-
* memory, we can't let the C struct get freed. let's pickle the original
|
300
|
-
* reparentee by rooting it; and then we'll reparent a duplicate of the
|
301
|
-
* node that we don't care about preserving.
|
302
|
-
*
|
303
|
-
* alternatively, if the reparentee is from a different document than the
|
304
|
-
* pivot node, libxml2 is going to get confused about which document's
|
305
|
-
* "dictionary" the node's strings belong to (this is an otherwise
|
306
|
-
* uninteresting libxml2 implementation detail). as a result, we cannot
|
307
|
-
* reparent the actual reparentee, so we reparent a duplicate.
|
308
|
-
*/
|
309
|
-
if (reparentee->type == XML_TEXT_NODE && reparentee->_private) {
|
310
|
-
/*
|
311
|
-
* additionally, since we know this C struct isn't going to be related to
|
312
|
-
* a Ruby object anymore, let's break the relationship on this end as
|
313
|
-
* well.
|
314
|
-
*
|
315
|
-
* this is not absolutely necessary unless libxml-ruby is also in effect,
|
316
|
-
* in which case its global callback `rxml_node_deregisterNode` will try
|
317
|
-
* to do things to our data.
|
318
|
-
*
|
319
|
-
* for more details on this particular (and particularly nasty) edge
|
320
|
-
* case, see:
|
321
|
-
*
|
322
|
-
* https://github.com/sparklemotion/nokogiri/issues/1426
|
323
|
-
*/
|
324
|
-
reparentee->_private = NULL ;
|
325
|
-
}
|
326
|
-
|
327
|
-
if (reparentee->ns != NULL && reparentee->ns->prefix == NULL) {
|
328
|
-
original_ns_prefix_is_default = 1;
|
329
|
-
}
|
330
|
-
|
331
|
-
noko_xml_document_pin_node(reparentee);
|
332
|
-
|
333
|
-
if (!(reparentee = xmlDocCopyNode(reparentee, pivot->doc, 1))) {
|
334
|
-
rb_raise(rb_eRuntimeError, "Could not reparent node (xmlDocCopyNode)");
|
335
|
-
}
|
336
|
-
|
337
|
-
if (original_ns_prefix_is_default && reparentee->ns != NULL && reparentee->ns->prefix != NULL) {
|
338
|
-
/*
|
339
|
-
* issue #391, where new node's prefix may become the string "default"
|
340
|
-
* see libxml2 tree.c xmlNewReconciliedNs which implements this behavior.
|
341
|
-
*/
|
342
|
-
xmlFree(DISCARD_CONST_QUAL_XMLCHAR(reparentee->ns->prefix));
|
343
|
-
reparentee->ns->prefix = NULL;
|
344
|
-
}
|
345
|
-
}
|
346
|
-
|
347
|
-
xmlUnlinkNode(original_reparentee);
|
348
|
-
|
349
|
-
if (prf != xmlAddPrevSibling && prf != xmlAddNextSibling && prf != xmlAddChild
|
350
|
-
&& reparentee->type == XML_TEXT_NODE && pivot->next && pivot->next->type == XML_TEXT_NODE) {
|
351
|
-
/*
|
352
|
-
* libxml merges text nodes in a right-to-left fashion, meaning that if
|
353
|
-
* there are two text nodes who would be adjacent, the right (or following,
|
354
|
-
* or next) node will be merged into the left (or preceding, or previous)
|
355
|
-
* node.
|
356
|
-
*
|
357
|
-
* and by "merged" I mean the string contents will be concatenated onto the
|
358
|
-
* left node's contents, and then the node will be freed.
|
359
|
-
*
|
360
|
-
* which means that if we have a ruby object wrapped around the right node,
|
361
|
-
* its memory would be freed out from under it.
|
362
|
-
*
|
363
|
-
* so, we detect this edge case and unlink-and-root the text node before it gets
|
364
|
-
* merged. then we dup the node and insert that duplicate back into the
|
365
|
-
* document where the real node was.
|
366
|
-
*
|
367
|
-
* yes, this is totally lame.
|
368
|
-
*/
|
369
|
-
next_text = pivot->next ;
|
370
|
-
new_next_text = xmlDocCopyNode(next_text, pivot->doc, 1) ;
|
371
|
-
|
372
|
-
xmlUnlinkNode(next_text);
|
373
|
-
noko_xml_document_pin_node(next_text);
|
374
|
-
|
375
|
-
xmlAddNextSibling(pivot, new_next_text);
|
376
|
-
}
|
377
|
-
|
378
|
-
if (!(reparented = (*prf)(pivot, reparentee))) {
|
379
|
-
rb_raise(rb_eRuntimeError, "Could not reparent node");
|
380
|
-
}
|
381
|
-
|
382
|
-
/*
|
383
|
-
* make sure the ruby object is pointed at the just-reparented node, which
|
384
|
-
* might be a duplicate (see above) or might be the result of merging
|
385
|
-
* adjacent text nodes.
|
386
|
-
*/
|
387
|
-
DATA_PTR(reparentee_obj) = reparented ;
|
388
|
-
reparented_obj = noko_xml_node_wrap(Qnil, reparented);
|
389
|
-
|
390
|
-
rb_funcall(reparented_obj, id_decorate_bang, 0);
|
391
|
-
|
392
|
-
/* if we've created a cycle, raise an exception */
|
393
|
-
raise_if_ancestor_of_self(reparented);
|
394
|
-
|
395
|
-
relink_namespace(reparented);
|
396
|
-
|
397
|
-
return reparented_obj ;
|
398
|
-
}
|
399
|
-
|
400
|
-
// :startdoc:
|
401
|
-
|
402
|
-
/*
|
403
|
-
* :call-seq:
|
404
|
-
* add_namespace_definition(prefix, href) → Nokogiri::XML::Namespace
|
405
|
-
* add_namespace(prefix, href) → Nokogiri::XML::Namespace
|
406
|
-
*
|
407
|
-
* :category: Manipulating Document Structure
|
408
|
-
*
|
409
|
-
* Adds a namespace definition to this node with +prefix+ using +href+ value, as if this node had
|
410
|
-
* included an attribute "xmlns:prefix=href".
|
411
|
-
*
|
412
|
-
* A default namespace definition for this node can be added by passing +nil+ for +prefix+.
|
413
|
-
*
|
414
|
-
* [Parameters]
|
415
|
-
* - +prefix+ (String, +nil+) An {XML Name}[https://www.w3.org/TR/xml-names/#ns-decl]
|
416
|
-
* - +href+ (String) The {URI reference}[https://www.w3.org/TR/xml-names/#sec-namespaces]
|
417
|
-
*
|
418
|
-
* [Returns] The new Nokogiri::XML::Namespace
|
419
|
-
*
|
420
|
-
* *Example:* adding a non-default namespace definition
|
421
|
-
*
|
422
|
-
* doc = Nokogiri::XML("<store><inventory></inventory></store>")
|
423
|
-
* inventory = doc.at_css("inventory")
|
424
|
-
* inventory.add_namespace_definition("automobile", "http://alices-autos.com/")
|
425
|
-
* inventory.add_namespace_definition("bicycle", "http://bobs-bikes.com/")
|
426
|
-
* inventory.add_child("<automobile:tire>Michelin model XGV, size 75R</automobile:tire>")
|
427
|
-
* doc.to_xml
|
428
|
-
* # => "<?xml version=\"1.0\"?>\n" +
|
429
|
-
* # "<store>\n" +
|
430
|
-
* # " <inventory xmlns:automobile=\"http://alices-autos.com/\" xmlns:bicycle=\"http://bobs-bikes.com/\">\n" +
|
431
|
-
* # " <automobile:tire>Michelin model XGV, size 75R</automobile:tire>\n" +
|
432
|
-
* # " </inventory>\n" +
|
433
|
-
* # "</store>\n"
|
434
|
-
*
|
435
|
-
* *Example:* adding a default namespace definition
|
436
|
-
*
|
437
|
-
* doc = Nokogiri::XML("<store><inventory><tire>Michelin model XGV, size 75R</tire></inventory></store>")
|
438
|
-
* doc.at_css("tire").add_namespace_definition(nil, "http://bobs-bikes.com/")
|
439
|
-
* doc.to_xml
|
440
|
-
* # => "<?xml version=\"1.0\"?>\n" +
|
441
|
-
* # "<store>\n" +
|
442
|
-
* # " <inventory>\n" +
|
443
|
-
* # " <tire xmlns=\"http://bobs-bikes.com/\">Michelin model XGV, size 75R</tire>\n" +
|
444
|
-
* # " </inventory>\n" +
|
445
|
-
* # "</store>\n"
|
446
|
-
*
|
447
|
-
*/
|
448
|
-
static VALUE
|
449
|
-
rb_xml_node_add_namespace_definition(VALUE rb_node, VALUE rb_prefix, VALUE rb_href)
|
450
|
-
{
|
451
|
-
xmlNodePtr c_node, element;
|
452
|
-
xmlNsPtr c_namespace;
|
453
|
-
const xmlChar *c_prefix = (const xmlChar *)(NIL_P(rb_prefix) ? NULL : StringValueCStr(rb_prefix));
|
454
|
-
|
455
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
456
|
-
element = c_node ;
|
457
|
-
|
458
|
-
c_namespace = xmlSearchNs(c_node->doc, c_node, c_prefix);
|
459
|
-
|
460
|
-
if (!c_namespace) {
|
461
|
-
if (c_node->type != XML_ELEMENT_NODE) {
|
462
|
-
element = c_node->parent;
|
463
|
-
}
|
464
|
-
c_namespace = xmlNewNs(element, (const xmlChar *)StringValueCStr(rb_href), c_prefix);
|
465
|
-
}
|
466
|
-
|
467
|
-
if (!c_namespace) {
|
468
|
-
return Qnil ;
|
469
|
-
}
|
470
|
-
|
471
|
-
if (NIL_P(rb_prefix) || c_node != element) {
|
472
|
-
xmlSetNs(c_node, c_namespace);
|
473
|
-
}
|
474
|
-
|
475
|
-
return noko_xml_namespace_wrap(c_namespace, c_node->doc);
|
476
|
-
}
|
477
|
-
|
478
|
-
|
479
|
-
/*
|
480
|
-
* :call-seq: attribute(name) → Nokogiri::XML::Attr
|
481
|
-
*
|
482
|
-
* :category: Working With Node Attributes
|
483
|
-
*
|
484
|
-
* [Returns] Attribute (Nokogiri::XML::Attr) belonging to this node with name +name+.
|
485
|
-
*
|
486
|
-
* ⚠ Note that attribute namespaces are ignored and only the simple (non-namespace-prefixed) name is
|
487
|
-
* used to find a matching attribute. In case of a simple name collision, only one of the matching
|
488
|
-
* attributes will be returned. In this case, you will need to use #attribute_with_ns.
|
489
|
-
*
|
490
|
-
* *Example:*
|
491
|
-
*
|
492
|
-
* doc = Nokogiri::XML("<root><child size='large' class='big wide tall'/></root>")
|
493
|
-
* child = doc.at_css("child")
|
494
|
-
* child.attribute("size") # => #<Nokogiri::XML::Attr:0x550 name="size" value="large">
|
495
|
-
* child.attribute("class") # => #<Nokogiri::XML::Attr:0x564 name="class" value="big wide tall">
|
496
|
-
*
|
497
|
-
* *Example* showing that namespaced attributes will not be returned:
|
498
|
-
*
|
499
|
-
* ⚠ Note that only one of the two matching attributes is returned.
|
500
|
-
*
|
501
|
-
* doc = Nokogiri::XML(<<~EOF)
|
502
|
-
* <root xmlns:width='http://example.com/widths'
|
503
|
-
* xmlns:height='http://example.com/heights'>
|
504
|
-
* <child width:size='broad' height:size='tall'/>
|
505
|
-
* </root>
|
506
|
-
* EOF
|
507
|
-
* doc.at_css("child").attribute("size")
|
508
|
-
* # => #(Attr:0x550 {
|
509
|
-
* # name = "size",
|
510
|
-
* # namespace = #(Namespace:0x564 {
|
511
|
-
* # prefix = "width",
|
512
|
-
* # href = "http://example.com/widths"
|
513
|
-
* # }),
|
514
|
-
* # value = "broad"
|
515
|
-
* # })
|
516
|
-
*/
|
517
|
-
static VALUE
|
518
|
-
rb_xml_node_attribute(VALUE self, VALUE name)
|
519
|
-
{
|
520
|
-
xmlNodePtr node;
|
521
|
-
xmlAttrPtr prop;
|
522
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
523
|
-
prop = xmlHasProp(node, (xmlChar *)StringValueCStr(name));
|
524
|
-
|
525
|
-
if (! prop) { return Qnil; }
|
526
|
-
return noko_xml_node_wrap(Qnil, (xmlNodePtr)prop);
|
527
|
-
}
|
528
|
-
|
529
|
-
|
530
|
-
/*
|
531
|
-
* :call-seq: attribute_nodes() → Array<Nokogiri::XML::Attr>
|
532
|
-
*
|
533
|
-
* :category: Working With Node Attributes
|
534
|
-
*
|
535
|
-
* [Returns] Attributes (an Array of Nokogiri::XML::Attr) belonging to this node.
|
536
|
-
*
|
537
|
-
* Note that this is the preferred alternative to #attributes when the simple
|
538
|
-
* (non-namespace-prefixed) attribute names may collide.
|
539
|
-
*
|
540
|
-
* *Example:*
|
541
|
-
*
|
542
|
-
* Contrast this with the colliding-name example from #attributes.
|
543
|
-
*
|
544
|
-
* doc = Nokogiri::XML(<<~EOF)
|
545
|
-
* <root xmlns:width='http://example.com/widths'
|
546
|
-
* xmlns:height='http://example.com/heights'>
|
547
|
-
* <child width:size='broad' height:size='tall'/>
|
548
|
-
* </root>
|
549
|
-
* EOF
|
550
|
-
* doc.at_css("child").attribute_nodes
|
551
|
-
* # => [#(Attr:0x550 {
|
552
|
-
* # name = "size",
|
553
|
-
* # namespace = #(Namespace:0x564 {
|
554
|
-
* # prefix = "width",
|
555
|
-
* # href = "http://example.com/widths"
|
556
|
-
* # }),
|
557
|
-
* # value = "broad"
|
558
|
-
* # }),
|
559
|
-
* # #(Attr:0x578 {
|
560
|
-
* # name = "size",
|
561
|
-
* # namespace = #(Namespace:0x58c {
|
562
|
-
* # prefix = "height",
|
563
|
-
* # href = "http://example.com/heights"
|
564
|
-
* # }),
|
565
|
-
* # value = "tall"
|
566
|
-
* # })]
|
567
|
-
*/
|
568
|
-
static VALUE
|
569
|
-
rb_xml_node_attribute_nodes(VALUE rb_node)
|
570
|
-
{
|
571
|
-
xmlNodePtr c_node;
|
572
|
-
|
573
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
574
|
-
|
575
|
-
return noko_xml_node_attrs(c_node);
|
576
|
-
}
|
577
|
-
|
578
|
-
|
579
|
-
/*
|
580
|
-
* :call-seq: attribute_with_ns(name, namespace) → Nokogiri::XML::Attr
|
581
|
-
*
|
582
|
-
* :category: Working With Node Attributes
|
583
|
-
*
|
584
|
-
* [Returns]
|
585
|
-
* Attribute (Nokogiri::XML::Attr) belonging to this node with matching +name+ and +namespace+.
|
586
|
-
*
|
587
|
-
* [Parameters]
|
588
|
-
* - +name+ (String): the simple (non-namespace-prefixed) name of the attribute
|
589
|
-
* - +namespace+ (String): the URI of the attribute's namespace
|
590
|
-
*
|
591
|
-
* See related: #attribute
|
592
|
-
*
|
593
|
-
* *Example:*
|
594
|
-
*
|
595
|
-
* doc = Nokogiri::XML(<<~EOF)
|
596
|
-
* <root xmlns:width='http://example.com/widths'
|
597
|
-
* xmlns:height='http://example.com/heights'>
|
598
|
-
* <child width:size='broad' height:size='tall'/>
|
599
|
-
* </root>
|
600
|
-
* EOF
|
601
|
-
* doc.at_css("child").attribute_with_ns("size", "http://example.com/widths")
|
602
|
-
* # => #(Attr:0x550 {
|
603
|
-
* # name = "size",
|
604
|
-
* # namespace = #(Namespace:0x564 {
|
605
|
-
* # prefix = "width",
|
606
|
-
* # href = "http://example.com/widths"
|
607
|
-
* # }),
|
608
|
-
* # value = "broad"
|
609
|
-
* # })
|
610
|
-
* doc.at_css("child").attribute_with_ns("size", "http://example.com/heights")
|
611
|
-
* # => #(Attr:0x578 {
|
612
|
-
* # name = "size",
|
613
|
-
* # namespace = #(Namespace:0x58c {
|
614
|
-
* # prefix = "height",
|
615
|
-
* # href = "http://example.com/heights"
|
616
|
-
* # }),
|
617
|
-
* # value = "tall"
|
618
|
-
* # })
|
619
|
-
*/
|
620
|
-
static VALUE
|
621
|
-
rb_xml_node_attribute_with_ns(VALUE self, VALUE name, VALUE namespace)
|
622
|
-
{
|
623
|
-
xmlNodePtr node;
|
624
|
-
xmlAttrPtr prop;
|
625
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
626
|
-
prop = xmlHasNsProp(node, (xmlChar *)StringValueCStr(name),
|
627
|
-
NIL_P(namespace) ? NULL : (xmlChar *)StringValueCStr(namespace));
|
628
|
-
|
629
|
-
if (! prop) { return Qnil; }
|
630
|
-
return noko_xml_node_wrap(Qnil, (xmlNodePtr)prop);
|
631
|
-
}
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
/*
|
636
|
-
* call-seq: blank? → Boolean
|
637
|
-
*
|
638
|
-
* [Returns] +true+ if the node is an empty or whitespace-only text or cdata node, else +false+.
|
639
|
-
*
|
640
|
-
* *Example:*
|
641
|
-
*
|
642
|
-
* Nokogiri("<root><child/></root>").root.child.blank? # => false
|
643
|
-
* Nokogiri("<root>\t \n</root>").root.child.blank? # => true
|
644
|
-
* Nokogiri("<root><![CDATA[\t \n]]></root>").root.child.blank? # => true
|
645
|
-
* Nokogiri("<root>not-blank</root>").root.child
|
646
|
-
* .tap { |n| n.content = "" }.blank # => true
|
647
|
-
*/
|
648
|
-
static VALUE
|
649
|
-
rb_xml_node_blank_eh(VALUE self)
|
650
|
-
{
|
651
|
-
xmlNodePtr node;
|
652
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
653
|
-
return (1 == xmlIsBlankNode(node)) ? Qtrue : Qfalse ;
|
654
|
-
}
|
655
|
-
|
656
|
-
|
657
|
-
/*
|
658
|
-
* :call-seq: child() → Nokogiri::XML::Node
|
659
|
-
*
|
660
|
-
* :category: Traversing Document Structure
|
661
|
-
*
|
662
|
-
* [Returns] First of this node's children, or +nil+ if there are no children
|
663
|
-
*
|
664
|
-
* This is a convenience method and is equivalent to:
|
665
|
-
*
|
666
|
-
* node.children.first
|
667
|
-
*
|
668
|
-
* See related: #children
|
669
|
-
*/
|
670
|
-
static VALUE
|
671
|
-
rb_xml_node_child(VALUE self)
|
672
|
-
{
|
673
|
-
xmlNodePtr node, child;
|
674
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
675
|
-
|
676
|
-
child = node->children;
|
677
|
-
if (!child) { return Qnil; }
|
678
|
-
|
679
|
-
return noko_xml_node_wrap(Qnil, child);
|
680
|
-
}
|
681
|
-
|
682
|
-
|
683
|
-
/*
|
684
|
-
* :call-seq: children() → Nokogiri::XML::NodeSet
|
685
|
-
*
|
686
|
-
* :category: Traversing Document Structure
|
687
|
-
*
|
688
|
-
* [Returns] Nokogiri::XML::NodeSet containing this node's children.
|
689
|
-
*/
|
690
|
-
static VALUE
|
691
|
-
rb_xml_node_children(VALUE self)
|
692
|
-
{
|
693
|
-
xmlNodePtr node;
|
694
|
-
xmlNodePtr child;
|
695
|
-
xmlNodeSetPtr set;
|
696
|
-
VALUE document;
|
697
|
-
VALUE node_set;
|
698
|
-
|
699
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
700
|
-
|
701
|
-
child = node->children;
|
702
|
-
set = xmlXPathNodeSetCreate(child);
|
703
|
-
|
704
|
-
document = DOC_RUBY_OBJECT(node->doc);
|
705
|
-
|
706
|
-
if (!child) { return noko_xml_node_set_wrap(set, document); }
|
707
|
-
|
708
|
-
child = child->next;
|
709
|
-
while (NULL != child) {
|
710
|
-
xmlXPathNodeSetAddUnique(set, child);
|
711
|
-
child = child->next;
|
712
|
-
}
|
713
|
-
|
714
|
-
node_set = noko_xml_node_set_wrap(set, document);
|
715
|
-
|
716
|
-
return node_set;
|
717
|
-
}
|
718
|
-
|
719
|
-
|
720
|
-
/*
|
721
|
-
* :call-seq:
|
722
|
-
* content() → String
|
723
|
-
* inner_text() → String
|
724
|
-
* text() → String
|
725
|
-
* to_str() → String
|
726
|
-
*
|
727
|
-
* [Returns]
|
728
|
-
* Contents of all the text nodes in this node's subtree, concatenated together into a single
|
729
|
-
* String.
|
730
|
-
*
|
731
|
-
* ⚠ Note that entities will _always_ be expanded in the returned String.
|
732
|
-
*
|
733
|
-
* See related: #inner_html
|
734
|
-
*
|
735
|
-
* *Example* of how entities are handled:
|
736
|
-
*
|
737
|
-
* Note that <tt><</tt> becomes <tt><</tt> in the returned String.
|
738
|
-
*
|
739
|
-
* doc = Nokogiri::XML.fragment("<child>a < b</child>")
|
740
|
-
* doc.at_css("child").content
|
741
|
-
* # => "a < b"
|
742
|
-
*
|
743
|
-
* *Example* of how a subtree is handled:
|
744
|
-
*
|
745
|
-
* Note that the <tt><span></tt> tags are omitted and only the text node contents are returned,
|
746
|
-
* concatenated into a single string.
|
747
|
-
*
|
748
|
-
* doc = Nokogiri::XML.fragment("<child><span>first</span> <span>second</span></child>")
|
749
|
-
* doc.at_css("child").content
|
750
|
-
* # => "first second"
|
751
|
-
*/
|
752
|
-
static VALUE
|
753
|
-
rb_xml_node_content(VALUE self)
|
754
|
-
{
|
755
|
-
xmlNodePtr node;
|
756
|
-
xmlChar *content;
|
757
|
-
|
758
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
759
|
-
|
760
|
-
content = xmlNodeGetContent(node);
|
761
|
-
if (content) {
|
762
|
-
VALUE rval = NOKOGIRI_STR_NEW2(content);
|
763
|
-
xmlFree(content);
|
764
|
-
return rval;
|
765
|
-
}
|
766
|
-
return Qnil;
|
767
|
-
}
|
768
|
-
|
769
|
-
|
770
|
-
/*
|
771
|
-
* :call-seq: document() → Nokogiri::XML::Document
|
772
|
-
*
|
773
|
-
* :category: Traversing Document Structure
|
774
|
-
*
|
775
|
-
* [Returns] Parent Nokogiri::XML::Document for this node
|
776
|
-
*/
|
777
|
-
static VALUE
|
778
|
-
rb_xml_node_document(VALUE self)
|
779
|
-
{
|
780
|
-
xmlNodePtr node;
|
781
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
782
|
-
return DOC_RUBY_OBJECT(node->doc);
|
783
|
-
}
|
784
|
-
|
785
|
-
/*
|
786
|
-
* :call-seq: pointer_id() → Integer
|
787
|
-
*
|
788
|
-
* [Returns]
|
789
|
-
* A unique id for this node based on the internal memory structures. This method is used by #==
|
790
|
-
* to determine node identity.
|
791
|
-
*/
|
792
|
-
static VALUE
|
793
|
-
rb_xml_node_pointer_id(VALUE self)
|
794
|
-
{
|
795
|
-
xmlNodePtr node;
|
796
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
797
|
-
|
798
|
-
return rb_uint2inum((uintptr_t)(node));
|
799
|
-
}
|
800
|
-
|
801
|
-
/*
|
802
|
-
* :call-seq: encode_special_chars(string) → String
|
803
|
-
*
|
804
|
-
* Encode any special characters in +string+
|
805
|
-
*/
|
806
|
-
static VALUE
|
807
|
-
encode_special_chars(VALUE self, VALUE string)
|
808
|
-
{
|
809
|
-
xmlNodePtr node;
|
810
|
-
xmlChar *encoded;
|
811
|
-
VALUE encoded_str;
|
812
|
-
|
813
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
814
|
-
encoded = xmlEncodeSpecialChars(
|
815
|
-
node->doc,
|
816
|
-
(const xmlChar *)StringValueCStr(string)
|
817
|
-
);
|
818
|
-
|
819
|
-
encoded_str = NOKOGIRI_STR_NEW2(encoded);
|
820
|
-
xmlFree(encoded);
|
821
|
-
|
822
|
-
return encoded_str;
|
823
|
-
}
|
824
|
-
|
825
|
-
/*
|
826
|
-
* :call-seq:
|
827
|
-
* create_internal_subset(name, external_id, system_id)
|
828
|
-
*
|
829
|
-
* Create the internal subset of a document.
|
830
|
-
*
|
831
|
-
* doc.create_internal_subset("chapter", "-//OASIS//DTD DocBook XML//EN", "chapter.dtd")
|
832
|
-
* # => <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML//EN" "chapter.dtd">
|
833
|
-
*
|
834
|
-
* doc.create_internal_subset("chapter", nil, "chapter.dtd")
|
835
|
-
* # => <!DOCTYPE chapter SYSTEM "chapter.dtd">
|
836
|
-
*/
|
837
|
-
static VALUE
|
838
|
-
create_internal_subset(VALUE self, VALUE name, VALUE external_id, VALUE system_id)
|
839
|
-
{
|
840
|
-
xmlNodePtr node;
|
841
|
-
xmlDocPtr doc;
|
842
|
-
xmlDtdPtr dtd;
|
843
|
-
|
844
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
845
|
-
|
846
|
-
doc = node->doc;
|
847
|
-
|
848
|
-
if (xmlGetIntSubset(doc)) {
|
849
|
-
rb_raise(rb_eRuntimeError, "Document already has an internal subset");
|
850
|
-
}
|
851
|
-
|
852
|
-
dtd = xmlCreateIntSubset(
|
853
|
-
doc,
|
854
|
-
NIL_P(name) ? NULL : (const xmlChar *)StringValueCStr(name),
|
855
|
-
NIL_P(external_id) ? NULL : (const xmlChar *)StringValueCStr(external_id),
|
856
|
-
NIL_P(system_id) ? NULL : (const xmlChar *)StringValueCStr(system_id)
|
857
|
-
);
|
858
|
-
|
859
|
-
if (!dtd) { return Qnil; }
|
860
|
-
|
861
|
-
return noko_xml_node_wrap(Qnil, (xmlNodePtr)dtd);
|
862
|
-
}
|
863
|
-
|
864
|
-
/*
|
865
|
-
* :call-seq:
|
866
|
-
* create_external_subset(name, external_id, system_id)
|
867
|
-
*
|
868
|
-
* Create an external subset
|
869
|
-
*/
|
870
|
-
static VALUE
|
871
|
-
create_external_subset(VALUE self, VALUE name, VALUE external_id, VALUE system_id)
|
872
|
-
{
|
873
|
-
xmlNodePtr node;
|
874
|
-
xmlDocPtr doc;
|
875
|
-
xmlDtdPtr dtd;
|
876
|
-
|
877
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
878
|
-
|
879
|
-
doc = node->doc;
|
880
|
-
|
881
|
-
if (doc->extSubset) {
|
882
|
-
rb_raise(rb_eRuntimeError, "Document already has an external subset");
|
883
|
-
}
|
884
|
-
|
885
|
-
dtd = xmlNewDtd(
|
886
|
-
doc,
|
887
|
-
NIL_P(name) ? NULL : (const xmlChar *)StringValueCStr(name),
|
888
|
-
NIL_P(external_id) ? NULL : (const xmlChar *)StringValueCStr(external_id),
|
889
|
-
NIL_P(system_id) ? NULL : (const xmlChar *)StringValueCStr(system_id)
|
890
|
-
);
|
891
|
-
|
892
|
-
if (!dtd) { return Qnil; }
|
893
|
-
|
894
|
-
return noko_xml_node_wrap(Qnil, (xmlNodePtr)dtd);
|
895
|
-
}
|
896
|
-
|
897
|
-
/*
|
898
|
-
* :call-seq:
|
899
|
-
* external_subset()
|
900
|
-
*
|
901
|
-
* Get the external subset
|
902
|
-
*/
|
903
|
-
static VALUE
|
904
|
-
external_subset(VALUE self)
|
905
|
-
{
|
906
|
-
xmlNodePtr node;
|
907
|
-
xmlDocPtr doc;
|
908
|
-
xmlDtdPtr dtd;
|
909
|
-
|
910
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
911
|
-
|
912
|
-
if (!node->doc) { return Qnil; }
|
913
|
-
|
914
|
-
doc = node->doc;
|
915
|
-
dtd = doc->extSubset;
|
916
|
-
|
917
|
-
if (!dtd) { return Qnil; }
|
918
|
-
|
919
|
-
return noko_xml_node_wrap(Qnil, (xmlNodePtr)dtd);
|
920
|
-
}
|
921
|
-
|
922
|
-
/*
|
923
|
-
* :call-seq:
|
924
|
-
* internal_subset()
|
925
|
-
*
|
926
|
-
* Get the internal subset
|
927
|
-
*/
|
928
|
-
static VALUE
|
929
|
-
internal_subset(VALUE self)
|
930
|
-
{
|
931
|
-
xmlNodePtr node;
|
932
|
-
xmlDocPtr doc;
|
933
|
-
xmlDtdPtr dtd;
|
934
|
-
|
935
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
936
|
-
|
937
|
-
if (!node->doc) { return Qnil; }
|
938
|
-
|
939
|
-
doc = node->doc;
|
940
|
-
dtd = xmlGetIntSubset(doc);
|
941
|
-
|
942
|
-
if (!dtd) { return Qnil; }
|
943
|
-
|
944
|
-
return noko_xml_node_wrap(Qnil, (xmlNodePtr)dtd);
|
945
|
-
}
|
946
|
-
|
947
|
-
/*
|
948
|
-
* :call-seq:
|
949
|
-
* dup → Nokogiri::XML::Node
|
950
|
-
* dup(depth) → Nokogiri::XML::Node
|
951
|
-
* dup(depth, new_parent_doc) → Nokogiri::XML::Node
|
952
|
-
*
|
953
|
-
* Copy this node.
|
954
|
-
*
|
955
|
-
* [Parameters]
|
956
|
-
* - +depth+ 0 is a shallow copy, 1 (the default) is a deep copy.
|
957
|
-
* - +new_parent_doc+
|
958
|
-
* The new node's parent Document. Defaults to the this node's document.
|
959
|
-
*
|
960
|
-
* [Returns] The new Nokogiri::XML::Node
|
961
|
-
*/
|
962
|
-
static VALUE
|
963
|
-
duplicate_node(int argc, VALUE *argv, VALUE self)
|
964
|
-
{
|
965
|
-
VALUE r_level, r_new_parent_doc;
|
966
|
-
int level;
|
967
|
-
int n_args;
|
968
|
-
xmlDocPtr new_parent_doc;
|
969
|
-
xmlNodePtr node, dup;
|
970
|
-
|
971
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
972
|
-
|
973
|
-
n_args = rb_scan_args(argc, argv, "02", &r_level, &r_new_parent_doc);
|
974
|
-
|
975
|
-
if (n_args < 1) {
|
976
|
-
r_level = INT2NUM((long)1);
|
977
|
-
}
|
978
|
-
level = (int)NUM2INT(r_level);
|
979
|
-
|
980
|
-
if (n_args < 2) {
|
981
|
-
new_parent_doc = node->doc;
|
982
|
-
} else {
|
983
|
-
new_parent_doc = noko_xml_document_unwrap(r_new_parent_doc);
|
984
|
-
}
|
985
|
-
|
986
|
-
dup = xmlDocCopyNode(node, new_parent_doc, level);
|
987
|
-
if (dup == NULL) { return Qnil; }
|
988
|
-
|
989
|
-
noko_xml_document_pin_node(dup);
|
990
|
-
|
991
|
-
return noko_xml_node_wrap(rb_obj_class(self), dup);
|
992
|
-
}
|
993
|
-
|
994
|
-
/*
|
995
|
-
* :call-seq:
|
996
|
-
* unlink() → self
|
997
|
-
*
|
998
|
-
* Unlink this node from its current context.
|
999
|
-
*/
|
1000
|
-
static VALUE
|
1001
|
-
unlink_node(VALUE self)
|
1002
|
-
{
|
1003
|
-
xmlNodePtr node;
|
1004
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1005
|
-
xmlUnlinkNode(node);
|
1006
|
-
noko_xml_document_pin_node(node);
|
1007
|
-
return self;
|
1008
|
-
}
|
1009
|
-
|
1010
|
-
|
1011
|
-
/*
|
1012
|
-
* call-seq:
|
1013
|
-
* next_sibling
|
1014
|
-
*
|
1015
|
-
* Returns the next sibling node
|
1016
|
-
*/
|
1017
|
-
static VALUE
|
1018
|
-
next_sibling(VALUE self)
|
1019
|
-
{
|
1020
|
-
xmlNodePtr node, sibling;
|
1021
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1022
|
-
|
1023
|
-
sibling = node->next;
|
1024
|
-
if (!sibling) { return Qnil; }
|
1025
|
-
|
1026
|
-
return noko_xml_node_wrap(Qnil, sibling) ;
|
1027
|
-
}
|
1028
|
-
|
1029
|
-
/*
|
1030
|
-
* call-seq:
|
1031
|
-
* previous_sibling
|
1032
|
-
*
|
1033
|
-
* Returns the previous sibling node
|
1034
|
-
*/
|
1035
|
-
static VALUE
|
1036
|
-
previous_sibling(VALUE self)
|
1037
|
-
{
|
1038
|
-
xmlNodePtr node, sibling;
|
1039
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1040
|
-
|
1041
|
-
sibling = node->prev;
|
1042
|
-
if (!sibling) { return Qnil; }
|
1043
|
-
|
1044
|
-
return noko_xml_node_wrap(Qnil, sibling);
|
1045
|
-
}
|
1046
|
-
|
1047
|
-
/*
|
1048
|
-
* call-seq:
|
1049
|
-
* next_element
|
1050
|
-
*
|
1051
|
-
* Returns the next Nokogiri::XML::Element type sibling node.
|
1052
|
-
*/
|
1053
|
-
static VALUE
|
1054
|
-
next_element(VALUE self)
|
1055
|
-
{
|
1056
|
-
xmlNodePtr node, sibling;
|
1057
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1058
|
-
|
1059
|
-
sibling = xmlNextElementSibling(node);
|
1060
|
-
if (!sibling) { return Qnil; }
|
1061
|
-
|
1062
|
-
return noko_xml_node_wrap(Qnil, sibling);
|
1063
|
-
}
|
1064
|
-
|
1065
|
-
/*
|
1066
|
-
* call-seq:
|
1067
|
-
* previous_element
|
1068
|
-
*
|
1069
|
-
* Returns the previous Nokogiri::XML::Element type sibling node.
|
1070
|
-
*/
|
1071
|
-
static VALUE
|
1072
|
-
previous_element(VALUE self)
|
1073
|
-
{
|
1074
|
-
xmlNodePtr node, sibling;
|
1075
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1076
|
-
|
1077
|
-
/*
|
1078
|
-
* note that we don't use xmlPreviousElementSibling here because it's buggy pre-2.7.7.
|
1079
|
-
*/
|
1080
|
-
sibling = node->prev;
|
1081
|
-
if (!sibling) { return Qnil; }
|
1082
|
-
|
1083
|
-
while (sibling && sibling->type != XML_ELEMENT_NODE) {
|
1084
|
-
sibling = sibling->prev;
|
1085
|
-
}
|
1086
|
-
|
1087
|
-
return sibling ? noko_xml_node_wrap(Qnil, sibling) : Qnil ;
|
1088
|
-
}
|
1089
|
-
|
1090
|
-
/* :nodoc: */
|
1091
|
-
static VALUE
|
1092
|
-
replace(VALUE self, VALUE new_node)
|
1093
|
-
{
|
1094
|
-
VALUE reparent = reparent_node_with(self, new_node, xmlReplaceNodeWrapper);
|
1095
|
-
|
1096
|
-
xmlNodePtr pivot;
|
1097
|
-
Noko_Node_Get_Struct(self, xmlNode, pivot);
|
1098
|
-
noko_xml_document_pin_node(pivot);
|
1099
|
-
|
1100
|
-
return reparent;
|
1101
|
-
}
|
1102
|
-
|
1103
|
-
/*
|
1104
|
-
* :call-seq:
|
1105
|
-
* element_children() → NodeSet
|
1106
|
-
* elements() → NodeSet
|
1107
|
-
*
|
1108
|
-
* [Returns]
|
1109
|
-
* The node's child elements as a NodeSet. Only children that are elements will be returned, which
|
1110
|
-
* notably excludes Text nodes.
|
1111
|
-
*
|
1112
|
-
* *Example:*
|
1113
|
-
*
|
1114
|
-
* Note that #children returns the Text node "hello" while #element_children does not.
|
1115
|
-
*
|
1116
|
-
* div = Nokogiri::HTML5("<div>hello<span>world</span>").at_css("div")
|
1117
|
-
* div.element_children
|
1118
|
-
* # => [#<Nokogiri::XML::Element:0x50 name="span" children=[#<Nokogiri::XML::Text:0x3c "world">]>]
|
1119
|
-
* div.children
|
1120
|
-
* # => [#<Nokogiri::XML::Text:0x64 "hello">,
|
1121
|
-
* # #<Nokogiri::XML::Element:0x50 name="span" children=[#<Nokogiri::XML::Text:0x3c "world">]>]
|
1122
|
-
*/
|
1123
|
-
static VALUE
|
1124
|
-
rb_xml_node_element_children(VALUE self)
|
1125
|
-
{
|
1126
|
-
xmlNodePtr node;
|
1127
|
-
xmlNodePtr child;
|
1128
|
-
xmlNodeSetPtr set;
|
1129
|
-
VALUE document;
|
1130
|
-
VALUE node_set;
|
1131
|
-
|
1132
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1133
|
-
|
1134
|
-
child = xmlFirstElementChild(node);
|
1135
|
-
set = xmlXPathNodeSetCreate(child);
|
1136
|
-
|
1137
|
-
document = DOC_RUBY_OBJECT(node->doc);
|
1138
|
-
|
1139
|
-
if (!child) { return noko_xml_node_set_wrap(set, document); }
|
1140
|
-
|
1141
|
-
child = xmlNextElementSibling(child);
|
1142
|
-
while (NULL != child) {
|
1143
|
-
xmlXPathNodeSetAddUnique(set, child);
|
1144
|
-
child = xmlNextElementSibling(child);
|
1145
|
-
}
|
1146
|
-
|
1147
|
-
node_set = noko_xml_node_set_wrap(set, document);
|
1148
|
-
|
1149
|
-
return node_set;
|
1150
|
-
}
|
1151
|
-
|
1152
|
-
/*
|
1153
|
-
* :call-seq:
|
1154
|
-
* first_element_child() → Node
|
1155
|
-
*
|
1156
|
-
* [Returns] The first child Node that is an element.
|
1157
|
-
*
|
1158
|
-
* *Example:*
|
1159
|
-
*
|
1160
|
-
* Note that the "hello" child, which is a Text node, is skipped and the <tt><span></tt> element is
|
1161
|
-
* returned.
|
1162
|
-
*
|
1163
|
-
* div = Nokogiri::HTML5("<div>hello<span>world</span>").at_css("div")
|
1164
|
-
* div.first_element_child
|
1165
|
-
* # => #(Element:0x3c { name = "span", children = [ #(Text "world")] })
|
1166
|
-
*/
|
1167
|
-
static VALUE
|
1168
|
-
rb_xml_node_first_element_child(VALUE self)
|
1169
|
-
{
|
1170
|
-
xmlNodePtr node, child;
|
1171
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1172
|
-
|
1173
|
-
child = xmlFirstElementChild(node);
|
1174
|
-
if (!child) { return Qnil; }
|
1175
|
-
|
1176
|
-
return noko_xml_node_wrap(Qnil, child);
|
1177
|
-
}
|
1178
|
-
|
1179
|
-
/*
|
1180
|
-
* :call-seq:
|
1181
|
-
* last_element_child() → Node
|
1182
|
-
*
|
1183
|
-
* [Returns] The last child Node that is an element.
|
1184
|
-
*
|
1185
|
-
* *Example:*
|
1186
|
-
*
|
1187
|
-
* Note that the "hello" child, which is a Text node, is skipped and the <tt><span>yes</span></tt>
|
1188
|
-
* element is returned.
|
1189
|
-
*
|
1190
|
-
* div = Nokogiri::HTML5("<div><span>no</span><span>yes</span>skip</div>").at_css("div")
|
1191
|
-
* div.last_element_child
|
1192
|
-
* # => #(Element:0x3c { name = "span", children = [ #(Text "yes")] })
|
1193
|
-
*/
|
1194
|
-
static VALUE
|
1195
|
-
rb_xml_node_last_element_child(VALUE self)
|
1196
|
-
{
|
1197
|
-
xmlNodePtr node, child;
|
1198
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1199
|
-
|
1200
|
-
child = xmlLastElementChild(node);
|
1201
|
-
if (!child) { return Qnil; }
|
1202
|
-
|
1203
|
-
return noko_xml_node_wrap(Qnil, child);
|
1204
|
-
}
|
1205
|
-
|
1206
|
-
/*
|
1207
|
-
* call-seq:
|
1208
|
-
* key?(attribute)
|
1209
|
-
*
|
1210
|
-
* Returns true if +attribute+ is set
|
1211
|
-
*/
|
1212
|
-
static VALUE
|
1213
|
-
key_eh(VALUE self, VALUE attribute)
|
1214
|
-
{
|
1215
|
-
xmlNodePtr node;
|
1216
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1217
|
-
if (xmlHasProp(node, (xmlChar *)StringValueCStr(attribute))) {
|
1218
|
-
return Qtrue;
|
1219
|
-
}
|
1220
|
-
return Qfalse;
|
1221
|
-
}
|
1222
|
-
|
1223
|
-
/*
|
1224
|
-
* call-seq:
|
1225
|
-
* namespaced_key?(attribute, namespace)
|
1226
|
-
*
|
1227
|
-
* Returns true if +attribute+ is set with +namespace+
|
1228
|
-
*/
|
1229
|
-
static VALUE
|
1230
|
-
namespaced_key_eh(VALUE self, VALUE attribute, VALUE namespace)
|
1231
|
-
{
|
1232
|
-
xmlNodePtr node;
|
1233
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1234
|
-
if (xmlHasNsProp(node, (xmlChar *)StringValueCStr(attribute),
|
1235
|
-
NIL_P(namespace) ? NULL : (xmlChar *)StringValueCStr(namespace))) {
|
1236
|
-
return Qtrue;
|
1237
|
-
}
|
1238
|
-
return Qfalse;
|
1239
|
-
}
|
1240
|
-
|
1241
|
-
/*
|
1242
|
-
* call-seq:
|
1243
|
-
* []=(property, value)
|
1244
|
-
*
|
1245
|
-
* Set the +property+ to +value+
|
1246
|
-
*/
|
1247
|
-
static VALUE
|
1248
|
-
set(VALUE self, VALUE property, VALUE value)
|
1249
|
-
{
|
1250
|
-
xmlNodePtr node, cur;
|
1251
|
-
xmlAttrPtr prop;
|
1252
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1253
|
-
|
1254
|
-
/* If a matching attribute node already exists, then xmlSetProp will destroy
|
1255
|
-
* the existing node's children. However, if Nokogiri has a node object
|
1256
|
-
* pointing to one of those children, we are left with a broken reference.
|
1257
|
-
*
|
1258
|
-
* We can avoid this by unlinking these nodes first.
|
1259
|
-
*/
|
1260
|
-
if (node->type != XML_ELEMENT_NODE) {
|
1261
|
-
return (Qnil);
|
1262
|
-
}
|
1263
|
-
prop = xmlHasProp(node, (xmlChar *)StringValueCStr(property));
|
1264
|
-
if (prop && prop->children) {
|
1265
|
-
for (cur = prop->children; cur; cur = cur->next) {
|
1266
|
-
if (cur->_private) {
|
1267
|
-
noko_xml_document_pin_node(cur);
|
1268
|
-
xmlUnlinkNode(cur);
|
1269
|
-
}
|
1270
|
-
}
|
1271
|
-
}
|
1272
|
-
|
1273
|
-
xmlSetProp(node, (xmlChar *)StringValueCStr(property),
|
1274
|
-
(xmlChar *)StringValueCStr(value));
|
1275
|
-
|
1276
|
-
return value;
|
1277
|
-
}
|
1278
|
-
|
1279
|
-
/*
|
1280
|
-
* call-seq:
|
1281
|
-
* get(attribute)
|
1282
|
-
*
|
1283
|
-
* Get the value for +attribute+
|
1284
|
-
*/
|
1285
|
-
static VALUE
|
1286
|
-
get(VALUE self, VALUE rattribute)
|
1287
|
-
{
|
1288
|
-
xmlNodePtr node;
|
1289
|
-
xmlChar *value = 0;
|
1290
|
-
VALUE rvalue;
|
1291
|
-
xmlChar *colon;
|
1292
|
-
xmlChar *attribute, *attr_name, *prefix;
|
1293
|
-
xmlNsPtr ns;
|
1294
|
-
|
1295
|
-
if (NIL_P(rattribute)) { return Qnil; }
|
1296
|
-
|
1297
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1298
|
-
attribute = xmlCharStrdup(StringValueCStr(rattribute));
|
1299
|
-
|
1300
|
-
colon = DISCARD_CONST_QUAL_XMLCHAR(xmlStrchr(attribute, (const xmlChar)':'));
|
1301
|
-
if (colon) {
|
1302
|
-
/* split the attribute string into separate prefix and name by
|
1303
|
-
* null-terminating the prefix at the colon */
|
1304
|
-
prefix = attribute;
|
1305
|
-
attr_name = colon + 1;
|
1306
|
-
(*colon) = 0;
|
1307
|
-
|
1308
|
-
ns = xmlSearchNs(node->doc, node, prefix);
|
1309
|
-
if (ns) {
|
1310
|
-
value = xmlGetNsProp(node, attr_name, ns->href);
|
1311
|
-
} else {
|
1312
|
-
value = xmlGetProp(node, (xmlChar *)StringValueCStr(rattribute));
|
1313
|
-
}
|
1314
|
-
} else {
|
1315
|
-
value = xmlGetNoNsProp(node, attribute);
|
1316
|
-
}
|
1317
|
-
|
1318
|
-
xmlFree((void *)attribute);
|
1319
|
-
if (!value) { return Qnil; }
|
1320
|
-
|
1321
|
-
rvalue = NOKOGIRI_STR_NEW2(value);
|
1322
|
-
xmlFree((void *)value);
|
1323
|
-
|
1324
|
-
return rvalue ;
|
1325
|
-
}
|
1326
|
-
|
1327
|
-
/*
|
1328
|
-
* call-seq:
|
1329
|
-
* set_namespace(namespace)
|
1330
|
-
*
|
1331
|
-
* Set the namespace to +namespace+
|
1332
|
-
*/
|
1333
|
-
static VALUE
|
1334
|
-
set_namespace(VALUE self, VALUE namespace)
|
1335
|
-
{
|
1336
|
-
xmlNodePtr node;
|
1337
|
-
xmlNsPtr ns = NULL;
|
1338
|
-
|
1339
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1340
|
-
|
1341
|
-
if (!NIL_P(namespace)) {
|
1342
|
-
Noko_Namespace_Get_Struct(namespace, xmlNs, ns);
|
1343
|
-
}
|
1344
|
-
|
1345
|
-
xmlSetNs(node, ns);
|
1346
|
-
|
1347
|
-
return self;
|
1348
|
-
}
|
1349
|
-
|
1350
|
-
/*
|
1351
|
-
* :call-seq:
|
1352
|
-
* namespace() → Namespace
|
1353
|
-
*
|
1354
|
-
* [Returns] The Namespace of the element or attribute node, or +nil+ if there is no namespace.
|
1355
|
-
*
|
1356
|
-
* *Example:*
|
1357
|
-
*
|
1358
|
-
* doc = Nokogiri::XML(<<~EOF)
|
1359
|
-
* <root>
|
1360
|
-
* <first/>
|
1361
|
-
* <second xmlns="http://example.com/child"/>
|
1362
|
-
* <foo:third xmlns:foo="http://example.com/foo"/>
|
1363
|
-
* </root>
|
1364
|
-
* EOF
|
1365
|
-
* doc.at_xpath("//first").namespace
|
1366
|
-
* # => nil
|
1367
|
-
* doc.at_xpath("//xmlns:second", "xmlns" => "http://example.com/child").namespace
|
1368
|
-
* # => #(Namespace:0x3c { href = "http://example.com/child" })
|
1369
|
-
* doc.at_xpath("//foo:third", "foo" => "http://example.com/foo").namespace
|
1370
|
-
* # => #(Namespace:0x50 { prefix = "foo", href = "http://example.com/foo" })
|
1371
|
-
*/
|
1372
|
-
static VALUE
|
1373
|
-
rb_xml_node_namespace(VALUE rb_node)
|
1374
|
-
{
|
1375
|
-
xmlNodePtr c_node ;
|
1376
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
1377
|
-
|
1378
|
-
if (c_node->ns) {
|
1379
|
-
return noko_xml_namespace_wrap(c_node->ns, c_node->doc);
|
1380
|
-
}
|
1381
|
-
|
1382
|
-
return Qnil ;
|
1383
|
-
}
|
1384
|
-
|
1385
|
-
/*
|
1386
|
-
* :call-seq:
|
1387
|
-
* namespace_definitions() → Array<Nokogiri::XML::Namespace>
|
1388
|
-
*
|
1389
|
-
* [Returns]
|
1390
|
-
* Namespaces that are defined directly on this node, as an Array of Namespace objects. The array
|
1391
|
-
* will be empty if no namespaces are defined on this node.
|
1392
|
-
*
|
1393
|
-
* *Example:*
|
1394
|
-
*
|
1395
|
-
* doc = Nokogiri::XML(<<~EOF)
|
1396
|
-
* <root xmlns="http://example.com/root">
|
1397
|
-
* <first/>
|
1398
|
-
* <second xmlns="http://example.com/child" xmlns:unused="http://example.com/unused"/>
|
1399
|
-
* <foo:third xmlns:foo="http://example.com/foo"/>
|
1400
|
-
* </root>
|
1401
|
-
* EOF
|
1402
|
-
* doc.at_xpath("//root:first", "root" => "http://example.com/root").namespace_definitions
|
1403
|
-
* # => []
|
1404
|
-
* doc.at_xpath("//xmlns:second", "xmlns" => "http://example.com/child").namespace_definitions
|
1405
|
-
* # => [#(Namespace:0x3c { href = "http://example.com/child" }),
|
1406
|
-
* # #(Namespace:0x50 {
|
1407
|
-
* # prefix = "unused",
|
1408
|
-
* # href = "http://example.com/unused"
|
1409
|
-
* # })]
|
1410
|
-
* doc.at_xpath("//foo:third", "foo" => "http://example.com/foo").namespace_definitions
|
1411
|
-
* # => [#(Namespace:0x64 { prefix = "foo", href = "http://example.com/foo" })]
|
1412
|
-
*/
|
1413
|
-
static VALUE
|
1414
|
-
namespace_definitions(VALUE rb_node)
|
1415
|
-
{
|
1416
|
-
/* this code in the mode of xmlHasProp() */
|
1417
|
-
xmlNodePtr c_node ;
|
1418
|
-
xmlNsPtr c_namespace;
|
1419
|
-
VALUE definitions = rb_ary_new();
|
1420
|
-
|
1421
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
1422
|
-
|
1423
|
-
c_namespace = c_node->nsDef;
|
1424
|
-
if (!c_namespace) {
|
1425
|
-
return definitions;
|
1426
|
-
}
|
1427
|
-
|
1428
|
-
while (c_namespace != NULL) {
|
1429
|
-
rb_ary_push(definitions, noko_xml_namespace_wrap(c_namespace, c_node->doc));
|
1430
|
-
c_namespace = c_namespace->next;
|
1431
|
-
}
|
1432
|
-
|
1433
|
-
return definitions;
|
1434
|
-
}
|
1435
|
-
|
1436
|
-
/*
|
1437
|
-
* :call-seq:
|
1438
|
-
* namespace_scopes() → Array<Nokogiri::XML::Namespace>
|
1439
|
-
*
|
1440
|
-
* [Returns] Array of all the Namespaces on this node and its ancestors.
|
1441
|
-
*
|
1442
|
-
* See also #namespaces
|
1443
|
-
*
|
1444
|
-
* *Example:*
|
1445
|
-
*
|
1446
|
-
* doc = Nokogiri::XML(<<~EOF)
|
1447
|
-
* <root xmlns="http://example.com/root" xmlns:bar="http://example.com/bar">
|
1448
|
-
* <first/>
|
1449
|
-
* <second xmlns="http://example.com/child"/>
|
1450
|
-
* <third xmlns:foo="http://example.com/foo"/>
|
1451
|
-
* </root>
|
1452
|
-
* EOF
|
1453
|
-
* doc.at_xpath("//root:first", "root" => "http://example.com/root").namespace_scopes
|
1454
|
-
* # => [#(Namespace:0x3c { href = "http://example.com/root" }),
|
1455
|
-
* # #(Namespace:0x50 { prefix = "bar", href = "http://example.com/bar" })]
|
1456
|
-
* doc.at_xpath("//child:second", "child" => "http://example.com/child").namespace_scopes
|
1457
|
-
* # => [#(Namespace:0x64 { href = "http://example.com/child" }),
|
1458
|
-
* # #(Namespace:0x50 { prefix = "bar", href = "http://example.com/bar" })]
|
1459
|
-
* doc.at_xpath("//root:third", "root" => "http://example.com/root").namespace_scopes
|
1460
|
-
* # => [#(Namespace:0x78 { prefix = "foo", href = "http://example.com/foo" }),
|
1461
|
-
* # #(Namespace:0x3c { href = "http://example.com/root" }),
|
1462
|
-
* # #(Namespace:0x50 { prefix = "bar", href = "http://example.com/bar" })]
|
1463
|
-
*/
|
1464
|
-
static VALUE
|
1465
|
-
rb_xml_node_namespace_scopes(VALUE rb_node)
|
1466
|
-
{
|
1467
|
-
xmlNodePtr c_node ;
|
1468
|
-
xmlNsPtr *namespaces;
|
1469
|
-
VALUE scopes = rb_ary_new();
|
1470
|
-
int j;
|
1471
|
-
|
1472
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
1473
|
-
|
1474
|
-
namespaces = xmlGetNsList(c_node->doc, c_node);
|
1475
|
-
if (!namespaces) {
|
1476
|
-
return scopes;
|
1477
|
-
}
|
1478
|
-
|
1479
|
-
for (j = 0 ; namespaces[j] != NULL ; ++j) {
|
1480
|
-
rb_ary_push(scopes, noko_xml_namespace_wrap(namespaces[j], c_node->doc));
|
1481
|
-
}
|
1482
|
-
|
1483
|
-
xmlFree(namespaces);
|
1484
|
-
return scopes;
|
1485
|
-
}
|
1486
|
-
|
1487
|
-
/*
|
1488
|
-
* call-seq:
|
1489
|
-
* node_type
|
1490
|
-
*
|
1491
|
-
* Get the type for this Node
|
1492
|
-
*/
|
1493
|
-
static VALUE
|
1494
|
-
node_type(VALUE self)
|
1495
|
-
{
|
1496
|
-
xmlNodePtr node;
|
1497
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1498
|
-
return INT2NUM(node->type);
|
1499
|
-
}
|
1500
|
-
|
1501
|
-
/*
|
1502
|
-
* call-seq:
|
1503
|
-
* content=
|
1504
|
-
*
|
1505
|
-
* Set the content for this Node
|
1506
|
-
*/
|
1507
|
-
static VALUE
|
1508
|
-
set_native_content(VALUE self, VALUE content)
|
1509
|
-
{
|
1510
|
-
xmlNodePtr node, child, next ;
|
1511
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1512
|
-
|
1513
|
-
child = node->children;
|
1514
|
-
while (NULL != child) {
|
1515
|
-
next = child->next ;
|
1516
|
-
xmlUnlinkNode(child) ;
|
1517
|
-
noko_xml_document_pin_node(child);
|
1518
|
-
child = next ;
|
1519
|
-
}
|
1520
|
-
|
1521
|
-
xmlNodeSetContent(node, (xmlChar *)StringValueCStr(content));
|
1522
|
-
return content;
|
1523
|
-
}
|
1524
|
-
|
1525
|
-
/*
|
1526
|
-
* call-seq:
|
1527
|
-
* lang=
|
1528
|
-
*
|
1529
|
-
* Set the language of a node, i.e. the values of the xml:lang attribute.
|
1530
|
-
*/
|
1531
|
-
static VALUE
|
1532
|
-
set_lang(VALUE self_rb, VALUE lang_rb)
|
1533
|
-
{
|
1534
|
-
xmlNodePtr self ;
|
1535
|
-
xmlChar *lang ;
|
1536
|
-
|
1537
|
-
Noko_Node_Get_Struct(self_rb, xmlNode, self);
|
1538
|
-
lang = (xmlChar *)StringValueCStr(lang_rb);
|
1539
|
-
|
1540
|
-
xmlNodeSetLang(self, lang);
|
1541
|
-
|
1542
|
-
return Qnil ;
|
1543
|
-
}
|
1544
|
-
|
1545
|
-
/*
|
1546
|
-
* call-seq:
|
1547
|
-
* lang
|
1548
|
-
*
|
1549
|
-
* Searches the language of a node, i.e. the values of the xml:lang attribute or
|
1550
|
-
* the one carried by the nearest ancestor.
|
1551
|
-
*/
|
1552
|
-
static VALUE
|
1553
|
-
get_lang(VALUE self_rb)
|
1554
|
-
{
|
1555
|
-
xmlNodePtr self ;
|
1556
|
-
xmlChar *lang ;
|
1557
|
-
VALUE lang_rb ;
|
1558
|
-
|
1559
|
-
Noko_Node_Get_Struct(self_rb, xmlNode, self);
|
1560
|
-
|
1561
|
-
lang = xmlNodeGetLang(self);
|
1562
|
-
if (lang) {
|
1563
|
-
lang_rb = NOKOGIRI_STR_NEW2(lang);
|
1564
|
-
xmlFree(lang);
|
1565
|
-
return lang_rb ;
|
1566
|
-
}
|
1567
|
-
|
1568
|
-
return Qnil ;
|
1569
|
-
}
|
1570
|
-
|
1571
|
-
/* :nodoc: */
|
1572
|
-
static VALUE
|
1573
|
-
add_child(VALUE self, VALUE new_child)
|
1574
|
-
{
|
1575
|
-
return reparent_node_with(self, new_child, xmlAddChild);
|
1576
|
-
}
|
1577
|
-
|
1578
|
-
/*
|
1579
|
-
* call-seq:
|
1580
|
-
* parent
|
1581
|
-
*
|
1582
|
-
* Get the parent Node for this Node
|
1583
|
-
*/
|
1584
|
-
static VALUE
|
1585
|
-
get_parent(VALUE self)
|
1586
|
-
{
|
1587
|
-
xmlNodePtr node, parent;
|
1588
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1589
|
-
|
1590
|
-
parent = node->parent;
|
1591
|
-
if (!parent) { return Qnil; }
|
1592
|
-
|
1593
|
-
return noko_xml_node_wrap(Qnil, parent) ;
|
1594
|
-
}
|
1595
|
-
|
1596
|
-
/*
|
1597
|
-
* call-seq:
|
1598
|
-
* name=(new_name)
|
1599
|
-
*
|
1600
|
-
* Set the name for this Node
|
1601
|
-
*/
|
1602
|
-
static VALUE
|
1603
|
-
set_name(VALUE self, VALUE new_name)
|
1604
|
-
{
|
1605
|
-
xmlNodePtr node;
|
1606
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1607
|
-
xmlNodeSetName(node, (xmlChar *)StringValueCStr(new_name));
|
1608
|
-
return new_name;
|
1609
|
-
}
|
1610
|
-
|
1611
|
-
/*
|
1612
|
-
* call-seq:
|
1613
|
-
* name
|
1614
|
-
*
|
1615
|
-
* Returns the name for this Node
|
1616
|
-
*/
|
1617
|
-
static VALUE
|
1618
|
-
get_name(VALUE self)
|
1619
|
-
{
|
1620
|
-
xmlNodePtr node;
|
1621
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1622
|
-
if (node->name) {
|
1623
|
-
return NOKOGIRI_STR_NEW2(node->name);
|
1624
|
-
}
|
1625
|
-
return Qnil;
|
1626
|
-
}
|
1627
|
-
|
1628
|
-
/*
|
1629
|
-
* call-seq:
|
1630
|
-
* path
|
1631
|
-
*
|
1632
|
-
* Returns the path associated with this Node
|
1633
|
-
*/
|
1634
|
-
static VALUE
|
1635
|
-
rb_xml_node_path(VALUE rb_node)
|
1636
|
-
{
|
1637
|
-
xmlNodePtr c_node;
|
1638
|
-
xmlChar *c_path ;
|
1639
|
-
VALUE rval;
|
1640
|
-
|
1641
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
1642
|
-
|
1643
|
-
c_path = xmlGetNodePath(c_node);
|
1644
|
-
if (c_path == NULL) {
|
1645
|
-
// see https://github.com/sparklemotion/nokogiri/issues/2250
|
1646
|
-
// this behavior is clearly undesirable, but is what libxml <= 2.9.10 returned, and so we
|
1647
|
-
// do this for now to preserve the behavior across libxml2 versions.
|
1648
|
-
rval = NOKOGIRI_STR_NEW2("?");
|
1649
|
-
} else {
|
1650
|
-
rval = NOKOGIRI_STR_NEW2(c_path);
|
1651
|
-
xmlFree(c_path);
|
1652
|
-
}
|
1653
|
-
|
1654
|
-
return rval ;
|
1655
|
-
}
|
1656
|
-
|
1657
|
-
/* :nodoc: */
|
1658
|
-
static VALUE
|
1659
|
-
add_next_sibling(VALUE self, VALUE new_sibling)
|
1660
|
-
{
|
1661
|
-
return reparent_node_with(self, new_sibling, xmlAddNextSibling) ;
|
1662
|
-
}
|
1663
|
-
|
1664
|
-
/* :nodoc: */
|
1665
|
-
static VALUE
|
1666
|
-
add_previous_sibling(VALUE self, VALUE new_sibling)
|
1667
|
-
{
|
1668
|
-
return reparent_node_with(self, new_sibling, xmlAddPrevSibling) ;
|
1669
|
-
}
|
1670
|
-
|
1671
|
-
/*
|
1672
|
-
* call-seq:
|
1673
|
-
* native_write_to(io, encoding, options)
|
1674
|
-
*
|
1675
|
-
* Write this Node to +io+ with +encoding+ and +options+
|
1676
|
-
*/
|
1677
|
-
static VALUE
|
1678
|
-
native_write_to(
|
1679
|
-
VALUE self,
|
1680
|
-
VALUE io,
|
1681
|
-
VALUE encoding,
|
1682
|
-
VALUE indent_string,
|
1683
|
-
VALUE options
|
1684
|
-
)
|
1685
|
-
{
|
1686
|
-
xmlNodePtr node;
|
1687
|
-
const char *before_indent;
|
1688
|
-
xmlSaveCtxtPtr savectx;
|
1689
|
-
|
1690
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1691
|
-
|
1692
|
-
xmlIndentTreeOutput = 1;
|
1693
|
-
|
1694
|
-
before_indent = xmlTreeIndentString;
|
1695
|
-
|
1696
|
-
xmlTreeIndentString = StringValueCStr(indent_string);
|
1697
|
-
|
1698
|
-
savectx = xmlSaveToIO(
|
1699
|
-
(xmlOutputWriteCallback)noko_io_write,
|
1700
|
-
(xmlOutputCloseCallback)noko_io_close,
|
1701
|
-
(void *)io,
|
1702
|
-
RTEST(encoding) ? StringValueCStr(encoding) : NULL,
|
1703
|
-
(int)NUM2INT(options)
|
1704
|
-
);
|
1705
|
-
|
1706
|
-
xmlSaveTree(savectx, node);
|
1707
|
-
xmlSaveClose(savectx);
|
1708
|
-
|
1709
|
-
xmlTreeIndentString = before_indent;
|
1710
|
-
return io;
|
1711
|
-
}
|
1712
|
-
|
1713
|
-
|
1714
|
-
static inline void
|
1715
|
-
output_partial_string(VALUE out, char const *str, size_t length)
|
1716
|
-
{
|
1717
|
-
if (length) {
|
1718
|
-
rb_enc_str_buf_cat(out, str, (long)length, rb_utf8_encoding());
|
1719
|
-
}
|
1720
|
-
}
|
1721
|
-
|
1722
|
-
static inline void
|
1723
|
-
output_char(VALUE out, char ch)
|
1724
|
-
{
|
1725
|
-
output_partial_string(out, &ch, 1);
|
1726
|
-
}
|
1727
|
-
|
1728
|
-
static inline void
|
1729
|
-
output_string(VALUE out, char const *str)
|
1730
|
-
{
|
1731
|
-
output_partial_string(out, str, strlen(str));
|
1732
|
-
}
|
1733
|
-
|
1734
|
-
static inline void
|
1735
|
-
output_tagname(VALUE out, xmlNodePtr elem)
|
1736
|
-
{
|
1737
|
-
// Elements in the HTML, MathML, and SVG namespaces do not use a namespace
|
1738
|
-
// prefix in the HTML syntax.
|
1739
|
-
char const *name = (char const *)elem->name;
|
1740
|
-
xmlNsPtr ns = elem->ns;
|
1741
|
-
if (ns && ns->href && ns->prefix
|
1742
|
-
&& strcmp((char const *)ns->href, "http://www.w3.org/1999/xhtml")
|
1743
|
-
&& strcmp((char const *)ns->href, "http://www.w3.org/1998/Math/MathML")
|
1744
|
-
&& strcmp((char const *)ns->href, "http://www.w3.org/2000/svg")) {
|
1745
|
-
output_string(out, (char const *)elem->ns->prefix);
|
1746
|
-
output_char(out, ':');
|
1747
|
-
char const *colon = strchr(name, ':');
|
1748
|
-
if (colon) {
|
1749
|
-
name = colon + 1;
|
1750
|
-
}
|
1751
|
-
}
|
1752
|
-
output_string(out, name);
|
1753
|
-
}
|
1754
|
-
|
1755
|
-
static inline void
|
1756
|
-
output_attr_name(VALUE out, xmlAttrPtr attr)
|
1757
|
-
{
|
1758
|
-
xmlNsPtr ns = attr->ns;
|
1759
|
-
char const *name = (char const *)attr->name;
|
1760
|
-
if (ns && ns->href) {
|
1761
|
-
char const *uri = (char const *)ns->href;
|
1762
|
-
char const *localname = strchr(name, ':');
|
1763
|
-
if (localname) {
|
1764
|
-
++localname;
|
1765
|
-
} else {
|
1766
|
-
localname = name;
|
1767
|
-
}
|
1768
|
-
|
1769
|
-
if (!strcmp(uri, "http://www.w3.org/XML/1998/namespace")) {
|
1770
|
-
output_string(out, "xml:");
|
1771
|
-
name = localname;
|
1772
|
-
} else if (!strcmp(uri, "http://www.w3.org/2000/xmlns/")) {
|
1773
|
-
// xmlns:xmlns -> xmlns
|
1774
|
-
// xmlns:foo -> xmlns:foo
|
1775
|
-
if (strcmp(localname, "xmlns")) {
|
1776
|
-
output_string(out, "xmlns:");
|
1777
|
-
}
|
1778
|
-
name = localname;
|
1779
|
-
} else if (!strcmp(uri, "http://www.w3.org/1999/xlink")) {
|
1780
|
-
output_string(out, "xlink:");
|
1781
|
-
name = localname;
|
1782
|
-
} else if (ns->prefix) {
|
1783
|
-
output_string(out, (char const *)ns->prefix);
|
1784
|
-
output_char(out, ':');
|
1785
|
-
name = localname;
|
1786
|
-
}
|
1787
|
-
}
|
1788
|
-
output_string(out, name);
|
1789
|
-
}
|
1790
|
-
|
1791
|
-
static void
|
1792
|
-
output_escaped_string(VALUE out, xmlChar const *start, bool attr)
|
1793
|
-
{
|
1794
|
-
xmlChar const *next = start;
|
1795
|
-
int ch;
|
1796
|
-
|
1797
|
-
while ((ch = *next) != 0) {
|
1798
|
-
char const *replacement = NULL;
|
1799
|
-
size_t replaced_bytes = 1;
|
1800
|
-
if (ch == '&') {
|
1801
|
-
replacement = "&";
|
1802
|
-
} else if (ch == 0xC2 && next[1] == 0xA0) {
|
1803
|
-
// U+00A0 NO-BREAK SPACE has the UTF-8 encoding C2 A0.
|
1804
|
-
replacement = " ";
|
1805
|
-
replaced_bytes = 2;
|
1806
|
-
} else if (attr && ch == '"') {
|
1807
|
-
replacement = """;
|
1808
|
-
} else if (!attr && ch == '<') {
|
1809
|
-
replacement = "<";
|
1810
|
-
} else if (!attr && ch == '>') {
|
1811
|
-
replacement = ">";
|
1812
|
-
} else {
|
1813
|
-
++next;
|
1814
|
-
continue;
|
1815
|
-
}
|
1816
|
-
output_partial_string(out, (char const *)start, next - start);
|
1817
|
-
output_string(out, replacement);
|
1818
|
-
next += replaced_bytes;
|
1819
|
-
start = next;
|
1820
|
-
}
|
1821
|
-
output_partial_string(out, (char const *)start, next - start);
|
1822
|
-
}
|
1823
|
-
|
1824
|
-
static bool
|
1825
|
-
should_prepend_newline(xmlNodePtr node)
|
1826
|
-
{
|
1827
|
-
char const *name = (char const *)node->name;
|
1828
|
-
xmlNodePtr child = node->children;
|
1829
|
-
|
1830
|
-
if (!name || !child || (strcmp(name, "pre") && strcmp(name, "textarea") && strcmp(name, "listing"))) {
|
1831
|
-
return false;
|
1832
|
-
}
|
1833
|
-
|
1834
|
-
return child->type == XML_TEXT_NODE && child->content && child->content[0] == '\n';
|
1835
|
-
}
|
1836
|
-
|
1837
|
-
static VALUE
|
1838
|
-
rb_prepend_newline(VALUE self)
|
1839
|
-
{
|
1840
|
-
xmlNodePtr node;
|
1841
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1842
|
-
return should_prepend_newline(node) ? Qtrue : Qfalse;
|
1843
|
-
}
|
1844
|
-
|
1845
|
-
static bool
|
1846
|
-
is_one_of(xmlNodePtr node, char const *const *tagnames, size_t num_tagnames)
|
1847
|
-
{
|
1848
|
-
char const *name = (char const *)node->name;
|
1849
|
-
if (name == NULL) { // fragments don't have a name
|
1850
|
-
return false;
|
1851
|
-
}
|
1852
|
-
for (size_t idx = 0; idx < num_tagnames; ++idx) {
|
1853
|
-
if (!strcmp(name, tagnames[idx])) {
|
1854
|
-
return true;
|
1855
|
-
}
|
1856
|
-
}
|
1857
|
-
return false;
|
1858
|
-
|
1859
|
-
}
|
1860
|
-
|
1861
|
-
static void
|
1862
|
-
output_node(
|
1863
|
-
VALUE out,
|
1864
|
-
xmlNodePtr node,
|
1865
|
-
bool preserve_newline
|
1866
|
-
)
|
1867
|
-
{
|
1868
|
-
static char const *const VOID_ELEMENTS[] = {
|
1869
|
-
"area", "base", "basefont", "bgsound", "br", "col", "embed", "frame", "hr",
|
1870
|
-
"img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr",
|
1871
|
-
};
|
1872
|
-
|
1873
|
-
static char const *const UNESCAPED_TEXT_ELEMENTS[] = {
|
1874
|
-
"style", "script", "xmp", "iframe", "noembed", "noframes", "plaintext", "noscript",
|
1875
|
-
};
|
1876
|
-
|
1877
|
-
switch (node->type) {
|
1878
|
-
case XML_ELEMENT_NODE:
|
1879
|
-
// Serialize the start tag.
|
1880
|
-
output_char(out, '<');
|
1881
|
-
output_tagname(out, node);
|
1882
|
-
|
1883
|
-
// Add attributes.
|
1884
|
-
for (xmlAttrPtr attr = node->properties; attr; attr = attr->next) {
|
1885
|
-
output_char(out, ' ');
|
1886
|
-
output_attr_name(out, attr);
|
1887
|
-
if (attr->children) {
|
1888
|
-
output_string(out, "=\"");
|
1889
|
-
xmlChar *value = xmlNodeListGetString(attr->doc, attr->children, 1);
|
1890
|
-
output_escaped_string(out, value, true);
|
1891
|
-
xmlFree(value);
|
1892
|
-
output_char(out, '"');
|
1893
|
-
} else {
|
1894
|
-
// Output name=""
|
1895
|
-
output_string(out, "=\"\"");
|
1896
|
-
}
|
1897
|
-
}
|
1898
|
-
output_char(out, '>');
|
1899
|
-
|
1900
|
-
// Add children and end tag if element is not void.
|
1901
|
-
if (!is_one_of(node, VOID_ELEMENTS, sizeof VOID_ELEMENTS / sizeof VOID_ELEMENTS[0])) {
|
1902
|
-
if (preserve_newline && should_prepend_newline(node)) {
|
1903
|
-
output_char(out, '\n');
|
1904
|
-
}
|
1905
|
-
for (xmlNodePtr child = node->children; child; child = child->next) {
|
1906
|
-
output_node(out, child, preserve_newline);
|
1907
|
-
}
|
1908
|
-
output_string(out, "</");
|
1909
|
-
output_tagname(out, node);
|
1910
|
-
output_char(out, '>');
|
1911
|
-
}
|
1912
|
-
break;
|
1913
|
-
|
1914
|
-
case XML_TEXT_NODE:
|
1915
|
-
if (node->parent
|
1916
|
-
&& is_one_of(node->parent, UNESCAPED_TEXT_ELEMENTS,
|
1917
|
-
sizeof UNESCAPED_TEXT_ELEMENTS / sizeof UNESCAPED_TEXT_ELEMENTS[0])) {
|
1918
|
-
output_string(out, (char const *)node->content);
|
1919
|
-
} else {
|
1920
|
-
output_escaped_string(out, node->content, false);
|
1921
|
-
}
|
1922
|
-
break;
|
1923
|
-
|
1924
|
-
case XML_CDATA_SECTION_NODE:
|
1925
|
-
output_string(out, "<![CDATA[");
|
1926
|
-
output_string(out, (char const *)node->content);
|
1927
|
-
output_string(out, "]]>");
|
1928
|
-
break;
|
1929
|
-
|
1930
|
-
case XML_COMMENT_NODE:
|
1931
|
-
output_string(out, "<!--");
|
1932
|
-
output_string(out, (char const *)node->content);
|
1933
|
-
output_string(out, "-->");
|
1934
|
-
break;
|
1935
|
-
|
1936
|
-
case XML_PI_NODE:
|
1937
|
-
output_string(out, "<?");
|
1938
|
-
output_string(out, (char const *)node->content);
|
1939
|
-
output_char(out, '>');
|
1940
|
-
break;
|
1941
|
-
|
1942
|
-
case XML_DOCUMENT_TYPE_NODE:
|
1943
|
-
case XML_DTD_NODE:
|
1944
|
-
output_string(out, "<!DOCTYPE ");
|
1945
|
-
output_string(out, (char const *)node->name);
|
1946
|
-
output_string(out, ">");
|
1947
|
-
break;
|
1948
|
-
|
1949
|
-
case XML_DOCUMENT_NODE:
|
1950
|
-
case XML_DOCUMENT_FRAG_NODE:
|
1951
|
-
case XML_HTML_DOCUMENT_NODE:
|
1952
|
-
for (xmlNodePtr child = node->children; child; child = child->next) {
|
1953
|
-
output_node(out, child, preserve_newline);
|
1954
|
-
}
|
1955
|
-
break;
|
1956
|
-
|
1957
|
-
default:
|
1958
|
-
rb_raise(rb_eRuntimeError, "Unsupported document node (%d); this is a bug in Nokogiri", node->type);
|
1959
|
-
break;
|
1960
|
-
}
|
1961
|
-
}
|
1962
|
-
|
1963
|
-
static VALUE
|
1964
|
-
html_standard_serialize(
|
1965
|
-
VALUE self,
|
1966
|
-
VALUE preserve_newline
|
1967
|
-
)
|
1968
|
-
{
|
1969
|
-
xmlNodePtr node;
|
1970
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
1971
|
-
VALUE output = rb_str_buf_new(4096);
|
1972
|
-
output_node(output, node, RTEST(preserve_newline));
|
1973
|
-
return output;
|
1974
|
-
}
|
1975
|
-
|
1976
|
-
/*
|
1977
|
-
* :call-seq:
|
1978
|
-
* line() → Integer
|
1979
|
-
*
|
1980
|
-
* [Returns] The line number of this Node.
|
1981
|
-
*
|
1982
|
-
* ---
|
1983
|
-
*
|
1984
|
-
* <b> ⚠ The CRuby and JRuby implementations differ in important ways! </b>
|
1985
|
-
*
|
1986
|
-
* Semantic differences:
|
1987
|
-
* - The CRuby method reflects the node's line number <i>in the parsed string</i>
|
1988
|
-
* - The JRuby method reflects the node's line number <i>in the final DOM structure</i> after
|
1989
|
-
* corrections have been applied
|
1990
|
-
*
|
1991
|
-
* Performance differences:
|
1992
|
-
* - The CRuby method is {O(1)}[https://en.wikipedia.org/wiki/Time_complexity#Constant_time]
|
1993
|
-
* (constant time)
|
1994
|
-
* - The JRuby method is {O(n)}[https://en.wikipedia.org/wiki/Time_complexity#Linear_time] (linear
|
1995
|
-
* time, where n is the number of nodes before/above the element in the DOM)
|
1996
|
-
*
|
1997
|
-
* If you'd like to help improve the JRuby implementation, please review these issues and reach out
|
1998
|
-
* to the maintainers:
|
1999
|
-
* - https://github.com/sparklemotion/nokogiri/issues/1223
|
2000
|
-
* - https://github.com/sparklemotion/nokogiri/pull/2177
|
2001
|
-
* - https://github.com/sparklemotion/nokogiri/issues/2380
|
2002
|
-
*/
|
2003
|
-
static VALUE
|
2004
|
-
rb_xml_node_line(VALUE rb_node)
|
2005
|
-
{
|
2006
|
-
xmlNodePtr c_node;
|
2007
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
2008
|
-
|
2009
|
-
return LONG2NUM(xmlGetLineNo(c_node));
|
2010
|
-
}
|
2011
|
-
|
2012
|
-
/*
|
2013
|
-
* call-seq:
|
2014
|
-
* line=(num)
|
2015
|
-
*
|
2016
|
-
* Sets the line for this Node. num must be less than 65535.
|
2017
|
-
*/
|
2018
|
-
static VALUE
|
2019
|
-
rb_xml_node_line_set(VALUE rb_node, VALUE rb_line_number)
|
2020
|
-
{
|
2021
|
-
xmlNodePtr c_node;
|
2022
|
-
int line_number = NUM2INT(rb_line_number);
|
2023
|
-
|
2024
|
-
Noko_Node_Get_Struct(rb_node, xmlNode, c_node);
|
2025
|
-
|
2026
|
-
// libxml2 optionally uses xmlNode.psvi to store longer line numbers, but only for text nodes.
|
2027
|
-
// search for "psvi" in SAX2.c and tree.c to learn more.
|
2028
|
-
if (line_number < 65535) {
|
2029
|
-
c_node->line = (short) line_number;
|
2030
|
-
} else {
|
2031
|
-
c_node->line = 65535;
|
2032
|
-
if (c_node->type == XML_TEXT_NODE) {
|
2033
|
-
c_node->psvi = (void *)(ptrdiff_t) line_number;
|
2034
|
-
}
|
2035
|
-
}
|
2036
|
-
|
2037
|
-
return rb_line_number;
|
2038
|
-
}
|
2039
|
-
|
2040
|
-
/* :nodoc: documented in lib/nokogiri/xml/node.rb */
|
2041
|
-
static VALUE
|
2042
|
-
rb_xml_node_new(int argc, VALUE *argv, VALUE klass)
|
2043
|
-
{
|
2044
|
-
xmlNodePtr c_document_node;
|
2045
|
-
xmlNodePtr c_node;
|
2046
|
-
VALUE rb_name;
|
2047
|
-
VALUE rb_document_node;
|
2048
|
-
VALUE rest;
|
2049
|
-
VALUE rb_node;
|
2050
|
-
|
2051
|
-
rb_scan_args(argc, argv, "2*", &rb_name, &rb_document_node, &rest);
|
2052
|
-
|
2053
|
-
if (!rb_obj_is_kind_of(rb_document_node, cNokogiriXmlNode)) {
|
2054
|
-
rb_raise(rb_eArgError, "document must be a Nokogiri::XML::Node");
|
2055
|
-
}
|
2056
|
-
if (!rb_obj_is_kind_of(rb_document_node, cNokogiriXmlDocument)) {
|
2057
|
-
NOKO_WARN_DEPRECATION("Passing a Node as the second parameter to Node.new is deprecated. Please pass a Document instead, or prefer an alternative constructor like Node#add_child. This will become an error in Nokogiri v1.17.0."); // TODO: deprecated in v1.13.0, remove in v1.17.0
|
2058
|
-
}
|
2059
|
-
Noko_Node_Get_Struct(rb_document_node, xmlNode, c_document_node);
|
2060
|
-
|
2061
|
-
c_node = xmlNewNode(NULL, (xmlChar *)StringValueCStr(rb_name));
|
2062
|
-
c_node->doc = c_document_node->doc;
|
2063
|
-
noko_xml_document_pin_node(c_node);
|
2064
|
-
|
2065
|
-
rb_node = noko_xml_node_wrap(
|
2066
|
-
klass == cNokogiriXmlNode ? (VALUE)NULL : klass,
|
2067
|
-
c_node
|
2068
|
-
);
|
2069
|
-
rb_obj_call_init(rb_node, argc, argv);
|
2070
|
-
|
2071
|
-
if (rb_block_given_p()) { rb_yield(rb_node); }
|
2072
|
-
|
2073
|
-
return rb_node;
|
2074
|
-
}
|
2075
|
-
|
2076
|
-
/*
|
2077
|
-
* call-seq:
|
2078
|
-
* dump_html
|
2079
|
-
*
|
2080
|
-
* Returns the Node as html.
|
2081
|
-
*/
|
2082
|
-
static VALUE
|
2083
|
-
dump_html(VALUE self)
|
2084
|
-
{
|
2085
|
-
xmlBufferPtr buf ;
|
2086
|
-
xmlNodePtr node ;
|
2087
|
-
VALUE html;
|
2088
|
-
|
2089
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
2090
|
-
|
2091
|
-
buf = xmlBufferCreate() ;
|
2092
|
-
htmlNodeDump(buf, node->doc, node);
|
2093
|
-
html = NOKOGIRI_STR_NEW2(buf->content);
|
2094
|
-
xmlBufferFree(buf);
|
2095
|
-
return html ;
|
2096
|
-
}
|
2097
|
-
|
2098
|
-
/*
|
2099
|
-
* call-seq:
|
2100
|
-
* compare(other)
|
2101
|
-
*
|
2102
|
-
* Compare this Node to +other+ with respect to their Document
|
2103
|
-
*/
|
2104
|
-
static VALUE
|
2105
|
-
compare(VALUE self, VALUE _other)
|
2106
|
-
{
|
2107
|
-
xmlNodePtr node, other;
|
2108
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
2109
|
-
Noko_Node_Get_Struct(_other, xmlNode, other);
|
2110
|
-
|
2111
|
-
return INT2NUM(xmlXPathCmpNodes(other, node));
|
2112
|
-
}
|
2113
|
-
|
2114
|
-
|
2115
|
-
/*
|
2116
|
-
* call-seq:
|
2117
|
-
* process_xincludes(options)
|
2118
|
-
*
|
2119
|
-
* Loads and substitutes all xinclude elements below the node. The
|
2120
|
-
* parser context will be initialized with +options+.
|
2121
|
-
*/
|
2122
|
-
static VALUE
|
2123
|
-
process_xincludes(VALUE self, VALUE options)
|
2124
|
-
{
|
2125
|
-
int rcode ;
|
2126
|
-
xmlNodePtr node;
|
2127
|
-
VALUE error_list = rb_ary_new();
|
2128
|
-
|
2129
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
2130
|
-
|
2131
|
-
xmlSetStructuredErrorFunc((void *)error_list, Nokogiri_error_array_pusher);
|
2132
|
-
rcode = xmlXIncludeProcessTreeFlags(node, (int)NUM2INT(options));
|
2133
|
-
xmlSetStructuredErrorFunc(NULL, NULL);
|
2134
|
-
|
2135
|
-
if (rcode < 0) {
|
2136
|
-
xmlErrorConstPtr error;
|
2137
|
-
|
2138
|
-
error = xmlGetLastError();
|
2139
|
-
if (error) {
|
2140
|
-
rb_exc_raise(Nokogiri_wrap_xml_syntax_error(error));
|
2141
|
-
} else {
|
2142
|
-
rb_raise(rb_eRuntimeError, "Could not perform xinclude substitution");
|
2143
|
-
}
|
2144
|
-
}
|
2145
|
-
|
2146
|
-
return self;
|
2147
|
-
}
|
2148
|
-
|
2149
|
-
|
2150
|
-
/* TODO: DOCUMENT ME */
|
2151
|
-
static VALUE
|
2152
|
-
in_context(VALUE self, VALUE _str, VALUE _options)
|
2153
|
-
{
|
2154
|
-
xmlNodePtr node, list = 0, tmp, child_iter, node_children, doc_children;
|
2155
|
-
xmlNodeSetPtr set;
|
2156
|
-
xmlParserErrors error;
|
2157
|
-
VALUE doc, err;
|
2158
|
-
int doc_is_empty;
|
2159
|
-
|
2160
|
-
Noko_Node_Get_Struct(self, xmlNode, node);
|
2161
|
-
|
2162
|
-
doc = DOC_RUBY_OBJECT(node->doc);
|
2163
|
-
err = rb_iv_get(doc, "@errors");
|
2164
|
-
doc_is_empty = (node->doc->children == NULL) ? 1 : 0;
|
2165
|
-
node_children = node->children;
|
2166
|
-
doc_children = node->doc->children;
|
2167
|
-
|
2168
|
-
xmlSetStructuredErrorFunc((void *)err, Nokogiri_error_array_pusher);
|
2169
|
-
|
2170
|
-
/* Twiddle global variable because of a bug in libxml2.
|
2171
|
-
* http://git.gnome.org/browse/libxml2/commit/?id=e20fb5a72c83cbfc8e4a8aa3943c6be8febadab7
|
2172
|
-
*
|
2173
|
-
* TODO: this is fixed, and HTML_PARSE_NOIMPLIED is defined, in libxml2 2.7.7
|
2174
|
-
*/
|
2175
|
-
#ifndef HTML_PARSE_NOIMPLIED
|
2176
|
-
htmlHandleOmittedElem(0);
|
2177
|
-
#endif
|
2178
|
-
|
2179
|
-
/* This function adds a fake node to the child of +node+. If the parser
|
2180
|
-
* does not exit cleanly with XML_ERR_OK, the list is freed. This can
|
2181
|
-
* leave the child pointers in a bad state if they were originally empty.
|
2182
|
-
*
|
2183
|
-
* http://git.gnome.org/browse/libxml2/tree/parser.c#n13177
|
2184
|
-
* */
|
2185
|
-
error = xmlParseInNodeContext(node, StringValuePtr(_str),
|
2186
|
-
(int)RSTRING_LEN(_str),
|
2187
|
-
(int)NUM2INT(_options), &list);
|
2188
|
-
|
2189
|
-
/* xmlParseInNodeContext should not mutate the original document or node,
|
2190
|
-
* so reassigning these pointers should be OK. The reason we're reassigning
|
2191
|
-
* is because if there were errors, it's possible for the child pointers
|
2192
|
-
* to be manipulated. */
|
2193
|
-
if (error != XML_ERR_OK) {
|
2194
|
-
node->doc->children = doc_children;
|
2195
|
-
node->children = node_children;
|
2196
|
-
}
|
2197
|
-
|
2198
|
-
/* make sure parent/child pointers are coherent so an unlink will work
|
2199
|
-
* properly (#331)
|
2200
|
-
*/
|
2201
|
-
child_iter = node->doc->children ;
|
2202
|
-
while (child_iter) {
|
2203
|
-
child_iter->parent = (xmlNodePtr)node->doc;
|
2204
|
-
child_iter = child_iter->next;
|
2205
|
-
}
|
2206
|
-
|
2207
|
-
#ifndef HTML_PARSE_NOIMPLIED
|
2208
|
-
htmlHandleOmittedElem(1);
|
2209
|
-
#endif
|
2210
|
-
|
2211
|
-
xmlSetStructuredErrorFunc(NULL, NULL);
|
2212
|
-
|
2213
|
-
/*
|
2214
|
-
* Workaround for a libxml2 bug where a parsing error may leave a broken
|
2215
|
-
* node reference in node->doc->children.
|
2216
|
-
*
|
2217
|
-
* https://bugzilla.gnome.org/show_bug.cgi?id=668155
|
2218
|
-
*
|
2219
|
-
* This workaround is limited to when a parse error occurs, the document
|
2220
|
-
* went from having no children to having children, and the context node is
|
2221
|
-
* part of a document fragment.
|
2222
|
-
*
|
2223
|
-
* TODO: This was fixed in libxml 2.8.0 by 71a243d
|
2224
|
-
*/
|
2225
|
-
if (error != XML_ERR_OK && doc_is_empty && node->doc->children != NULL) {
|
2226
|
-
child_iter = node;
|
2227
|
-
while (child_iter->parent) {
|
2228
|
-
child_iter = child_iter->parent;
|
2229
|
-
}
|
2230
|
-
|
2231
|
-
if (child_iter->type == XML_DOCUMENT_FRAG_NODE) {
|
2232
|
-
node->doc->children = NULL;
|
2233
|
-
}
|
2234
|
-
}
|
2235
|
-
|
2236
|
-
/* FIXME: This probably needs to handle more constants... */
|
2237
|
-
switch (error) {
|
2238
|
-
case XML_ERR_INTERNAL_ERROR:
|
2239
|
-
case XML_ERR_NO_MEMORY:
|
2240
|
-
rb_raise(rb_eRuntimeError, "error parsing fragment (%d)", error);
|
2241
|
-
break;
|
2242
|
-
default:
|
2243
|
-
break;
|
2244
|
-
}
|
2245
|
-
|
2246
|
-
set = xmlXPathNodeSetCreate(NULL);
|
2247
|
-
|
2248
|
-
while (list) {
|
2249
|
-
tmp = list->next;
|
2250
|
-
list->next = NULL;
|
2251
|
-
xmlXPathNodeSetAddUnique(set, list);
|
2252
|
-
noko_xml_document_pin_node(list);
|
2253
|
-
list = tmp;
|
2254
|
-
}
|
2255
|
-
|
2256
|
-
return noko_xml_node_set_wrap(set, doc);
|
2257
|
-
}
|
2258
|
-
|
2259
|
-
VALUE
|
2260
|
-
noko_xml_node_wrap(VALUE rb_class, xmlNodePtr c_node)
|
2261
|
-
{
|
2262
|
-
VALUE rb_document, rb_node_cache, rb_node;
|
2263
|
-
nokogiriTuplePtr node_has_a_document;
|
2264
|
-
xmlDocPtr c_doc;
|
2265
|
-
|
2266
|
-
assert(c_node);
|
2267
|
-
|
2268
|
-
if (c_node->type == XML_DOCUMENT_NODE || c_node->type == XML_HTML_DOCUMENT_NODE) {
|
2269
|
-
return DOC_RUBY_OBJECT(c_node->doc);
|
2270
|
-
}
|
2271
|
-
|
2272
|
-
c_doc = c_node->doc;
|
2273
|
-
|
2274
|
-
// Nodes yielded from XML::Reader don't have a fully-realized Document
|
2275
|
-
node_has_a_document = DOC_RUBY_OBJECT_TEST(c_doc);
|
2276
|
-
|
2277
|
-
if (c_node->_private && node_has_a_document) {
|
2278
|
-
return (VALUE)c_node->_private;
|
2279
|
-
}
|
2280
|
-
|
2281
|
-
if (!RTEST(rb_class)) {
|
2282
|
-
switch (c_node->type) {
|
2283
|
-
case XML_ELEMENT_NODE:
|
2284
|
-
rb_class = cNokogiriXmlElement;
|
2285
|
-
break;
|
2286
|
-
case XML_TEXT_NODE:
|
2287
|
-
rb_class = cNokogiriXmlText;
|
2288
|
-
break;
|
2289
|
-
case XML_ATTRIBUTE_NODE:
|
2290
|
-
rb_class = cNokogiriXmlAttr;
|
2291
|
-
break;
|
2292
|
-
case XML_ENTITY_REF_NODE:
|
2293
|
-
rb_class = cNokogiriXmlEntityReference;
|
2294
|
-
break;
|
2295
|
-
case XML_COMMENT_NODE:
|
2296
|
-
rb_class = cNokogiriXmlComment;
|
2297
|
-
break;
|
2298
|
-
case XML_DOCUMENT_FRAG_NODE:
|
2299
|
-
rb_class = cNokogiriXmlDocumentFragment;
|
2300
|
-
break;
|
2301
|
-
case XML_PI_NODE:
|
2302
|
-
rb_class = cNokogiriXmlProcessingInstruction;
|
2303
|
-
break;
|
2304
|
-
case XML_ENTITY_DECL:
|
2305
|
-
rb_class = cNokogiriXmlEntityDecl;
|
2306
|
-
break;
|
2307
|
-
case XML_CDATA_SECTION_NODE:
|
2308
|
-
rb_class = cNokogiriXmlCData;
|
2309
|
-
break;
|
2310
|
-
case XML_DTD_NODE:
|
2311
|
-
rb_class = cNokogiriXmlDtd;
|
2312
|
-
break;
|
2313
|
-
case XML_ATTRIBUTE_DECL:
|
2314
|
-
rb_class = cNokogiriXmlAttributeDecl;
|
2315
|
-
break;
|
2316
|
-
case XML_ELEMENT_DECL:
|
2317
|
-
rb_class = cNokogiriXmlElementDecl;
|
2318
|
-
break;
|
2319
|
-
default:
|
2320
|
-
rb_class = cNokogiriXmlNode;
|
2321
|
-
}
|
2322
|
-
}
|
2323
|
-
|
2324
|
-
rb_node = TypedData_Wrap_Struct(rb_class, &nokogiri_node_type, c_node) ;
|
2325
|
-
c_node->_private = (void *)rb_node;
|
2326
|
-
|
2327
|
-
if (node_has_a_document) {
|
2328
|
-
rb_document = DOC_RUBY_OBJECT(c_doc);
|
2329
|
-
rb_node_cache = DOC_NODE_CACHE(c_doc);
|
2330
|
-
rb_ary_push(rb_node_cache, rb_node);
|
2331
|
-
rb_funcall(rb_document, id_decorate, 1, rb_node);
|
2332
|
-
}
|
2333
|
-
|
2334
|
-
return rb_node ;
|
2335
|
-
}
|
2336
|
-
|
2337
|
-
|
2338
|
-
/*
|
2339
|
-
* return Array<Nokogiri::XML::Attr> containing the node's attributes
|
2340
|
-
*/
|
2341
|
-
VALUE
|
2342
|
-
noko_xml_node_attrs(xmlNodePtr c_node)
|
2343
|
-
{
|
2344
|
-
VALUE rb_properties = rb_ary_new();
|
2345
|
-
xmlAttrPtr c_property;
|
2346
|
-
|
2347
|
-
c_property = c_node->properties ;
|
2348
|
-
while (c_property != NULL) {
|
2349
|
-
rb_ary_push(rb_properties, noko_xml_node_wrap(Qnil, (xmlNodePtr)c_property));
|
2350
|
-
c_property = c_property->next ;
|
2351
|
-
}
|
2352
|
-
|
2353
|
-
return rb_properties;
|
2354
|
-
}
|
2355
|
-
|
2356
|
-
void
|
2357
|
-
noko_init_xml_node(void)
|
2358
|
-
{
|
2359
|
-
cNokogiriXmlNode = rb_define_class_under(mNokogiriXml, "Node", rb_cObject);
|
2360
|
-
|
2361
|
-
rb_undef_alloc_func(cNokogiriXmlNode);
|
2362
|
-
|
2363
|
-
rb_define_singleton_method(cNokogiriXmlNode, "new", rb_xml_node_new, -1);
|
2364
|
-
|
2365
|
-
rb_define_method(cNokogiriXmlNode, "add_namespace_definition", rb_xml_node_add_namespace_definition, 2);
|
2366
|
-
rb_define_method(cNokogiriXmlNode, "attribute", rb_xml_node_attribute, 1);
|
2367
|
-
rb_define_method(cNokogiriXmlNode, "attribute_nodes", rb_xml_node_attribute_nodes, 0);
|
2368
|
-
rb_define_method(cNokogiriXmlNode, "attribute_with_ns", rb_xml_node_attribute_with_ns, 2);
|
2369
|
-
rb_define_method(cNokogiriXmlNode, "blank?", rb_xml_node_blank_eh, 0);
|
2370
|
-
rb_define_method(cNokogiriXmlNode, "child", rb_xml_node_child, 0);
|
2371
|
-
rb_define_method(cNokogiriXmlNode, "children", rb_xml_node_children, 0);
|
2372
|
-
rb_define_method(cNokogiriXmlNode, "content", rb_xml_node_content, 0);
|
2373
|
-
rb_define_method(cNokogiriXmlNode, "create_external_subset", create_external_subset, 3);
|
2374
|
-
rb_define_method(cNokogiriXmlNode, "create_internal_subset", create_internal_subset, 3);
|
2375
|
-
rb_define_method(cNokogiriXmlNode, "document", rb_xml_node_document, 0);
|
2376
|
-
rb_define_method(cNokogiriXmlNode, "dup", duplicate_node, -1);
|
2377
|
-
rb_define_method(cNokogiriXmlNode, "element_children", rb_xml_node_element_children, 0);
|
2378
|
-
rb_define_method(cNokogiriXmlNode, "encode_special_chars", encode_special_chars, 1);
|
2379
|
-
rb_define_method(cNokogiriXmlNode, "external_subset", external_subset, 0);
|
2380
|
-
rb_define_method(cNokogiriXmlNode, "first_element_child", rb_xml_node_first_element_child, 0);
|
2381
|
-
rb_define_method(cNokogiriXmlNode, "internal_subset", internal_subset, 0);
|
2382
|
-
rb_define_method(cNokogiriXmlNode, "key?", key_eh, 1);
|
2383
|
-
rb_define_method(cNokogiriXmlNode, "lang", get_lang, 0);
|
2384
|
-
rb_define_method(cNokogiriXmlNode, "lang=", set_lang, 1);
|
2385
|
-
rb_define_method(cNokogiriXmlNode, "last_element_child", rb_xml_node_last_element_child, 0);
|
2386
|
-
rb_define_method(cNokogiriXmlNode, "line", rb_xml_node_line, 0);
|
2387
|
-
rb_define_method(cNokogiriXmlNode, "line=", rb_xml_node_line_set, 1);
|
2388
|
-
rb_define_method(cNokogiriXmlNode, "namespace", rb_xml_node_namespace, 0);
|
2389
|
-
rb_define_method(cNokogiriXmlNode, "namespace_definitions", namespace_definitions, 0);
|
2390
|
-
rb_define_method(cNokogiriXmlNode, "namespace_scopes", rb_xml_node_namespace_scopes, 0);
|
2391
|
-
rb_define_method(cNokogiriXmlNode, "namespaced_key?", namespaced_key_eh, 2);
|
2392
|
-
rb_define_method(cNokogiriXmlNode, "native_content=", set_native_content, 1);
|
2393
|
-
rb_define_method(cNokogiriXmlNode, "next_element", next_element, 0);
|
2394
|
-
rb_define_method(cNokogiriXmlNode, "next_sibling", next_sibling, 0);
|
2395
|
-
rb_define_method(cNokogiriXmlNode, "node_name", get_name, 0);
|
2396
|
-
rb_define_method(cNokogiriXmlNode, "node_name=", set_name, 1);
|
2397
|
-
rb_define_method(cNokogiriXmlNode, "node_type", node_type, 0);
|
2398
|
-
rb_define_method(cNokogiriXmlNode, "parent", get_parent, 0);
|
2399
|
-
rb_define_method(cNokogiriXmlNode, "path", rb_xml_node_path, 0);
|
2400
|
-
rb_define_method(cNokogiriXmlNode, "pointer_id", rb_xml_node_pointer_id, 0);
|
2401
|
-
rb_define_method(cNokogiriXmlNode, "previous_element", previous_element, 0);
|
2402
|
-
rb_define_method(cNokogiriXmlNode, "previous_sibling", previous_sibling, 0);
|
2403
|
-
rb_define_method(cNokogiriXmlNode, "unlink", unlink_node, 0);
|
2404
|
-
|
2405
|
-
rb_define_private_method(cNokogiriXmlNode, "add_child_node", add_child, 1);
|
2406
|
-
rb_define_private_method(cNokogiriXmlNode, "add_next_sibling_node", add_next_sibling, 1);
|
2407
|
-
rb_define_private_method(cNokogiriXmlNode, "add_previous_sibling_node", add_previous_sibling, 1);
|
2408
|
-
rb_define_private_method(cNokogiriXmlNode, "compare", compare, 1);
|
2409
|
-
rb_define_private_method(cNokogiriXmlNode, "dump_html", dump_html, 0);
|
2410
|
-
rb_define_private_method(cNokogiriXmlNode, "get", get, 1);
|
2411
|
-
rb_define_private_method(cNokogiriXmlNode, "in_context", in_context, 2);
|
2412
|
-
rb_define_private_method(cNokogiriXmlNode, "native_write_to", native_write_to, 4);
|
2413
|
-
rb_define_private_method(cNokogiriXmlNode, "prepend_newline?", rb_prepend_newline, 0);
|
2414
|
-
rb_define_private_method(cNokogiriXmlNode, "html_standard_serialize", html_standard_serialize, 1);
|
2415
|
-
rb_define_private_method(cNokogiriXmlNode, "process_xincludes", process_xincludes, 1);
|
2416
|
-
rb_define_private_method(cNokogiriXmlNode, "replace_node", replace, 1);
|
2417
|
-
rb_define_private_method(cNokogiriXmlNode, "set", set, 2);
|
2418
|
-
rb_define_private_method(cNokogiriXmlNode, "set_namespace", set_namespace, 1);
|
2419
|
-
|
2420
|
-
id_decorate = rb_intern("decorate");
|
2421
|
-
id_decorate_bang = rb_intern("decorate!");
|
2422
|
-
}
|