cloudsmith-api 2.0.15 → 2.0.17
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 +20 -4
- data/build.json +1 -1
- data/cloudsmith-api.gemspec +1 -1
- data/docs/AlpinePackageUpload.md +4 -0
- data/docs/CargoPackageUpload.md +4 -0
- data/docs/CocoapodsPackageUpload.md +4 -0
- data/docs/ComposerPackageUpload.md +4 -0
- data/docs/ConanPackageUpload.md +4 -0
- data/docs/CondaPackageUpload.md +4 -0
- data/docs/CranPackageUpload.md +4 -0
- data/docs/DartPackageUpload.md +4 -0
- data/docs/DebPackageUpload.md +4 -0
- data/docs/DockerPackageUpload.md +4 -0
- data/docs/DockerUpstreamRequest.md +2 -0
- data/docs/DockerUpstreamRequestPatch.md +2 -0
- data/docs/ErrorDetail.md +1 -0
- data/docs/GoPackageUpload.md +4 -0
- data/docs/HelmPackageUpload.md +4 -0
- data/docs/HexPackageUpload.md +4 -0
- data/docs/LuarocksPackageUpload.md +4 -0
- data/docs/MavenPackageUpload.md +4 -0
- data/docs/MavenPackageUploadRequest.md +1 -0
- data/docs/NpmPackageUpload.md +4 -0
- data/docs/NugetPackageUpload.md +4 -0
- data/docs/OrganizationMembershipRequestPatch.md +7 -0
- data/docs/OrganizationMembershipRoleUpdate.md +18 -0
- data/docs/OrganizationMembershipRoleUpdateRequestPatch.md +8 -0
- data/docs/OrganizationMembershipVisibilityUpdate.md +18 -0
- data/docs/OrganizationMembershipVisibilityUpdateRequestPatch.md +8 -0
- data/docs/OrganizationSAMLAuth.md +11 -0
- data/docs/OrganizationSAMLAuthRequestPatch.md +11 -0
- data/docs/OrgsApi.md +325 -1
- data/docs/P2PackageUpload.md +4 -0
- data/docs/Package.md +4 -0
- data/docs/PackageCopy.md +4 -0
- data/docs/PackageMove.md +4 -0
- data/docs/PackageQuarantine.md +4 -0
- data/docs/PackageResync.md +4 -0
- data/docs/PackageTag.md +4 -0
- data/docs/PythonPackageUpload.md +4 -0
- data/docs/RawPackageUpload.md +4 -0
- data/docs/ReposApi.md +124 -0
- data/docs/Repository.md +1 -0
- data/docs/RepositoryCreate.md +1 -0
- data/docs/RepositoryCreateRequest.md +1 -0
- data/docs/RepositoryRequestPatch.md +1 -0
- data/docs/RepositoryX509EcdsaCertificate.md +17 -0
- data/docs/RepositoryX509RsaCertificate.md +17 -0
- data/docs/RpmPackageUpload.md +4 -0
- data/docs/RubyPackageUpload.md +4 -0
- data/docs/Service.md +1 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/SwiftPackageUpload.md +4 -0
- data/docs/TerraformPackageUpload.md +4 -0
- data/docs/VagrantPackageUpload.md +4 -0
- data/docs/VulnerabilityScanResults.md +1 -1
- data/lib/cloudsmith-api/api/audit_log_api.rb +1 -1
- data/lib/cloudsmith-api/api/badges_api.rb +1 -1
- data/lib/cloudsmith-api/api/distros_api.rb +1 -1
- data/lib/cloudsmith-api/api/entitlements_api.rb +1 -1
- data/lib/cloudsmith-api/api/files_api.rb +1 -1
- data/lib/cloudsmith-api/api/formats_api.rb +1 -1
- data/lib/cloudsmith-api/api/metrics_api.rb +1 -1
- data/lib/cloudsmith-api/api/namespaces_api.rb +1 -1
- data/lib/cloudsmith-api/api/orgs_api.rb +303 -1
- data/lib/cloudsmith-api/api/packages_api.rb +1 -1
- data/lib/cloudsmith-api/api/quota_api.rb +1 -1
- data/lib/cloudsmith-api/api/rates_api.rb +1 -1
- data/lib/cloudsmith-api/api/repos_api.rb +121 -1
- data/lib/cloudsmith-api/api/status_api.rb +1 -1
- data/lib/cloudsmith-api/api/storage_regions_api.rb +1 -1
- data/lib/cloudsmith-api/api/user_api.rb +1 -1
- data/lib/cloudsmith-api/api/users_api.rb +1 -1
- data/lib/cloudsmith-api/api/vulnerabilities_api.rb +1 -1
- data/lib/cloudsmith-api/api/webhooks_api.rb +1 -1
- data/lib/cloudsmith-api/api_client.rb +1 -1
- data/lib/cloudsmith-api/api_error.rb +1 -1
- data/lib/cloudsmith-api/configuration.rb +1 -1
- data/lib/cloudsmith-api/models/allocated_limit.rb +1 -1
- data/lib/cloudsmith-api/models/allocated_limit_raw.rb +1 -1
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/alpine_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/architecture.rb +1 -1
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/cargo_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/cocoapods_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/common_bandwidth_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/common_bandwidth_metrics_value.rb +1 -1
- data/lib/cloudsmith-api/models/common_downloads_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/common_downloads_metrics_value.rb +1 -1
- data/lib/cloudsmith-api/models/common_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/composer_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/composer_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/composer_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/composer_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/conan_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/conan_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/conda_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/cran_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/cran_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/cran_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/cran_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/cran_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/dart_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/dart_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/dart_upstream.rb +5 -5
- data/lib/cloudsmith-api/models/dart_upstream_request.rb +3 -3
- data/lib/cloudsmith-api/models/dart_upstream_request_patch.rb +3 -3
- data/lib/cloudsmith-api/models/deb_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/deb_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/deb_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/deb_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/deb_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/distribution.rb +1 -1
- data/lib/cloudsmith-api/models/distribution_full.rb +1 -1
- data/lib/cloudsmith-api/models/distribution_version.rb +1 -1
- data/lib/cloudsmith-api/models/docker_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/docker_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/docker_upstream.rb +5 -5
- data/lib/cloudsmith-api/models/docker_upstream_request.rb +24 -4
- data/lib/cloudsmith-api/models/docker_upstream_request_patch.rb +24 -4
- data/lib/cloudsmith-api/models/entitlement_usage_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/error_detail.rb +17 -5
- data/lib/cloudsmith-api/models/eula.rb +1 -1
- data/lib/cloudsmith-api/models/format.rb +1 -1
- data/lib/cloudsmith-api/models/format_support.rb +1 -1
- data/lib/cloudsmith-api/models/format_support_upstream.rb +1 -1
- data/lib/cloudsmith-api/models/geo_ip_location.rb +1 -1
- data/lib/cloudsmith-api/models/go_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/go_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/helm_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/helm_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/helm_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/helm_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/helm_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/hex_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/hex_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/hex_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/hex_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/hex_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/history.rb +1 -1
- data/lib/cloudsmith-api/models/history_fieldset.rb +1 -1
- data/lib/cloudsmith-api/models/history_fieldset_raw.rb +1 -1
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/luarocks_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/maven_package_upload_request.rb +14 -2
- data/lib/cloudsmith-api/models/maven_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/maven_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/maven_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/namespace.rb +1 -1
- data/lib/cloudsmith-api/models/namespace_audit_log.rb +1 -1
- data/lib/cloudsmith-api/models/nested_license_policy.rb +1 -1
- data/lib/cloudsmith-api/models/nested_vulnerability_policy.rb +1 -1
- data/lib/cloudsmith-api/models/nested_vulnerability_scan_results.rb +1 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/npm_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/npm_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/npm_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/nuget_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/nuget_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/nuget_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/nuget_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization.rb +1 -1
- data/lib/cloudsmith-api/models/organization_group_sync.rb +1 -1
- data/lib/cloudsmith-api/models/organization_group_sync_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_group_sync_status.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_extend.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_update.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_update_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership_request_patch.rb +175 -0
- data/lib/cloudsmith-api/models/organization_membership_role_update.rb +338 -0
- data/lib/cloudsmith-api/models/organization_membership_role_update_request_patch.rb +220 -0
- data/lib/cloudsmith-api/models/organization_membership_visibility_update.rb +338 -0
- data/lib/cloudsmith-api/models/organization_membership_visibility_update_request_patch.rb +220 -0
- data/lib/cloudsmith-api/models/organization_package_license_policy.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_license_policy_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_license_policy_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_vulnerability_policy.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_saml_auth.rb +223 -0
- data/lib/cloudsmith-api/models/organization_saml_auth_request_patch.rb +213 -0
- data/lib/cloudsmith-api/models/organization_team.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_invite.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_members.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_membership.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/p2_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/p2_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/package.rb +43 -2
- data/lib/cloudsmith-api/models/package_copy.rb +43 -2
- data/lib/cloudsmith-api/models/package_copy_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_deny_policy.rb +1 -1
- data/lib/cloudsmith-api/models/package_deny_policy_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_deny_policy_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/package_dependencies.rb +1 -1
- data/lib/cloudsmith-api/models/package_dependency.rb +1 -1
- data/lib/cloudsmith-api/models/package_file.rb +1 -1
- data/lib/cloudsmith-api/models/package_file_parts_upload.rb +1 -1
- data/lib/cloudsmith-api/models/package_file_upload.rb +1 -1
- data/lib/cloudsmith-api/models/package_file_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_policy_evaluation_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_policy_evaluation_request_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_policy_violation_log.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_policy_violation_log_cursor_page.rb +1 -1
- data/lib/cloudsmith-api/models/package_move.rb +43 -2
- data/lib/cloudsmith-api/models/package_move_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +43 -2
- data/lib/cloudsmith-api/models/package_quarantine_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_resync.rb +43 -2
- data/lib/cloudsmith-api/models/package_status.rb +1 -1
- data/lib/cloudsmith-api/models/package_tag.rb +43 -2
- data/lib/cloudsmith-api/models/package_tag_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_usage_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/package_version_badge.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_evaluation_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_evaluation_request_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log_cursor_page.rb +1 -1
- data/lib/cloudsmith-api/models/provider_settings.rb +1 -1
- data/lib/cloudsmith-api/models/provider_settings_request.rb +1 -1
- data/lib/cloudsmith-api/models/provider_settings_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/python_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/python_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/python_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/python_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/python_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/quota.rb +1 -1
- data/lib/cloudsmith-api/models/quota_history.rb +1 -1
- data/lib/cloudsmith-api/models/rate_check.rb +1 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/raw_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository.rb +12 -2
- data/lib/cloudsmith-api/models/repository_audit_log.rb +1 -1
- data/lib/cloudsmith-api/models/repository_create.rb +12 -2
- data/lib/cloudsmith-api/models/repository_create_request.rb +12 -2
- data/lib/cloudsmith-api/models/repository_ecdsa_key.rb +1 -1
- data/lib/cloudsmith-api/models/repository_ecdsa_key_create.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_cidr.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_country_code.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_rules.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_rules_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_rules_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_status.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_test_address.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response_dict.rb +1 -1
- data/lib/cloudsmith-api/models/repository_gpg_key.rb +1 -1
- data/lib/cloudsmith-api/models/repository_gpg_key_create.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_dict.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_input.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_input_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_input_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_request_patch.rb +12 -2
- data/lib/cloudsmith-api/models/repository_retention_rules.rb +1 -1
- data/lib/cloudsmith-api/models/repository_retention_rules_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_rsa_key.rb +1 -1
- data/lib/cloudsmith-api/models/repository_rsa_key_create.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_action.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_refresh.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_refresh_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_sync.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_sync_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_transfer_region.rb +1 -1
- data/lib/cloudsmith-api/models/repository_transfer_region_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_webhook.rb +1 -1
- data/lib/cloudsmith-api/models/repository_webhook_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_webhook_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_x509_ecdsa_certificate.rb +306 -0
- data/lib/cloudsmith-api/models/repository_x509_rsa_certificate.rb +306 -0
- data/lib/cloudsmith-api/models/resources_rate_check.rb +1 -1
- data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable.rb +1 -1
- data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable_request.rb +1 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/rpm_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/rpm_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/rpm_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/rpm_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/ruby_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/ruby_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/ruby_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/ruby_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/service.rb +12 -2
- data/lib/cloudsmith-api/models/service_request.rb +1 -1
- data/lib/cloudsmith-api/models/service_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/service_teams.rb +1 -1
- data/lib/cloudsmith-api/models/status_basic.rb +2 -2
- data/lib/cloudsmith-api/models/storage_allocated_limit.rb +1 -1
- data/lib/cloudsmith-api/models/storage_allocated_limit_raw.rb +1 -1
- data/lib/cloudsmith-api/models/storage_region.rb +1 -1
- data/lib/cloudsmith-api/models/storage_usage.rb +1 -1
- data/lib/cloudsmith-api/models/storage_usage_raw.rb +1 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/swift_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/swift_upstream.rb +3 -3
- data/lib/cloudsmith-api/models/swift_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/swift_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/tags.rb +1 -1
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/terraform_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/usage.rb +1 -1
- data/lib/cloudsmith-api/models/usage_fieldset.rb +1 -1
- data/lib/cloudsmith-api/models/usage_limits.rb +1 -1
- data/lib/cloudsmith-api/models/usage_limits_raw.rb +1 -1
- data/lib/cloudsmith-api/models/usage_raw.rb +1 -1
- data/lib/cloudsmith-api/models/user_auth_token.rb +1 -1
- data/lib/cloudsmith-api/models/user_auth_token_request.rb +1 -1
- data/lib/cloudsmith-api/models/user_brief.rb +1 -1
- data/lib/cloudsmith-api/models/user_profile.rb +1 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +43 -2
- data/lib/cloudsmith-api/models/vagrant_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability_scan.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability_scan_results.rb +21 -19
- data/lib/cloudsmith-api/models/vulnerability_scan_results_list.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability_scan_version.rb +1 -1
- data/lib/cloudsmith-api/models/webhook_template.rb +1 -1
- data/lib/cloudsmith-api/version.rb +2 -2
- data/lib/cloudsmith-api.rb +10 -1
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/badges_api_spec.rb +1 -1
- data/spec/api/distros_api_spec.rb +1 -1
- data/spec/api/entitlements_api_spec.rb +1 -1
- data/spec/api/files_api_spec.rb +1 -1
- data/spec/api/formats_api_spec.rb +1 -1
- data/spec/api/metrics_api_spec.rb +1 -1
- data/spec/api/namespaces_api_spec.rb +1 -1
- data/spec/api/orgs_api_spec.rb +70 -1
- data/spec/api/packages_api_spec.rb +1 -1
- data/spec/api/quota_api_spec.rb +1 -1
- data/spec/api/rates_api_spec.rb +1 -1
- data/spec/api/repos_api_spec.rb +27 -1
- data/spec/api/status_api_spec.rb +1 -1
- data/spec/api/storage_regions_api_spec.rb +1 -1
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/vulnerabilities_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/allocated_limit_raw_spec.rb +1 -1
- data/spec/models/allocated_limit_spec.rb +1 -1
- data/spec/models/alpine_package_upload_request_spec.rb +1 -1
- data/spec/models/alpine_package_upload_spec.rb +25 -1
- data/spec/models/architecture_spec.rb +1 -1
- data/spec/models/cargo_package_upload_request_spec.rb +1 -1
- data/spec/models/cargo_package_upload_spec.rb +25 -1
- data/spec/models/cocoapods_package_upload_request_spec.rb +1 -1
- data/spec/models/cocoapods_package_upload_spec.rb +25 -1
- data/spec/models/common_bandwidth_metrics_spec.rb +1 -1
- data/spec/models/common_bandwidth_metrics_value_spec.rb +1 -1
- data/spec/models/common_downloads_metrics_spec.rb +1 -1
- data/spec/models/common_downloads_metrics_value_spec.rb +1 -1
- data/spec/models/common_metrics_spec.rb +1 -1
- data/spec/models/composer_package_upload_request_spec.rb +1 -1
- data/spec/models/composer_package_upload_spec.rb +25 -1
- data/spec/models/composer_upstream_request_patch_spec.rb +1 -1
- data/spec/models/composer_upstream_request_spec.rb +1 -1
- data/spec/models/composer_upstream_spec.rb +2 -2
- data/spec/models/conan_package_upload_request_spec.rb +1 -1
- data/spec/models/conan_package_upload_spec.rb +25 -1
- data/spec/models/conda_package_upload_request_spec.rb +1 -1
- data/spec/models/conda_package_upload_spec.rb +25 -1
- data/spec/models/cran_package_upload_request_spec.rb +1 -1
- data/spec/models/cran_package_upload_spec.rb +25 -1
- data/spec/models/cran_upstream_request_patch_spec.rb +1 -1
- data/spec/models/cran_upstream_request_spec.rb +1 -1
- data/spec/models/cran_upstream_spec.rb +2 -2
- data/spec/models/dart_package_upload_request_spec.rb +1 -1
- data/spec/models/dart_package_upload_spec.rb +25 -1
- data/spec/models/dart_upstream_request_patch_spec.rb +2 -2
- data/spec/models/dart_upstream_request_spec.rb +2 -2
- data/spec/models/dart_upstream_spec.rb +3 -3
- data/spec/models/deb_package_upload_request_spec.rb +1 -1
- data/spec/models/deb_package_upload_spec.rb +25 -1
- data/spec/models/deb_upstream_request_patch_spec.rb +1 -1
- data/spec/models/deb_upstream_request_spec.rb +1 -1
- data/spec/models/deb_upstream_spec.rb +2 -2
- data/spec/models/distribution_full_spec.rb +1 -1
- data/spec/models/distribution_spec.rb +1 -1
- data/spec/models/distribution_version_spec.rb +1 -1
- data/spec/models/docker_package_upload_request_spec.rb +1 -1
- data/spec/models/docker_package_upload_spec.rb +25 -1
- data/spec/models/docker_upstream_request_patch_spec.rb +14 -2
- data/spec/models/docker_upstream_request_spec.rb +14 -2
- data/spec/models/docker_upstream_spec.rb +3 -3
- data/spec/models/entitlement_usage_metrics_spec.rb +1 -1
- data/spec/models/error_detail_spec.rb +7 -1
- data/spec/models/eula_spec.rb +1 -1
- data/spec/models/format_spec.rb +1 -1
- data/spec/models/format_support_spec.rb +1 -1
- data/spec/models/format_support_upstream_spec.rb +2 -2
- data/spec/models/geo_ip_location_spec.rb +1 -1
- data/spec/models/go_package_upload_request_spec.rb +1 -1
- data/spec/models/go_package_upload_spec.rb +25 -1
- data/spec/models/helm_package_upload_request_spec.rb +1 -1
- data/spec/models/helm_package_upload_spec.rb +25 -1
- data/spec/models/helm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/helm_upstream_request_spec.rb +1 -1
- data/spec/models/helm_upstream_spec.rb +2 -2
- data/spec/models/hex_package_upload_request_spec.rb +1 -1
- data/spec/models/hex_package_upload_spec.rb +25 -1
- data/spec/models/hex_upstream_request_patch_spec.rb +1 -1
- data/spec/models/hex_upstream_request_spec.rb +1 -1
- data/spec/models/hex_upstream_spec.rb +2 -2
- data/spec/models/history_fieldset_raw_spec.rb +1 -1
- data/spec/models/history_fieldset_spec.rb +1 -1
- data/spec/models/history_spec.rb +1 -1
- data/spec/models/luarocks_package_upload_request_spec.rb +1 -1
- data/spec/models/luarocks_package_upload_spec.rb +25 -1
- data/spec/models/maven_package_upload_request_spec.rb +7 -1
- data/spec/models/maven_package_upload_spec.rb +25 -1
- data/spec/models/maven_upstream_request_patch_spec.rb +1 -1
- data/spec/models/maven_upstream_request_spec.rb +1 -1
- data/spec/models/maven_upstream_spec.rb +2 -2
- data/spec/models/namespace_audit_log_spec.rb +1 -1
- data/spec/models/namespace_spec.rb +1 -1
- data/spec/models/nested_license_policy_spec.rb +1 -1
- data/spec/models/nested_vulnerability_policy_spec.rb +1 -1
- data/spec/models/nested_vulnerability_scan_results_spec.rb +1 -1
- data/spec/models/npm_package_upload_request_spec.rb +1 -1
- data/spec/models/npm_package_upload_spec.rb +25 -1
- data/spec/models/npm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/npm_upstream_request_spec.rb +1 -1
- data/spec/models/npm_upstream_spec.rb +2 -2
- data/spec/models/nuget_package_upload_request_spec.rb +1 -1
- data/spec/models/nuget_package_upload_spec.rb +25 -1
- data/spec/models/nuget_upstream_request_patch_spec.rb +1 -1
- data/spec/models/nuget_upstream_request_spec.rb +1 -1
- data/spec/models/nuget_upstream_spec.rb +2 -2
- data/spec/models/organization_group_sync_request_spec.rb +1 -1
- data/spec/models/organization_group_sync_spec.rb +1 -1
- data/spec/models/organization_group_sync_status_spec.rb +1 -1
- data/spec/models/organization_invite_extend_spec.rb +1 -1
- data/spec/models/organization_invite_request_spec.rb +1 -1
- data/spec/models/organization_invite_spec.rb +1 -1
- data/spec/models/organization_invite_update_request_patch_spec.rb +1 -1
- data/spec/models/organization_invite_update_spec.rb +1 -1
- data/spec/models/organization_membership_request_patch_spec.rb +35 -0
- data/spec/models/organization_membership_role_update_request_patch_spec.rb +45 -0
- data/spec/models/organization_membership_role_update_spec.rb +113 -0
- data/spec/models/organization_membership_spec.rb +1 -1
- data/spec/models/organization_membership_visibility_update_request_patch_spec.rb +45 -0
- data/spec/models/organization_membership_visibility_update_spec.rb +113 -0
- data/spec/models/organization_package_license_policy_request_patch_spec.rb +1 -1
- data/spec/models/organization_package_license_policy_request_spec.rb +1 -1
- data/spec/models/organization_package_license_policy_spec.rb +1 -1
- data/spec/models/organization_package_vulnerability_policy_request_patch_spec.rb +1 -1
- data/spec/models/organization_package_vulnerability_policy_request_spec.rb +1 -1
- data/spec/models/organization_package_vulnerability_policy_spec.rb +1 -1
- data/spec/models/organization_saml_auth_request_patch_spec.rb +59 -0
- data/spec/models/organization_saml_auth_spec.rb +59 -0
- data/spec/models/organization_spec.rb +1 -1
- data/spec/models/organization_team_invite_spec.rb +1 -1
- data/spec/models/organization_team_members_spec.rb +1 -1
- data/spec/models/organization_team_membership_spec.rb +1 -1
- data/spec/models/organization_team_request_patch_spec.rb +1 -1
- data/spec/models/organization_team_request_spec.rb +1 -1
- data/spec/models/organization_team_spec.rb +1 -1
- data/spec/models/p2_package_upload_request_spec.rb +1 -1
- data/spec/models/p2_package_upload_spec.rb +25 -1
- data/spec/models/package_copy_request_spec.rb +1 -1
- data/spec/models/package_copy_spec.rb +25 -1
- data/spec/models/package_deny_policy_request_patch_spec.rb +1 -1
- data/spec/models/package_deny_policy_request_spec.rb +1 -1
- data/spec/models/package_deny_policy_spec.rb +1 -1
- data/spec/models/package_dependencies_spec.rb +1 -1
- data/spec/models/package_dependency_spec.rb +1 -1
- data/spec/models/package_file_parts_upload_spec.rb +1 -1
- data/spec/models/package_file_spec.rb +1 -1
- data/spec/models/package_file_upload_request_spec.rb +1 -1
- data/spec/models/package_file_upload_spec.rb +1 -1
- data/spec/models/package_license_policy_evaluation_request_request_spec.rb +1 -1
- data/spec/models/package_license_policy_evaluation_request_spec.rb +1 -1
- data/spec/models/package_license_policy_violation_log_cursor_page_spec.rb +1 -1
- data/spec/models/package_license_policy_violation_log_spec.rb +1 -1
- data/spec/models/package_move_request_spec.rb +1 -1
- data/spec/models/package_move_spec.rb +25 -1
- data/spec/models/package_quarantine_request_spec.rb +1 -1
- data/spec/models/package_quarantine_spec.rb +25 -1
- data/spec/models/package_resync_spec.rb +25 -1
- data/spec/models/package_spec.rb +25 -1
- data/spec/models/package_status_spec.rb +1 -1
- data/spec/models/package_tag_request_spec.rb +1 -1
- data/spec/models/package_tag_spec.rb +25 -1
- data/spec/models/package_usage_metrics_spec.rb +1 -1
- data/spec/models/package_version_badge_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_evaluation_request_request_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_evaluation_request_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_violation_log_cursor_page_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_violation_log_spec.rb +1 -1
- data/spec/models/package_vulnerability_spec.rb +1 -1
- data/spec/models/provider_settings_request_patch_spec.rb +1 -1
- data/spec/models/provider_settings_request_spec.rb +1 -1
- data/spec/models/provider_settings_spec.rb +1 -1
- data/spec/models/python_package_upload_request_spec.rb +1 -1
- data/spec/models/python_package_upload_spec.rb +25 -1
- data/spec/models/python_upstream_request_patch_spec.rb +1 -1
- data/spec/models/python_upstream_request_spec.rb +1 -1
- data/spec/models/python_upstream_spec.rb +2 -2
- data/spec/models/quota_history_spec.rb +1 -1
- data/spec/models/quota_spec.rb +1 -1
- data/spec/models/rate_check_spec.rb +1 -1
- data/spec/models/raw_package_upload_request_spec.rb +1 -1
- data/spec/models/raw_package_upload_spec.rb +25 -1
- data/spec/models/repository_audit_log_spec.rb +1 -1
- data/spec/models/repository_create_request_spec.rb +7 -1
- data/spec/models/repository_create_spec.rb +7 -1
- data/spec/models/repository_ecdsa_key_create_spec.rb +1 -1
- data/spec/models/repository_ecdsa_key_spec.rb +1 -1
- data/spec/models/repository_geo_ip_cidr_spec.rb +1 -1
- data/spec/models/repository_geo_ip_country_code_spec.rb +1 -1
- data/spec/models/repository_geo_ip_rules_request_patch_spec.rb +1 -1
- data/spec/models/repository_geo_ip_rules_request_spec.rb +1 -1
- data/spec/models/repository_geo_ip_rules_spec.rb +1 -1
- data/spec/models/repository_geo_ip_status_spec.rb +1 -1
- data/spec/models/repository_geo_ip_test_address_response_dict_spec.rb +1 -1
- data/spec/models/repository_geo_ip_test_address_response_spec.rb +1 -1
- data/spec/models/repository_geo_ip_test_address_spec.rb +1 -1
- data/spec/models/repository_gpg_key_create_spec.rb +1 -1
- data/spec/models/repository_gpg_key_spec.rb +1 -1
- data/spec/models/repository_privilege_dict_spec.rb +1 -1
- data/spec/models/repository_privilege_input_request_patch_spec.rb +1 -1
- data/spec/models/repository_privilege_input_request_spec.rb +1 -1
- data/spec/models/repository_privilege_input_spec.rb +1 -1
- data/spec/models/repository_request_patch_spec.rb +7 -1
- data/spec/models/repository_retention_rules_request_patch_spec.rb +1 -1
- data/spec/models/repository_retention_rules_spec.rb +1 -1
- data/spec/models/repository_rsa_key_create_spec.rb +1 -1
- data/spec/models/repository_rsa_key_spec.rb +1 -1
- data/spec/models/repository_spec.rb +7 -1
- data/spec/models/repository_token_action_spec.rb +1 -1
- data/spec/models/repository_token_refresh_request_spec.rb +1 -1
- data/spec/models/repository_token_refresh_spec.rb +1 -1
- data/spec/models/repository_token_request_patch_spec.rb +1 -1
- data/spec/models/repository_token_request_spec.rb +1 -1
- data/spec/models/repository_token_spec.rb +1 -1
- data/spec/models/repository_token_sync_request_spec.rb +1 -1
- data/spec/models/repository_token_sync_spec.rb +1 -1
- data/spec/models/repository_transfer_region_request_spec.rb +1 -1
- data/spec/models/repository_transfer_region_spec.rb +1 -1
- data/spec/models/repository_webhook_request_patch_spec.rb +1 -1
- data/spec/models/repository_webhook_request_spec.rb +1 -1
- data/spec/models/repository_webhook_spec.rb +1 -1
- data/spec/models/repository_x509_ecdsa_certificate_spec.rb +99 -0
- data/spec/models/repository_x509_rsa_certificate_spec.rb +99 -0
- data/spec/models/resources_rate_check_spec.rb +1 -1
- data/spec/models/respository_geo_ip_enable_disable_request_spec.rb +1 -1
- data/spec/models/respository_geo_ip_enable_disable_spec.rb +1 -1
- data/spec/models/rpm_package_upload_request_spec.rb +1 -1
- data/spec/models/rpm_package_upload_spec.rb +25 -1
- data/spec/models/rpm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/rpm_upstream_request_spec.rb +1 -1
- data/spec/models/rpm_upstream_spec.rb +2 -2
- data/spec/models/ruby_package_upload_request_spec.rb +1 -1
- data/spec/models/ruby_package_upload_spec.rb +25 -1
- data/spec/models/ruby_upstream_request_patch_spec.rb +1 -1
- data/spec/models/ruby_upstream_request_spec.rb +1 -1
- data/spec/models/ruby_upstream_spec.rb +2 -2
- data/spec/models/service_request_patch_spec.rb +1 -1
- data/spec/models/service_request_spec.rb +1 -1
- data/spec/models/service_spec.rb +7 -1
- data/spec/models/service_teams_spec.rb +1 -1
- data/spec/models/status_basic_spec.rb +1 -1
- data/spec/models/storage_allocated_limit_raw_spec.rb +1 -1
- data/spec/models/storage_allocated_limit_spec.rb +1 -1
- data/spec/models/storage_region_spec.rb +1 -1
- data/spec/models/storage_usage_raw_spec.rb +1 -1
- data/spec/models/storage_usage_spec.rb +1 -1
- data/spec/models/swift_package_upload_request_spec.rb +1 -1
- data/spec/models/swift_package_upload_spec.rb +25 -1
- data/spec/models/swift_upstream_request_patch_spec.rb +1 -1
- data/spec/models/swift_upstream_request_spec.rb +1 -1
- data/spec/models/swift_upstream_spec.rb +2 -2
- data/spec/models/tags_spec.rb +1 -1
- data/spec/models/terraform_package_upload_request_spec.rb +1 -1
- data/spec/models/terraform_package_upload_spec.rb +25 -1
- data/spec/models/usage_fieldset_spec.rb +1 -1
- data/spec/models/usage_limits_raw_spec.rb +1 -1
- data/spec/models/usage_limits_spec.rb +1 -1
- data/spec/models/usage_raw_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/user_auth_token_request_spec.rb +1 -1
- data/spec/models/user_auth_token_spec.rb +1 -1
- data/spec/models/user_brief_spec.rb +1 -1
- data/spec/models/user_profile_spec.rb +1 -1
- data/spec/models/vagrant_package_upload_request_spec.rb +1 -1
- data/spec/models/vagrant_package_upload_spec.rb +25 -1
- data/spec/models/vulnerability_scan_results_list_spec.rb +1 -1
- data/spec/models/vulnerability_scan_results_spec.rb +3 -3
- data/spec/models/vulnerability_scan_spec.rb +1 -1
- data/spec/models/vulnerability_scan_version_spec.rb +1 -1
- data/spec/models/vulnerability_spec.rb +1 -1
- data/spec/models/webhook_template_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.22.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.9.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.7.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.3.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +14 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/gem_make.out +157 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/mkmf.log +674 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.1/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.1/gem_make.out +44 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.1/mkmf.log +299 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +29 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/CHANGELOG.md +155 -0
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/README.md +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/lib/autotest-fsevent/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/Makefile +267 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.c +7790 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/extconf.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.c +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal/util.rb +185 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CHANGELOG.md +506 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CODE_OF_CONDUCT.md +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CONTRIBUTING.md +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CONTRIBUTORS.md +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/LICENCE.md +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/Manifest.txt +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/README.md +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/Rakefile +99 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/SECURITY.md +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/docs/artistic.txt +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/change.rb +174 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/htmldiff.rb +160 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/hunk.rb +379 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/ldiff.rb +189 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/version.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs.rb +742 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/mise.toml +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/123_x +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/456_x +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/file1.bin +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/file2.bin +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/four_lines +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/four_lines_with_missing_new_line +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line1-e +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line1-f +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line2-e +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line2-f +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.chef-e +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.chef-f +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line1-e +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line1-f +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line2-e +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line2-f +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2 +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-c +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-e +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-f +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-u +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1 +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-c +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-u +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2 +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-c +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-u +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/issues_spec.rb +160 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/ldiff_spec.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/patch_spec.rb +416 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/spec_helper.rb +376 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/CHANGELOG.md +465 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/Gemfile +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/Rakefile +206 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Function.c +1081 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Makefile +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/.allow-ai-service +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/configure +23105 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/fficonfig.h.in +188 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/lib/ffi/ffi.rb +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/sig/ffi/auto_pointer.rbs +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/changelog.md +119 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/lib/hashdiff/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/BSDL +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/CHANGES.md +540 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/LEGAL +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/README.md +264 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/fbuffer/fbuffer.h +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/extconf.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/generator.c +1540 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/generator.h +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/extconf.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/parser.c +2237 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/parser.h +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/parser.rl +997 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/json.gemspec +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/bigdecimal.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/complex.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/core.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/date.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/date_time.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/exception.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/ostruct.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/range.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/rational.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/regexp.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/struct.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/symbol.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/add/time.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/common.rb +734 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/ext/generator/state.rb +135 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/ext.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/generic_object.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/pure/generator.rb +599 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/pure/parser.rb +331 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/pure.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json.rb +592 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/NEWS.md +699 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/parsers/baseparser.rb +887 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/parsers/pullparser.rb +213 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/rexml.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/source.rb +383 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/text.rb +423 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/Changelog.md +2425 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/bisect/fork_runner.rb +140 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/configuration.rb +2419 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/configuration_options.rb +240 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/did_you_mean.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/drb.rb +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/example.rb +666 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/exception_presenter.rb +552 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/formatters/html_snippet_extractor.rb +122 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/option_parser.rb +325 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/rake_task.rb +190 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/reporter.rb +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/Changelog.md +408 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/spec/shell_out.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/CHANGES.md +244 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/lib/sys/uname.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/lib/sys/unix/uname.rb +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/spec/sys_platform_spec.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/spec/sys_uname_spec.rb +399 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/sys-uname.gemspec +41 -0
- data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.22.gemspec +44 -0
- data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.9.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.6.1.gemspec +46 -0
- data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.1.gemspec +43 -0
- data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.1.2.gemspec +40 -0
- data/vendor/bundle/ruby/2.6.0/specifications/json-2.7.6.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.4.1.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.3.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.2.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.3.1.gemspec +42 -0
- metadata +1167 -1076
- data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.21.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.5.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.7.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rexml-3.3.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.3.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +0 -14
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/gem_make.out +0 -161
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/mkmf.log +0 -894
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/gem_make.out +0 -44
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/mkmf.log +0 -299
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/gem_make.out +0 -13
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/mkmf.log +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/CHANGELOG.md +0 -149
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/README.md +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/lib/autotest-fsevent/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/Makefile +0 -267
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c +0 -7794
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/extconf.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/lib/bigdecimal/util.rb +0 -185
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Code-of-Conduct.md +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Contributing.md +0 -121
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/History.md +0 -431
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/License.md +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Manifest.txt +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/README.rdoc +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Rakefile +0 -130
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/docs/artistic.txt +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/change.rb +0 -174
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/htmldiff.rb +0 -158
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/hunk.rb +0 -363
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/ldiff.rb +0 -173
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs.rb +0 -741
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/hunk_spec.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/issues_spec.rb +0 -160
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/ldiff_spec.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/patch_spec.rb +0 -416
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/spec_helper.rb +0 -376
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/CHANGELOG.md +0 -456
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/Gemfile +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/Rakefile +0 -206
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Function.c +0 -1063
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Makefile +0 -266
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure +0 -22791
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/fficonfig.h.in +0 -188
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/ffi.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/auto_pointer.rbs +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/library.rbs +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/changelog.md +0 -113
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/lib/hashdiff/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/CHANGES.md +0 -503
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/README.md +0 -416
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/Makefile +0 -202
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/fbuffer/fbuffer.h +0 -187
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +0 -267
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/depend +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/extconf.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.c +0 -1703
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.h +0 -177
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +0 -267
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/depend +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/extconf.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/parser.c +0 -2211
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/parser.h +0 -96
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/parser.rl +0 -971
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/extconf.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/json.gemspec +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/bigdecimal.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/complex.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/core.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/date.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/date_time.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/exception.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/ostruct.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/range.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/rational.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/regexp.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/struct.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/symbol.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/add/time.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/common.rb +0 -698
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/generic_object.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/pure/generator.rb +0 -513
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/pure/parser.rb +0 -337
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/pure.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json.rb +0 -592
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/NEWS.md +0 -625
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parsers/baseparser.rb +0 -857
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parsers/pullparser.rb +0 -209
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/rexml.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/source.rb +0 -328
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/text.rb +0 -448
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/Changelog.md +0 -2407
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/bisect/fork_runner.rb +0 -138
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/configuration.rb +0 -2414
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/configuration_options.rb +0 -238
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/did_you_mean.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/drb.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/example.rb +0 -666
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/filter_manager.rb +0 -231
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/formatters/exception_presenter.rb +0 -546
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/metadata.rb +0 -498
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/option_parser.rb +0 -323
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/rake_task.rb +0 -188
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/reporter.rb +0 -265
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.1/Changelog.md +0 -397
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/shell_out.rb +0 -110
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.1/lib/rspec/support/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/CHANGES.md +0 -241
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/lib/sys/uname.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/lib/sys/unix/uname.rb +0 -266
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/spec/sys_platform_spec.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/spec/sys_uname_spec.rb +0 -399
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/sys-uname.gemspec +0 -41
- data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.21.gemspec +0 -44
- data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.8.gemspec +0 -25
- data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.5.1.gemspec +0 -50
- data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.0.gemspec +0 -43
- data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.1.1.gemspec +0 -40
- data/vendor/bundle/ruby/2.6.0/specifications/json-2.7.2.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.3.8.gemspec +0 -25
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.1.gemspec +0 -53
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.1.gemspec +0 -36
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.3.0.gemspec +0 -42
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.0 → ffi-1.17.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.7.2 → json-2.7.6}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/Makefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/fsevent.dll +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/fsevent.so +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/fsevent_sleep.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/make +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/nmake.bat +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/lib/autotest/fsevent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/lib/autotest-fsevent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/post-install.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/prebuilt/fsevent_sleep +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/bigdecimal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/bits.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/missing.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/jacobian.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/ludcmp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/math.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/newton.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/bin/htmldiff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/bin/ldiff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/docs/COPYING.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/backports.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/block.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/internals.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff-lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/change_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/diff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/aX +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/bXaX +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ds1.csv +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ds2.csv +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0/ext/ffi_c/.sitearchdir.time → diff-lcs-1.6.1/spec/fixtures/empty} +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0/ext/ffi_c/libffi/.allow-ai-service → diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1} +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.2/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time → diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-c} +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.2/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time → diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-e} +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/new-chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/new-chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/old-chef +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/old-chef2 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/lcs_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/sdiff_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/traverse_balanced_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/traverse_sequences_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/COPYING +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/AbstractMemory.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/AbstractMemory.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ArrayType.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ArrayType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Buffer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Call.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Call.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ClosurePool.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ClosurePool.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/DynamicLibrary.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/DynamicLibrary.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Function.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/FunctionInfo.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LastError.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LastError.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LongDouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/LongDouble.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MappedType.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MappedType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MemoryPointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MemoryPointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MethodHandle.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/MethodHandle.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Platform.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Platform.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Pointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Pointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Struct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Struct.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/StructByValue.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/StructByValue.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/StructLayout.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Thread.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Thread.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Type.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Type.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Types.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Types.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/Variadic.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/compat.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/extconf.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.appveyor/site.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.appveyor.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/ar-lib +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/build.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/compile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/install.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/msvs-detect +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/site.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.circleci/config.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.gitattributes +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.github/workflows/build.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/ChangeLog.old +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/acinclude.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/autogen.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/compile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/config.guess +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/config.sub +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/configure.ac +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/configure.host +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/libffi.texi +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/doc/version.texi +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/ffi.h.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/ffi_cfi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/ffi_common.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/include/tramp.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/install-sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libffi.map.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libffi.pc.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libtool-ldflags +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/libtool-version +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/ltmain.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/make_sunver.pl +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/ffi.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/missing +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/msvcc.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arc/arcompact.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/closures.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/debug.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/dlmalloc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/n32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/mips/o32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/nios2/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/nios2/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/or1k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/hpux64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.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/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/powerpc/t-aix +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/prep_cif.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/raw_api.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/riscv/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/tramp.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/types.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/stamp-h.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.bsd.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.darwin.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.gnu.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.vc.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/libffi.vc64.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/rbffi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ext/ffi_c/rbffi_endian.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/ffi.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/autopointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/compat.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/dynamic_library.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/enum.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/function.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/io.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/library.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/pointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct_by_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct_layout.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/struct_layout_builder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/tools/types_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/types.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/rakelib/ffi_gem_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/hello_ractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/samples/qsort_ractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/abstract_memory.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/data_converter.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/dynamic_library.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/enum.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/function.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/native_type.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/pointer.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_by_reference.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_by_value.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_layout.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/struct_layout_builder.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi/type.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.1}/sig/ffi.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/.github/workflows/ci.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/.rubocop.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/.travis.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/hashdiff.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff/compare_hashes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff/diff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff/lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff/linear_compare_array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.1 → hashdiff-1.1.2}/lib/hashdiff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.2/LICENSE → json-2.7.6/COPYING} +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.2 → json-2.7.6}/lib/json/add/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/context.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/rdoc/element.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/doc/rexml/tutorial.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/attlistdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/attribute.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/cdata.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/child.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/comment.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/doctype.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/document.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/dtd/attlistdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/dtd/dtd.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/dtd/elementdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/dtd/entitydecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/dtd/notationdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/element.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/encoding.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/entity.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/formatters/default.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/formatters/pretty.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/formatters/transitive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/functions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/instruction.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/light/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/namespace.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/output.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parseexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parsers/lightparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parsers/sax2parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parsers/streamparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parsers/treeparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parsers/ultralightparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/parsers/xpathparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/quickpath.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/sax2listener.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/security.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/streamlistener.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/undefinednamespaceexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/validation/relaxng.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/validation/validation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/validation/validationexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/xmldecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/xmltokens.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/xpath.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml/xpath_parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.8 → rexml-3.4.1}/lib/rexml.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/autorun.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/backtrace_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/bisect/coordinator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/bisect/server.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/bisect/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/bisect/utilities.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/dsl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/example_status_persister.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/flat_map.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/console_codes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/html_printer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/formatters.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/hooks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/invocations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/memoized_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/metadata_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/notifications.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/ordering.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/output_wrapper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/pending.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/profiler.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/project_initializer/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/project_initializer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/ruby_project.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/sandbox.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/shared_context.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/shared_example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/shell_escape.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core/world.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.1 → rspec-core-3.13.3}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/caller_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/differ.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/object_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.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/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.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/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/MANIFEST.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/certs/djberg96_pub.pem +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/doc/uname.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/examples/uname_test.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/lib/sys/platform.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/lib/sys/windows/uname.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/lib/sys-uname.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.0 → sys-uname-1.3.1}/spec/spec_helper.rb +0 -0
@@ -1,698 +0,0 @@
|
|
1
|
-
#frozen_string_literal: false
|
2
|
-
require 'json/version'
|
3
|
-
|
4
|
-
module JSON
|
5
|
-
autoload :GenericObject, 'json/generic_object'
|
6
|
-
|
7
|
-
NOT_SET = Object.new.freeze
|
8
|
-
private_constant :NOT_SET
|
9
|
-
|
10
|
-
class << self
|
11
|
-
# :call-seq:
|
12
|
-
# JSON[object] -> new_array or new_string
|
13
|
-
#
|
14
|
-
# If +object+ is a \String,
|
15
|
-
# calls JSON.parse with +object+ and +opts+ (see method #parse):
|
16
|
-
# json = '[0, 1, null]'
|
17
|
-
# JSON[json]# => [0, 1, nil]
|
18
|
-
#
|
19
|
-
# Otherwise, calls JSON.generate with +object+ and +opts+ (see method #generate):
|
20
|
-
# ruby = [0, 1, nil]
|
21
|
-
# JSON[ruby] # => '[0,1,null]'
|
22
|
-
def [](object, opts = {})
|
23
|
-
if object.respond_to? :to_str
|
24
|
-
JSON.parse(object.to_str, opts)
|
25
|
-
else
|
26
|
-
JSON.generate(object, opts)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
# Returns the JSON parser class that is used by JSON. This is either
|
31
|
-
# JSON::Ext::Parser or JSON::Pure::Parser:
|
32
|
-
# JSON.parser # => JSON::Ext::Parser
|
33
|
-
attr_reader :parser
|
34
|
-
|
35
|
-
# Set the JSON parser class _parser_ to be used by JSON.
|
36
|
-
def parser=(parser) # :nodoc:
|
37
|
-
@parser = parser
|
38
|
-
remove_const :Parser if const_defined?(:Parser, false)
|
39
|
-
const_set :Parser, parser
|
40
|
-
end
|
41
|
-
|
42
|
-
# Return the constant located at _path_. The format of _path_ has to be
|
43
|
-
# either ::A::B::C or A::B::C. In any case, A has to be located at the top
|
44
|
-
# level (absolute namespace path?). If there doesn't exist a constant at
|
45
|
-
# the given path, an ArgumentError is raised.
|
46
|
-
def deep_const_get(path) # :nodoc:
|
47
|
-
path.to_s.split(/::/).inject(Object) do |p, c|
|
48
|
-
case
|
49
|
-
when c.empty? then p
|
50
|
-
when p.const_defined?(c, true) then p.const_get(c)
|
51
|
-
else
|
52
|
-
begin
|
53
|
-
p.const_missing(c)
|
54
|
-
rescue NameError => e
|
55
|
-
raise ArgumentError, "can't get const #{path}: #{e}"
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
# Set the module _generator_ to be used by JSON.
|
62
|
-
def generator=(generator) # :nodoc:
|
63
|
-
old, $VERBOSE = $VERBOSE, nil
|
64
|
-
@generator = generator
|
65
|
-
generator_methods = generator::GeneratorMethods
|
66
|
-
for const in generator_methods.constants
|
67
|
-
klass = deep_const_get(const)
|
68
|
-
modul = generator_methods.const_get(const)
|
69
|
-
klass.class_eval do
|
70
|
-
instance_methods(false).each do |m|
|
71
|
-
m.to_s == 'to_json' and remove_method m
|
72
|
-
end
|
73
|
-
include modul
|
74
|
-
end
|
75
|
-
end
|
76
|
-
self.state = generator::State
|
77
|
-
const_set :State, self.state
|
78
|
-
const_set :SAFE_STATE_PROTOTYPE, State.new # for JRuby
|
79
|
-
const_set :FAST_STATE_PROTOTYPE, create_fast_state
|
80
|
-
const_set :PRETTY_STATE_PROTOTYPE, create_pretty_state
|
81
|
-
ensure
|
82
|
-
$VERBOSE = old
|
83
|
-
end
|
84
|
-
|
85
|
-
def create_fast_state
|
86
|
-
State.new(
|
87
|
-
:indent => '',
|
88
|
-
:space => '',
|
89
|
-
:object_nl => "",
|
90
|
-
:array_nl => "",
|
91
|
-
:max_nesting => false
|
92
|
-
)
|
93
|
-
end
|
94
|
-
|
95
|
-
def create_pretty_state
|
96
|
-
State.new(
|
97
|
-
:indent => ' ',
|
98
|
-
:space => ' ',
|
99
|
-
:object_nl => "\n",
|
100
|
-
:array_nl => "\n"
|
101
|
-
)
|
102
|
-
end
|
103
|
-
|
104
|
-
# Returns the JSON generator module that is used by JSON. This is
|
105
|
-
# either JSON::Ext::Generator or JSON::Pure::Generator:
|
106
|
-
# JSON.generator # => JSON::Ext::Generator
|
107
|
-
attr_reader :generator
|
108
|
-
|
109
|
-
# Sets or Returns the JSON generator state class that is used by JSON. This is
|
110
|
-
# either JSON::Ext::Generator::State or JSON::Pure::Generator::State:
|
111
|
-
# JSON.state # => JSON::Ext::Generator::State
|
112
|
-
attr_accessor :state
|
113
|
-
end
|
114
|
-
|
115
|
-
DEFAULT_CREATE_ID = 'json_class'.freeze
|
116
|
-
private_constant :DEFAULT_CREATE_ID
|
117
|
-
|
118
|
-
CREATE_ID_TLS_KEY = "JSON.create_id".freeze
|
119
|
-
private_constant :CREATE_ID_TLS_KEY
|
120
|
-
|
121
|
-
# Sets create identifier, which is used to decide if the _json_create_
|
122
|
-
# hook of a class should be called; initial value is +json_class+:
|
123
|
-
# JSON.create_id # => 'json_class'
|
124
|
-
def self.create_id=(new_value)
|
125
|
-
Thread.current[CREATE_ID_TLS_KEY] = new_value.dup.freeze
|
126
|
-
end
|
127
|
-
|
128
|
-
# Returns the current create identifier.
|
129
|
-
# See also JSON.create_id=.
|
130
|
-
def self.create_id
|
131
|
-
Thread.current[CREATE_ID_TLS_KEY] || DEFAULT_CREATE_ID
|
132
|
-
end
|
133
|
-
|
134
|
-
NaN = 0.0/0
|
135
|
-
|
136
|
-
Infinity = 1.0/0
|
137
|
-
|
138
|
-
MinusInfinity = -Infinity
|
139
|
-
|
140
|
-
# The base exception for JSON errors.
|
141
|
-
class JSONError < StandardError
|
142
|
-
def self.wrap(exception)
|
143
|
-
obj = new("Wrapped(#{exception.class}): #{exception.message.inspect}")
|
144
|
-
obj.set_backtrace exception.backtrace
|
145
|
-
obj
|
146
|
-
end
|
147
|
-
end
|
148
|
-
|
149
|
-
# This exception is raised if a parser error occurs.
|
150
|
-
class ParserError < JSONError; end
|
151
|
-
|
152
|
-
# This exception is raised if the nesting of parsed data structures is too
|
153
|
-
# deep.
|
154
|
-
class NestingError < ParserError; end
|
155
|
-
|
156
|
-
# :stopdoc:
|
157
|
-
class CircularDatastructure < NestingError; end
|
158
|
-
# :startdoc:
|
159
|
-
|
160
|
-
# This exception is raised if a generator or unparser error occurs.
|
161
|
-
class GeneratorError < JSONError; end
|
162
|
-
# For backwards compatibility
|
163
|
-
UnparserError = GeneratorError # :nodoc:
|
164
|
-
|
165
|
-
# This exception is raised if the required unicode support is missing on the
|
166
|
-
# system. Usually this means that the iconv library is not installed.
|
167
|
-
class MissingUnicodeSupport < JSONError; end
|
168
|
-
|
169
|
-
module_function
|
170
|
-
|
171
|
-
# :call-seq:
|
172
|
-
# JSON.parse(source, opts) -> object
|
173
|
-
#
|
174
|
-
# Returns the Ruby objects created by parsing the given +source+.
|
175
|
-
#
|
176
|
-
# Argument +source+ contains the \String to be parsed.
|
177
|
-
#
|
178
|
-
# Argument +opts+, if given, contains a \Hash of options for the parsing.
|
179
|
-
# See {Parsing Options}[#module-JSON-label-Parsing+Options].
|
180
|
-
#
|
181
|
-
# ---
|
182
|
-
#
|
183
|
-
# When +source+ is a \JSON array, returns a Ruby \Array:
|
184
|
-
# source = '["foo", 1.0, true, false, null]'
|
185
|
-
# ruby = JSON.parse(source)
|
186
|
-
# ruby # => ["foo", 1.0, true, false, nil]
|
187
|
-
# ruby.class # => Array
|
188
|
-
#
|
189
|
-
# When +source+ is a \JSON object, returns a Ruby \Hash:
|
190
|
-
# source = '{"a": "foo", "b": 1.0, "c": true, "d": false, "e": null}'
|
191
|
-
# ruby = JSON.parse(source)
|
192
|
-
# ruby # => {"a"=>"foo", "b"=>1.0, "c"=>true, "d"=>false, "e"=>nil}
|
193
|
-
# ruby.class # => Hash
|
194
|
-
#
|
195
|
-
# For examples of parsing for all \JSON data types, see
|
196
|
-
# {Parsing \JSON}[#module-JSON-label-Parsing+JSON].
|
197
|
-
#
|
198
|
-
# Parses nested JSON objects:
|
199
|
-
# source = <<-EOT
|
200
|
-
# {
|
201
|
-
# "name": "Dave",
|
202
|
-
# "age" :40,
|
203
|
-
# "hats": [
|
204
|
-
# "Cattleman's",
|
205
|
-
# "Panama",
|
206
|
-
# "Tophat"
|
207
|
-
# ]
|
208
|
-
# }
|
209
|
-
# EOT
|
210
|
-
# ruby = JSON.parse(source)
|
211
|
-
# ruby # => {"name"=>"Dave", "age"=>40, "hats"=>["Cattleman's", "Panama", "Tophat"]}
|
212
|
-
#
|
213
|
-
# ---
|
214
|
-
#
|
215
|
-
# Raises an exception if +source+ is not valid JSON:
|
216
|
-
# # Raises JSON::ParserError (783: unexpected token at ''):
|
217
|
-
# JSON.parse('')
|
218
|
-
#
|
219
|
-
def parse(source, opts = {})
|
220
|
-
Parser.new(source, **(opts||{})).parse
|
221
|
-
end
|
222
|
-
|
223
|
-
# :call-seq:
|
224
|
-
# JSON.parse!(source, opts) -> object
|
225
|
-
#
|
226
|
-
# Calls
|
227
|
-
# parse(source, opts)
|
228
|
-
# with +source+ and possibly modified +opts+.
|
229
|
-
#
|
230
|
-
# Differences from JSON.parse:
|
231
|
-
# - Option +max_nesting+, if not provided, defaults to +false+,
|
232
|
-
# which disables checking for nesting depth.
|
233
|
-
# - Option +allow_nan+, if not provided, defaults to +true+.
|
234
|
-
def parse!(source, opts = {})
|
235
|
-
opts = {
|
236
|
-
:max_nesting => false,
|
237
|
-
:allow_nan => true
|
238
|
-
}.merge(opts)
|
239
|
-
Parser.new(source, **(opts||{})).parse
|
240
|
-
end
|
241
|
-
|
242
|
-
# :call-seq:
|
243
|
-
# JSON.load_file(path, opts={}) -> object
|
244
|
-
#
|
245
|
-
# Calls:
|
246
|
-
# parse(File.read(path), opts)
|
247
|
-
#
|
248
|
-
# See method #parse.
|
249
|
-
def load_file(filespec, opts = {})
|
250
|
-
parse(File.read(filespec), opts)
|
251
|
-
end
|
252
|
-
|
253
|
-
# :call-seq:
|
254
|
-
# JSON.load_file!(path, opts = {})
|
255
|
-
#
|
256
|
-
# Calls:
|
257
|
-
# JSON.parse!(File.read(path, opts))
|
258
|
-
#
|
259
|
-
# See method #parse!
|
260
|
-
def load_file!(filespec, opts = {})
|
261
|
-
parse!(File.read(filespec), opts)
|
262
|
-
end
|
263
|
-
|
264
|
-
# :call-seq:
|
265
|
-
# JSON.generate(obj, opts = nil) -> new_string
|
266
|
-
#
|
267
|
-
# Returns a \String containing the generated \JSON data.
|
268
|
-
#
|
269
|
-
# See also JSON.fast_generate, JSON.pretty_generate.
|
270
|
-
#
|
271
|
-
# Argument +obj+ is the Ruby object to be converted to \JSON.
|
272
|
-
#
|
273
|
-
# Argument +opts+, if given, contains a \Hash of options for the generation.
|
274
|
-
# See {Generating Options}[#module-JSON-label-Generating+Options].
|
275
|
-
#
|
276
|
-
# ---
|
277
|
-
#
|
278
|
-
# When +obj+ is an \Array, returns a \String containing a \JSON array:
|
279
|
-
# obj = ["foo", 1.0, true, false, nil]
|
280
|
-
# json = JSON.generate(obj)
|
281
|
-
# json # => '["foo",1.0,true,false,null]'
|
282
|
-
#
|
283
|
-
# When +obj+ is a \Hash, returns a \String containing a \JSON object:
|
284
|
-
# obj = {foo: 0, bar: 's', baz: :bat}
|
285
|
-
# json = JSON.generate(obj)
|
286
|
-
# json # => '{"foo":0,"bar":"s","baz":"bat"}'
|
287
|
-
#
|
288
|
-
# For examples of generating from other Ruby objects, see
|
289
|
-
# {Generating \JSON from Other Objects}[#module-JSON-label-Generating+JSON+from+Other+Objects].
|
290
|
-
#
|
291
|
-
# ---
|
292
|
-
#
|
293
|
-
# Raises an exception if any formatting option is not a \String.
|
294
|
-
#
|
295
|
-
# Raises an exception if +obj+ contains circular references:
|
296
|
-
# a = []; b = []; a.push(b); b.push(a)
|
297
|
-
# # Raises JSON::NestingError (nesting of 100 is too deep):
|
298
|
-
# JSON.generate(a)
|
299
|
-
#
|
300
|
-
def generate(obj, opts = nil)
|
301
|
-
if State === opts
|
302
|
-
state = opts
|
303
|
-
else
|
304
|
-
state = State.new(opts)
|
305
|
-
end
|
306
|
-
state.generate(obj)
|
307
|
-
end
|
308
|
-
|
309
|
-
# :stopdoc:
|
310
|
-
# I want to deprecate these later, so I'll first be silent about them, and
|
311
|
-
# later delete them.
|
312
|
-
alias unparse generate
|
313
|
-
module_function :unparse
|
314
|
-
# :startdoc:
|
315
|
-
|
316
|
-
# :call-seq:
|
317
|
-
# JSON.fast_generate(obj, opts) -> new_string
|
318
|
-
#
|
319
|
-
# Arguments +obj+ and +opts+ here are the same as
|
320
|
-
# arguments +obj+ and +opts+ in JSON.generate.
|
321
|
-
#
|
322
|
-
# By default, generates \JSON data without checking
|
323
|
-
# for circular references in +obj+ (option +max_nesting+ set to +false+, disabled).
|
324
|
-
#
|
325
|
-
# Raises an exception if +obj+ contains circular references:
|
326
|
-
# a = []; b = []; a.push(b); b.push(a)
|
327
|
-
# # Raises SystemStackError (stack level too deep):
|
328
|
-
# JSON.fast_generate(a)
|
329
|
-
def fast_generate(obj, opts = nil)
|
330
|
-
if State === opts
|
331
|
-
state = opts
|
332
|
-
else
|
333
|
-
state = JSON.create_fast_state.configure(opts)
|
334
|
-
end
|
335
|
-
state.generate(obj)
|
336
|
-
end
|
337
|
-
|
338
|
-
# :stopdoc:
|
339
|
-
# I want to deprecate these later, so I'll first be silent about them, and later delete them.
|
340
|
-
alias fast_unparse fast_generate
|
341
|
-
module_function :fast_unparse
|
342
|
-
# :startdoc:
|
343
|
-
|
344
|
-
# :call-seq:
|
345
|
-
# JSON.pretty_generate(obj, opts = nil) -> new_string
|
346
|
-
#
|
347
|
-
# Arguments +obj+ and +opts+ here are the same as
|
348
|
-
# arguments +obj+ and +opts+ in JSON.generate.
|
349
|
-
#
|
350
|
-
# Default options are:
|
351
|
-
# {
|
352
|
-
# indent: ' ', # Two spaces
|
353
|
-
# space: ' ', # One space
|
354
|
-
# array_nl: "\n", # Newline
|
355
|
-
# object_nl: "\n" # Newline
|
356
|
-
# }
|
357
|
-
#
|
358
|
-
# Example:
|
359
|
-
# obj = {foo: [:bar, :baz], bat: {bam: 0, bad: 1}}
|
360
|
-
# json = JSON.pretty_generate(obj)
|
361
|
-
# puts json
|
362
|
-
# Output:
|
363
|
-
# {
|
364
|
-
# "foo": [
|
365
|
-
# "bar",
|
366
|
-
# "baz"
|
367
|
-
# ],
|
368
|
-
# "bat": {
|
369
|
-
# "bam": 0,
|
370
|
-
# "bad": 1
|
371
|
-
# }
|
372
|
-
# }
|
373
|
-
#
|
374
|
-
def pretty_generate(obj, opts = nil)
|
375
|
-
if State === opts
|
376
|
-
state, opts = opts, nil
|
377
|
-
else
|
378
|
-
state = JSON.create_pretty_state
|
379
|
-
end
|
380
|
-
if opts
|
381
|
-
if opts.respond_to? :to_hash
|
382
|
-
opts = opts.to_hash
|
383
|
-
elsif opts.respond_to? :to_h
|
384
|
-
opts = opts.to_h
|
385
|
-
else
|
386
|
-
raise TypeError, "can't convert #{opts.class} into Hash"
|
387
|
-
end
|
388
|
-
state.configure(opts)
|
389
|
-
end
|
390
|
-
state.generate(obj)
|
391
|
-
end
|
392
|
-
|
393
|
-
# :stopdoc:
|
394
|
-
# I want to deprecate these later, so I'll first be silent about them, and later delete them.
|
395
|
-
alias pretty_unparse pretty_generate
|
396
|
-
module_function :pretty_unparse
|
397
|
-
# :startdoc:
|
398
|
-
|
399
|
-
class << self
|
400
|
-
# Sets or returns default options for the JSON.load method.
|
401
|
-
# Initially:
|
402
|
-
# opts = JSON.load_default_options
|
403
|
-
# opts # => {:max_nesting=>false, :allow_nan=>true, :allow_blank=>true, :create_additions=>true}
|
404
|
-
attr_accessor :load_default_options
|
405
|
-
end
|
406
|
-
self.load_default_options = {
|
407
|
-
:max_nesting => false,
|
408
|
-
:allow_nan => true,
|
409
|
-
:allow_blank => true,
|
410
|
-
:create_additions => true,
|
411
|
-
}
|
412
|
-
|
413
|
-
# :call-seq:
|
414
|
-
# JSON.load(source, proc = nil, options = {}) -> object
|
415
|
-
#
|
416
|
-
# Returns the Ruby objects created by parsing the given +source+.
|
417
|
-
#
|
418
|
-
# - Argument +source+ must be, or be convertible to, a \String:
|
419
|
-
# - If +source+ responds to instance method +to_str+,
|
420
|
-
# <tt>source.to_str</tt> becomes the source.
|
421
|
-
# - If +source+ responds to instance method +to_io+,
|
422
|
-
# <tt>source.to_io.read</tt> becomes the source.
|
423
|
-
# - If +source+ responds to instance method +read+,
|
424
|
-
# <tt>source.read</tt> becomes the source.
|
425
|
-
# - If both of the following are true, source becomes the \String <tt>'null'</tt>:
|
426
|
-
# - Option +allow_blank+ specifies a truthy value.
|
427
|
-
# - The source, as defined above, is +nil+ or the empty \String <tt>''</tt>.
|
428
|
-
# - Otherwise, +source+ remains the source.
|
429
|
-
# - Argument +proc+, if given, must be a \Proc that accepts one argument.
|
430
|
-
# It will be called recursively with each result (depth-first order).
|
431
|
-
# See details below.
|
432
|
-
# BEWARE: This method is meant to serialise data from trusted user input,
|
433
|
-
# like from your own database server or clients under your control, it could
|
434
|
-
# be dangerous to allow untrusted users to pass JSON sources into it.
|
435
|
-
# - Argument +opts+, if given, contains a \Hash of options for the parsing.
|
436
|
-
# See {Parsing Options}[#module-JSON-label-Parsing+Options].
|
437
|
-
# The default options can be changed via method JSON.load_default_options=.
|
438
|
-
#
|
439
|
-
# ---
|
440
|
-
#
|
441
|
-
# When no +proc+ is given, modifies +source+ as above and returns the result of
|
442
|
-
# <tt>parse(source, opts)</tt>; see #parse.
|
443
|
-
#
|
444
|
-
# Source for following examples:
|
445
|
-
# source = <<-EOT
|
446
|
-
# {
|
447
|
-
# "name": "Dave",
|
448
|
-
# "age" :40,
|
449
|
-
# "hats": [
|
450
|
-
# "Cattleman's",
|
451
|
-
# "Panama",
|
452
|
-
# "Tophat"
|
453
|
-
# ]
|
454
|
-
# }
|
455
|
-
# EOT
|
456
|
-
#
|
457
|
-
# Load a \String:
|
458
|
-
# ruby = JSON.load(source)
|
459
|
-
# ruby # => {"name"=>"Dave", "age"=>40, "hats"=>["Cattleman's", "Panama", "Tophat"]}
|
460
|
-
#
|
461
|
-
# Load an \IO object:
|
462
|
-
# require 'stringio'
|
463
|
-
# object = JSON.load(StringIO.new(source))
|
464
|
-
# object # => {"name"=>"Dave", "age"=>40, "hats"=>["Cattleman's", "Panama", "Tophat"]}
|
465
|
-
#
|
466
|
-
# Load a \File object:
|
467
|
-
# path = 't.json'
|
468
|
-
# File.write(path, source)
|
469
|
-
# File.open(path) do |file|
|
470
|
-
# JSON.load(file)
|
471
|
-
# end # => {"name"=>"Dave", "age"=>40, "hats"=>["Cattleman's", "Panama", "Tophat"]}
|
472
|
-
#
|
473
|
-
# ---
|
474
|
-
#
|
475
|
-
# When +proc+ is given:
|
476
|
-
# - Modifies +source+ as above.
|
477
|
-
# - Gets the +result+ from calling <tt>parse(source, opts)</tt>.
|
478
|
-
# - Recursively calls <tt>proc(result)</tt>.
|
479
|
-
# - Returns the final result.
|
480
|
-
#
|
481
|
-
# Example:
|
482
|
-
# require 'json'
|
483
|
-
#
|
484
|
-
# # Some classes for the example.
|
485
|
-
# class Base
|
486
|
-
# def initialize(attributes)
|
487
|
-
# @attributes = attributes
|
488
|
-
# end
|
489
|
-
# end
|
490
|
-
# class User < Base; end
|
491
|
-
# class Account < Base; end
|
492
|
-
# class Admin < Base; end
|
493
|
-
# # The JSON source.
|
494
|
-
# json = <<-EOF
|
495
|
-
# {
|
496
|
-
# "users": [
|
497
|
-
# {"type": "User", "username": "jane", "email": "jane@example.com"},
|
498
|
-
# {"type": "User", "username": "john", "email": "john@example.com"}
|
499
|
-
# ],
|
500
|
-
# "accounts": [
|
501
|
-
# {"account": {"type": "Account", "paid": true, "account_id": "1234"}},
|
502
|
-
# {"account": {"type": "Account", "paid": false, "account_id": "1235"}}
|
503
|
-
# ],
|
504
|
-
# "admins": {"type": "Admin", "password": "0wn3d"}
|
505
|
-
# }
|
506
|
-
# EOF
|
507
|
-
# # Deserializer method.
|
508
|
-
# def deserialize_obj(obj, safe_types = %w(User Account Admin))
|
509
|
-
# type = obj.is_a?(Hash) && obj["type"]
|
510
|
-
# safe_types.include?(type) ? Object.const_get(type).new(obj) : obj
|
511
|
-
# end
|
512
|
-
# # Call to JSON.load
|
513
|
-
# ruby = JSON.load(json, proc {|obj|
|
514
|
-
# case obj
|
515
|
-
# when Hash
|
516
|
-
# obj.each {|k, v| obj[k] = deserialize_obj v }
|
517
|
-
# when Array
|
518
|
-
# obj.map! {|v| deserialize_obj v }
|
519
|
-
# end
|
520
|
-
# })
|
521
|
-
# pp ruby
|
522
|
-
# Output:
|
523
|
-
# {"users"=>
|
524
|
-
# [#<User:0x00000000064c4c98
|
525
|
-
# @attributes=
|
526
|
-
# {"type"=>"User", "username"=>"jane", "email"=>"jane@example.com"}>,
|
527
|
-
# #<User:0x00000000064c4bd0
|
528
|
-
# @attributes=
|
529
|
-
# {"type"=>"User", "username"=>"john", "email"=>"john@example.com"}>],
|
530
|
-
# "accounts"=>
|
531
|
-
# [{"account"=>
|
532
|
-
# #<Account:0x00000000064c4928
|
533
|
-
# @attributes={"type"=>"Account", "paid"=>true, "account_id"=>"1234"}>},
|
534
|
-
# {"account"=>
|
535
|
-
# #<Account:0x00000000064c4680
|
536
|
-
# @attributes={"type"=>"Account", "paid"=>false, "account_id"=>"1235"}>}],
|
537
|
-
# "admins"=>
|
538
|
-
# #<Admin:0x00000000064c41f8
|
539
|
-
# @attributes={"type"=>"Admin", "password"=>"0wn3d"}>}
|
540
|
-
#
|
541
|
-
def load(source, proc = nil, options = {})
|
542
|
-
opts = load_default_options.merge options
|
543
|
-
if source.respond_to? :to_str
|
544
|
-
source = source.to_str
|
545
|
-
elsif source.respond_to? :to_io
|
546
|
-
source = source.to_io.read
|
547
|
-
elsif source.respond_to?(:read)
|
548
|
-
source = source.read
|
549
|
-
end
|
550
|
-
if opts[:allow_blank] && (source.nil? || source.empty?)
|
551
|
-
source = 'null'
|
552
|
-
end
|
553
|
-
result = parse(source, opts)
|
554
|
-
recurse_proc(result, &proc) if proc
|
555
|
-
result
|
556
|
-
end
|
557
|
-
|
558
|
-
# Recursively calls passed _Proc_ if the parsed data structure is an _Array_ or _Hash_
|
559
|
-
def recurse_proc(result, &proc) # :nodoc:
|
560
|
-
case result
|
561
|
-
when Array
|
562
|
-
result.each { |x| recurse_proc x, &proc }
|
563
|
-
proc.call result
|
564
|
-
when Hash
|
565
|
-
result.each { |x, y| recurse_proc x, &proc; recurse_proc y, &proc }
|
566
|
-
proc.call result
|
567
|
-
else
|
568
|
-
proc.call result
|
569
|
-
end
|
570
|
-
end
|
571
|
-
|
572
|
-
alias restore load
|
573
|
-
module_function :restore
|
574
|
-
|
575
|
-
class << self
|
576
|
-
# Sets or returns the default options for the JSON.dump method.
|
577
|
-
# Initially:
|
578
|
-
# opts = JSON.dump_default_options
|
579
|
-
# opts # => {:max_nesting=>false, :allow_nan=>true, :script_safe=>false}
|
580
|
-
attr_accessor :dump_default_options
|
581
|
-
end
|
582
|
-
self.dump_default_options = {
|
583
|
-
:max_nesting => false,
|
584
|
-
:allow_nan => true,
|
585
|
-
:script_safe => false,
|
586
|
-
}
|
587
|
-
|
588
|
-
# :call-seq:
|
589
|
-
# JSON.dump(obj, io = nil, limit = nil)
|
590
|
-
#
|
591
|
-
# Dumps +obj+ as a \JSON string, i.e. calls generate on the object and returns the result.
|
592
|
-
#
|
593
|
-
# The default options can be changed via method JSON.dump_default_options.
|
594
|
-
#
|
595
|
-
# - Argument +io+, if given, should respond to method +write+;
|
596
|
-
# the \JSON \String is written to +io+, and +io+ is returned.
|
597
|
-
# If +io+ is not given, the \JSON \String is returned.
|
598
|
-
# - Argument +limit+, if given, is passed to JSON.generate as option +max_nesting+.
|
599
|
-
#
|
600
|
-
# ---
|
601
|
-
#
|
602
|
-
# When argument +io+ is not given, returns the \JSON \String generated from +obj+:
|
603
|
-
# obj = {foo: [0, 1], bar: {baz: 2, bat: 3}, bam: :bad}
|
604
|
-
# json = JSON.dump(obj)
|
605
|
-
# json # => "{\"foo\":[0,1],\"bar\":{\"baz\":2,\"bat\":3},\"bam\":\"bad\"}"
|
606
|
-
#
|
607
|
-
# When argument +io+ is given, writes the \JSON \String to +io+ and returns +io+:
|
608
|
-
# path = 't.json'
|
609
|
-
# File.open(path, 'w') do |file|
|
610
|
-
# JSON.dump(obj, file)
|
611
|
-
# end # => #<File:t.json (closed)>
|
612
|
-
# puts File.read(path)
|
613
|
-
# Output:
|
614
|
-
# {"foo":[0,1],"bar":{"baz":2,"bat":3},"bam":"bad"}
|
615
|
-
def dump(obj, anIO = nil, limit = nil, kwargs = nil)
|
616
|
-
io_limit_opt = [anIO, limit, kwargs].compact
|
617
|
-
kwargs = io_limit_opt.pop if io_limit_opt.last.is_a?(Hash)
|
618
|
-
anIO, limit = io_limit_opt
|
619
|
-
if anIO.respond_to?(:to_io)
|
620
|
-
anIO = anIO.to_io
|
621
|
-
elsif limit.nil? && !anIO.respond_to?(:write)
|
622
|
-
anIO, limit = nil, anIO
|
623
|
-
end
|
624
|
-
opts = JSON.dump_default_options
|
625
|
-
opts = opts.merge(:max_nesting => limit) if limit
|
626
|
-
opts = merge_dump_options(opts, **kwargs) if kwargs
|
627
|
-
result = generate(obj, opts)
|
628
|
-
if anIO
|
629
|
-
anIO.write result
|
630
|
-
anIO
|
631
|
-
else
|
632
|
-
result
|
633
|
-
end
|
634
|
-
rescue JSON::NestingError
|
635
|
-
raise ArgumentError, "exceed depth limit"
|
636
|
-
end
|
637
|
-
|
638
|
-
# Encodes string using String.encode.
|
639
|
-
def self.iconv(to, from, string)
|
640
|
-
string.encode(to, from)
|
641
|
-
end
|
642
|
-
|
643
|
-
def merge_dump_options(opts, strict: NOT_SET)
|
644
|
-
opts = opts.merge(strict: strict) if NOT_SET != strict
|
645
|
-
opts
|
646
|
-
end
|
647
|
-
|
648
|
-
class << self
|
649
|
-
private :merge_dump_options
|
650
|
-
end
|
651
|
-
end
|
652
|
-
|
653
|
-
module ::Kernel
|
654
|
-
private
|
655
|
-
|
656
|
-
# Outputs _objs_ to STDOUT as JSON strings in the shortest form, that is in
|
657
|
-
# one line.
|
658
|
-
def j(*objs)
|
659
|
-
objs.each do |obj|
|
660
|
-
puts JSON::generate(obj, :allow_nan => true, :max_nesting => false)
|
661
|
-
end
|
662
|
-
nil
|
663
|
-
end
|
664
|
-
|
665
|
-
# Outputs _objs_ to STDOUT as JSON strings in a pretty format, with
|
666
|
-
# indentation and over many lines.
|
667
|
-
def jj(*objs)
|
668
|
-
objs.each do |obj|
|
669
|
-
puts JSON::pretty_generate(obj, :allow_nan => true, :max_nesting => false)
|
670
|
-
end
|
671
|
-
nil
|
672
|
-
end
|
673
|
-
|
674
|
-
# If _object_ is string-like, parse the string and return the parsed result as
|
675
|
-
# a Ruby data structure. Otherwise, generate a JSON text from the Ruby data
|
676
|
-
# structure object and return it.
|
677
|
-
#
|
678
|
-
# The _opts_ argument is passed through to generate/parse respectively. See
|
679
|
-
# generate and parse for their documentation.
|
680
|
-
def JSON(object, *args)
|
681
|
-
if object.respond_to? :to_str
|
682
|
-
JSON.parse(object.to_str, args.first)
|
683
|
-
else
|
684
|
-
JSON.generate(object, args.first)
|
685
|
-
end
|
686
|
-
end
|
687
|
-
end
|
688
|
-
|
689
|
-
# Extends any Class to include _json_creatable?_ method.
|
690
|
-
class ::Class
|
691
|
-
# Returns true if this class can be used to create an instance
|
692
|
-
# from a serialised JSON string. The class has to implement a class
|
693
|
-
# method _json_create_ that expects a hash as first parameter. The hash
|
694
|
-
# should include the required data.
|
695
|
-
def json_creatable?
|
696
|
-
respond_to?(:json_create)
|
697
|
-
end
|
698
|
-
end
|
Binary file
|
Binary file
|