ory-kratos-client 1.2.1 → 1.3.5
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 +11 -11
- data/README.md +13 -5
- data/docs/ContinueWith.md +3 -0
- data/docs/ContinueWithRecoveryUiFlow.md +1 -1
- data/docs/ContinueWithRedirectBrowserTo.md +20 -0
- data/docs/ContinueWithSettingsUiFlow.md +3 -1
- data/docs/ContinueWithVerificationUiFlow.md +1 -1
- data/docs/CreateFedcmFlowResponse.md +20 -0
- data/docs/CreateIdentityBody.md +2 -0
- data/docs/FrontendApi.md +148 -12
- data/docs/IdentityApi.md +18 -12
- data/docs/IdentityCredentials.md +1 -1
- data/docs/IdentityCredentialsCode.md +2 -4
- data/docs/IdentityCredentialsCodeAddress.md +20 -0
- data/docs/IdentityCredentialsOidcProvider.md +3 -1
- data/docs/IdentityCredentialsPassword.md +3 -1
- data/docs/IdentityPatchResponse.md +3 -1
- data/docs/IdentityWithCredentialsOidcConfigProvider.md +3 -1
- data/docs/IdentityWithCredentialsPasswordConfig.md +3 -1
- data/docs/LoginFlow.md +1 -1
- data/docs/Provider.md +30 -0
- data/docs/RegistrationFlow.md +1 -1
- data/docs/UiNode.md +1 -1
- data/docs/UiNodeInputAttributes.md +8 -2
- data/docs/UpdateFedcmFlowBody.md +22 -0
- data/docs/UpdateLoginFlowBody.md +3 -0
- data/docs/UpdateLoginFlowWithCodeMethod.md +2 -0
- data/docs/UpdateLoginFlowWithIdentifierFirstMethod.md +24 -0
- data/docs/UpdateLoginFlowWithOidcMethod.md +1 -1
- data/docs/UpdateRegistrationFlowBody.md +4 -1
- data/docs/UpdateRegistrationFlowWithOidcMethod.md +1 -1
- data/docs/UpdateRegistrationFlowWithProfileMethod.md +1 -1
- data/lib/ory-kratos-client/api/courier_api.rb +1 -1
- data/lib/ory-kratos-client/api/frontend_api.rb +141 -7
- data/lib/ory-kratos-client/api/identity_api.rb +19 -13
- data/lib/ory-kratos-client/api/metadata_api.rb +1 -1
- data/lib/ory-kratos-client/api_client.rb +1 -1
- data/lib/ory-kratos-client/api_error.rb +1 -1
- data/lib/ory-kratos-client/configuration.rb +1 -1
- data/lib/ory-kratos-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-kratos-client/models/batch_patch_identities_response.rb +1 -1
- data/lib/ory-kratos-client/models/consistency_request_parameters.rb +1 -1
- data/lib/ory-kratos-client/models/continue_with.rb +3 -1
- data/lib/ory-kratos-client/models/continue_with_recovery_ui.rb +1 -1
- data/lib/ory-kratos-client/models/continue_with_recovery_ui_flow.rb +2 -2
- data/lib/ory-kratos-client/models/continue_with_redirect_browser_to.rb +274 -0
- data/lib/ory-kratos-client/models/continue_with_set_ory_session_token.rb +1 -1
- data/lib/ory-kratos-client/models/continue_with_settings_ui.rb +1 -1
- data/lib/ory-kratos-client/models/continue_with_settings_ui_flow.rb +15 -5
- data/lib/ory-kratos-client/models/continue_with_verification_ui.rb +1 -1
- data/lib/ory-kratos-client/models/continue_with_verification_ui_flow.rb +2 -2
- data/lib/ory-kratos-client/models/courier_message_status.rb +1 -1
- data/lib/ory-kratos-client/models/courier_message_type.rb +1 -1
- data/lib/ory-kratos-client/models/create_fedcm_flow_response.rb +226 -0
- data/lib/ory-kratos-client/models/create_identity_body.rb +12 -2
- data/lib/ory-kratos-client/models/create_recovery_code_for_identity_body.rb +1 -1
- data/lib/ory-kratos-client/models/create_recovery_link_for_identity_body.rb +1 -1
- data/lib/ory-kratos-client/models/delete_my_sessions_count.rb +1 -1
- data/lib/ory-kratos-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-kratos-client/models/error_browser_location_change_required.rb +1 -1
- data/lib/ory-kratos-client/models/error_flow_replaced.rb +1 -1
- data/lib/ory-kratos-client/models/error_generic.rb +1 -1
- data/lib/ory-kratos-client/models/flow_error.rb +1 -1
- data/lib/ory-kratos-client/models/generic_error.rb +1 -1
- data/lib/ory-kratos-client/models/get_version200_response.rb +1 -1
- data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-kratos-client/models/health_status.rb +1 -1
- data/lib/ory-kratos-client/models/identity.rb +1 -1
- data/lib/ory-kratos-client/models/identity_credentials.rb +4 -4
- data/lib/ory-kratos-client/models/identity_credentials_code.rb +10 -19
- data/lib/ory-kratos-client/models/identity_credentials_code_address.rb +224 -0
- data/lib/ory-kratos-client/models/identity_credentials_oidc.rb +1 -1
- data/lib/ory-kratos-client/models/identity_credentials_oidc_provider.rb +14 -5
- data/lib/ory-kratos-client/models/identity_credentials_password.rb +15 -5
- data/lib/ory-kratos-client/models/identity_patch.rb +1 -1
- data/lib/ory-kratos-client/models/identity_patch_response.rb +15 -5
- data/lib/ory-kratos-client/models/identity_schema_container.rb +1 -1
- data/lib/ory-kratos-client/models/identity_with_credentials.rb +1 -1
- data/lib/ory-kratos-client/models/identity_with_credentials_oidc.rb +1 -1
- data/lib/ory-kratos-client/models/identity_with_credentials_oidc_config.rb +1 -1
- data/lib/ory-kratos-client/models/identity_with_credentials_oidc_config_provider.rb +15 -5
- data/lib/ory-kratos-client/models/identity_with_credentials_password.rb +1 -1
- data/lib/ory-kratos-client/models/identity_with_credentials_password_config.rb +15 -5
- data/lib/ory-kratos-client/models/is_alive200_response.rb +1 -1
- data/lib/ory-kratos-client/models/is_ready503_response.rb +1 -1
- data/lib/ory-kratos-client/models/json_patch.rb +1 -1
- data/lib/ory-kratos-client/models/login_flow.rb +4 -4
- data/lib/ory-kratos-client/models/login_flow_state.rb +1 -1
- data/lib/ory-kratos-client/models/logout_flow.rb +1 -1
- data/lib/ory-kratos-client/models/message.rb +1 -1
- data/lib/ory-kratos-client/models/message_dispatch.rb +1 -1
- data/lib/ory-kratos-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-kratos-client/models/o_auth2_client.rb +1 -1
- data/lib/ory-kratos-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
- data/lib/ory-kratos-client/models/o_auth2_login_request.rb +1 -1
- data/lib/ory-kratos-client/models/patch_identities_body.rb +1 -1
- data/lib/ory-kratos-client/models/perform_native_logout_body.rb +1 -1
- data/lib/ory-kratos-client/models/provider.rb +279 -0
- data/lib/ory-kratos-client/models/recovery_code_for_identity.rb +1 -1
- data/lib/ory-kratos-client/models/recovery_flow.rb +1 -1
- data/lib/ory-kratos-client/models/recovery_flow_state.rb +1 -1
- data/lib/ory-kratos-client/models/recovery_identity_address.rb +1 -1
- data/lib/ory-kratos-client/models/recovery_link_for_identity.rb +1 -1
- data/lib/ory-kratos-client/models/registration_flow.rb +4 -4
- data/lib/ory-kratos-client/models/registration_flow_state.rb +1 -1
- data/lib/ory-kratos-client/models/self_service_flow_expired_error.rb +1 -1
- data/lib/ory-kratos-client/models/session.rb +1 -1
- data/lib/ory-kratos-client/models/session_authentication_method.rb +1 -1
- data/lib/ory-kratos-client/models/session_device.rb +1 -1
- data/lib/ory-kratos-client/models/settings_flow.rb +1 -1
- data/lib/ory-kratos-client/models/settings_flow_state.rb +1 -1
- data/lib/ory-kratos-client/models/successful_code_exchange_response.rb +1 -1
- data/lib/ory-kratos-client/models/successful_native_login.rb +1 -1
- data/lib/ory-kratos-client/models/successful_native_registration.rb +1 -1
- data/lib/ory-kratos-client/models/token_pagination.rb +1 -1
- data/lib/ory-kratos-client/models/token_pagination_headers.rb +1 -1
- data/lib/ory-kratos-client/models/ui_container.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node.rb +4 -4
- data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +58 -4
- data/lib/ory-kratos-client/models/ui_node_meta.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_script_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +1 -1
- data/lib/ory-kratos-client/models/ui_text.rb +1 -1
- data/lib/ory-kratos-client/models/update_fedcm_flow_body.rb +249 -0
- data/lib/ory-kratos-client/models/update_identity_body.rb +1 -1
- data/lib/ory-kratos-client/models/update_login_flow_body.rb +3 -1
- data/lib/ory-kratos-client/models/update_login_flow_with_code_method.rb +12 -2
- data/lib/ory-kratos-client/models/update_login_flow_with_identifier_first_method.rb +260 -0
- data/lib/ory-kratos-client/models/update_login_flow_with_lookup_secret_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_login_flow_with_oidc_method.rb +2 -2
- data/lib/ory-kratos-client/models/update_login_flow_with_passkey_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_login_flow_with_password_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_login_flow_with_totp_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_login_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_recovery_flow_body.rb +1 -1
- data/lib/ory-kratos-client/models/update_recovery_flow_with_code_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_recovery_flow_with_link_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_registration_flow_body.rb +4 -2
- data/lib/ory-kratos-client/models/update_registration_flow_with_code_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_registration_flow_with_oidc_method.rb +2 -2
- data/lib/ory-kratos-client/models/update_registration_flow_with_passkey_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_registration_flow_with_password_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_registration_flow_with_profile_method.rb +36 -2
- data/lib/ory-kratos-client/models/update_registration_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_body.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_with_lookup_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_with_oidc_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_with_passkey_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_with_password_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_with_profile_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_with_totp_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_settings_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_verification_flow_body.rb +1 -1
- data/lib/ory-kratos-client/models/update_verification_flow_with_code_method.rb +1 -1
- data/lib/ory-kratos-client/models/update_verification_flow_with_link_method.rb +1 -1
- data/lib/ory-kratos-client/models/verifiable_identity_address.rb +1 -1
- data/lib/ory-kratos-client/models/verification_flow.rb +1 -1
- data/lib/ory-kratos-client/models/verification_flow_state.rb +1 -1
- data/lib/ory-kratos-client/models/version.rb +1 -1
- data/lib/ory-kratos-client/version.rb +2 -2
- data/lib/ory-kratos-client.rb +7 -1
- data/ory-kratos-client.gemspec +1 -1
- data/spec/api/courier_api_spec.rb +1 -1
- data/spec/api/frontend_api_spec.rb +30 -4
- data/spec/api/identity_api_spec.rb +8 -6
- data/spec/api/metadata_api_spec.rb +1 -1
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/batch_patch_identities_response_spec.rb +1 -1
- data/spec/models/consistency_request_parameters_spec.rb +1 -1
- data/spec/models/continue_with_recovery_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_recovery_ui_spec.rb +1 -1
- data/spec/models/continue_with_redirect_browser_to_spec.rb +46 -0
- data/spec/models/continue_with_set_ory_session_token_spec.rb +1 -1
- data/spec/models/continue_with_settings_ui_flow_spec.rb +7 -1
- data/spec/models/continue_with_settings_ui_spec.rb +1 -1
- data/spec/models/continue_with_spec.rb +1 -1
- data/spec/models/continue_with_verification_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_verification_ui_spec.rb +1 -1
- data/spec/models/courier_message_status_spec.rb +1 -1
- data/spec/models/courier_message_type_spec.rb +1 -1
- data/spec/models/create_fedcm_flow_response_spec.rb +42 -0
- data/spec/models/create_identity_body_spec.rb +7 -1
- data/spec/models/create_recovery_code_for_identity_body_spec.rb +1 -1
- data/spec/models/create_recovery_link_for_identity_body_spec.rb +1 -1
- data/spec/models/delete_my_sessions_count_spec.rb +1 -1
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/error_browser_location_change_required_spec.rb +1 -1
- data/spec/models/error_flow_replaced_spec.rb +1 -1
- data/spec/models/error_generic_spec.rb +1 -1
- data/spec/models/flow_error_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/get_version200_response_spec.rb +1 -1
- data/spec/models/health_not_ready_status_spec.rb +1 -1
- data/spec/models/health_status_spec.rb +1 -1
- data/spec/models/identity_credentials_code_address_spec.rb +42 -0
- data/spec/models/identity_credentials_code_spec.rb +2 -8
- data/spec/models/identity_credentials_oidc_provider_spec.rb +7 -1
- data/spec/models/identity_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_credentials_password_spec.rb +7 -1
- data/spec/models/identity_credentials_spec.rb +2 -2
- data/spec/models/identity_patch_response_spec.rb +8 -2
- data/spec/models/identity_patch_spec.rb +1 -1
- data/spec/models/identity_schema_container_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_config_provider_spec.rb +7 -1
- data/spec/models/identity_with_credentials_oidc_config_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_with_credentials_password_config_spec.rb +7 -1
- data/spec/models/identity_with_credentials_password_spec.rb +1 -1
- data/spec/models/identity_with_credentials_spec.rb +1 -1
- data/spec/models/is_alive200_response_spec.rb +1 -1
- data/spec/models/is_ready503_response_spec.rb +1 -1
- data/spec/models/json_patch_spec.rb +1 -1
- data/spec/models/login_flow_spec.rb +2 -2
- data/spec/models/login_flow_state_spec.rb +1 -1
- data/spec/models/logout_flow_spec.rb +1 -1
- data/spec/models/message_dispatch_spec.rb +1 -1
- data/spec/models/message_spec.rb +1 -1
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/o_auth2_client_spec.rb +1 -1
- data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
- data/spec/models/o_auth2_login_request_spec.rb +1 -1
- data/spec/models/patch_identities_body_spec.rb +1 -1
- data/spec/models/perform_native_logout_body_spec.rb +1 -1
- data/spec/models/provider_spec.rb +72 -0
- data/spec/models/recovery_code_for_identity_spec.rb +1 -1
- data/spec/models/recovery_flow_spec.rb +1 -1
- data/spec/models/recovery_flow_state_spec.rb +1 -1
- data/spec/models/recovery_identity_address_spec.rb +1 -1
- data/spec/models/recovery_link_for_identity_spec.rb +1 -1
- data/spec/models/registration_flow_spec.rb +2 -2
- data/spec/models/registration_flow_state_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
- data/spec/models/session_authentication_method_spec.rb +1 -1
- data/spec/models/session_device_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/settings_flow_spec.rb +1 -1
- data/spec/models/settings_flow_state_spec.rb +1 -1
- data/spec/models/successful_code_exchange_response_spec.rb +1 -1
- data/spec/models/successful_native_login_spec.rb +1 -1
- data/spec/models/successful_native_registration_spec.rb +1 -1
- data/spec/models/token_pagination_headers_spec.rb +1 -1
- data/spec/models/token_pagination_spec.rb +1 -1
- data/spec/models/ui_container_spec.rb +1 -1
- data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
- data/spec/models/ui_node_attributes_spec.rb +1 -1
- data/spec/models/ui_node_image_attributes_spec.rb +1 -1
- data/spec/models/ui_node_input_attributes_spec.rb +27 -1
- data/spec/models/ui_node_meta_spec.rb +1 -1
- data/spec/models/ui_node_script_attributes_spec.rb +1 -1
- data/spec/models/ui_node_spec.rb +2 -2
- data/spec/models/ui_node_text_attributes_spec.rb +1 -1
- data/spec/models/ui_text_spec.rb +1 -1
- data/spec/models/update_fedcm_flow_body_spec.rb +48 -0
- data/spec/models/update_identity_body_spec.rb +1 -1
- data/spec/models/update_login_flow_body_spec.rb +1 -1
- data/spec/models/update_login_flow_with_code_method_spec.rb +7 -1
- data/spec/models/update_login_flow_with_identifier_first_method_spec.rb +54 -0
- data/spec/models/update_login_flow_with_lookup_secret_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_passkey_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_totp_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_recovery_flow_body_spec.rb +1 -1
- data/spec/models/update_recovery_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_recovery_flow_with_link_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_body_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_passkey_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_profile_method_spec.rb +5 -1
- data/spec/models/update_registration_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_body_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_lookup_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_passkey_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_profile_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_totp_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_verification_flow_body_spec.rb +1 -1
- data/spec/models/update_verification_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_verification_flow_with_link_method_spec.rb +1 -1
- data/spec/models/verifiable_identity_address_spec.rb +1 -1
- data/spec/models/verification_flow_spec.rb +1 -1
- data/spec/models/verification_flow_state_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/cache/diff-lcs-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ffi-1.17.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parallel-1.26.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parser-3.3.7.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/racc-1.8.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-core-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-expectations-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-mocks-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-support-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/stringio-3.1.5.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.1/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.1/gem_make.out +44 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/psych.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/gem_make.out +15 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.1.5/gem_make.out +15 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.1.5/stringio.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/breakpoint.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/CHANGELOG.md +491 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/CODE_OF_CONDUCT.md +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/CONTRIBUTING.md +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/CONTRIBUTORS.md +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/Contributing.md +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/Manifest.txt +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/README.md +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/Rakefile +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/SECURITY.md +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/docs/artistic.txt +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/lib/diff/lcs/change.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/lib/diff/lcs/htmldiff.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/lib/diff/lcs/hunk.rb +379 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/lib/diff/lcs/ldiff.rb +183 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/lib/diff/lcs.rb +742 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/spec/issues_spec.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/spec/ldiff_spec.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.0/spec/patch_spec.rb +416 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/CHANGELOG.md +465 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/Gemfile +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/Rakefile +206 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Function.c +1081 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/libffi/configure +23105 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/ext/ffi_c/libffi/fficonfig.h.in +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/lib/ffi/ffi.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/sig/ffi/auto_pointer.rbs +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.1/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.26.3/lib/parallel/version.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.26.3/lib/parallel.rb +708 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/LICENSE.txt +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/builders/default.rb +2338 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/context.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/current.rb +137 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/macruby.rb +9634 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby18.rb +9272 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby19.rb +9558 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby20.rb +10229 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby21.rb +10203 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby22.rb +10302 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby23.rb +10322 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby24.rb +10454 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby25.rb +10374 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby26.rb +10352 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby27.rb +11947 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby30.rb +12243 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby31.rb +12716 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby32.rb +12704 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby33.rb +12589 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/ruby34.rb +12596 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/rubymotion.rb +9515 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/runner.rb +299 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.7.1/lib/parser/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/api.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/grammar.rb +1191 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/grammarfileparser.rb +667 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/info.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parser-text.rb +644 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parser.rb +630 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parserfilegenerator.rb +473 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/state.rb +976 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/statetransitiontable.rb +311 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/static.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/Changelog.md +2425 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/bisect/fork_runner.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/configuration.rb +2419 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/configuration_options.rb +240 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/did_you_mean.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/drb.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/example.rb +666 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/exception_presenter.rb +552 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/html_snippet_extractor.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/hooks.rb +646 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/option_parser.rb +325 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/pending.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/rake_task.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/reporter.rb +266 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.3/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/Changelog.md +1352 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/block_snippet_extractor.rb +255 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/configuration.rb +235 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/failure_aggregator.rb +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/handler.rb +181 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/base_matcher.rb +225 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/change.rb +452 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/compound.rb +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/contain_exactly.rb +312 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/count_expectation.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/has.rb +194 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/include.rb +218 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/match.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/satisfy.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/english_phrasing.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers.rb +1046 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.2/Changelog.md +1299 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/message_expectation.rb +821 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.2/Changelog.md +408 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.2/lib/rspec/support/spec/shell_out.rb +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.2/lib/rspec/support/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/COPYING +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/NEWS.md +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/ext/stringio/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/ext/stringio/stringio.c +2016 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/ext/stringio/stringio.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/ext/stringio/stringio.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.5/lib/stringio.so +0 -0
- data/vendor/bundle/ruby/3.1.0/specifications/diff-lcs-1.6.0.gemspec +52 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ffi-1.17.1.gemspec +43 -0
- data/vendor/bundle/ruby/3.1.0/specifications/parallel-1.26.3.gemspec +21 -0
- data/vendor/bundle/ruby/3.1.0/specifications/parser-3.3.7.1.gemspec +52 -0
- data/vendor/bundle/ruby/3.1.0/specifications/racc-1.8.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-core-3.13.3.gemspec +37 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-expectations-3.13.3.gemspec +44 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-mocks-3.13.2.gemspec +44 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-support-3.13.2.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/stringio-3.1.5.gemspec +26 -0
- metadata +1142 -1114
- data/vendor/bundle/ruby/3.1.0/cache/diff-lcs-1.5.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ffi-1.17.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parallel-1.25.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parser-3.3.4.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/racc-1.8.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-core-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-expectations-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-mocks-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-support-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/stringio-3.1.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.0/gem_make.out +0 -44
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.0/gem_make.out +0 -15
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.0/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.1.1/gem_make.out +0 -15
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.1.1/stringio.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/Code-of-Conduct.md +0 -74
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/Contributing.md +0 -121
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/History.md +0 -431
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/Manifest.txt +0 -59
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/README.rdoc +0 -84
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/Rakefile +0 -130
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/docs/artistic.txt +0 -127
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/lib/diff/lcs/change.rb +0 -174
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/lib/diff/lcs/htmldiff.rb +0 -158
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/lib/diff/lcs/hunk.rb +0 -363
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/lib/diff/lcs/ldiff.rb +0 -173
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/lib/diff/lcs.rb +0 -741
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/spec/hunk_spec.rb +0 -83
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/spec/issues_spec.rb +0 -160
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/spec/ldiff_spec.rb +0 -89
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.1/spec/patch_spec.rb +0 -416
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/CHANGELOG.md +0 -456
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/Gemfile +0 -21
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/Rakefile +0 -206
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Function.c +0 -1063
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Makefile +0 -267
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure +0 -22791
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/ext/ffi_c/libffi/fficonfig.h.in +0 -188
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/lib/ffi/ffi.rb +0 -50
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/sig/ffi/auto_pointer.rbs +0 -27
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.0/sig/ffi/library.rbs +0 -42
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.25.1/lib/parallel/version.rb +0 -4
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.25.1/lib/parallel.rb +0 -699
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/LICENSE.txt +0 -25
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/builders/default.rb +0 -2338
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/context.rb +0 -49
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/current.rb +0 -137
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/macruby.rb +0 -9634
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby18.rb +0 -9272
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby19.rb +0 -9558
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby20.rb +0 -10229
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby21.rb +0 -10203
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby22.rb +0 -10302
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby23.rb +0 -10322
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby24.rb +0 -10454
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby25.rb +0 -10374
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby26.rb +0 -10352
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby27.rb +0 -11947
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby30.rb +0 -12243
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby31.rb +0 -12716
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby32.rb +0 -12704
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby33.rb +0 -12589
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/ruby34.rb +0 -12589
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/rubymotion.rb +0 -9515
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/runner.rb +0 -298
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.4.0/lib/parser/version.rb +0 -5
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/COPYING +0 -22
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/README.rdoc +0 -60
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/ext/racc/cparse/Makefile +0 -267
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/ext/racc/cparse/cparse.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/ext/racc/cparse/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/grammar.rb +0 -1191
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/grammarfileparser.rb +0 -667
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/info.rb +0 -18
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/parser-text.rb +0 -644
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/parser.rb +0 -630
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/parserfilegenerator.rb +0 -473
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/state.rb +0 -976
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/statetransitiontable.rb +0 -311
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc/static.rb +0 -5
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.0/lib/racc.rb +0 -6
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/Changelog.md +0 -2400
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/example_minimizer.rb +0 -173
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/fork_runner.rb +0 -138
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration.rb +0 -2413
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration_options.rb +0 -238
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/did_you_mean.rb +0 -46
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/drb.rb +0 -120
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb +0 -666
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/filter_manager.rb +0 -231
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/exception_presenter.rb +0 -546
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -120
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb +0 -646
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/metadata.rb +0 -498
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/option_parser.rb +0 -323
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/pending.rb +0 -157
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/rake_task.rb +0 -188
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/reporter.rb +0 -265
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.0/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/Changelog.md +0 -1333
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/expectations/block_snippet_extractor.rb +0 -253
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/expectations/configuration.rb +0 -230
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/expectations/failure_aggregator.rb +0 -229
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/expectations/handler.rb +0 -182
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/expectations/version.rb +0 -8
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/base_matcher.rb +0 -239
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/change.rb +0 -450
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/compound.rb +0 -290
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/contain_exactly.rb +0 -310
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/count_expectation.rb +0 -169
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/has.rb +0 -167
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/include.rb +0 -213
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/match.rb +0 -106
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/built_in/satisfy.rb +0 -60
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers/english_phrasing.rb +0 -58
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.1/lib/rspec/matchers.rb +0 -1044
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.1/Changelog.md +0 -1292
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/message_expectation.rb +0 -820
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/syntax.rb +0 -325
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/version.rb +0 -9
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/Changelog.md +0 -397
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/shell_out.rb +0 -110
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support/version.rb +0 -9
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.1/NEWS.md +0 -166
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.1/ext/stringio/Makefile +0 -267
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.1/ext/stringio/stringio.c +0 -2005
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.1/ext/stringio/stringio.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.1/ext/stringio/stringio.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.1.1/lib/stringio.so +0 -0
- data/vendor/bundle/ruby/3.1.0/specifications/diff-lcs-1.5.1.gemspec +0 -50
- data/vendor/bundle/ruby/3.1.0/specifications/ffi-1.17.0.gemspec +0 -43
- data/vendor/bundle/ruby/3.1.0/specifications/parallel-1.25.1.gemspec +0 -21
- data/vendor/bundle/ruby/3.1.0/specifications/parser-3.3.4.0.gemspec +0 -52
- data/vendor/bundle/ruby/3.1.0/specifications/racc-1.8.0.gemspec +0 -27
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-core-3.13.0.gemspec +0 -53
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-expectations-3.13.1.gemspec +0 -44
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-mocks-3.13.1.gemspec +0 -44
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-support-3.13.1.gemspec +0 -36
- data/vendor/bundle/ruby/3.1.0/specifications/stringio-3.1.1.gemspec +0 -25
- /data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/{ffi-1.17.0 → ffi-1.17.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/{ffi-1.17.0 → ffi-1.17.1}/mkmf.log +0 -0
- /data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/{racc-1.8.0 → racc-1.8.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/{stringio-3.1.1 → stringio-3.1.5}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/.rspec +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1/License.md → diff-lcs-1.6.0/LICENCE.md} +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/bin/htmldiff +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/bin/ldiff +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/docs/COPYING.txt +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/array.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/backports.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/block.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/internals.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff/lcs/string.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/lib/diff-lcs.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/change_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/diff_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/aX +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/bXaX +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ds1.csv +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ds2.csv +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-e +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-f +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff-u +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/new-chef +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/new-chef2 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/old-chef +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/fixtures/old-chef2 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/lcs_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/sdiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/traverse_balanced_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.0}/spec/traverse_sequences_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/README.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/AbstractMemory.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/AbstractMemory.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ArrayType.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ArrayType.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Buffer.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Call.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Call.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ClosurePool.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ClosurePool.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/DynamicLibrary.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/DynamicLibrary.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Function.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/FunctionInfo.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LastError.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LastError.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LongDouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LongDouble.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MappedType.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MappedType.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MemoryPointer.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MemoryPointer.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MethodHandle.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MethodHandle.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Platform.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Platform.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Pointer.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Pointer.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Struct.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Struct.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/StructByValue.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/StructByValue.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/StructLayout.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Thread.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Thread.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Type.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Type.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Types.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Types.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Variadic.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/compat.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/extconf.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.allow-ai-service +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.appveyor/site.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.appveyor.yml +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/ar-lib +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/build.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/compile +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/install.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/msvs-detect +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/site.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.circleci/config.yml +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.gitattributes +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.github/workflows/build.yml +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.gitignore +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/ChangeLog.old +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/Makefile.am +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/Makefile.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/README.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/acinclude.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/autogen.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/compile +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/config.guess +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/config.sub +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/configure.ac +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/configure.host +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/Makefile.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/libffi.texi +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/version.texi +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/Makefile.am +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/Makefile.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/ffi.h.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/ffi_cfi.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/ffi_common.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/tramp.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/install-sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libffi.map.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libffi.pc.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libtool-ldflags +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libtool-version +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/ltmain.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/make_sunver.pl +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/Makefile.am +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/Makefile.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/ffi.3 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/missing +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvcc.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/internal.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arc/arcompact.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arc/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/closures.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/debug.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/dlmalloc.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/n32.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/o32.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/nios2/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/nios2/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/or1k/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/ffi64.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/hpux64.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/t-aix +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/prep_cif.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/raw_api.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/riscv/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tramp.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/types.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffi64.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/stamp-h.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/Makefile.am +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/Makefile.in +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.bsd.mk +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.darwin.mk +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.gnu.mk +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.mk +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.vc.mk +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.vc64.mk +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/rbffi.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/rbffi_endian.h +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ffi.gemspec +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/autopointer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/compat.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/dynamic_library.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/enum.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/function.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/io.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/library.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/pointer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct_by_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct_layout.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct_layout_builder.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/types_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/types.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/rakelib/ffi_gem_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/hello_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/qsort_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/abstract_memory.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/data_converter.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/dynamic_library.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/enum.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/function.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/native_type.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/pointer.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_by_reference.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_by_value.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_layout.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_layout_builder.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/type.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi.rbs +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parallel-1.25.1 → parallel-1.26.3}/MIT-LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/gauntlet_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/all.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/ast/node.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/ast/processor.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/base.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/clobbering_error.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/current_arg_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/deprecation.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/diagnostic/engine.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/lexer/dedenter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/lexer/explanation.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/lexer/literal.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/lexer/stack_state.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/lexer-F0.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/lexer-F1.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/lexer-strings.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/max_numparam_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/meta.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/ruby28.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/runner/ruby_parse.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/runner/ruby_rewrite.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/comment/associator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/collection.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/constant.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/definition.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/for.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/heredoc.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/index.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/keyword.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/method_definition.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/objc_kwarg.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/operator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/rescue_body.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/send.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/ternary.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map/variable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/map.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/range.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/tree_rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/source/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/static_environment.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser/variables_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/lib/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{parser-3.3.4.0 → parser-3.3.7.1}/parser.gemspec +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1/LICENSE.txt → racc-1.8.1/BSDL} +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → racc-1.8.1}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/ChangeLog +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/README.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/TODO +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/bin/racc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/en/grammar.en.rdoc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/en/grammar2.en.rdoc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/command.ja.html +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/debug.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/grammar.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/index.ja.html +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/parser.ja.rdoc +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/doc/ja/usage.ja.html +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/.sitearchdir.-.racc.time +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/cparse.c +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/ext/racc/cparse/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/compat.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/debugflags.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/exception.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/iset.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/logfilegenerator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{racc-1.8.0 → racc-1.8.1}/lib/racc/sourcetext.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/.document +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/README.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/autorun.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/backtrace_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/bisect/coordinator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/bisect/server.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/bisect/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/bisect/utilities.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/dsl.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/example_group.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/example_status_persister.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/flat_map.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/console_codes.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/html_printer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/protocol.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/formatters.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/invocations.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/memoized_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/metadata_filter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/notifications.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/ordering.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/output_wrapper.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/profiler.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/project_initializer/.rspec +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/project_initializer.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/ruby_project.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/runner.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/sandbox.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/set.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/shared_context.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/shared_example_group.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/shell_escape.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/warnings.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core/world.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.3}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/.document +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/README.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/expectations/expectation_target.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/expectations/fail_with.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/expectations/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/expectations/syntax.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/expectations.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/aliased_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/all.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_between.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_within.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/cover.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/eq.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/eql.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/equal.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/exist.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/operators.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/output.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/yield.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/composable.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/dsl.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/fail_matchers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/generated_descriptions.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/matcher_delegator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/matcher_protocol.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.3}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/.document +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/README.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/order_group.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/test_double.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_double.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/README.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/caller_filter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/differ.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/method_signature_verifier.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/object_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/recursive_const_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/diff_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/formatting_support.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/string_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → stringio-3.1.5}/.document +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → stringio-3.1.5}/.rdoc_options +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → stringio-3.1.5}/README.md +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → stringio-3.1.5}/docs/io.rb +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → stringio-3.1.5}/ext/stringio/.document +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → stringio-3.1.5}/ext/stringio/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/3.1.0/gems/{stringio-3.1.1 → stringio-3.1.5}/ext/stringio/extconf.rb +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -28,7 +28,7 @@ module OryKratosClient
|
|
28
28
|
# @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
|
29
29
|
# @option opts [String] :login_challenge An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`).
|
30
30
|
# @option opts [String] :organization An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
|
31
|
-
# @option opts [String] :via Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows.
|
31
|
+
# @option opts [String] :via Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
|
32
32
|
# @return [LoginFlow]
|
33
33
|
def create_browser_login_flow(opts = {})
|
34
34
|
data, _status_code, _headers = create_browser_login_flow_with_http_info(opts)
|
@@ -44,7 +44,7 @@ module OryKratosClient
|
|
44
44
|
# @option opts [String] :cookie HTTP Cookies When using the SDK in a browser app, on the server side you must include the HTTP Cookie Header sent by the client to your server here. This ensures that CSRF and session cookies are respected.
|
45
45
|
# @option opts [String] :login_challenge An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`).
|
46
46
|
# @option opts [String] :organization An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
|
47
|
-
# @option opts [String] :via Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows.
|
47
|
+
# @option opts [String] :via Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
|
48
48
|
# @return [Array<(LoginFlow, Integer, Hash)>] LoginFlow data, response status code and response headers
|
49
49
|
def create_browser_login_flow_with_http_info(opts = {})
|
50
50
|
if @api_client.config.debugging
|
@@ -226,7 +226,7 @@ module OryKratosClient
|
|
226
226
|
# @option opts [String] :return_to The URL to return the browser to after the flow was completed.
|
227
227
|
# @option opts [String] :login_challenge Ory OAuth 2.0 Login Challenge. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/registration?login_challenge=abcde`). This feature is compatible with Ory Hydra when not running on the Ory Network.
|
228
228
|
# @option opts [String] :after_verification_return_to The URL to return the browser to after the verification flow was completed. After the registration flow is completed, the user will be sent a verification email. Upon completing the verification flow, this URL will be used to override the default `selfservice.flows.verification.after.default_redirect_to` value.
|
229
|
-
# @option opts [String] :organization
|
229
|
+
# @option opts [String] :organization An optional organization ID that should be used to register this user. This parameter is only effective in the Ory Network.
|
230
230
|
# @return [RegistrationFlow]
|
231
231
|
def create_browser_registration_flow(opts = {})
|
232
232
|
data, _status_code, _headers = create_browser_registration_flow_with_http_info(opts)
|
@@ -239,7 +239,7 @@ module OryKratosClient
|
|
239
239
|
# @option opts [String] :return_to The URL to return the browser to after the flow was completed.
|
240
240
|
# @option opts [String] :login_challenge Ory OAuth 2.0 Login Challenge. If set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/registration?login_challenge=abcde`). This feature is compatible with Ory Hydra when not running on the Ory Network.
|
241
241
|
# @option opts [String] :after_verification_return_to The URL to return the browser to after the verification flow was completed. After the registration flow is completed, the user will be sent a verification email. Upon completing the verification flow, this URL will be used to override the default `selfservice.flows.verification.after.default_redirect_to` value.
|
242
|
-
# @option opts [String] :organization
|
242
|
+
# @option opts [String] :organization An optional organization ID that should be used to register this user. This parameter is only effective in the Ory Network.
|
243
243
|
# @return [Array<(RegistrationFlow, Integer, Hash)>] RegistrationFlow data, response status code and response headers
|
244
244
|
def create_browser_registration_flow_with_http_info(opts = {})
|
245
245
|
if @api_client.config.debugging
|
@@ -412,6 +412,63 @@ module OryKratosClient
|
|
412
412
|
return data, status_code, headers
|
413
413
|
end
|
414
414
|
|
415
|
+
# Get FedCM Parameters
|
416
|
+
# This endpoint returns a list of all available FedCM providers. It is only supported on the Ory Network.
|
417
|
+
# @param [Hash] opts the optional parameters
|
418
|
+
# @return [CreateFedcmFlowResponse]
|
419
|
+
def create_fedcm_flow(opts = {})
|
420
|
+
data, _status_code, _headers = create_fedcm_flow_with_http_info(opts)
|
421
|
+
data
|
422
|
+
end
|
423
|
+
|
424
|
+
# Get FedCM Parameters
|
425
|
+
# This endpoint returns a list of all available FedCM providers. It is only supported on the Ory Network.
|
426
|
+
# @param [Hash] opts the optional parameters
|
427
|
+
# @return [Array<(CreateFedcmFlowResponse, Integer, Hash)>] CreateFedcmFlowResponse data, response status code and response headers
|
428
|
+
def create_fedcm_flow_with_http_info(opts = {})
|
429
|
+
if @api_client.config.debugging
|
430
|
+
@api_client.config.logger.debug 'Calling API: FrontendApi.create_fedcm_flow ...'
|
431
|
+
end
|
432
|
+
# resource path
|
433
|
+
local_var_path = '/self-service/fed-cm/parameters'
|
434
|
+
|
435
|
+
# query parameters
|
436
|
+
query_params = opts[:query_params] || {}
|
437
|
+
|
438
|
+
# header parameters
|
439
|
+
header_params = opts[:header_params] || {}
|
440
|
+
# HTTP header 'Accept' (if needed)
|
441
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
442
|
+
|
443
|
+
# form parameters
|
444
|
+
form_params = opts[:form_params] || {}
|
445
|
+
|
446
|
+
# http body (model)
|
447
|
+
post_body = opts[:debug_body]
|
448
|
+
|
449
|
+
# return_type
|
450
|
+
return_type = opts[:debug_return_type] || 'CreateFedcmFlowResponse'
|
451
|
+
|
452
|
+
# auth_names
|
453
|
+
auth_names = opts[:debug_auth_names] || []
|
454
|
+
|
455
|
+
new_options = opts.merge(
|
456
|
+
:operation => :"FrontendApi.create_fedcm_flow",
|
457
|
+
:header_params => header_params,
|
458
|
+
:query_params => query_params,
|
459
|
+
:form_params => form_params,
|
460
|
+
:body => post_body,
|
461
|
+
:auth_names => auth_names,
|
462
|
+
:return_type => return_type
|
463
|
+
)
|
464
|
+
|
465
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
466
|
+
if @api_client.config.debugging
|
467
|
+
@api_client.config.logger.debug "API called: FrontendApi#create_fedcm_flow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
468
|
+
end
|
469
|
+
return data, status_code, headers
|
470
|
+
end
|
471
|
+
|
415
472
|
# Create Login Flow for Native Apps
|
416
473
|
# This endpoint initiates a login flow for native apps that do not use a browser, such as mobile devices, smart TVs, and so on. If a valid provided session cookie or session token is provided, a 400 Bad Request error will be returned unless the URL query parameter `?refresh=true` is set. To fetch an existing login flow call `/self-service/login/flows?flow=<flow_id>`. You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks, including CSRF login attacks. In the case of an error, the `error.id` of the JSON response body can be one of: `session_already_available`: The user is already signed in. `session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
|
417
474
|
# @param [Hash] opts the optional parameters
|
@@ -420,7 +477,8 @@ module OryKratosClient
|
|
420
477
|
# @option opts [String] :x_session_token The Session Token of the Identity performing the settings flow.
|
421
478
|
# @option opts [Boolean] :return_session_token_exchange_code EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token after the login flow has been completed.
|
422
479
|
# @option opts [String] :return_to The URL to return the browser to after the flow was completed.
|
423
|
-
# @option opts [String] :
|
480
|
+
# @option opts [String] :organization An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
|
481
|
+
# @option opts [String] :via Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
|
424
482
|
# @return [LoginFlow]
|
425
483
|
def create_native_login_flow(opts = {})
|
426
484
|
data, _status_code, _headers = create_native_login_flow_with_http_info(opts)
|
@@ -435,7 +493,8 @@ module OryKratosClient
|
|
435
493
|
# @option opts [String] :x_session_token The Session Token of the Identity performing the settings flow.
|
436
494
|
# @option opts [Boolean] :return_session_token_exchange_code EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token after the login flow has been completed.
|
437
495
|
# @option opts [String] :return_to The URL to return the browser to after the flow was completed.
|
438
|
-
# @option opts [String] :
|
496
|
+
# @option opts [String] :organization An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
|
497
|
+
# @option opts [String] :via Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
|
439
498
|
# @return [Array<(LoginFlow, Integer, Hash)>] LoginFlow data, response status code and response headers
|
440
499
|
def create_native_login_flow_with_http_info(opts = {})
|
441
500
|
if @api_client.config.debugging
|
@@ -450,6 +509,7 @@ module OryKratosClient
|
|
450
509
|
query_params[:'aal'] = opts[:'aal'] if !opts[:'aal'].nil?
|
451
510
|
query_params[:'return_session_token_exchange_code'] = opts[:'return_session_token_exchange_code'] if !opts[:'return_session_token_exchange_code'].nil?
|
452
511
|
query_params[:'return_to'] = opts[:'return_to'] if !opts[:'return_to'].nil?
|
512
|
+
query_params[:'organization'] = opts[:'organization'] if !opts[:'organization'].nil?
|
453
513
|
query_params[:'via'] = opts[:'via'] if !opts[:'via'].nil?
|
454
514
|
|
455
515
|
# header parameters
|
@@ -549,6 +609,7 @@ module OryKratosClient
|
|
549
609
|
# @param [Hash] opts the optional parameters
|
550
610
|
# @option opts [Boolean] :return_session_token_exchange_code EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token after the login flow has been completed.
|
551
611
|
# @option opts [String] :return_to The URL to return the browser to after the flow was completed.
|
612
|
+
# @option opts [String] :organization An optional organization ID that should be used to register this user. This parameter is only effective in the Ory Network.
|
552
613
|
# @return [RegistrationFlow]
|
553
614
|
def create_native_registration_flow(opts = {})
|
554
615
|
data, _status_code, _headers = create_native_registration_flow_with_http_info(opts)
|
@@ -560,6 +621,7 @@ module OryKratosClient
|
|
560
621
|
# @param [Hash] opts the optional parameters
|
561
622
|
# @option opts [Boolean] :return_session_token_exchange_code EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token after the login flow has been completed.
|
562
623
|
# @option opts [String] :return_to The URL to return the browser to after the flow was completed.
|
624
|
+
# @option opts [String] :organization An optional organization ID that should be used to register this user. This parameter is only effective in the Ory Network.
|
563
625
|
# @return [Array<(RegistrationFlow, Integer, Hash)>] RegistrationFlow data, response status code and response headers
|
564
626
|
def create_native_registration_flow_with_http_info(opts = {})
|
565
627
|
if @api_client.config.debugging
|
@@ -572,6 +634,7 @@ module OryKratosClient
|
|
572
634
|
query_params = opts[:query_params] || {}
|
573
635
|
query_params[:'return_session_token_exchange_code'] = opts[:'return_session_token_exchange_code'] if !opts[:'return_session_token_exchange_code'].nil?
|
574
636
|
query_params[:'return_to'] = opts[:'return_to'] if !opts[:'return_to'].nil?
|
637
|
+
query_params[:'organization'] = opts[:'organization'] if !opts[:'organization'].nil?
|
575
638
|
|
576
639
|
# header parameters
|
577
640
|
header_params = opts[:header_params] || {}
|
@@ -670,6 +733,7 @@ module OryKratosClient
|
|
670
733
|
# Create Verification Flow for Native Apps
|
671
734
|
# This endpoint initiates a verification flow for API clients such as mobile devices, smart TVs, and so on. To fetch an existing verification flow call `/self-service/verification/flows?flow=<flow_id>`. You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). More information can be found at [Ory Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
|
672
735
|
# @param [Hash] opts the optional parameters
|
736
|
+
# @option opts [String] :return_to A URL contained in the return_to key of the verification flow. This piece of data has no effect on the actual logic of the flow and is purely informational.
|
673
737
|
# @return [VerificationFlow]
|
674
738
|
def create_native_verification_flow(opts = {})
|
675
739
|
data, _status_code, _headers = create_native_verification_flow_with_http_info(opts)
|
@@ -679,6 +743,7 @@ module OryKratosClient
|
|
679
743
|
# Create Verification Flow for Native Apps
|
680
744
|
# This endpoint initiates a verification flow for API clients such as mobile devices, smart TVs, and so on. To fetch an existing verification flow call `/self-service/verification/flows?flow=<flow_id>`. You MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server Pages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make you vulnerable to a variety of CSRF attacks. This endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...). More information can be found at [Ory Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).
|
681
745
|
# @param [Hash] opts the optional parameters
|
746
|
+
# @option opts [String] :return_to A URL contained in the return_to key of the verification flow. This piece of data has no effect on the actual logic of the flow and is purely informational.
|
682
747
|
# @return [Array<(VerificationFlow, Integer, Hash)>] VerificationFlow data, response status code and response headers
|
683
748
|
def create_native_verification_flow_with_http_info(opts = {})
|
684
749
|
if @api_client.config.debugging
|
@@ -689,6 +754,7 @@ module OryKratosClient
|
|
689
754
|
|
690
755
|
# query parameters
|
691
756
|
query_params = opts[:query_params] || {}
|
757
|
+
query_params[:'return_to'] = opts[:'return_to'] if !opts[:'return_to'].nil?
|
692
758
|
|
693
759
|
# header parameters
|
694
760
|
header_params = opts[:header_params] || {}
|
@@ -1609,6 +1675,74 @@ module OryKratosClient
|
|
1609
1675
|
return data, status_code, headers
|
1610
1676
|
end
|
1611
1677
|
|
1678
|
+
# Submit a FedCM token
|
1679
|
+
# Use this endpoint to submit a token from a FedCM provider through `navigator.credentials.get` and log the user in. The parameters from `navigator.credentials.get` must have come from `GET self-service/fed-cm/parameters`.
|
1680
|
+
# @param update_fedcm_flow_body [UpdateFedcmFlowBody]
|
1681
|
+
# @param [Hash] opts the optional parameters
|
1682
|
+
# @return [SuccessfulNativeLogin]
|
1683
|
+
def update_fedcm_flow(update_fedcm_flow_body, opts = {})
|
1684
|
+
data, _status_code, _headers = update_fedcm_flow_with_http_info(update_fedcm_flow_body, opts)
|
1685
|
+
data
|
1686
|
+
end
|
1687
|
+
|
1688
|
+
# Submit a FedCM token
|
1689
|
+
# Use this endpoint to submit a token from a FedCM provider through `navigator.credentials.get` and log the user in. The parameters from `navigator.credentials.get` must have come from `GET self-service/fed-cm/parameters`.
|
1690
|
+
# @param update_fedcm_flow_body [UpdateFedcmFlowBody]
|
1691
|
+
# @param [Hash] opts the optional parameters
|
1692
|
+
# @return [Array<(SuccessfulNativeLogin, Integer, Hash)>] SuccessfulNativeLogin data, response status code and response headers
|
1693
|
+
def update_fedcm_flow_with_http_info(update_fedcm_flow_body, opts = {})
|
1694
|
+
if @api_client.config.debugging
|
1695
|
+
@api_client.config.logger.debug 'Calling API: FrontendApi.update_fedcm_flow ...'
|
1696
|
+
end
|
1697
|
+
# verify the required parameter 'update_fedcm_flow_body' is set
|
1698
|
+
if @api_client.config.client_side_validation && update_fedcm_flow_body.nil?
|
1699
|
+
fail ArgumentError, "Missing the required parameter 'update_fedcm_flow_body' when calling FrontendApi.update_fedcm_flow"
|
1700
|
+
end
|
1701
|
+
# resource path
|
1702
|
+
local_var_path = '/self-service/fed-cm/token'
|
1703
|
+
|
1704
|
+
# query parameters
|
1705
|
+
query_params = opts[:query_params] || {}
|
1706
|
+
|
1707
|
+
# header parameters
|
1708
|
+
header_params = opts[:header_params] || {}
|
1709
|
+
# HTTP header 'Accept' (if needed)
|
1710
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1711
|
+
# HTTP header 'Content-Type'
|
1712
|
+
content_type = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded'])
|
1713
|
+
if !content_type.nil?
|
1714
|
+
header_params['Content-Type'] = content_type
|
1715
|
+
end
|
1716
|
+
|
1717
|
+
# form parameters
|
1718
|
+
form_params = opts[:form_params] || {}
|
1719
|
+
|
1720
|
+
# http body (model)
|
1721
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(update_fedcm_flow_body)
|
1722
|
+
|
1723
|
+
# return_type
|
1724
|
+
return_type = opts[:debug_return_type] || 'SuccessfulNativeLogin'
|
1725
|
+
|
1726
|
+
# auth_names
|
1727
|
+
auth_names = opts[:debug_auth_names] || []
|
1728
|
+
|
1729
|
+
new_options = opts.merge(
|
1730
|
+
:operation => :"FrontendApi.update_fedcm_flow",
|
1731
|
+
:header_params => header_params,
|
1732
|
+
:query_params => query_params,
|
1733
|
+
:form_params => form_params,
|
1734
|
+
:body => post_body,
|
1735
|
+
:auth_names => auth_names,
|
1736
|
+
:return_type => return_type
|
1737
|
+
)
|
1738
|
+
|
1739
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1740
|
+
if @api_client.config.debugging
|
1741
|
+
@api_client.config.logger.debug "API called: FrontendApi#update_fedcm_flow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1742
|
+
end
|
1743
|
+
return data, status_code, headers
|
1744
|
+
end
|
1745
|
+
|
1612
1746
|
# Submit a Login Flow
|
1613
1747
|
# Use this endpoint to complete a login flow. This endpoint behaves differently for API and browser flows. API flows expect `application/json` to be sent in the body and responds with HTTP 200 and a application/json body with the session token on success; HTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body; HTTP 400 on form validation errors. Browser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with a HTTP 303 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded; a HTTP 303 redirect to the login UI URL with the flow ID containing the validation errors otherwise. Browser flows with an accept header of `application/json` will not redirect but instead respond with HTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success; HTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set; HTTP 400 on form validation errors. If this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the case of an error, the `error.id` of the JSON response body can be one of: `session_already_available`: The user is already signed in. `security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred. `security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration! `browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL. Most likely used in Social Sign In flows. More information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).
|
1614
1748
|
# @param flow [String] The Login Flow ID The value for this parameter comes from `flow` URL Query parameter sent to your application (e.g. `/login?flow=abcde`).
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -342,10 +342,11 @@ module OryKratosClient
|
|
342
342
|
end
|
343
343
|
|
344
344
|
# Delete a credential for a specific identity
|
345
|
-
# Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
345
|
+
# Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
346
346
|
# @param id [String] ID is the identity's ID.
|
347
|
-
# @param type [String] Type is the type of credentials to
|
347
|
+
# @param type [String] Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile saml CredentialsTypeSAML link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode
|
348
348
|
# @param [Hash] opts the optional parameters
|
349
|
+
# @option opts [String] :identifier Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
349
350
|
# @return [nil]
|
350
351
|
def delete_identity_credentials(id, type, opts = {})
|
351
352
|
delete_identity_credentials_with_http_info(id, type, opts)
|
@@ -353,10 +354,11 @@ module OryKratosClient
|
|
353
354
|
end
|
354
355
|
|
355
356
|
# Delete a credential for a specific identity
|
356
|
-
# Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
357
|
+
# Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
357
358
|
# @param id [String] ID is the identity's ID.
|
358
|
-
# @param type [String] Type is the type of credentials to
|
359
|
+
# @param type [String] Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile saml CredentialsTypeSAML link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode
|
359
360
|
# @param [Hash] opts the optional parameters
|
361
|
+
# @option opts [String] :identifier Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
360
362
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
361
363
|
def delete_identity_credentials_with_http_info(id, type, opts = {})
|
362
364
|
if @api_client.config.debugging
|
@@ -371,7 +373,7 @@ module OryKratosClient
|
|
371
373
|
fail ArgumentError, "Missing the required parameter 'type' when calling IdentityApi.delete_identity_credentials"
|
372
374
|
end
|
373
375
|
# verify enum value
|
374
|
-
allowable_values = ["password", "oidc", "totp", "lookup_secret", "webauthn", "code", "passkey", "profile", "link_recovery", "code_recovery"]
|
376
|
+
allowable_values = ["password", "oidc", "totp", "lookup_secret", "webauthn", "code", "passkey", "profile", "saml", "link_recovery", "code_recovery"]
|
375
377
|
if @api_client.config.client_side_validation && !allowable_values.include?(type)
|
376
378
|
fail ArgumentError, "invalid value for \"type\", must be one of #{allowable_values}"
|
377
379
|
end
|
@@ -380,6 +382,7 @@ module OryKratosClient
|
|
380
382
|
|
381
383
|
# query parameters
|
382
384
|
query_params = opts[:query_params] || {}
|
385
|
+
query_params[:'identifier'] = opts[:'identifier'] if !opts[:'identifier'].nil?
|
383
386
|
|
384
387
|
# header parameters
|
385
388
|
header_params = opts[:header_params] || {}
|
@@ -542,7 +545,7 @@ module OryKratosClient
|
|
542
545
|
end
|
543
546
|
|
544
547
|
# Extend a Session
|
545
|
-
# Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
548
|
+
# Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
546
549
|
# @param id [String] ID is the session's ID.
|
547
550
|
# @param [Hash] opts the optional parameters
|
548
551
|
# @return [Session]
|
@@ -552,7 +555,7 @@ module OryKratosClient
|
|
552
555
|
end
|
553
556
|
|
554
557
|
# Extend a Session
|
555
|
-
# Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
558
|
+
# Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
556
559
|
# @param id [String] ID is the session's ID.
|
557
560
|
# @param [Hash] opts the optional parameters
|
558
561
|
# @return [Array<(Session, Integer, Hash)>] Session data, response status code and response headers
|
@@ -629,7 +632,7 @@ module OryKratosClient
|
|
629
632
|
if @api_client.config.client_side_validation && id.nil?
|
630
633
|
fail ArgumentError, "Missing the required parameter 'id' when calling IdentityApi.get_identity"
|
631
634
|
end
|
632
|
-
allowable_values = ["password", "oidc", "totp", "lookup_secret", "webauthn", "code", "passkey", "profile", "link_recovery", "code_recovery"]
|
635
|
+
allowable_values = ["password", "oidc", "totp", "lookup_secret", "webauthn", "code", "passkey", "profile", "saml", "link_recovery", "code_recovery"]
|
633
636
|
if @api_client.config.client_side_validation && opts[:'include_credential'] && !opts[:'include_credential'].all? { |item| allowable_values.include?(item) }
|
634
637
|
fail ArgumentError, "invalid value for \"include_credential\", must include one of #{allowable_values}"
|
635
638
|
end
|
@@ -808,17 +811,18 @@ module OryKratosClient
|
|
808
811
|
end
|
809
812
|
|
810
813
|
# List Identities
|
811
|
-
# Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system.
|
814
|
+
# Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system. Note: filters cannot be combined.
|
812
815
|
# @param [Hash] opts the optional parameters
|
813
816
|
# @option opts [Integer] :per_page Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page. (default to 250)
|
814
817
|
# @option opts [Integer] :page Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header.
|
815
818
|
# @option opts [Integer] :page_size Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). (default to 250)
|
816
819
|
# @option opts [String] :page_token Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). (default to '1')
|
817
820
|
# @option opts [String] :consistency Read Consistency Level (preview) The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. The default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with `ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` This feature is in preview and only available in Ory Network. ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level. strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level. eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.
|
818
|
-
# @option opts [Array<String>] :ids
|
821
|
+
# @option opts [Array<String>] :ids Retrieve multiple identities by their IDs. This parameter has the following limitations: Duplicate or non-existent IDs are ignored. The order of returned IDs may be different from the request. This filter does not support pagination. You must implement your own pagination as the maximum number of items returned by this endpoint may not exceed a certain threshold (currently 500).
|
819
822
|
# @option opts [String] :credentials_identifier CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match. Only one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.
|
820
823
|
# @option opts [String] :preview_credentials_identifier_similar This is an EXPERIMENTAL parameter that WILL CHANGE. Do NOT rely on consistent, deterministic behavior. THIS PARAMETER WILL BE REMOVED IN AN UPCOMING RELEASE WITHOUT ANY MIGRATION PATH. CredentialsIdentifierSimilar is the (partial) identifier (username, email) of the credentials to look up using similarity search. Only one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.
|
821
824
|
# @option opts [Array<String>] :include_credential Include Credentials in Response Include any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return the initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.
|
825
|
+
# @option opts [String] :organization_id List identities that belong to a specific organization.
|
822
826
|
# @return [Array<Identity>]
|
823
827
|
def list_identities(opts = {})
|
824
828
|
data, _status_code, _headers = list_identities_with_http_info(opts)
|
@@ -826,17 +830,18 @@ module OryKratosClient
|
|
826
830
|
end
|
827
831
|
|
828
832
|
# List Identities
|
829
|
-
# Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system.
|
833
|
+
# Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system. Note: filters cannot be combined.
|
830
834
|
# @param [Hash] opts the optional parameters
|
831
835
|
# @option opts [Integer] :per_page Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page. (default to 250)
|
832
836
|
# @option opts [Integer] :page Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header.
|
833
837
|
# @option opts [Integer] :page_size Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). (default to 250)
|
834
838
|
# @option opts [String] :page_token Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). (default to '1')
|
835
839
|
# @option opts [String] :consistency Read Consistency Level (preview) The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. The default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with `ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` This feature is in preview and only available in Ory Network. ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level. strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level. eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.
|
836
|
-
# @option opts [Array<String>] :ids
|
840
|
+
# @option opts [Array<String>] :ids Retrieve multiple identities by their IDs. This parameter has the following limitations: Duplicate or non-existent IDs are ignored. The order of returned IDs may be different from the request. This filter does not support pagination. You must implement your own pagination as the maximum number of items returned by this endpoint may not exceed a certain threshold (currently 500).
|
837
841
|
# @option opts [String] :credentials_identifier CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match. Only one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.
|
838
842
|
# @option opts [String] :preview_credentials_identifier_similar This is an EXPERIMENTAL parameter that WILL CHANGE. Do NOT rely on consistent, deterministic behavior. THIS PARAMETER WILL BE REMOVED IN AN UPCOMING RELEASE WITHOUT ANY MIGRATION PATH. CredentialsIdentifierSimilar is the (partial) identifier (username, email) of the credentials to look up using similarity search. Only one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.
|
839
843
|
# @option opts [Array<String>] :include_credential Include Credentials in Response Include any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return the initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.
|
844
|
+
# @option opts [String] :organization_id List identities that belong to a specific organization.
|
840
845
|
# @return [Array<(Array<Identity>, Integer, Hash)>] Array<Identity> data, response status code and response headers
|
841
846
|
def list_identities_with_http_info(opts = {})
|
842
847
|
if @api_client.config.debugging
|
@@ -876,6 +881,7 @@ module OryKratosClient
|
|
876
881
|
query_params[:'credentials_identifier'] = opts[:'credentials_identifier'] if !opts[:'credentials_identifier'].nil?
|
877
882
|
query_params[:'preview_credentials_identifier_similar'] = opts[:'preview_credentials_identifier_similar'] if !opts[:'preview_credentials_identifier_similar'].nil?
|
878
883
|
query_params[:'include_credential'] = @api_client.build_collection_param(opts[:'include_credential'], :multi) if !opts[:'include_credential'].nil?
|
884
|
+
query_params[:'organization_id'] = opts[:'organization_id'] if !opts[:'organization_id'].nil?
|
879
885
|
|
880
886
|
# header parameters
|
881
887
|
header_params = opts[:header_params] || {}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -20,6 +20,7 @@ module OryKratosClient
|
|
20
20
|
def openapi_one_of
|
21
21
|
[
|
22
22
|
:'ContinueWithRecoveryUi',
|
23
|
+
:'ContinueWithRedirectBrowserTo',
|
23
24
|
:'ContinueWithSetOrySessionToken',
|
24
25
|
:'ContinueWithSettingsUi',
|
25
26
|
:'ContinueWithVerificationUi'
|
@@ -34,6 +35,7 @@ module OryKratosClient
|
|
34
35
|
# Discriminator's mapping (OpenAPI v3)
|
35
36
|
def openapi_discriminator_mapping
|
36
37
|
{
|
38
|
+
:'redirect_browser_to' => :'ContinueWithRedirectBrowserTo',
|
37
39
|
:'set_ory_session_token' => :'ContinueWithSetOrySessionToken',
|
38
40
|
:'show_recovery_ui' => :'ContinueWithRecoveryUi',
|
39
41
|
:'show_settings_ui' => :'ContinueWithSettingsUi',
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.3.5
|
7
7
|
Contact: office@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.7.0
|
@@ -18,7 +18,7 @@ module OryKratosClient
|
|
18
18
|
# The ID of the recovery flow
|
19
19
|
attr_accessor :id
|
20
20
|
|
21
|
-
# The URL of the recovery flow
|
21
|
+
# The URL of the recovery flow If this value is set, redirect the user's browser to this URL. This value is typically unset for native clients / API flows.
|
22
22
|
attr_accessor :url
|
23
23
|
|
24
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|