cybrid_api_id_ruby 0.123.472 → 0.123.474
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +5 -5
- data/cybrid_api_id_ruby.gemspec +1 -1
- data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/version.rb +2 -2
- data/lib/cybrid_api_id_ruby.rb +1 -1
- data/spec/api/bank_applications_idp_api_spec.rb +1 -1
- data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
- data/spec/api/organization_applications_idp_api_spec.rb +1 -1
- data/spec/api/users_idp_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/application_idp_model_spec.rb +1 -1
- data/spec/models/application_list_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
- data/spec/models/customer_token_idp_model_spec.rb +1 -1
- data/spec/models/error_response_idp_model_spec.rb +1 -1
- data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
- data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
- data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
- data/spec/models/post_user_idp_model_spec.rb +1 -1
- data/spec/models/user_idp_model_spec.rb +1 -1
- data/spec/models/user_list_idp_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.6.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/psych-5.2.5.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-12.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.4 → psych-5.2.5}/gem_make.out +18 -18
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.5/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CHANGELOG.md +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTORS.md +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/README.md +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Rakefile +32 -16
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/backports.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/change.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/htmldiff.rb +3 -3
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_to_ruby.c +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/class_loader.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/core_ext.rb +11 -4
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/versions.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/to_ruby.rb +43 -3
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/yaml_tree.rb +39 -1
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych.rb +31 -1
- data/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{diff-lcs-1.6.1.gemspec → diff-lcs-1.6.2.gemspec} +4 -4
- data/vendor/bundle/ruby/3.3.0/specifications/{psych-5.2.4.gemspec → psych-5.2.5.gemspec} +4 -4
- metadata +179 -179
- data/vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.6.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/psych-5.2.4.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.4/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/psych-5.2.4/lib/psych.so +0 -0
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.4 → psych-5.2.5}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.4 → psych-5.2.5}/mkmf.log +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/.rspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CODE_OF_CONDUCT.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/LICENCE.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Manifest.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/SECURITY.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/htmldiff +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/ldiff +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/COPYING.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/artistic.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/array.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/block.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/hunk.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/internals.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/ldiff.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/string.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff-lcs.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/mise.toml +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/change_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/diff_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/123_x +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/456_x +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/aX +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/bXaX +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds1.csv +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds2.csv +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/empty +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file1.bin +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file2.bin +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines_with_missing_new_line +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1 +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2 +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1 +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2 +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-u +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef2 +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef2 +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/hunk_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/issues_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/lcs_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/ldiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/patch_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/sdiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_balanced_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_sequences_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/depend +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_emitter.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_emitter.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_parser.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_parser.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_to_ruby.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_yaml_tree.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/ext/psych/psych_yaml_tree.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/coder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/exception.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/handlers/document_stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/handlers/recorder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/json/ruby_events.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/json/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/json/tree_builder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/json/yaml_events.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes/alias.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes/document.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes/mapping.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes/node.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes/scalar.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes/sequence.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/nodes.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/omap.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/scalar_scanner.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/streaming.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/tree_builder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/depth_first.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/emitter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/json_tree.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/visitor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/y.rb +0 -0
data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.4 → psych-5.2.5}/gem_make.out
RENAMED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
1
|
+
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych
|
|
2
2
|
/usr/local/bin/ruby extconf.rb
|
|
3
3
|
checking for pkg-config for yaml-0.1... [" ", "", "-lyaml"]
|
|
4
4
|
checking for yaml.h... yes
|
|
5
5
|
checking for yaml_get_version() in -lyaml... yes
|
|
6
6
|
creating Makefile
|
|
7
7
|
|
|
8
|
-
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
10
|
-
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
8
|
+
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-u1e5r3 sitelibdir\=./.gem.20250512-3231-u1e5r3 clean
|
|
10
|
+
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
11
11
|
cd libyaml && make clean
|
|
12
12
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
13
13
|
make[1]: [Makefile:283: clean-so] Error 2 (ignored)
|
|
14
|
-
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
14
|
+
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
15
15
|
|
|
16
|
-
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
17
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
-
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
16
|
+
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych
|
|
17
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-u1e5r3 sitelibdir\=./.gem.20250512-3231-u1e5r3
|
|
18
|
+
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
19
19
|
compiling psych.c
|
|
20
20
|
compiling psych_emitter.c
|
|
21
21
|
compiling psych_parser.c
|
|
22
22
|
compiling psych_to_ruby.c
|
|
23
23
|
compiling psych_yaml_tree.c
|
|
24
24
|
linking shared-object psych.so
|
|
25
|
-
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
25
|
+
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
26
26
|
|
|
27
|
-
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
28
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
29
|
-
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
30
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
|
31
|
-
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
27
|
+
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych
|
|
28
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-u1e5r3 sitelibdir\=./.gem.20250512-3231-u1e5r3 install
|
|
29
|
+
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
30
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20250512-3231-u1e5r3
|
|
31
|
+
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
32
32
|
|
|
33
|
-
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
34
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
35
|
-
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
33
|
+
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych
|
|
34
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-u1e5r3 sitelibdir\=./.gem.20250512-3231-u1e5r3 clean
|
|
35
|
+
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
36
36
|
cd libyaml && make clean
|
|
37
37
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
38
38
|
make[1]: [Makefile:283: clean-so] Error 2 (ignored)
|
|
39
|
-
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.
|
|
39
|
+
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.5/ext/psych'
|
|
@@ -3,24 +3,24 @@ current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vend
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-ppvf6h sitelibdir\=./.gem.20250512-3231-ppvf6h clean
|
|
7
7
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
8
8
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
9
9
|
|
|
10
10
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-ppvf6h sitelibdir\=./.gem.20250512-3231-ppvf6h
|
|
12
12
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
13
13
|
compiling cparse.c
|
|
14
14
|
linking shared-object racc/cparse.so
|
|
15
15
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
16
16
|
|
|
17
17
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-ppvf6h sitelibdir\=./.gem.20250512-3231-ppvf6h install
|
|
19
19
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
20
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
|
20
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20250512-3231-ppvf6h/racc
|
|
21
21
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
22
22
|
|
|
23
23
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-ppvf6h sitelibdir\=./.gem.20250512-3231-ppvf6h clean
|
|
25
25
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
26
26
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
@@ -4,24 +4,24 @@ checking for rb_io_mode_t in ruby/io.h... no
|
|
|
4
4
|
creating Makefile
|
|
5
5
|
|
|
6
6
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-g6y6qi sitelibdir\=./.gem.20250512-3231-g6y6qi clean
|
|
8
8
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
9
9
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
10
10
|
|
|
11
11
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
12
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
12
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-g6y6qi sitelibdir\=./.gem.20250512-3231-g6y6qi
|
|
13
13
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
14
14
|
compiling stringio.c
|
|
15
15
|
linking shared-object stringio.so
|
|
16
16
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
17
17
|
|
|
18
18
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-g6y6qi sitelibdir\=./.gem.20250512-3231-g6y6qi install
|
|
20
20
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
21
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
|
21
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20250512-3231-g6y6qi
|
|
22
22
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
23
23
|
|
|
24
24
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio
|
|
25
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
25
|
+
make DESTDIR\= sitearchdir\=./.gem.20250512-3231-g6y6qi sitelibdir\=./.gem.20250512-3231-g6y6qi clean
|
|
26
26
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
27
27
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/ext/stringio'
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.6.2 / 2025-05-12
|
|
4
|
+
|
|
5
|
+
- Handle upcoming changes to the `cgi` gem in Ruby 3.5 ([#147][pull-147])
|
|
6
|
+
|
|
7
|
+
- Fix issues found with `htmldiff` in Ruby 1.8 (which is used approximately
|
|
8
|
+
never, since the code change which broke Ruby 1.8 was made 6 years ago).
|
|
9
|
+
[#148][pull-148]
|
|
10
|
+
|
|
11
|
+
- Fixed some standardrb formatting and configuration issues.
|
|
12
|
+
|
|
3
13
|
## 1.6.1 / 2025-03-25
|
|
4
14
|
|
|
5
15
|
- Performed further work on `Diff::LCS::Ldiff` improvements ([#46][issue-46])
|
|
@@ -495,6 +505,8 @@
|
|
|
495
505
|
[pull-104]: https://github.com/halostatue/diff-lcs/pull/104
|
|
496
506
|
[pull-105]: https://github.com/halostatue/diff-lcs/pull/105
|
|
497
507
|
[pull-129]: https://github.com/halostatue/diff-lcs/pull/129
|
|
508
|
+
[pull-147]: https://github.com/halostatue/diff-lcs/pull/147
|
|
509
|
+
[pull-148]: https://github.com/halostatue/diff-lcs/pull/148
|
|
498
510
|
[rspec-expectations#200]: https://github.com/rspec/rspec-expectations/pull/200
|
|
499
511
|
[rspec-expectations#219]: https://github.com/rspec/rspec-expectations/issues/219
|
|
500
512
|
[rspec-expectations#238]: https://github.com/rspec/rspec-expectations/issues/238
|
|
@@ -16,7 +16,7 @@ Diff::LCS computes the difference between two Enumerable sequences using the
|
|
|
16
16
|
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
|
|
17
17
|
to create a simple HTML diff output format and a standard diff-like tool.
|
|
18
18
|
|
|
19
|
-
This is release 1.
|
|
19
|
+
This is release 1.6.1, providing a simple extension that allows for
|
|
20
20
|
Diff::LCS::Change objects to be treated implicitly as arrays and fixes a number
|
|
21
21
|
of formatting issues.
|
|
22
22
|
|
|
@@ -4,13 +4,17 @@ require "rspec/core/rake_task"
|
|
|
4
4
|
require "hoe"
|
|
5
5
|
require "rake/clean"
|
|
6
6
|
|
|
7
|
+
MAINTENANCE = ENV["MAINTENANCE"] == "true"
|
|
8
|
+
BUILD_DOCS = MAINTENANCE || ENV["DOCS"] == "true"
|
|
9
|
+
TRUSTED_RELEASE = ENV["rubygems_release_gem"] == "true"
|
|
10
|
+
|
|
7
11
|
Hoe.plugin :halostatue
|
|
8
12
|
Hoe.plugin :rubygems
|
|
9
13
|
|
|
10
14
|
Hoe.plugins.delete :debug
|
|
11
15
|
Hoe.plugins.delete :newb
|
|
12
|
-
Hoe.plugins.delete :publish
|
|
13
16
|
Hoe.plugins.delete :signing
|
|
17
|
+
Hoe.plugins.delete :publish unless BUILD_DOCS
|
|
14
18
|
|
|
15
19
|
if RUBY_VERSION < "1.9"
|
|
16
20
|
class Array # :nodoc:
|
|
@@ -37,7 +41,7 @@ end
|
|
|
37
41
|
_spec = Hoe.spec "diff-lcs" do
|
|
38
42
|
developer("Austin Ziegler", "halostatue@gmail.com")
|
|
39
43
|
|
|
40
|
-
self.trusted_release =
|
|
44
|
+
self.trusted_release = TRUSTED_RELEASE
|
|
41
45
|
|
|
42
46
|
require_ruby_version ">= 1.8"
|
|
43
47
|
|
|
@@ -57,12 +61,25 @@ _spec = Hoe.spec "diff-lcs" do
|
|
|
57
61
|
extra_dev_deps << ["rdoc", ">= 6.3.1", "< 7"]
|
|
58
62
|
end
|
|
59
63
|
|
|
64
|
+
if BUILD_DOCS
|
|
65
|
+
rake_tasks = Rake.application.instance_variable_get(:@tasks)
|
|
66
|
+
tasks = ["publish_docs", "publish_on_announce", "debug_email", "post_blog", "announce"]
|
|
67
|
+
tasks.each do |task|
|
|
68
|
+
rake_tasks.delete(task)
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
60
72
|
desc "Run all specifications"
|
|
61
73
|
RSpec::Core::RakeTask.new(:spec) do |t|
|
|
62
74
|
rspec_dirs = %w[spec lib].join(":")
|
|
63
75
|
t.rspec_opts = ["-I#{rspec_dirs}"]
|
|
64
76
|
end
|
|
65
77
|
|
|
78
|
+
task :version do
|
|
79
|
+
require "diff/lcs/version"
|
|
80
|
+
puts Diff::LCS::VERSION
|
|
81
|
+
end
|
|
82
|
+
|
|
66
83
|
Rake::Task["spec"].actions.uniq! { |a| a.source_location }
|
|
67
84
|
|
|
68
85
|
# standard:disable Style/HashSyntax
|
|
@@ -80,20 +97,19 @@ if RUBY_VERSION >= "3.0" && RUBY_ENGINE == "ruby"
|
|
|
80
97
|
end
|
|
81
98
|
end
|
|
82
99
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
100
|
+
if MAINTENANCE
|
|
101
|
+
task ruby18: :package do
|
|
102
|
+
require "diff/lcs/version"
|
|
103
|
+
# standard:disable Layout/HeredocIndentation
|
|
104
|
+
puts <<-MESSAGE
|
|
105
|
+
You are starting a barebones Ruby 1.8 docker environment for testing.
|
|
106
|
+
A snapshot package has been built, so install it with:
|
|
88
107
|
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
- ruby -S bundle
|
|
92
|
-
- rake
|
|
108
|
+
cd diff-lcs
|
|
109
|
+
gem install pkg/diff-lcs-#{Diff::LCS::VERSION}
|
|
93
110
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
sh "docker run -it --rm -v #{Dir.pwd}:/root/diff-lcs bellbind/docker-ruby18-rails2 bash -l"
|
|
111
|
+
MESSAGE
|
|
112
|
+
# standard:enable Layout/HeredocIndentation
|
|
113
|
+
sh "docker run -it --rm -v #{Dir.pwd}:/root/diff-lcs bellbind/docker-ruby18-rails2 bash -l"
|
|
114
|
+
end
|
|
99
115
|
end
|
|
@@ -45,9 +45,9 @@ class Diff::LCS::Change
|
|
|
45
45
|
arr = arr.flatten(1)
|
|
46
46
|
case arr.size
|
|
47
47
|
when 5
|
|
48
|
-
Diff::LCS::ContextChange.new(*
|
|
48
|
+
Diff::LCS::ContextChange.new(*arr[0...5])
|
|
49
49
|
when 3
|
|
50
|
-
Diff::LCS::Change.new(*
|
|
50
|
+
Diff::LCS::Change.new(*arr[0...3])
|
|
51
51
|
else
|
|
52
52
|
fail "Invalid change array format provided."
|
|
53
53
|
end
|
data/vendor/bundle/ruby/3.3.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/htmldiff.rb
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require "
|
|
3
|
+
require "erb"
|
|
4
4
|
|
|
5
5
|
# Produce a simple HTML diff view.
|
|
6
6
|
class Diff::LCS::HTMLDiff
|
|
@@ -126,8 +126,8 @@ h1 { margin-left: 2em; }
|
|
|
126
126
|
@right.map! { |line| formatter.expand(line.chomp) }
|
|
127
127
|
end
|
|
128
128
|
|
|
129
|
-
@left.map! { |line|
|
|
130
|
-
@right.map! { |line|
|
|
129
|
+
@left.map! { |line| ERB::Util.html_escape(line.chomp) }
|
|
130
|
+
@right.map! { |line| ERB::Util.html_escape(line.chomp) }
|
|
131
131
|
|
|
132
132
|
# standard:disable Layout/HeredocIndentation
|
|
133
133
|
@options[:output] << <<-OUTPUT
|
|
@@ -333,7 +333,7 @@ class << Diff::LCS
|
|
|
333
333
|
if callbacks.respond_to?(:finished_a) && !run_finished_a
|
|
334
334
|
ax = string ? seq1[-1, 1] : seq1[-1]
|
|
335
335
|
bx = string ? seq2[bj, 1] : seq2[bj]
|
|
336
|
-
event = Diff::LCS::ContextChange.new(">",
|
|
336
|
+
event = Diff::LCS::ContextChange.new(">", a_size - 1, ax, bj, bx)
|
|
337
337
|
event = yield event if block_given?
|
|
338
338
|
callbacks.finished_a(event)
|
|
339
339
|
run_finished_a = true
|
|
@@ -355,7 +355,7 @@ class << Diff::LCS
|
|
|
355
355
|
if callbacks.respond_to?(:finished_b) && !run_finished_b
|
|
356
356
|
ax = string ? seq1[ai, 1] : seq1[ai]
|
|
357
357
|
bx = string ? seq2[-1, 1] : seq2[-1]
|
|
358
|
-
event = Diff::LCS::ContextChange.new("<", ai, ax,
|
|
358
|
+
event = Diff::LCS::ContextChange.new("<", ai, ax, b_size - 1, bx)
|
|
359
359
|
event = yield event if block_given?
|
|
360
360
|
callbacks.finished_b(event)
|
|
361
361
|
run_finished_b = true
|
|
@@ -24,6 +24,15 @@ static VALUE path2class(VALUE self, VALUE path)
|
|
|
24
24
|
return rb_path_to_class(path);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
static VALUE init_struct(VALUE self, VALUE data, VALUE attrs)
|
|
28
|
+
{
|
|
29
|
+
VALUE args = rb_ary_new2(1);
|
|
30
|
+
rb_ary_push(args, attrs);
|
|
31
|
+
rb_struct_initialize(data, args);
|
|
32
|
+
|
|
33
|
+
return data;
|
|
34
|
+
}
|
|
35
|
+
|
|
27
36
|
void Init_psych_to_ruby(void)
|
|
28
37
|
{
|
|
29
38
|
VALUE psych = rb_define_module("Psych");
|
|
@@ -33,6 +42,7 @@ void Init_psych_to_ruby(void)
|
|
|
33
42
|
VALUE visitor = rb_define_class_under(visitors, "Visitor", rb_cObject);
|
|
34
43
|
cPsychVisitorsToRuby = rb_define_class_under(visitors, "ToRuby", visitor);
|
|
35
44
|
|
|
45
|
+
rb_define_private_method(cPsychVisitorsToRuby, "init_struct", init_struct, 2);
|
|
36
46
|
rb_define_private_method(cPsychVisitorsToRuby, "build_exception", build_exception, 2);
|
|
37
47
|
rb_define_private_method(class_loader, "path2class", path2class, 1);
|
|
38
48
|
}
|
|
@@ -18,12 +18,19 @@ if defined?(::IRB)
|
|
|
18
18
|
require_relative 'y'
|
|
19
19
|
end
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
#
|
|
23
|
-
|
|
21
|
+
# Up to Ruby 3.4, Set was a regular object and was dumped as such
|
|
22
|
+
# by Pysch.
|
|
23
|
+
# Starting from Ruby 3.5 it's a core class written in C, so we have to implement
|
|
24
|
+
# #encode_with / #init_with to preserve backward compatibility.
|
|
25
|
+
if defined?(::Set) && Set.new.instance_variables.empty?
|
|
24
26
|
class Set
|
|
25
27
|
def encode_with(coder)
|
|
26
|
-
|
|
28
|
+
hash = {}
|
|
29
|
+
each do |m|
|
|
30
|
+
hash[m] = true
|
|
31
|
+
end
|
|
32
|
+
coder["hash"] = hash
|
|
33
|
+
coder
|
|
27
34
|
end
|
|
28
35
|
|
|
29
36
|
def init_with(coder)
|
data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/to_ruby.rb
RENAMED
|
@@ -96,11 +96,11 @@ module Psych
|
|
|
96
96
|
Float(@ss.tokenize(o.value))
|
|
97
97
|
when "!ruby/regexp"
|
|
98
98
|
klass = class_loader.regexp
|
|
99
|
-
|
|
100
|
-
source =
|
|
99
|
+
matches = /^\/(?<string>.*)\/(?<options>[mixn]*)$/m.match(o.value)
|
|
100
|
+
source = matches[:string].gsub('\/', '/')
|
|
101
101
|
options = 0
|
|
102
102
|
lang = nil
|
|
103
|
-
|
|
103
|
+
matches[:options].each_char do |option|
|
|
104
104
|
case option
|
|
105
105
|
when 'x' then options |= Regexp::EXTENDED
|
|
106
106
|
when 'i' then options |= Regexp::IGNORECASE
|
|
@@ -197,6 +197,32 @@ module Psych
|
|
|
197
197
|
s
|
|
198
198
|
end
|
|
199
199
|
|
|
200
|
+
when /^!ruby\/data(-with-ivars)?(?::(.*))?$/
|
|
201
|
+
data = register(o, resolve_class($2).allocate) if $2
|
|
202
|
+
members = {}
|
|
203
|
+
|
|
204
|
+
if $1 # data-with-ivars
|
|
205
|
+
ivars = {}
|
|
206
|
+
o.children.each_slice(2) do |type, vars|
|
|
207
|
+
case accept(type)
|
|
208
|
+
when 'members'
|
|
209
|
+
revive_data_members(members, vars)
|
|
210
|
+
data ||= allocate_anon_data(o, members)
|
|
211
|
+
when 'ivars'
|
|
212
|
+
revive_hash(ivars, vars)
|
|
213
|
+
end
|
|
214
|
+
end
|
|
215
|
+
ivars.each do |ivar, v|
|
|
216
|
+
data.instance_variable_set ivar, v
|
|
217
|
+
end
|
|
218
|
+
else
|
|
219
|
+
revive_data_members(members, o)
|
|
220
|
+
end
|
|
221
|
+
data ||= allocate_anon_data(o, members)
|
|
222
|
+
init_struct(data, **members)
|
|
223
|
+
data.freeze
|
|
224
|
+
data
|
|
225
|
+
|
|
200
226
|
when /^!ruby\/object:?(.*)?$/
|
|
201
227
|
name = $1 || 'Object'
|
|
202
228
|
|
|
@@ -340,6 +366,20 @@ module Psych
|
|
|
340
366
|
list
|
|
341
367
|
end
|
|
342
368
|
|
|
369
|
+
def allocate_anon_data node, members
|
|
370
|
+
klass = class_loader.data.define(*members.keys)
|
|
371
|
+
register(node, klass.allocate)
|
|
372
|
+
end
|
|
373
|
+
|
|
374
|
+
def revive_data_members hash, o
|
|
375
|
+
o.children.each_slice(2) do |k,v|
|
|
376
|
+
name = accept(k)
|
|
377
|
+
value = accept(v)
|
|
378
|
+
hash[class_loader.symbolize(name)] = value
|
|
379
|
+
end
|
|
380
|
+
hash
|
|
381
|
+
end
|
|
382
|
+
|
|
343
383
|
def revive_hash hash, o, tagged= false
|
|
344
384
|
o.children.each_slice(2) { |k,v|
|
|
345
385
|
key = accept(k)
|
data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.4 → psych-5.2.5}/lib/psych/visitors/yaml_tree.rb
RENAMED
|
@@ -73,7 +73,7 @@ module Psych
|
|
|
73
73
|
|
|
74
74
|
method = respond_to?(method) ? method : h[klass.superclass]
|
|
75
75
|
|
|
76
|
-
raise(TypeError, "
|
|
76
|
+
raise(TypeError, "can't dump #{klass.name}") unless method
|
|
77
77
|
|
|
78
78
|
h[klass] = method
|
|
79
79
|
end.compare_by_identity
|
|
@@ -162,6 +162,44 @@ module Psych
|
|
|
162
162
|
|
|
163
163
|
alias :visit_Delegator :visit_Object
|
|
164
164
|
|
|
165
|
+
def visit_Data o
|
|
166
|
+
ivars = o.instance_variables
|
|
167
|
+
if ivars.empty?
|
|
168
|
+
tag = ['!ruby/data', o.class.name].compact.join(':')
|
|
169
|
+
register o, @emitter.start_mapping(nil, tag, false, Nodes::Mapping::BLOCK)
|
|
170
|
+
o.members.each do |member|
|
|
171
|
+
@emitter.scalar member.to_s, nil, nil, true, false, Nodes::Scalar::ANY
|
|
172
|
+
accept o.send member
|
|
173
|
+
end
|
|
174
|
+
@emitter.end_mapping
|
|
175
|
+
|
|
176
|
+
else
|
|
177
|
+
tag = ['!ruby/data-with-ivars', o.class.name].compact.join(':')
|
|
178
|
+
node = @emitter.start_mapping(nil, tag, false, Psych::Nodes::Mapping::BLOCK)
|
|
179
|
+
register(o, node)
|
|
180
|
+
|
|
181
|
+
# Dump the members
|
|
182
|
+
accept 'members'
|
|
183
|
+
@emitter.start_mapping nil, nil, true, Nodes::Mapping::BLOCK
|
|
184
|
+
o.members.each do |member|
|
|
185
|
+
@emitter.scalar member.to_s, nil, nil, true, false, Nodes::Scalar::ANY
|
|
186
|
+
accept o.send member
|
|
187
|
+
end
|
|
188
|
+
@emitter.end_mapping
|
|
189
|
+
|
|
190
|
+
# Dump the ivars
|
|
191
|
+
accept 'ivars'
|
|
192
|
+
@emitter.start_mapping nil, nil, true, Nodes::Mapping::BLOCK
|
|
193
|
+
ivars.each do |ivar|
|
|
194
|
+
accept ivar.to_s
|
|
195
|
+
accept o.instance_variable_get ivar
|
|
196
|
+
end
|
|
197
|
+
@emitter.end_mapping
|
|
198
|
+
|
|
199
|
+
@emitter.end_mapping
|
|
200
|
+
end
|
|
201
|
+
end
|
|
202
|
+
|
|
165
203
|
def visit_Struct o
|
|
166
204
|
tag = ['!ruby/struct', o.class.name].compact.join(':')
|
|
167
205
|
|
|
@@ -23,7 +23,6 @@ require_relative 'psych/parser'
|
|
|
23
23
|
require_relative 'psych/omap'
|
|
24
24
|
require_relative 'psych/set'
|
|
25
25
|
require_relative 'psych/coder'
|
|
26
|
-
require_relative 'psych/core_ext'
|
|
27
26
|
require_relative 'psych/stream'
|
|
28
27
|
require_relative 'psych/json/tree_builder'
|
|
29
28
|
require_relative 'psych/json/stream'
|
|
@@ -654,6 +653,35 @@ module Psych
|
|
|
654
653
|
result
|
|
655
654
|
end
|
|
656
655
|
|
|
656
|
+
###
|
|
657
|
+
# Load multiple documents given in +yaml+. Returns the parsed documents
|
|
658
|
+
# as a list.
|
|
659
|
+
#
|
|
660
|
+
# Example:
|
|
661
|
+
#
|
|
662
|
+
# Psych.safe_load_stream("--- foo\n...\n--- bar\n...") # => ['foo', 'bar']
|
|
663
|
+
#
|
|
664
|
+
# list = []
|
|
665
|
+
# Psych.safe_load_stream("--- foo\n...\n--- bar\n...") do |ruby|
|
|
666
|
+
# list << ruby
|
|
667
|
+
# end
|
|
668
|
+
# list # => ['foo', 'bar']
|
|
669
|
+
#
|
|
670
|
+
def self.safe_load_stream yaml, filename: nil, permitted_classes: [], aliases: false
|
|
671
|
+
documents = parse_stream(yaml, filename: filename).children.map do |child|
|
|
672
|
+
stream = Psych::Nodes::Stream.new
|
|
673
|
+
stream.children << child
|
|
674
|
+
safe_load(stream.to_yaml, permitted_classes: permitted_classes, aliases: aliases)
|
|
675
|
+
end
|
|
676
|
+
|
|
677
|
+
if block_given?
|
|
678
|
+
documents.each { |doc| yield doc }
|
|
679
|
+
nil
|
|
680
|
+
else
|
|
681
|
+
documents
|
|
682
|
+
end
|
|
683
|
+
end
|
|
684
|
+
|
|
657
685
|
###
|
|
658
686
|
# Load the document contained in +filename+. Returns the yaml contained in
|
|
659
687
|
# +filename+ as a Ruby object, or if the file is empty, it returns
|
|
@@ -761,3 +789,5 @@ module Psych
|
|
|
761
789
|
self.domain_types = {}
|
|
762
790
|
# :startdoc:
|
|
763
791
|
end
|
|
792
|
+
|
|
793
|
+
require_relative 'psych/core_ext'
|
|
Binary file
|
data/vendor/bundle/ruby/3.3.0/specifications/{diff-lcs-1.6.1.gemspec → diff-lcs-1.6.2.gemspec}
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: diff-lcs 1.6.
|
|
2
|
+
# stub: diff-lcs 1.6.2 ruby lib
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "diff-lcs".freeze
|
|
6
|
-
s.version = "1.6.
|
|
6
|
+
s.version = "1.6.2".freeze
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
9
|
s.metadata = { "bug_tracker_uri" => "https://github.com/halostatue/diff-lcs/issues", "changelog_uri" => "https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/halostatue/diff-lcs", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/halostatue/diff-lcs" } if s.respond_to? :metadata=
|
|
10
10
|
s.require_paths = ["lib".freeze]
|
|
11
11
|
s.authors = ["Austin Ziegler".freeze]
|
|
12
|
-
s.date = "2025-
|
|
13
|
-
s.description = "Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.
|
|
12
|
+
s.date = "2025-05-12"
|
|
13
|
+
s.description = "Diff::LCS computes the difference between two Enumerable sequences using the\nMcIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities\nto create a simple HTML diff output format and a standard diff-like tool.\n\nThis is release 1.6.1, providing a simple extension that allows for\nDiff::LCS::Change objects to be treated implicitly as arrays and fixes a number\nof formatting issues.\n\nRuby versions below 2.5 are soft-deprecated, which means that older versions are\nno longer part of the CI test suite. If any changes have been introduced that\nbreak those versions, bug reports and patches will be accepted, but it will be\nup to the reporter to verify any fixes prior to release. The next major release\nwill completely break compatibility.".freeze
|
|
14
14
|
s.email = ["halostatue@gmail.com".freeze]
|
|
15
15
|
s.executables = ["htmldiff".freeze, "ldiff".freeze]
|
|
16
16
|
s.extra_rdoc_files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "CONTRIBUTORS.md".freeze, "LICENCE.md".freeze, "Manifest.txt".freeze, "README.md".freeze, "SECURITY.md".freeze, "docs/COPYING.txt".freeze, "docs/artistic.txt".freeze]
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: psych 5.2.
|
|
2
|
+
# stub: psych 5.2.5 ruby lib
|
|
3
3
|
# stub: ext/psych/extconf.rb
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "psych".freeze
|
|
7
|
-
s.version = "5.2.
|
|
7
|
+
s.version = "5.2.5".freeze
|
|
8
8
|
|
|
9
9
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
10
10
|
s.metadata = { "changelog_uri" => "https://github.com/ruby/psych/releases", "msys2_mingw_dependencies" => "libyaml" } if s.respond_to? :metadata=
|
|
11
11
|
s.require_paths = ["lib".freeze]
|
|
12
12
|
s.authors = ["Aaron Patterson".freeze, "SHIBATA Hiroshi".freeze, "Charles Oliver Nutter".freeze]
|
|
13
|
-
s.date = "2025-05-
|
|
13
|
+
s.date = "2025-05-09"
|
|
14
14
|
s.description = "Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping libyaml,\nPsych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.\n".freeze
|
|
15
15
|
s.email = ["aaron@tenderlovemaking.com".freeze, "hsbt@ruby-lang.org".freeze, "headius@headius.com".freeze]
|
|
16
16
|
s.extensions = ["ext/psych/extconf.rb".freeze]
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
s.licenses = ["MIT".freeze]
|
|
21
21
|
s.rdoc_options = ["--main".freeze, "README.md".freeze]
|
|
22
22
|
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze)
|
|
23
|
-
s.rubygems_version = "3.5.
|
|
23
|
+
s.rubygems_version = "3.5.22".freeze
|
|
24
24
|
s.summary = "Psych is a YAML parser and emitter".freeze
|
|
25
25
|
|
|
26
26
|
s.installed_by_version = "3.6.5".freeze
|