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
@@ -0,0 +1,2237 @@
|
|
1
|
+
/* This file is automatically generated from parser.rl by using ragel */
|
2
|
+
#line 1 "parser.rl"
|
3
|
+
#include "../fbuffer/fbuffer.h"
|
4
|
+
#include "parser.h"
|
5
|
+
|
6
|
+
/* unicode */
|
7
|
+
|
8
|
+
static const signed char digit_values[256] = {
|
9
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
10
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
11
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1,
|
12
|
+
-1, -1, -1, -1, -1, -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1,
|
13
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
14
|
+
10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
15
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
16
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
17
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
18
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
19
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
20
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
21
|
+
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
22
|
+
-1, -1, -1, -1, -1, -1, -1
|
23
|
+
};
|
24
|
+
|
25
|
+
static uint32_t unescape_unicode(const unsigned char *p)
|
26
|
+
{
|
27
|
+
const uint32_t replacement_char = 0xFFFD;
|
28
|
+
|
29
|
+
signed char b;
|
30
|
+
uint32_t result = 0;
|
31
|
+
b = digit_values[p[0]];
|
32
|
+
if (b < 0) return replacement_char;
|
33
|
+
result = (result << 4) | (unsigned char)b;
|
34
|
+
b = digit_values[p[1]];
|
35
|
+
if (b < 0) return replacement_char;
|
36
|
+
result = (result << 4) | (unsigned char)b;
|
37
|
+
b = digit_values[p[2]];
|
38
|
+
if (b < 0) return replacement_char;
|
39
|
+
result = (result << 4) | (unsigned char)b;
|
40
|
+
b = digit_values[p[3]];
|
41
|
+
if (b < 0) return replacement_char;
|
42
|
+
result = (result << 4) | (unsigned char)b;
|
43
|
+
return result;
|
44
|
+
}
|
45
|
+
|
46
|
+
static int convert_UTF32_to_UTF8(char *buf, uint32_t ch)
|
47
|
+
{
|
48
|
+
int len = 1;
|
49
|
+
if (ch <= 0x7F) {
|
50
|
+
buf[0] = (char) ch;
|
51
|
+
} else if (ch <= 0x07FF) {
|
52
|
+
buf[0] = (char) ((ch >> 6) | 0xC0);
|
53
|
+
buf[1] = (char) ((ch & 0x3F) | 0x80);
|
54
|
+
len++;
|
55
|
+
} else if (ch <= 0xFFFF) {
|
56
|
+
buf[0] = (char) ((ch >> 12) | 0xE0);
|
57
|
+
buf[1] = (char) (((ch >> 6) & 0x3F) | 0x80);
|
58
|
+
buf[2] = (char) ((ch & 0x3F) | 0x80);
|
59
|
+
len += 2;
|
60
|
+
} else if (ch <= 0x1fffff) {
|
61
|
+
buf[0] =(char) ((ch >> 18) | 0xF0);
|
62
|
+
buf[1] =(char) (((ch >> 12) & 0x3F) | 0x80);
|
63
|
+
buf[2] =(char) (((ch >> 6) & 0x3F) | 0x80);
|
64
|
+
buf[3] =(char) ((ch & 0x3F) | 0x80);
|
65
|
+
len += 3;
|
66
|
+
} else {
|
67
|
+
buf[0] = '?';
|
68
|
+
}
|
69
|
+
return len;
|
70
|
+
}
|
71
|
+
|
72
|
+
#define PARSE_ERROR_FRAGMENT_LEN 32
|
73
|
+
#ifdef RBIMPL_ATTR_NORETURN
|
74
|
+
RBIMPL_ATTR_NORETURN()
|
75
|
+
#endif
|
76
|
+
static void raise_parse_error(const char *format, const char *start)
|
77
|
+
{
|
78
|
+
char buffer[PARSE_ERROR_FRAGMENT_LEN + 1];
|
79
|
+
|
80
|
+
size_t len = strnlen(start, PARSE_ERROR_FRAGMENT_LEN);
|
81
|
+
const char *ptr = start;
|
82
|
+
|
83
|
+
if (len == PARSE_ERROR_FRAGMENT_LEN) {
|
84
|
+
MEMCPY(buffer, start, char, PARSE_ERROR_FRAGMENT_LEN);
|
85
|
+
buffer[PARSE_ERROR_FRAGMENT_LEN] = '\0';
|
86
|
+
ptr = buffer;
|
87
|
+
}
|
88
|
+
|
89
|
+
rb_enc_raise(rb_utf8_encoding(), rb_path2class("JSON::ParserError"), format, ptr);
|
90
|
+
}
|
91
|
+
|
92
|
+
static VALUE mJSON, mExt, cParser, eNestingError;
|
93
|
+
static VALUE CNaN, CInfinity, CMinusInfinity;
|
94
|
+
|
95
|
+
static ID i_json_creatable_p, i_json_create, i_create_id, i_create_additions,
|
96
|
+
i_chr, i_max_nesting, i_allow_nan, i_symbolize_names,
|
97
|
+
i_object_class, i_array_class, i_decimal_class,
|
98
|
+
i_deep_const_get, i_match, i_match_string, i_aset, i_aref,
|
99
|
+
i_leftshift, i_new, i_try_convert, i_freeze, i_uminus;
|
100
|
+
|
101
|
+
static int binary_encindex;
|
102
|
+
static int utf8_encindex;
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
#line 129 "parser.rl"
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
#line 111 "parser.c"
|
111
|
+
enum {JSON_object_start = 1};
|
112
|
+
enum {JSON_object_first_final = 27};
|
113
|
+
enum {JSON_object_error = 0};
|
114
|
+
|
115
|
+
enum {JSON_object_en_main = 1};
|
116
|
+
|
117
|
+
|
118
|
+
#line 171 "parser.rl"
|
119
|
+
|
120
|
+
|
121
|
+
static char *JSON_parse_object(JSON_Parser *json, char *p, char *pe, VALUE *result, int current_nesting)
|
122
|
+
{
|
123
|
+
int cs = EVIL;
|
124
|
+
VALUE last_name = Qnil;
|
125
|
+
VALUE object_class = json->object_class;
|
126
|
+
|
127
|
+
if (json->max_nesting && current_nesting > json->max_nesting) {
|
128
|
+
rb_raise(eNestingError, "nesting of %d is too deep", current_nesting);
|
129
|
+
}
|
130
|
+
|
131
|
+
*result = NIL_P(object_class) ? rb_hash_new() : rb_class_new_instance(0, 0, object_class);
|
132
|
+
|
133
|
+
|
134
|
+
#line 135 "parser.c"
|
135
|
+
{
|
136
|
+
cs = JSON_object_start;
|
137
|
+
}
|
138
|
+
|
139
|
+
#line 186 "parser.rl"
|
140
|
+
|
141
|
+
#line 142 "parser.c"
|
142
|
+
{
|
143
|
+
if ( p == pe )
|
144
|
+
goto _test_eof;
|
145
|
+
switch ( cs )
|
146
|
+
{
|
147
|
+
case 1:
|
148
|
+
if ( (*p) == 123 )
|
149
|
+
goto st2;
|
150
|
+
goto st0;
|
151
|
+
st0:
|
152
|
+
cs = 0;
|
153
|
+
goto _out;
|
154
|
+
st2:
|
155
|
+
if ( ++p == pe )
|
156
|
+
goto _test_eof2;
|
157
|
+
case 2:
|
158
|
+
switch( (*p) ) {
|
159
|
+
case 13: goto st2;
|
160
|
+
case 32: goto st2;
|
161
|
+
case 34: goto tr2;
|
162
|
+
case 47: goto st23;
|
163
|
+
case 125: goto tr4;
|
164
|
+
}
|
165
|
+
if ( 9 <= (*p) && (*p) <= 10 )
|
166
|
+
goto st2;
|
167
|
+
goto st0;
|
168
|
+
tr2:
|
169
|
+
#line 153 "parser.rl"
|
170
|
+
{
|
171
|
+
char *np;
|
172
|
+
json->parsing_name = 1;
|
173
|
+
np = JSON_parse_string(json, p, pe, &last_name);
|
174
|
+
json->parsing_name = 0;
|
175
|
+
if (np == NULL) { p--; {p++; cs = 3; goto _out;} } else {p = (( np))-1;}
|
176
|
+
}
|
177
|
+
goto st3;
|
178
|
+
st3:
|
179
|
+
if ( ++p == pe )
|
180
|
+
goto _test_eof3;
|
181
|
+
case 3:
|
182
|
+
#line 183 "parser.c"
|
183
|
+
switch( (*p) ) {
|
184
|
+
case 13: goto st3;
|
185
|
+
case 32: goto st3;
|
186
|
+
case 47: goto st4;
|
187
|
+
case 58: goto st8;
|
188
|
+
}
|
189
|
+
if ( 9 <= (*p) && (*p) <= 10 )
|
190
|
+
goto st3;
|
191
|
+
goto st0;
|
192
|
+
st4:
|
193
|
+
if ( ++p == pe )
|
194
|
+
goto _test_eof4;
|
195
|
+
case 4:
|
196
|
+
switch( (*p) ) {
|
197
|
+
case 42: goto st5;
|
198
|
+
case 47: goto st7;
|
199
|
+
}
|
200
|
+
goto st0;
|
201
|
+
st5:
|
202
|
+
if ( ++p == pe )
|
203
|
+
goto _test_eof5;
|
204
|
+
case 5:
|
205
|
+
if ( (*p) == 42 )
|
206
|
+
goto st6;
|
207
|
+
goto st5;
|
208
|
+
st6:
|
209
|
+
if ( ++p == pe )
|
210
|
+
goto _test_eof6;
|
211
|
+
case 6:
|
212
|
+
switch( (*p) ) {
|
213
|
+
case 42: goto st6;
|
214
|
+
case 47: goto st3;
|
215
|
+
}
|
216
|
+
goto st5;
|
217
|
+
st7:
|
218
|
+
if ( ++p == pe )
|
219
|
+
goto _test_eof7;
|
220
|
+
case 7:
|
221
|
+
if ( (*p) == 10 )
|
222
|
+
goto st3;
|
223
|
+
goto st7;
|
224
|
+
st8:
|
225
|
+
if ( ++p == pe )
|
226
|
+
goto _test_eof8;
|
227
|
+
case 8:
|
228
|
+
switch( (*p) ) {
|
229
|
+
case 13: goto st8;
|
230
|
+
case 32: goto st8;
|
231
|
+
case 34: goto tr11;
|
232
|
+
case 45: goto tr11;
|
233
|
+
case 47: goto st19;
|
234
|
+
case 73: goto tr11;
|
235
|
+
case 78: goto tr11;
|
236
|
+
case 91: goto tr11;
|
237
|
+
case 102: goto tr11;
|
238
|
+
case 110: goto tr11;
|
239
|
+
case 116: goto tr11;
|
240
|
+
case 123: goto tr11;
|
241
|
+
}
|
242
|
+
if ( (*p) > 10 ) {
|
243
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
244
|
+
goto tr11;
|
245
|
+
} else if ( (*p) >= 9 )
|
246
|
+
goto st8;
|
247
|
+
goto st0;
|
248
|
+
tr11:
|
249
|
+
#line 137 "parser.rl"
|
250
|
+
{
|
251
|
+
VALUE v = Qnil;
|
252
|
+
char *np = JSON_parse_value(json, p, pe, &v, current_nesting);
|
253
|
+
if (np == NULL) {
|
254
|
+
p--; {p++; cs = 9; goto _out;}
|
255
|
+
} else {
|
256
|
+
if (NIL_P(json->object_class)) {
|
257
|
+
OBJ_FREEZE(last_name);
|
258
|
+
rb_hash_aset(*result, last_name, v);
|
259
|
+
} else {
|
260
|
+
rb_funcall(*result, i_aset, 2, last_name, v);
|
261
|
+
}
|
262
|
+
{p = (( np))-1;}
|
263
|
+
}
|
264
|
+
}
|
265
|
+
goto st9;
|
266
|
+
st9:
|
267
|
+
if ( ++p == pe )
|
268
|
+
goto _test_eof9;
|
269
|
+
case 9:
|
270
|
+
#line 271 "parser.c"
|
271
|
+
switch( (*p) ) {
|
272
|
+
case 13: goto st9;
|
273
|
+
case 32: goto st9;
|
274
|
+
case 44: goto st10;
|
275
|
+
case 47: goto st15;
|
276
|
+
case 125: goto tr4;
|
277
|
+
}
|
278
|
+
if ( 9 <= (*p) && (*p) <= 10 )
|
279
|
+
goto st9;
|
280
|
+
goto st0;
|
281
|
+
st10:
|
282
|
+
if ( ++p == pe )
|
283
|
+
goto _test_eof10;
|
284
|
+
case 10:
|
285
|
+
switch( (*p) ) {
|
286
|
+
case 13: goto st10;
|
287
|
+
case 32: goto st10;
|
288
|
+
case 34: goto tr2;
|
289
|
+
case 47: goto st11;
|
290
|
+
}
|
291
|
+
if ( 9 <= (*p) && (*p) <= 10 )
|
292
|
+
goto st10;
|
293
|
+
goto st0;
|
294
|
+
st11:
|
295
|
+
if ( ++p == pe )
|
296
|
+
goto _test_eof11;
|
297
|
+
case 11:
|
298
|
+
switch( (*p) ) {
|
299
|
+
case 42: goto st12;
|
300
|
+
case 47: goto st14;
|
301
|
+
}
|
302
|
+
goto st0;
|
303
|
+
st12:
|
304
|
+
if ( ++p == pe )
|
305
|
+
goto _test_eof12;
|
306
|
+
case 12:
|
307
|
+
if ( (*p) == 42 )
|
308
|
+
goto st13;
|
309
|
+
goto st12;
|
310
|
+
st13:
|
311
|
+
if ( ++p == pe )
|
312
|
+
goto _test_eof13;
|
313
|
+
case 13:
|
314
|
+
switch( (*p) ) {
|
315
|
+
case 42: goto st13;
|
316
|
+
case 47: goto st10;
|
317
|
+
}
|
318
|
+
goto st12;
|
319
|
+
st14:
|
320
|
+
if ( ++p == pe )
|
321
|
+
goto _test_eof14;
|
322
|
+
case 14:
|
323
|
+
if ( (*p) == 10 )
|
324
|
+
goto st10;
|
325
|
+
goto st14;
|
326
|
+
st15:
|
327
|
+
if ( ++p == pe )
|
328
|
+
goto _test_eof15;
|
329
|
+
case 15:
|
330
|
+
switch( (*p) ) {
|
331
|
+
case 42: goto st16;
|
332
|
+
case 47: goto st18;
|
333
|
+
}
|
334
|
+
goto st0;
|
335
|
+
st16:
|
336
|
+
if ( ++p == pe )
|
337
|
+
goto _test_eof16;
|
338
|
+
case 16:
|
339
|
+
if ( (*p) == 42 )
|
340
|
+
goto st17;
|
341
|
+
goto st16;
|
342
|
+
st17:
|
343
|
+
if ( ++p == pe )
|
344
|
+
goto _test_eof17;
|
345
|
+
case 17:
|
346
|
+
switch( (*p) ) {
|
347
|
+
case 42: goto st17;
|
348
|
+
case 47: goto st9;
|
349
|
+
}
|
350
|
+
goto st16;
|
351
|
+
st18:
|
352
|
+
if ( ++p == pe )
|
353
|
+
goto _test_eof18;
|
354
|
+
case 18:
|
355
|
+
if ( (*p) == 10 )
|
356
|
+
goto st9;
|
357
|
+
goto st18;
|
358
|
+
tr4:
|
359
|
+
#line 161 "parser.rl"
|
360
|
+
{ p--; {p++; cs = 27; goto _out;} }
|
361
|
+
goto st27;
|
362
|
+
st27:
|
363
|
+
if ( ++p == pe )
|
364
|
+
goto _test_eof27;
|
365
|
+
case 27:
|
366
|
+
#line 367 "parser.c"
|
367
|
+
goto st0;
|
368
|
+
st19:
|
369
|
+
if ( ++p == pe )
|
370
|
+
goto _test_eof19;
|
371
|
+
case 19:
|
372
|
+
switch( (*p) ) {
|
373
|
+
case 42: goto st20;
|
374
|
+
case 47: goto st22;
|
375
|
+
}
|
376
|
+
goto st0;
|
377
|
+
st20:
|
378
|
+
if ( ++p == pe )
|
379
|
+
goto _test_eof20;
|
380
|
+
case 20:
|
381
|
+
if ( (*p) == 42 )
|
382
|
+
goto st21;
|
383
|
+
goto st20;
|
384
|
+
st21:
|
385
|
+
if ( ++p == pe )
|
386
|
+
goto _test_eof21;
|
387
|
+
case 21:
|
388
|
+
switch( (*p) ) {
|
389
|
+
case 42: goto st21;
|
390
|
+
case 47: goto st8;
|
391
|
+
}
|
392
|
+
goto st20;
|
393
|
+
st22:
|
394
|
+
if ( ++p == pe )
|
395
|
+
goto _test_eof22;
|
396
|
+
case 22:
|
397
|
+
if ( (*p) == 10 )
|
398
|
+
goto st8;
|
399
|
+
goto st22;
|
400
|
+
st23:
|
401
|
+
if ( ++p == pe )
|
402
|
+
goto _test_eof23;
|
403
|
+
case 23:
|
404
|
+
switch( (*p) ) {
|
405
|
+
case 42: goto st24;
|
406
|
+
case 47: goto st26;
|
407
|
+
}
|
408
|
+
goto st0;
|
409
|
+
st24:
|
410
|
+
if ( ++p == pe )
|
411
|
+
goto _test_eof24;
|
412
|
+
case 24:
|
413
|
+
if ( (*p) == 42 )
|
414
|
+
goto st25;
|
415
|
+
goto st24;
|
416
|
+
st25:
|
417
|
+
if ( ++p == pe )
|
418
|
+
goto _test_eof25;
|
419
|
+
case 25:
|
420
|
+
switch( (*p) ) {
|
421
|
+
case 42: goto st25;
|
422
|
+
case 47: goto st2;
|
423
|
+
}
|
424
|
+
goto st24;
|
425
|
+
st26:
|
426
|
+
if ( ++p == pe )
|
427
|
+
goto _test_eof26;
|
428
|
+
case 26:
|
429
|
+
if ( (*p) == 10 )
|
430
|
+
goto st2;
|
431
|
+
goto st26;
|
432
|
+
}
|
433
|
+
_test_eof2: cs = 2; goto _test_eof;
|
434
|
+
_test_eof3: cs = 3; goto _test_eof;
|
435
|
+
_test_eof4: cs = 4; goto _test_eof;
|
436
|
+
_test_eof5: cs = 5; goto _test_eof;
|
437
|
+
_test_eof6: cs = 6; goto _test_eof;
|
438
|
+
_test_eof7: cs = 7; goto _test_eof;
|
439
|
+
_test_eof8: cs = 8; goto _test_eof;
|
440
|
+
_test_eof9: cs = 9; goto _test_eof;
|
441
|
+
_test_eof10: cs = 10; goto _test_eof;
|
442
|
+
_test_eof11: cs = 11; goto _test_eof;
|
443
|
+
_test_eof12: cs = 12; goto _test_eof;
|
444
|
+
_test_eof13: cs = 13; goto _test_eof;
|
445
|
+
_test_eof14: cs = 14; goto _test_eof;
|
446
|
+
_test_eof15: cs = 15; goto _test_eof;
|
447
|
+
_test_eof16: cs = 16; goto _test_eof;
|
448
|
+
_test_eof17: cs = 17; goto _test_eof;
|
449
|
+
_test_eof18: cs = 18; goto _test_eof;
|
450
|
+
_test_eof27: cs = 27; goto _test_eof;
|
451
|
+
_test_eof19: cs = 19; goto _test_eof;
|
452
|
+
_test_eof20: cs = 20; goto _test_eof;
|
453
|
+
_test_eof21: cs = 21; goto _test_eof;
|
454
|
+
_test_eof22: cs = 22; goto _test_eof;
|
455
|
+
_test_eof23: cs = 23; goto _test_eof;
|
456
|
+
_test_eof24: cs = 24; goto _test_eof;
|
457
|
+
_test_eof25: cs = 25; goto _test_eof;
|
458
|
+
_test_eof26: cs = 26; goto _test_eof;
|
459
|
+
|
460
|
+
_test_eof: {}
|
461
|
+
_out: {}
|
462
|
+
}
|
463
|
+
|
464
|
+
#line 187 "parser.rl"
|
465
|
+
|
466
|
+
if (cs >= JSON_object_first_final) {
|
467
|
+
if (json->create_additions) {
|
468
|
+
VALUE klassname;
|
469
|
+
if (NIL_P(json->object_class)) {
|
470
|
+
klassname = rb_hash_aref(*result, json->create_id);
|
471
|
+
} else {
|
472
|
+
klassname = rb_funcall(*result, i_aref, 1, json->create_id);
|
473
|
+
}
|
474
|
+
if (!NIL_P(klassname)) {
|
475
|
+
VALUE klass = rb_funcall(mJSON, i_deep_const_get, 1, klassname);
|
476
|
+
if (RTEST(rb_funcall(klass, i_json_creatable_p, 0))) {
|
477
|
+
*result = rb_funcall(klass, i_json_create, 1, *result);
|
478
|
+
}
|
479
|
+
}
|
480
|
+
}
|
481
|
+
return p + 1;
|
482
|
+
} else {
|
483
|
+
return NULL;
|
484
|
+
}
|
485
|
+
}
|
486
|
+
|
487
|
+
|
488
|
+
|
489
|
+
#line 490 "parser.c"
|
490
|
+
enum {JSON_value_start = 1};
|
491
|
+
enum {JSON_value_first_final = 29};
|
492
|
+
enum {JSON_value_error = 0};
|
493
|
+
|
494
|
+
enum {JSON_value_en_main = 1};
|
495
|
+
|
496
|
+
|
497
|
+
#line 287 "parser.rl"
|
498
|
+
|
499
|
+
|
500
|
+
static char *JSON_parse_value(JSON_Parser *json, char *p, char *pe, VALUE *result, int current_nesting)
|
501
|
+
{
|
502
|
+
int cs = EVIL;
|
503
|
+
|
504
|
+
|
505
|
+
#line 506 "parser.c"
|
506
|
+
{
|
507
|
+
cs = JSON_value_start;
|
508
|
+
}
|
509
|
+
|
510
|
+
#line 294 "parser.rl"
|
511
|
+
|
512
|
+
#line 513 "parser.c"
|
513
|
+
{
|
514
|
+
if ( p == pe )
|
515
|
+
goto _test_eof;
|
516
|
+
switch ( cs )
|
517
|
+
{
|
518
|
+
st1:
|
519
|
+
if ( ++p == pe )
|
520
|
+
goto _test_eof1;
|
521
|
+
case 1:
|
522
|
+
switch( (*p) ) {
|
523
|
+
case 13: goto st1;
|
524
|
+
case 32: goto st1;
|
525
|
+
case 34: goto tr2;
|
526
|
+
case 45: goto tr3;
|
527
|
+
case 47: goto st6;
|
528
|
+
case 73: goto st10;
|
529
|
+
case 78: goto st17;
|
530
|
+
case 91: goto tr7;
|
531
|
+
case 102: goto st19;
|
532
|
+
case 110: goto st23;
|
533
|
+
case 116: goto st26;
|
534
|
+
case 123: goto tr11;
|
535
|
+
}
|
536
|
+
if ( (*p) > 10 ) {
|
537
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
538
|
+
goto tr3;
|
539
|
+
} else if ( (*p) >= 9 )
|
540
|
+
goto st1;
|
541
|
+
goto st0;
|
542
|
+
st0:
|
543
|
+
cs = 0;
|
544
|
+
goto _out;
|
545
|
+
tr2:
|
546
|
+
#line 239 "parser.rl"
|
547
|
+
{
|
548
|
+
char *np = JSON_parse_string(json, p, pe, result);
|
549
|
+
if (np == NULL) { p--; {p++; cs = 29; goto _out;} } else {p = (( np))-1;}
|
550
|
+
}
|
551
|
+
goto st29;
|
552
|
+
tr3:
|
553
|
+
#line 244 "parser.rl"
|
554
|
+
{
|
555
|
+
char *np;
|
556
|
+
if(pe > p + 8 && !strncmp(MinusInfinity, p, 9)) {
|
557
|
+
if (json->allow_nan) {
|
558
|
+
*result = CMinusInfinity;
|
559
|
+
{p = (( p + 10))-1;}
|
560
|
+
p--; {p++; cs = 29; goto _out;}
|
561
|
+
} else {
|
562
|
+
raise_parse_error("unexpected token at '%s'", p);
|
563
|
+
}
|
564
|
+
}
|
565
|
+
np = JSON_parse_float(json, p, pe, result);
|
566
|
+
if (np != NULL) {p = (( np))-1;}
|
567
|
+
np = JSON_parse_integer(json, p, pe, result);
|
568
|
+
if (np != NULL) {p = (( np))-1;}
|
569
|
+
p--; {p++; cs = 29; goto _out;}
|
570
|
+
}
|
571
|
+
goto st29;
|
572
|
+
tr7:
|
573
|
+
#line 262 "parser.rl"
|
574
|
+
{
|
575
|
+
char *np;
|
576
|
+
np = JSON_parse_array(json, p, pe, result, current_nesting + 1);
|
577
|
+
if (np == NULL) { p--; {p++; cs = 29; goto _out;} } else {p = (( np))-1;}
|
578
|
+
}
|
579
|
+
goto st29;
|
580
|
+
tr11:
|
581
|
+
#line 268 "parser.rl"
|
582
|
+
{
|
583
|
+
char *np;
|
584
|
+
np = JSON_parse_object(json, p, pe, result, current_nesting + 1);
|
585
|
+
if (np == NULL) { p--; {p++; cs = 29; goto _out;} } else {p = (( np))-1;}
|
586
|
+
}
|
587
|
+
goto st29;
|
588
|
+
tr25:
|
589
|
+
#line 232 "parser.rl"
|
590
|
+
{
|
591
|
+
if (json->allow_nan) {
|
592
|
+
*result = CInfinity;
|
593
|
+
} else {
|
594
|
+
raise_parse_error("unexpected token at '%s'", p - 7);
|
595
|
+
}
|
596
|
+
}
|
597
|
+
goto st29;
|
598
|
+
tr27:
|
599
|
+
#line 225 "parser.rl"
|
600
|
+
{
|
601
|
+
if (json->allow_nan) {
|
602
|
+
*result = CNaN;
|
603
|
+
} else {
|
604
|
+
raise_parse_error("unexpected token at '%s'", p - 2);
|
605
|
+
}
|
606
|
+
}
|
607
|
+
goto st29;
|
608
|
+
tr31:
|
609
|
+
#line 219 "parser.rl"
|
610
|
+
{
|
611
|
+
*result = Qfalse;
|
612
|
+
}
|
613
|
+
goto st29;
|
614
|
+
tr34:
|
615
|
+
#line 216 "parser.rl"
|
616
|
+
{
|
617
|
+
*result = Qnil;
|
618
|
+
}
|
619
|
+
goto st29;
|
620
|
+
tr37:
|
621
|
+
#line 222 "parser.rl"
|
622
|
+
{
|
623
|
+
*result = Qtrue;
|
624
|
+
}
|
625
|
+
goto st29;
|
626
|
+
st29:
|
627
|
+
if ( ++p == pe )
|
628
|
+
goto _test_eof29;
|
629
|
+
case 29:
|
630
|
+
#line 274 "parser.rl"
|
631
|
+
{ p--; {p++; cs = 29; goto _out;} }
|
632
|
+
#line 633 "parser.c"
|
633
|
+
switch( (*p) ) {
|
634
|
+
case 13: goto st29;
|
635
|
+
case 32: goto st29;
|
636
|
+
case 47: goto st2;
|
637
|
+
}
|
638
|
+
if ( 9 <= (*p) && (*p) <= 10 )
|
639
|
+
goto st29;
|
640
|
+
goto st0;
|
641
|
+
st2:
|
642
|
+
if ( ++p == pe )
|
643
|
+
goto _test_eof2;
|
644
|
+
case 2:
|
645
|
+
switch( (*p) ) {
|
646
|
+
case 42: goto st3;
|
647
|
+
case 47: goto st5;
|
648
|
+
}
|
649
|
+
goto st0;
|
650
|
+
st3:
|
651
|
+
if ( ++p == pe )
|
652
|
+
goto _test_eof3;
|
653
|
+
case 3:
|
654
|
+
if ( (*p) == 42 )
|
655
|
+
goto st4;
|
656
|
+
goto st3;
|
657
|
+
st4:
|
658
|
+
if ( ++p == pe )
|
659
|
+
goto _test_eof4;
|
660
|
+
case 4:
|
661
|
+
switch( (*p) ) {
|
662
|
+
case 42: goto st4;
|
663
|
+
case 47: goto st29;
|
664
|
+
}
|
665
|
+
goto st3;
|
666
|
+
st5:
|
667
|
+
if ( ++p == pe )
|
668
|
+
goto _test_eof5;
|
669
|
+
case 5:
|
670
|
+
if ( (*p) == 10 )
|
671
|
+
goto st29;
|
672
|
+
goto st5;
|
673
|
+
st6:
|
674
|
+
if ( ++p == pe )
|
675
|
+
goto _test_eof6;
|
676
|
+
case 6:
|
677
|
+
switch( (*p) ) {
|
678
|
+
case 42: goto st7;
|
679
|
+
case 47: goto st9;
|
680
|
+
}
|
681
|
+
goto st0;
|
682
|
+
st7:
|
683
|
+
if ( ++p == pe )
|
684
|
+
goto _test_eof7;
|
685
|
+
case 7:
|
686
|
+
if ( (*p) == 42 )
|
687
|
+
goto st8;
|
688
|
+
goto st7;
|
689
|
+
st8:
|
690
|
+
if ( ++p == pe )
|
691
|
+
goto _test_eof8;
|
692
|
+
case 8:
|
693
|
+
switch( (*p) ) {
|
694
|
+
case 42: goto st8;
|
695
|
+
case 47: goto st1;
|
696
|
+
}
|
697
|
+
goto st7;
|
698
|
+
st9:
|
699
|
+
if ( ++p == pe )
|
700
|
+
goto _test_eof9;
|
701
|
+
case 9:
|
702
|
+
if ( (*p) == 10 )
|
703
|
+
goto st1;
|
704
|
+
goto st9;
|
705
|
+
st10:
|
706
|
+
if ( ++p == pe )
|
707
|
+
goto _test_eof10;
|
708
|
+
case 10:
|
709
|
+
if ( (*p) == 110 )
|
710
|
+
goto st11;
|
711
|
+
goto st0;
|
712
|
+
st11:
|
713
|
+
if ( ++p == pe )
|
714
|
+
goto _test_eof11;
|
715
|
+
case 11:
|
716
|
+
if ( (*p) == 102 )
|
717
|
+
goto st12;
|
718
|
+
goto st0;
|
719
|
+
st12:
|
720
|
+
if ( ++p == pe )
|
721
|
+
goto _test_eof12;
|
722
|
+
case 12:
|
723
|
+
if ( (*p) == 105 )
|
724
|
+
goto st13;
|
725
|
+
goto st0;
|
726
|
+
st13:
|
727
|
+
if ( ++p == pe )
|
728
|
+
goto _test_eof13;
|
729
|
+
case 13:
|
730
|
+
if ( (*p) == 110 )
|
731
|
+
goto st14;
|
732
|
+
goto st0;
|
733
|
+
st14:
|
734
|
+
if ( ++p == pe )
|
735
|
+
goto _test_eof14;
|
736
|
+
case 14:
|
737
|
+
if ( (*p) == 105 )
|
738
|
+
goto st15;
|
739
|
+
goto st0;
|
740
|
+
st15:
|
741
|
+
if ( ++p == pe )
|
742
|
+
goto _test_eof15;
|
743
|
+
case 15:
|
744
|
+
if ( (*p) == 116 )
|
745
|
+
goto st16;
|
746
|
+
goto st0;
|
747
|
+
st16:
|
748
|
+
if ( ++p == pe )
|
749
|
+
goto _test_eof16;
|
750
|
+
case 16:
|
751
|
+
if ( (*p) == 121 )
|
752
|
+
goto tr25;
|
753
|
+
goto st0;
|
754
|
+
st17:
|
755
|
+
if ( ++p == pe )
|
756
|
+
goto _test_eof17;
|
757
|
+
case 17:
|
758
|
+
if ( (*p) == 97 )
|
759
|
+
goto st18;
|
760
|
+
goto st0;
|
761
|
+
st18:
|
762
|
+
if ( ++p == pe )
|
763
|
+
goto _test_eof18;
|
764
|
+
case 18:
|
765
|
+
if ( (*p) == 78 )
|
766
|
+
goto tr27;
|
767
|
+
goto st0;
|
768
|
+
st19:
|
769
|
+
if ( ++p == pe )
|
770
|
+
goto _test_eof19;
|
771
|
+
case 19:
|
772
|
+
if ( (*p) == 97 )
|
773
|
+
goto st20;
|
774
|
+
goto st0;
|
775
|
+
st20:
|
776
|
+
if ( ++p == pe )
|
777
|
+
goto _test_eof20;
|
778
|
+
case 20:
|
779
|
+
if ( (*p) == 108 )
|
780
|
+
goto st21;
|
781
|
+
goto st0;
|
782
|
+
st21:
|
783
|
+
if ( ++p == pe )
|
784
|
+
goto _test_eof21;
|
785
|
+
case 21:
|
786
|
+
if ( (*p) == 115 )
|
787
|
+
goto st22;
|
788
|
+
goto st0;
|
789
|
+
st22:
|
790
|
+
if ( ++p == pe )
|
791
|
+
goto _test_eof22;
|
792
|
+
case 22:
|
793
|
+
if ( (*p) == 101 )
|
794
|
+
goto tr31;
|
795
|
+
goto st0;
|
796
|
+
st23:
|
797
|
+
if ( ++p == pe )
|
798
|
+
goto _test_eof23;
|
799
|
+
case 23:
|
800
|
+
if ( (*p) == 117 )
|
801
|
+
goto st24;
|
802
|
+
goto st0;
|
803
|
+
st24:
|
804
|
+
if ( ++p == pe )
|
805
|
+
goto _test_eof24;
|
806
|
+
case 24:
|
807
|
+
if ( (*p) == 108 )
|
808
|
+
goto st25;
|
809
|
+
goto st0;
|
810
|
+
st25:
|
811
|
+
if ( ++p == pe )
|
812
|
+
goto _test_eof25;
|
813
|
+
case 25:
|
814
|
+
if ( (*p) == 108 )
|
815
|
+
goto tr34;
|
816
|
+
goto st0;
|
817
|
+
st26:
|
818
|
+
if ( ++p == pe )
|
819
|
+
goto _test_eof26;
|
820
|
+
case 26:
|
821
|
+
if ( (*p) == 114 )
|
822
|
+
goto st27;
|
823
|
+
goto st0;
|
824
|
+
st27:
|
825
|
+
if ( ++p == pe )
|
826
|
+
goto _test_eof27;
|
827
|
+
case 27:
|
828
|
+
if ( (*p) == 117 )
|
829
|
+
goto st28;
|
830
|
+
goto st0;
|
831
|
+
st28:
|
832
|
+
if ( ++p == pe )
|
833
|
+
goto _test_eof28;
|
834
|
+
case 28:
|
835
|
+
if ( (*p) == 101 )
|
836
|
+
goto tr37;
|
837
|
+
goto st0;
|
838
|
+
}
|
839
|
+
_test_eof1: cs = 1; goto _test_eof;
|
840
|
+
_test_eof29: cs = 29; goto _test_eof;
|
841
|
+
_test_eof2: cs = 2; goto _test_eof;
|
842
|
+
_test_eof3: cs = 3; goto _test_eof;
|
843
|
+
_test_eof4: cs = 4; goto _test_eof;
|
844
|
+
_test_eof5: cs = 5; goto _test_eof;
|
845
|
+
_test_eof6: cs = 6; goto _test_eof;
|
846
|
+
_test_eof7: cs = 7; goto _test_eof;
|
847
|
+
_test_eof8: cs = 8; goto _test_eof;
|
848
|
+
_test_eof9: cs = 9; goto _test_eof;
|
849
|
+
_test_eof10: cs = 10; goto _test_eof;
|
850
|
+
_test_eof11: cs = 11; goto _test_eof;
|
851
|
+
_test_eof12: cs = 12; goto _test_eof;
|
852
|
+
_test_eof13: cs = 13; goto _test_eof;
|
853
|
+
_test_eof14: cs = 14; goto _test_eof;
|
854
|
+
_test_eof15: cs = 15; goto _test_eof;
|
855
|
+
_test_eof16: cs = 16; goto _test_eof;
|
856
|
+
_test_eof17: cs = 17; goto _test_eof;
|
857
|
+
_test_eof18: cs = 18; goto _test_eof;
|
858
|
+
_test_eof19: cs = 19; goto _test_eof;
|
859
|
+
_test_eof20: cs = 20; goto _test_eof;
|
860
|
+
_test_eof21: cs = 21; goto _test_eof;
|
861
|
+
_test_eof22: cs = 22; goto _test_eof;
|
862
|
+
_test_eof23: cs = 23; goto _test_eof;
|
863
|
+
_test_eof24: cs = 24; goto _test_eof;
|
864
|
+
_test_eof25: cs = 25; goto _test_eof;
|
865
|
+
_test_eof26: cs = 26; goto _test_eof;
|
866
|
+
_test_eof27: cs = 27; goto _test_eof;
|
867
|
+
_test_eof28: cs = 28; goto _test_eof;
|
868
|
+
|
869
|
+
_test_eof: {}
|
870
|
+
_out: {}
|
871
|
+
}
|
872
|
+
|
873
|
+
#line 295 "parser.rl"
|
874
|
+
|
875
|
+
if (json->freeze) {
|
876
|
+
OBJ_FREEZE(*result);
|
877
|
+
}
|
878
|
+
|
879
|
+
if (cs >= JSON_value_first_final) {
|
880
|
+
return p;
|
881
|
+
} else {
|
882
|
+
return NULL;
|
883
|
+
}
|
884
|
+
}
|
885
|
+
|
886
|
+
|
887
|
+
#line 888 "parser.c"
|
888
|
+
enum {JSON_integer_start = 1};
|
889
|
+
enum {JSON_integer_first_final = 3};
|
890
|
+
enum {JSON_integer_error = 0};
|
891
|
+
|
892
|
+
enum {JSON_integer_en_main = 1};
|
893
|
+
|
894
|
+
|
895
|
+
#line 315 "parser.rl"
|
896
|
+
|
897
|
+
|
898
|
+
static char *JSON_parse_integer(JSON_Parser *json, char *p, char *pe, VALUE *result)
|
899
|
+
{
|
900
|
+
int cs = EVIL;
|
901
|
+
|
902
|
+
|
903
|
+
#line 904 "parser.c"
|
904
|
+
{
|
905
|
+
cs = JSON_integer_start;
|
906
|
+
}
|
907
|
+
|
908
|
+
#line 322 "parser.rl"
|
909
|
+
json->memo = p;
|
910
|
+
|
911
|
+
#line 912 "parser.c"
|
912
|
+
{
|
913
|
+
if ( p == pe )
|
914
|
+
goto _test_eof;
|
915
|
+
switch ( cs )
|
916
|
+
{
|
917
|
+
case 1:
|
918
|
+
switch( (*p) ) {
|
919
|
+
case 45: goto st2;
|
920
|
+
case 48: goto st3;
|
921
|
+
}
|
922
|
+
if ( 49 <= (*p) && (*p) <= 57 )
|
923
|
+
goto st5;
|
924
|
+
goto st0;
|
925
|
+
st0:
|
926
|
+
cs = 0;
|
927
|
+
goto _out;
|
928
|
+
st2:
|
929
|
+
if ( ++p == pe )
|
930
|
+
goto _test_eof2;
|
931
|
+
case 2:
|
932
|
+
if ( (*p) == 48 )
|
933
|
+
goto st3;
|
934
|
+
if ( 49 <= (*p) && (*p) <= 57 )
|
935
|
+
goto st5;
|
936
|
+
goto st0;
|
937
|
+
st3:
|
938
|
+
if ( ++p == pe )
|
939
|
+
goto _test_eof3;
|
940
|
+
case 3:
|
941
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
942
|
+
goto st0;
|
943
|
+
goto tr4;
|
944
|
+
tr4:
|
945
|
+
#line 312 "parser.rl"
|
946
|
+
{ p--; {p++; cs = 4; goto _out;} }
|
947
|
+
goto st4;
|
948
|
+
st4:
|
949
|
+
if ( ++p == pe )
|
950
|
+
goto _test_eof4;
|
951
|
+
case 4:
|
952
|
+
#line 953 "parser.c"
|
953
|
+
goto st0;
|
954
|
+
st5:
|
955
|
+
if ( ++p == pe )
|
956
|
+
goto _test_eof5;
|
957
|
+
case 5:
|
958
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
959
|
+
goto st5;
|
960
|
+
goto tr4;
|
961
|
+
}
|
962
|
+
_test_eof2: cs = 2; goto _test_eof;
|
963
|
+
_test_eof3: cs = 3; goto _test_eof;
|
964
|
+
_test_eof4: cs = 4; goto _test_eof;
|
965
|
+
_test_eof5: cs = 5; goto _test_eof;
|
966
|
+
|
967
|
+
_test_eof: {}
|
968
|
+
_out: {}
|
969
|
+
}
|
970
|
+
|
971
|
+
#line 324 "parser.rl"
|
972
|
+
|
973
|
+
if (cs >= JSON_integer_first_final) {
|
974
|
+
long len = p - json->memo;
|
975
|
+
fbuffer_clear(json->fbuffer);
|
976
|
+
fbuffer_append(json->fbuffer, json->memo, len);
|
977
|
+
fbuffer_append_char(json->fbuffer, '\0');
|
978
|
+
*result = rb_cstr2inum(FBUFFER_PTR(json->fbuffer), 10);
|
979
|
+
return p + 1;
|
980
|
+
} else {
|
981
|
+
return NULL;
|
982
|
+
}
|
983
|
+
}
|
984
|
+
|
985
|
+
|
986
|
+
#line 987 "parser.c"
|
987
|
+
enum {JSON_float_start = 1};
|
988
|
+
enum {JSON_float_first_final = 8};
|
989
|
+
enum {JSON_float_error = 0};
|
990
|
+
|
991
|
+
enum {JSON_float_en_main = 1};
|
992
|
+
|
993
|
+
|
994
|
+
#line 349 "parser.rl"
|
995
|
+
|
996
|
+
|
997
|
+
static char *JSON_parse_float(JSON_Parser *json, char *p, char *pe, VALUE *result)
|
998
|
+
{
|
999
|
+
int cs = EVIL;
|
1000
|
+
|
1001
|
+
|
1002
|
+
#line 1003 "parser.c"
|
1003
|
+
{
|
1004
|
+
cs = JSON_float_start;
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
#line 356 "parser.rl"
|
1008
|
+
json->memo = p;
|
1009
|
+
|
1010
|
+
#line 1011 "parser.c"
|
1011
|
+
{
|
1012
|
+
if ( p == pe )
|
1013
|
+
goto _test_eof;
|
1014
|
+
switch ( cs )
|
1015
|
+
{
|
1016
|
+
case 1:
|
1017
|
+
switch( (*p) ) {
|
1018
|
+
case 45: goto st2;
|
1019
|
+
case 48: goto st3;
|
1020
|
+
}
|
1021
|
+
if ( 49 <= (*p) && (*p) <= 57 )
|
1022
|
+
goto st7;
|
1023
|
+
goto st0;
|
1024
|
+
st0:
|
1025
|
+
cs = 0;
|
1026
|
+
goto _out;
|
1027
|
+
st2:
|
1028
|
+
if ( ++p == pe )
|
1029
|
+
goto _test_eof2;
|
1030
|
+
case 2:
|
1031
|
+
if ( (*p) == 48 )
|
1032
|
+
goto st3;
|
1033
|
+
if ( 49 <= (*p) && (*p) <= 57 )
|
1034
|
+
goto st7;
|
1035
|
+
goto st0;
|
1036
|
+
st3:
|
1037
|
+
if ( ++p == pe )
|
1038
|
+
goto _test_eof3;
|
1039
|
+
case 3:
|
1040
|
+
switch( (*p) ) {
|
1041
|
+
case 46: goto st4;
|
1042
|
+
case 69: goto st5;
|
1043
|
+
case 101: goto st5;
|
1044
|
+
}
|
1045
|
+
goto st0;
|
1046
|
+
st4:
|
1047
|
+
if ( ++p == pe )
|
1048
|
+
goto _test_eof4;
|
1049
|
+
case 4:
|
1050
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1051
|
+
goto st8;
|
1052
|
+
goto st0;
|
1053
|
+
st8:
|
1054
|
+
if ( ++p == pe )
|
1055
|
+
goto _test_eof8;
|
1056
|
+
case 8:
|
1057
|
+
switch( (*p) ) {
|
1058
|
+
case 69: goto st5;
|
1059
|
+
case 101: goto st5;
|
1060
|
+
}
|
1061
|
+
if ( (*p) > 46 ) {
|
1062
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1063
|
+
goto st8;
|
1064
|
+
} else if ( (*p) >= 45 )
|
1065
|
+
goto st0;
|
1066
|
+
goto tr9;
|
1067
|
+
tr9:
|
1068
|
+
#line 343 "parser.rl"
|
1069
|
+
{ p--; {p++; cs = 9; goto _out;} }
|
1070
|
+
goto st9;
|
1071
|
+
st9:
|
1072
|
+
if ( ++p == pe )
|
1073
|
+
goto _test_eof9;
|
1074
|
+
case 9:
|
1075
|
+
#line 1076 "parser.c"
|
1076
|
+
goto st0;
|
1077
|
+
st5:
|
1078
|
+
if ( ++p == pe )
|
1079
|
+
goto _test_eof5;
|
1080
|
+
case 5:
|
1081
|
+
switch( (*p) ) {
|
1082
|
+
case 43: goto st6;
|
1083
|
+
case 45: goto st6;
|
1084
|
+
}
|
1085
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1086
|
+
goto st10;
|
1087
|
+
goto st0;
|
1088
|
+
st6:
|
1089
|
+
if ( ++p == pe )
|
1090
|
+
goto _test_eof6;
|
1091
|
+
case 6:
|
1092
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1093
|
+
goto st10;
|
1094
|
+
goto st0;
|
1095
|
+
st10:
|
1096
|
+
if ( ++p == pe )
|
1097
|
+
goto _test_eof10;
|
1098
|
+
case 10:
|
1099
|
+
switch( (*p) ) {
|
1100
|
+
case 69: goto st0;
|
1101
|
+
case 101: goto st0;
|
1102
|
+
}
|
1103
|
+
if ( (*p) > 46 ) {
|
1104
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1105
|
+
goto st10;
|
1106
|
+
} else if ( (*p) >= 45 )
|
1107
|
+
goto st0;
|
1108
|
+
goto tr9;
|
1109
|
+
st7:
|
1110
|
+
if ( ++p == pe )
|
1111
|
+
goto _test_eof7;
|
1112
|
+
case 7:
|
1113
|
+
switch( (*p) ) {
|
1114
|
+
case 46: goto st4;
|
1115
|
+
case 69: goto st5;
|
1116
|
+
case 101: goto st5;
|
1117
|
+
}
|
1118
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1119
|
+
goto st7;
|
1120
|
+
goto st0;
|
1121
|
+
}
|
1122
|
+
_test_eof2: cs = 2; goto _test_eof;
|
1123
|
+
_test_eof3: cs = 3; goto _test_eof;
|
1124
|
+
_test_eof4: cs = 4; goto _test_eof;
|
1125
|
+
_test_eof8: cs = 8; goto _test_eof;
|
1126
|
+
_test_eof9: cs = 9; goto _test_eof;
|
1127
|
+
_test_eof5: cs = 5; goto _test_eof;
|
1128
|
+
_test_eof6: cs = 6; goto _test_eof;
|
1129
|
+
_test_eof10: cs = 10; goto _test_eof;
|
1130
|
+
_test_eof7: cs = 7; goto _test_eof;
|
1131
|
+
|
1132
|
+
_test_eof: {}
|
1133
|
+
_out: {}
|
1134
|
+
}
|
1135
|
+
|
1136
|
+
#line 358 "parser.rl"
|
1137
|
+
|
1138
|
+
if (cs >= JSON_float_first_final) {
|
1139
|
+
VALUE mod = Qnil;
|
1140
|
+
ID method_id = 0;
|
1141
|
+
if (!NIL_P(json->decimal_class)) {
|
1142
|
+
if (rb_respond_to(json->decimal_class, i_try_convert)) {
|
1143
|
+
mod = json->decimal_class;
|
1144
|
+
method_id = i_try_convert;
|
1145
|
+
} else if (rb_respond_to(json->decimal_class, i_new)) {
|
1146
|
+
mod = json->decimal_class;
|
1147
|
+
method_id = i_new;
|
1148
|
+
} else if (RB_TYPE_P(json->decimal_class, T_CLASS)) {
|
1149
|
+
VALUE name = rb_class_name(json->decimal_class);
|
1150
|
+
const char *name_cstr = RSTRING_PTR(name);
|
1151
|
+
const char *last_colon = strrchr(name_cstr, ':');
|
1152
|
+
if (last_colon) {
|
1153
|
+
const char *mod_path_end = last_colon - 1;
|
1154
|
+
VALUE mod_path = rb_str_substr(name, 0, mod_path_end - name_cstr);
|
1155
|
+
mod = rb_path_to_class(mod_path);
|
1156
|
+
|
1157
|
+
const char *method_name_beg = last_colon + 1;
|
1158
|
+
long before_len = method_name_beg - name_cstr;
|
1159
|
+
long len = RSTRING_LEN(name) - before_len;
|
1160
|
+
VALUE method_name = rb_str_substr(name, before_len, len);
|
1161
|
+
method_id = SYM2ID(rb_str_intern(method_name));
|
1162
|
+
} else {
|
1163
|
+
mod = rb_mKernel;
|
1164
|
+
method_id = SYM2ID(rb_str_intern(name));
|
1165
|
+
}
|
1166
|
+
}
|
1167
|
+
}
|
1168
|
+
|
1169
|
+
long len = p - json->memo;
|
1170
|
+
fbuffer_clear(json->fbuffer);
|
1171
|
+
fbuffer_append(json->fbuffer, json->memo, len);
|
1172
|
+
fbuffer_append_char(json->fbuffer, '\0');
|
1173
|
+
|
1174
|
+
if (method_id) {
|
1175
|
+
VALUE text = rb_str_new2(FBUFFER_PTR(json->fbuffer));
|
1176
|
+
*result = rb_funcallv(mod, method_id, 1, &text);
|
1177
|
+
} else {
|
1178
|
+
*result = DBL2NUM(rb_cstr_to_dbl(FBUFFER_PTR(json->fbuffer), 1));
|
1179
|
+
}
|
1180
|
+
|
1181
|
+
return p + 1;
|
1182
|
+
} else {
|
1183
|
+
return NULL;
|
1184
|
+
}
|
1185
|
+
}
|
1186
|
+
|
1187
|
+
|
1188
|
+
|
1189
|
+
#line 1190 "parser.c"
|
1190
|
+
enum {JSON_array_start = 1};
|
1191
|
+
enum {JSON_array_first_final = 17};
|
1192
|
+
enum {JSON_array_error = 0};
|
1193
|
+
|
1194
|
+
enum {JSON_array_en_main = 1};
|
1195
|
+
|
1196
|
+
|
1197
|
+
#line 438 "parser.rl"
|
1198
|
+
|
1199
|
+
|
1200
|
+
static char *JSON_parse_array(JSON_Parser *json, char *p, char *pe, VALUE *result, int current_nesting)
|
1201
|
+
{
|
1202
|
+
int cs = EVIL;
|
1203
|
+
VALUE array_class = json->array_class;
|
1204
|
+
|
1205
|
+
if (json->max_nesting && current_nesting > json->max_nesting) {
|
1206
|
+
rb_raise(eNestingError, "nesting of %d is too deep", current_nesting);
|
1207
|
+
}
|
1208
|
+
*result = NIL_P(array_class) ? rb_ary_new() : rb_class_new_instance(0, 0, array_class);
|
1209
|
+
|
1210
|
+
|
1211
|
+
#line 1212 "parser.c"
|
1212
|
+
{
|
1213
|
+
cs = JSON_array_start;
|
1214
|
+
}
|
1215
|
+
|
1216
|
+
#line 451 "parser.rl"
|
1217
|
+
|
1218
|
+
#line 1219 "parser.c"
|
1219
|
+
{
|
1220
|
+
if ( p == pe )
|
1221
|
+
goto _test_eof;
|
1222
|
+
switch ( cs )
|
1223
|
+
{
|
1224
|
+
case 1:
|
1225
|
+
if ( (*p) == 91 )
|
1226
|
+
goto st2;
|
1227
|
+
goto st0;
|
1228
|
+
st0:
|
1229
|
+
cs = 0;
|
1230
|
+
goto _out;
|
1231
|
+
st2:
|
1232
|
+
if ( ++p == pe )
|
1233
|
+
goto _test_eof2;
|
1234
|
+
case 2:
|
1235
|
+
switch( (*p) ) {
|
1236
|
+
case 13: goto st2;
|
1237
|
+
case 32: goto st2;
|
1238
|
+
case 34: goto tr2;
|
1239
|
+
case 45: goto tr2;
|
1240
|
+
case 47: goto st13;
|
1241
|
+
case 73: goto tr2;
|
1242
|
+
case 78: goto tr2;
|
1243
|
+
case 91: goto tr2;
|
1244
|
+
case 93: goto tr4;
|
1245
|
+
case 102: goto tr2;
|
1246
|
+
case 110: goto tr2;
|
1247
|
+
case 116: goto tr2;
|
1248
|
+
case 123: goto tr2;
|
1249
|
+
}
|
1250
|
+
if ( (*p) > 10 ) {
|
1251
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1252
|
+
goto tr2;
|
1253
|
+
} else if ( (*p) >= 9 )
|
1254
|
+
goto st2;
|
1255
|
+
goto st0;
|
1256
|
+
tr2:
|
1257
|
+
#line 415 "parser.rl"
|
1258
|
+
{
|
1259
|
+
VALUE v = Qnil;
|
1260
|
+
char *np = JSON_parse_value(json, p, pe, &v, current_nesting);
|
1261
|
+
if (np == NULL) {
|
1262
|
+
p--; {p++; cs = 3; goto _out;}
|
1263
|
+
} else {
|
1264
|
+
if (NIL_P(json->array_class)) {
|
1265
|
+
rb_ary_push(*result, v);
|
1266
|
+
} else {
|
1267
|
+
rb_funcall(*result, i_leftshift, 1, v);
|
1268
|
+
}
|
1269
|
+
{p = (( np))-1;}
|
1270
|
+
}
|
1271
|
+
}
|
1272
|
+
goto st3;
|
1273
|
+
st3:
|
1274
|
+
if ( ++p == pe )
|
1275
|
+
goto _test_eof3;
|
1276
|
+
case 3:
|
1277
|
+
#line 1278 "parser.c"
|
1278
|
+
switch( (*p) ) {
|
1279
|
+
case 13: goto st3;
|
1280
|
+
case 32: goto st3;
|
1281
|
+
case 44: goto st4;
|
1282
|
+
case 47: goto st9;
|
1283
|
+
case 93: goto tr4;
|
1284
|
+
}
|
1285
|
+
if ( 9 <= (*p) && (*p) <= 10 )
|
1286
|
+
goto st3;
|
1287
|
+
goto st0;
|
1288
|
+
st4:
|
1289
|
+
if ( ++p == pe )
|
1290
|
+
goto _test_eof4;
|
1291
|
+
case 4:
|
1292
|
+
switch( (*p) ) {
|
1293
|
+
case 13: goto st4;
|
1294
|
+
case 32: goto st4;
|
1295
|
+
case 34: goto tr2;
|
1296
|
+
case 45: goto tr2;
|
1297
|
+
case 47: goto st5;
|
1298
|
+
case 73: goto tr2;
|
1299
|
+
case 78: goto tr2;
|
1300
|
+
case 91: goto tr2;
|
1301
|
+
case 102: goto tr2;
|
1302
|
+
case 110: goto tr2;
|
1303
|
+
case 116: goto tr2;
|
1304
|
+
case 123: goto tr2;
|
1305
|
+
}
|
1306
|
+
if ( (*p) > 10 ) {
|
1307
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1308
|
+
goto tr2;
|
1309
|
+
} else if ( (*p) >= 9 )
|
1310
|
+
goto st4;
|
1311
|
+
goto st0;
|
1312
|
+
st5:
|
1313
|
+
if ( ++p == pe )
|
1314
|
+
goto _test_eof5;
|
1315
|
+
case 5:
|
1316
|
+
switch( (*p) ) {
|
1317
|
+
case 42: goto st6;
|
1318
|
+
case 47: goto st8;
|
1319
|
+
}
|
1320
|
+
goto st0;
|
1321
|
+
st6:
|
1322
|
+
if ( ++p == pe )
|
1323
|
+
goto _test_eof6;
|
1324
|
+
case 6:
|
1325
|
+
if ( (*p) == 42 )
|
1326
|
+
goto st7;
|
1327
|
+
goto st6;
|
1328
|
+
st7:
|
1329
|
+
if ( ++p == pe )
|
1330
|
+
goto _test_eof7;
|
1331
|
+
case 7:
|
1332
|
+
switch( (*p) ) {
|
1333
|
+
case 42: goto st7;
|
1334
|
+
case 47: goto st4;
|
1335
|
+
}
|
1336
|
+
goto st6;
|
1337
|
+
st8:
|
1338
|
+
if ( ++p == pe )
|
1339
|
+
goto _test_eof8;
|
1340
|
+
case 8:
|
1341
|
+
if ( (*p) == 10 )
|
1342
|
+
goto st4;
|
1343
|
+
goto st8;
|
1344
|
+
st9:
|
1345
|
+
if ( ++p == pe )
|
1346
|
+
goto _test_eof9;
|
1347
|
+
case 9:
|
1348
|
+
switch( (*p) ) {
|
1349
|
+
case 42: goto st10;
|
1350
|
+
case 47: goto st12;
|
1351
|
+
}
|
1352
|
+
goto st0;
|
1353
|
+
st10:
|
1354
|
+
if ( ++p == pe )
|
1355
|
+
goto _test_eof10;
|
1356
|
+
case 10:
|
1357
|
+
if ( (*p) == 42 )
|
1358
|
+
goto st11;
|
1359
|
+
goto st10;
|
1360
|
+
st11:
|
1361
|
+
if ( ++p == pe )
|
1362
|
+
goto _test_eof11;
|
1363
|
+
case 11:
|
1364
|
+
switch( (*p) ) {
|
1365
|
+
case 42: goto st11;
|
1366
|
+
case 47: goto st3;
|
1367
|
+
}
|
1368
|
+
goto st10;
|
1369
|
+
st12:
|
1370
|
+
if ( ++p == pe )
|
1371
|
+
goto _test_eof12;
|
1372
|
+
case 12:
|
1373
|
+
if ( (*p) == 10 )
|
1374
|
+
goto st3;
|
1375
|
+
goto st12;
|
1376
|
+
tr4:
|
1377
|
+
#line 430 "parser.rl"
|
1378
|
+
{ p--; {p++; cs = 17; goto _out;} }
|
1379
|
+
goto st17;
|
1380
|
+
st17:
|
1381
|
+
if ( ++p == pe )
|
1382
|
+
goto _test_eof17;
|
1383
|
+
case 17:
|
1384
|
+
#line 1385 "parser.c"
|
1385
|
+
goto st0;
|
1386
|
+
st13:
|
1387
|
+
if ( ++p == pe )
|
1388
|
+
goto _test_eof13;
|
1389
|
+
case 13:
|
1390
|
+
switch( (*p) ) {
|
1391
|
+
case 42: goto st14;
|
1392
|
+
case 47: goto st16;
|
1393
|
+
}
|
1394
|
+
goto st0;
|
1395
|
+
st14:
|
1396
|
+
if ( ++p == pe )
|
1397
|
+
goto _test_eof14;
|
1398
|
+
case 14:
|
1399
|
+
if ( (*p) == 42 )
|
1400
|
+
goto st15;
|
1401
|
+
goto st14;
|
1402
|
+
st15:
|
1403
|
+
if ( ++p == pe )
|
1404
|
+
goto _test_eof15;
|
1405
|
+
case 15:
|
1406
|
+
switch( (*p) ) {
|
1407
|
+
case 42: goto st15;
|
1408
|
+
case 47: goto st2;
|
1409
|
+
}
|
1410
|
+
goto st14;
|
1411
|
+
st16:
|
1412
|
+
if ( ++p == pe )
|
1413
|
+
goto _test_eof16;
|
1414
|
+
case 16:
|
1415
|
+
if ( (*p) == 10 )
|
1416
|
+
goto st2;
|
1417
|
+
goto st16;
|
1418
|
+
}
|
1419
|
+
_test_eof2: cs = 2; goto _test_eof;
|
1420
|
+
_test_eof3: cs = 3; goto _test_eof;
|
1421
|
+
_test_eof4: cs = 4; goto _test_eof;
|
1422
|
+
_test_eof5: cs = 5; goto _test_eof;
|
1423
|
+
_test_eof6: cs = 6; goto _test_eof;
|
1424
|
+
_test_eof7: cs = 7; goto _test_eof;
|
1425
|
+
_test_eof8: cs = 8; goto _test_eof;
|
1426
|
+
_test_eof9: cs = 9; goto _test_eof;
|
1427
|
+
_test_eof10: cs = 10; goto _test_eof;
|
1428
|
+
_test_eof11: cs = 11; goto _test_eof;
|
1429
|
+
_test_eof12: cs = 12; goto _test_eof;
|
1430
|
+
_test_eof17: cs = 17; goto _test_eof;
|
1431
|
+
_test_eof13: cs = 13; goto _test_eof;
|
1432
|
+
_test_eof14: cs = 14; goto _test_eof;
|
1433
|
+
_test_eof15: cs = 15; goto _test_eof;
|
1434
|
+
_test_eof16: cs = 16; goto _test_eof;
|
1435
|
+
|
1436
|
+
_test_eof: {}
|
1437
|
+
_out: {}
|
1438
|
+
}
|
1439
|
+
|
1440
|
+
#line 452 "parser.rl"
|
1441
|
+
|
1442
|
+
if(cs >= JSON_array_first_final) {
|
1443
|
+
return p + 1;
|
1444
|
+
} else {
|
1445
|
+
raise_parse_error("unexpected token at '%s'", p);
|
1446
|
+
return NULL;
|
1447
|
+
}
|
1448
|
+
}
|
1449
|
+
|
1450
|
+
static const size_t MAX_STACK_BUFFER_SIZE = 128;
|
1451
|
+
static VALUE json_string_unescape(char *string, char *stringEnd, int intern, int symbolize)
|
1452
|
+
{
|
1453
|
+
VALUE result = Qnil;
|
1454
|
+
size_t bufferSize = stringEnd - string;
|
1455
|
+
char *p = string, *pe = string, *unescape, *bufferStart, *buffer;
|
1456
|
+
int unescape_len;
|
1457
|
+
char buf[4];
|
1458
|
+
|
1459
|
+
if (bufferSize > MAX_STACK_BUFFER_SIZE) {
|
1460
|
+
# ifdef HAVE_RB_ENC_INTERNED_STR
|
1461
|
+
bufferStart = buffer = ALLOC_N(char, bufferSize ? bufferSize : 1);
|
1462
|
+
# else
|
1463
|
+
bufferStart = buffer = ALLOC_N(char, bufferSize);
|
1464
|
+
# endif
|
1465
|
+
} else {
|
1466
|
+
# ifdef HAVE_RB_ENC_INTERNED_STR
|
1467
|
+
bufferStart = buffer = ALLOCA_N(char, bufferSize ? bufferSize : 1);
|
1468
|
+
# else
|
1469
|
+
bufferStart = buffer = ALLOCA_N(char, bufferSize);
|
1470
|
+
# endif
|
1471
|
+
}
|
1472
|
+
|
1473
|
+
while (pe < stringEnd) {
|
1474
|
+
if (*pe == '\\') {
|
1475
|
+
unescape = (char *) "?";
|
1476
|
+
unescape_len = 1;
|
1477
|
+
if (pe > p) {
|
1478
|
+
MEMCPY(buffer, p, char, pe - p);
|
1479
|
+
buffer += pe - p;
|
1480
|
+
}
|
1481
|
+
switch (*++pe) {
|
1482
|
+
case 'n':
|
1483
|
+
unescape = (char *) "\n";
|
1484
|
+
break;
|
1485
|
+
case 'r':
|
1486
|
+
unescape = (char *) "\r";
|
1487
|
+
break;
|
1488
|
+
case 't':
|
1489
|
+
unescape = (char *) "\t";
|
1490
|
+
break;
|
1491
|
+
case '"':
|
1492
|
+
unescape = (char *) "\"";
|
1493
|
+
break;
|
1494
|
+
case '\\':
|
1495
|
+
unescape = (char *) "\\";
|
1496
|
+
break;
|
1497
|
+
case 'b':
|
1498
|
+
unescape = (char *) "\b";
|
1499
|
+
break;
|
1500
|
+
case 'f':
|
1501
|
+
unescape = (char *) "\f";
|
1502
|
+
break;
|
1503
|
+
case 'u':
|
1504
|
+
if (pe > stringEnd - 4) {
|
1505
|
+
if (bufferSize > MAX_STACK_BUFFER_SIZE) {
|
1506
|
+
ruby_xfree(bufferStart);
|
1507
|
+
}
|
1508
|
+
raise_parse_error("incomplete unicode character escape sequence at '%s'", p);
|
1509
|
+
} else {
|
1510
|
+
uint32_t ch = unescape_unicode((unsigned char *) ++pe);
|
1511
|
+
pe += 3;
|
1512
|
+
/* To handle values above U+FFFF, we take a sequence of
|
1513
|
+
* \uXXXX escapes in the U+D800..U+DBFF then
|
1514
|
+
* U+DC00..U+DFFF ranges, take the low 10 bits from each
|
1515
|
+
* to make a 20-bit number, then add 0x10000 to get the
|
1516
|
+
* final codepoint.
|
1517
|
+
*
|
1518
|
+
* See Unicode 15: 3.8 "Surrogates", 5.3 "Handling
|
1519
|
+
* Surrogate Pairs in UTF-16", and 23.6 "Surrogates
|
1520
|
+
* Area".
|
1521
|
+
*/
|
1522
|
+
if ((ch & 0xFC00) == 0xD800) {
|
1523
|
+
pe++;
|
1524
|
+
if (pe > stringEnd - 6) {
|
1525
|
+
if (bufferSize > MAX_STACK_BUFFER_SIZE) {
|
1526
|
+
ruby_xfree(bufferStart);
|
1527
|
+
}
|
1528
|
+
raise_parse_error("incomplete surrogate pair at '%s'", p);
|
1529
|
+
}
|
1530
|
+
if (pe[0] == '\\' && pe[1] == 'u') {
|
1531
|
+
uint32_t sur = unescape_unicode((unsigned char *) pe + 2);
|
1532
|
+
ch = (((ch & 0x3F) << 10) | ((((ch >> 6) & 0xF) + 1) << 16)
|
1533
|
+
| (sur & 0x3FF));
|
1534
|
+
pe += 5;
|
1535
|
+
} else {
|
1536
|
+
unescape = (char *) "?";
|
1537
|
+
break;
|
1538
|
+
}
|
1539
|
+
}
|
1540
|
+
unescape_len = convert_UTF32_to_UTF8(buf, ch);
|
1541
|
+
unescape = buf;
|
1542
|
+
}
|
1543
|
+
break;
|
1544
|
+
default:
|
1545
|
+
p = pe;
|
1546
|
+
continue;
|
1547
|
+
}
|
1548
|
+
MEMCPY(buffer, unescape, char, unescape_len);
|
1549
|
+
buffer += unescape_len;
|
1550
|
+
p = ++pe;
|
1551
|
+
} else {
|
1552
|
+
pe++;
|
1553
|
+
}
|
1554
|
+
}
|
1555
|
+
|
1556
|
+
if (pe > p) {
|
1557
|
+
MEMCPY(buffer, p, char, pe - p);
|
1558
|
+
buffer += pe - p;
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
# ifdef HAVE_RB_ENC_INTERNED_STR
|
1562
|
+
if (intern) {
|
1563
|
+
result = rb_enc_interned_str(bufferStart, (long)(buffer - bufferStart), rb_utf8_encoding());
|
1564
|
+
} else {
|
1565
|
+
result = rb_utf8_str_new(bufferStart, (long)(buffer - bufferStart));
|
1566
|
+
}
|
1567
|
+
if (bufferSize > MAX_STACK_BUFFER_SIZE) {
|
1568
|
+
ruby_xfree(bufferStart);
|
1569
|
+
}
|
1570
|
+
# else
|
1571
|
+
result = rb_utf8_str_new(bufferStart, (long)(buffer - bufferStart));
|
1572
|
+
|
1573
|
+
if (bufferSize > MAX_STACK_BUFFER_SIZE) {
|
1574
|
+
ruby_xfree(bufferStart);
|
1575
|
+
}
|
1576
|
+
|
1577
|
+
if (intern) {
|
1578
|
+
# if STR_UMINUS_DEDUPE_FROZEN
|
1579
|
+
// Starting from MRI 2.8 it is preferable to freeze the string
|
1580
|
+
// before deduplication so that it can be interned directly
|
1581
|
+
// otherwise it would be duplicated first which is wasteful.
|
1582
|
+
result = rb_funcall(rb_str_freeze(result), i_uminus, 0);
|
1583
|
+
# elif STR_UMINUS_DEDUPE
|
1584
|
+
// MRI 2.5 and older do not deduplicate strings that are already
|
1585
|
+
// frozen.
|
1586
|
+
result = rb_funcall(result, i_uminus, 0);
|
1587
|
+
# else
|
1588
|
+
result = rb_str_freeze(result);
|
1589
|
+
# endif
|
1590
|
+
}
|
1591
|
+
# endif
|
1592
|
+
|
1593
|
+
if (symbolize) {
|
1594
|
+
result = rb_str_intern(result);
|
1595
|
+
}
|
1596
|
+
|
1597
|
+
return result;
|
1598
|
+
}
|
1599
|
+
|
1600
|
+
|
1601
|
+
#line 1602 "parser.c"
|
1602
|
+
enum {JSON_string_start = 1};
|
1603
|
+
enum {JSON_string_first_final = 8};
|
1604
|
+
enum {JSON_string_error = 0};
|
1605
|
+
|
1606
|
+
enum {JSON_string_en_main = 1};
|
1607
|
+
|
1608
|
+
|
1609
|
+
#line 630 "parser.rl"
|
1610
|
+
|
1611
|
+
|
1612
|
+
static int
|
1613
|
+
match_i(VALUE regexp, VALUE klass, VALUE memo)
|
1614
|
+
{
|
1615
|
+
if (regexp == Qundef) return ST_STOP;
|
1616
|
+
if (RTEST(rb_funcall(klass, i_json_creatable_p, 0)) &&
|
1617
|
+
RTEST(rb_funcall(regexp, i_match, 1, rb_ary_entry(memo, 0)))) {
|
1618
|
+
rb_ary_push(memo, klass);
|
1619
|
+
return ST_STOP;
|
1620
|
+
}
|
1621
|
+
return ST_CONTINUE;
|
1622
|
+
}
|
1623
|
+
|
1624
|
+
static char *JSON_parse_string(JSON_Parser *json, char *p, char *pe, VALUE *result)
|
1625
|
+
{
|
1626
|
+
int cs = EVIL;
|
1627
|
+
VALUE match_string;
|
1628
|
+
|
1629
|
+
|
1630
|
+
#line 1631 "parser.c"
|
1631
|
+
{
|
1632
|
+
cs = JSON_string_start;
|
1633
|
+
}
|
1634
|
+
|
1635
|
+
#line 650 "parser.rl"
|
1636
|
+
json->memo = p;
|
1637
|
+
|
1638
|
+
#line 1639 "parser.c"
|
1639
|
+
{
|
1640
|
+
if ( p == pe )
|
1641
|
+
goto _test_eof;
|
1642
|
+
switch ( cs )
|
1643
|
+
{
|
1644
|
+
case 1:
|
1645
|
+
if ( (*p) == 34 )
|
1646
|
+
goto st2;
|
1647
|
+
goto st0;
|
1648
|
+
st0:
|
1649
|
+
cs = 0;
|
1650
|
+
goto _out;
|
1651
|
+
st2:
|
1652
|
+
if ( ++p == pe )
|
1653
|
+
goto _test_eof2;
|
1654
|
+
case 2:
|
1655
|
+
switch( (*p) ) {
|
1656
|
+
case 34: goto tr2;
|
1657
|
+
case 92: goto st3;
|
1658
|
+
}
|
1659
|
+
if ( 0 <= (signed char)(*(p)) && (*(p)) <= 31 )
|
1660
|
+
goto st0;
|
1661
|
+
goto st2;
|
1662
|
+
tr2:
|
1663
|
+
#line 617 "parser.rl"
|
1664
|
+
{
|
1665
|
+
*result = json_string_unescape(json->memo + 1, p, json->parsing_name || json-> freeze, json->parsing_name && json->symbolize_names);
|
1666
|
+
if (NIL_P(*result)) {
|
1667
|
+
p--;
|
1668
|
+
{p++; cs = 8; goto _out;}
|
1669
|
+
} else {
|
1670
|
+
{p = (( p + 1))-1;}
|
1671
|
+
}
|
1672
|
+
}
|
1673
|
+
#line 627 "parser.rl"
|
1674
|
+
{ p--; {p++; cs = 8; goto _out;} }
|
1675
|
+
goto st8;
|
1676
|
+
st8:
|
1677
|
+
if ( ++p == pe )
|
1678
|
+
goto _test_eof8;
|
1679
|
+
case 8:
|
1680
|
+
#line 1681 "parser.c"
|
1681
|
+
goto st0;
|
1682
|
+
st3:
|
1683
|
+
if ( ++p == pe )
|
1684
|
+
goto _test_eof3;
|
1685
|
+
case 3:
|
1686
|
+
if ( (*p) == 117 )
|
1687
|
+
goto st4;
|
1688
|
+
if ( 0 <= (signed char)(*(p)) && (*(p)) <= 31 )
|
1689
|
+
goto st0;
|
1690
|
+
goto st2;
|
1691
|
+
st4:
|
1692
|
+
if ( ++p == pe )
|
1693
|
+
goto _test_eof4;
|
1694
|
+
case 4:
|
1695
|
+
if ( (*p) < 65 ) {
|
1696
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1697
|
+
goto st5;
|
1698
|
+
} else if ( (*p) > 70 ) {
|
1699
|
+
if ( 97 <= (*p) && (*p) <= 102 )
|
1700
|
+
goto st5;
|
1701
|
+
} else
|
1702
|
+
goto st5;
|
1703
|
+
goto st0;
|
1704
|
+
st5:
|
1705
|
+
if ( ++p == pe )
|
1706
|
+
goto _test_eof5;
|
1707
|
+
case 5:
|
1708
|
+
if ( (*p) < 65 ) {
|
1709
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1710
|
+
goto st6;
|
1711
|
+
} else if ( (*p) > 70 ) {
|
1712
|
+
if ( 97 <= (*p) && (*p) <= 102 )
|
1713
|
+
goto st6;
|
1714
|
+
} else
|
1715
|
+
goto st6;
|
1716
|
+
goto st0;
|
1717
|
+
st6:
|
1718
|
+
if ( ++p == pe )
|
1719
|
+
goto _test_eof6;
|
1720
|
+
case 6:
|
1721
|
+
if ( (*p) < 65 ) {
|
1722
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1723
|
+
goto st7;
|
1724
|
+
} else if ( (*p) > 70 ) {
|
1725
|
+
if ( 97 <= (*p) && (*p) <= 102 )
|
1726
|
+
goto st7;
|
1727
|
+
} else
|
1728
|
+
goto st7;
|
1729
|
+
goto st0;
|
1730
|
+
st7:
|
1731
|
+
if ( ++p == pe )
|
1732
|
+
goto _test_eof7;
|
1733
|
+
case 7:
|
1734
|
+
if ( (*p) < 65 ) {
|
1735
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
1736
|
+
goto st2;
|
1737
|
+
} else if ( (*p) > 70 ) {
|
1738
|
+
if ( 97 <= (*p) && (*p) <= 102 )
|
1739
|
+
goto st2;
|
1740
|
+
} else
|
1741
|
+
goto st2;
|
1742
|
+
goto st0;
|
1743
|
+
}
|
1744
|
+
_test_eof2: cs = 2; goto _test_eof;
|
1745
|
+
_test_eof8: cs = 8; goto _test_eof;
|
1746
|
+
_test_eof3: cs = 3; goto _test_eof;
|
1747
|
+
_test_eof4: cs = 4; goto _test_eof;
|
1748
|
+
_test_eof5: cs = 5; goto _test_eof;
|
1749
|
+
_test_eof6: cs = 6; goto _test_eof;
|
1750
|
+
_test_eof7: cs = 7; goto _test_eof;
|
1751
|
+
|
1752
|
+
_test_eof: {}
|
1753
|
+
_out: {}
|
1754
|
+
}
|
1755
|
+
|
1756
|
+
#line 652 "parser.rl"
|
1757
|
+
|
1758
|
+
if (json->create_additions && RTEST(match_string = json->match_string)) {
|
1759
|
+
VALUE klass;
|
1760
|
+
VALUE memo = rb_ary_new2(2);
|
1761
|
+
rb_ary_push(memo, *result);
|
1762
|
+
rb_hash_foreach(match_string, match_i, memo);
|
1763
|
+
klass = rb_ary_entry(memo, 1);
|
1764
|
+
if (RTEST(klass)) {
|
1765
|
+
*result = rb_funcall(klass, i_json_create, 1, *result);
|
1766
|
+
}
|
1767
|
+
}
|
1768
|
+
|
1769
|
+
if (cs >= JSON_string_first_final) {
|
1770
|
+
return p + 1;
|
1771
|
+
} else {
|
1772
|
+
return NULL;
|
1773
|
+
}
|
1774
|
+
}
|
1775
|
+
|
1776
|
+
/*
|
1777
|
+
* Document-class: JSON::Ext::Parser
|
1778
|
+
*
|
1779
|
+
* This is the JSON parser implemented as a C extension. It can be configured
|
1780
|
+
* to be used by setting
|
1781
|
+
*
|
1782
|
+
* JSON.parser = JSON::Ext::Parser
|
1783
|
+
*
|
1784
|
+
* with the method parser= in JSON.
|
1785
|
+
*
|
1786
|
+
*/
|
1787
|
+
|
1788
|
+
static VALUE convert_encoding(VALUE source)
|
1789
|
+
{
|
1790
|
+
int encindex = RB_ENCODING_GET(source);
|
1791
|
+
|
1792
|
+
if (encindex == utf8_encindex) {
|
1793
|
+
return source;
|
1794
|
+
}
|
1795
|
+
|
1796
|
+
if (encindex == binary_encindex) {
|
1797
|
+
// For historical reason, we silently reinterpret binary strings as UTF-8 if it would work.
|
1798
|
+
// TODO: Deprecate in 2.8.0
|
1799
|
+
// TODO: Remove in 3.0.0
|
1800
|
+
return rb_enc_associate_index(rb_str_dup(source), utf8_encindex);
|
1801
|
+
}
|
1802
|
+
|
1803
|
+
return rb_str_conv_enc(source, rb_enc_from_index(encindex), rb_utf8_encoding());
|
1804
|
+
}
|
1805
|
+
|
1806
|
+
/*
|
1807
|
+
* call-seq: new(source, opts => {})
|
1808
|
+
*
|
1809
|
+
* Creates a new JSON::Ext::Parser instance for the string _source_.
|
1810
|
+
*
|
1811
|
+
* It will be configured by the _opts_ hash. _opts_ can have the following
|
1812
|
+
* keys:
|
1813
|
+
*
|
1814
|
+
* _opts_ can have the following keys:
|
1815
|
+
* * *max_nesting*: The maximum depth of nesting allowed in the parsed data
|
1816
|
+
* structures. Disable depth checking with :max_nesting => false|nil|0, it
|
1817
|
+
* defaults to 100.
|
1818
|
+
* * *allow_nan*: If set to true, allow NaN, Infinity and -Infinity in
|
1819
|
+
* defiance of RFC 4627 to be parsed by the Parser. This option defaults to
|
1820
|
+
* false.
|
1821
|
+
* * *symbolize_names*: If set to true, returns symbols for the names
|
1822
|
+
* (keys) in a JSON object. Otherwise strings are returned, which is
|
1823
|
+
* also the default. It's not possible to use this option in
|
1824
|
+
* conjunction with the *create_additions* option.
|
1825
|
+
* * *create_additions*: If set to false, the Parser doesn't create
|
1826
|
+
* additions even if a matching class and create_id was found. This option
|
1827
|
+
* defaults to false.
|
1828
|
+
* * *object_class*: Defaults to Hash. If another type is provided, it will be used
|
1829
|
+
* instead of Hash to represent JSON objects. The type must respond to
|
1830
|
+
* +new+ without arguments, and return an object that respond to +[]=+.
|
1831
|
+
* * *array_class*: Defaults to Array If another type is provided, it will be used
|
1832
|
+
* instead of Hash to represent JSON arrays. The type must respond to
|
1833
|
+
* +new+ without arguments, and return an object that respond to +<<+.
|
1834
|
+
* * *decimal_class*: Specifies which class to use instead of the default
|
1835
|
+
* (Float) when parsing decimal numbers. This class must accept a single
|
1836
|
+
* string argument in its constructor.
|
1837
|
+
*/
|
1838
|
+
static VALUE cParser_initialize(int argc, VALUE *argv, VALUE self)
|
1839
|
+
{
|
1840
|
+
VALUE source, opts;
|
1841
|
+
GET_PARSER_INIT;
|
1842
|
+
|
1843
|
+
if (json->Vsource) {
|
1844
|
+
rb_raise(rb_eTypeError, "already initialized instance");
|
1845
|
+
}
|
1846
|
+
|
1847
|
+
rb_check_arity(argc, 1, 2);
|
1848
|
+
source = argv[0];
|
1849
|
+
opts = Qnil;
|
1850
|
+
if (argc == 2) {
|
1851
|
+
opts = argv[1];
|
1852
|
+
Check_Type(argv[1], T_HASH);
|
1853
|
+
if (RHASH_SIZE(argv[1]) > 0) {
|
1854
|
+
opts = argv[1];
|
1855
|
+
}
|
1856
|
+
}
|
1857
|
+
|
1858
|
+
if (!NIL_P(opts)) {
|
1859
|
+
VALUE tmp = ID2SYM(i_max_nesting);
|
1860
|
+
if (option_given_p(opts, tmp)) {
|
1861
|
+
VALUE max_nesting = rb_hash_aref(opts, tmp);
|
1862
|
+
if (RTEST(max_nesting)) {
|
1863
|
+
Check_Type(max_nesting, T_FIXNUM);
|
1864
|
+
json->max_nesting = FIX2INT(max_nesting);
|
1865
|
+
} else {
|
1866
|
+
json->max_nesting = 0;
|
1867
|
+
}
|
1868
|
+
} else {
|
1869
|
+
json->max_nesting = 100;
|
1870
|
+
}
|
1871
|
+
tmp = ID2SYM(i_allow_nan);
|
1872
|
+
if (option_given_p(opts, tmp)) {
|
1873
|
+
json->allow_nan = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
|
1874
|
+
} else {
|
1875
|
+
json->allow_nan = 0;
|
1876
|
+
}
|
1877
|
+
tmp = ID2SYM(i_symbolize_names);
|
1878
|
+
if (option_given_p(opts, tmp)) {
|
1879
|
+
json->symbolize_names = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
|
1880
|
+
} else {
|
1881
|
+
json->symbolize_names = 0;
|
1882
|
+
}
|
1883
|
+
tmp = ID2SYM(i_freeze);
|
1884
|
+
if (option_given_p(opts, tmp)) {
|
1885
|
+
json->freeze = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
|
1886
|
+
} else {
|
1887
|
+
json->freeze = 0;
|
1888
|
+
}
|
1889
|
+
tmp = ID2SYM(i_create_additions);
|
1890
|
+
if (option_given_p(opts, tmp)) {
|
1891
|
+
json->create_additions = RTEST(rb_hash_aref(opts, tmp));
|
1892
|
+
} else {
|
1893
|
+
json->create_additions = 0;
|
1894
|
+
}
|
1895
|
+
if (json->symbolize_names && json->create_additions) {
|
1896
|
+
rb_raise(rb_eArgError,
|
1897
|
+
"options :symbolize_names and :create_additions cannot be "
|
1898
|
+
" used in conjunction");
|
1899
|
+
}
|
1900
|
+
tmp = ID2SYM(i_create_id);
|
1901
|
+
if (option_given_p(opts, tmp)) {
|
1902
|
+
json->create_id = rb_hash_aref(opts, tmp);
|
1903
|
+
} else {
|
1904
|
+
json->create_id = rb_funcall(mJSON, i_create_id, 0);
|
1905
|
+
}
|
1906
|
+
tmp = ID2SYM(i_object_class);
|
1907
|
+
if (option_given_p(opts, tmp)) {
|
1908
|
+
json->object_class = rb_hash_aref(opts, tmp);
|
1909
|
+
} else {
|
1910
|
+
json->object_class = Qnil;
|
1911
|
+
}
|
1912
|
+
tmp = ID2SYM(i_array_class);
|
1913
|
+
if (option_given_p(opts, tmp)) {
|
1914
|
+
json->array_class = rb_hash_aref(opts, tmp);
|
1915
|
+
} else {
|
1916
|
+
json->array_class = Qnil;
|
1917
|
+
}
|
1918
|
+
tmp = ID2SYM(i_decimal_class);
|
1919
|
+
if (option_given_p(opts, tmp)) {
|
1920
|
+
json->decimal_class = rb_hash_aref(opts, tmp);
|
1921
|
+
} else {
|
1922
|
+
json->decimal_class = Qnil;
|
1923
|
+
}
|
1924
|
+
tmp = ID2SYM(i_match_string);
|
1925
|
+
if (option_given_p(opts, tmp)) {
|
1926
|
+
VALUE match_string = rb_hash_aref(opts, tmp);
|
1927
|
+
json->match_string = RTEST(match_string) ? match_string : Qnil;
|
1928
|
+
} else {
|
1929
|
+
json->match_string = Qnil;
|
1930
|
+
}
|
1931
|
+
} else {
|
1932
|
+
json->max_nesting = 100;
|
1933
|
+
json->allow_nan = 0;
|
1934
|
+
json->create_additions = 0;
|
1935
|
+
json->create_id = Qnil;
|
1936
|
+
json->object_class = Qnil;
|
1937
|
+
json->array_class = Qnil;
|
1938
|
+
json->decimal_class = Qnil;
|
1939
|
+
}
|
1940
|
+
source = convert_encoding(StringValue(source));
|
1941
|
+
StringValue(source);
|
1942
|
+
json->len = RSTRING_LEN(source);
|
1943
|
+
json->source = RSTRING_PTR(source);;
|
1944
|
+
json->Vsource = source;
|
1945
|
+
return self;
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
|
1949
|
+
#line 1950 "parser.c"
|
1950
|
+
enum {JSON_start = 1};
|
1951
|
+
enum {JSON_first_final = 10};
|
1952
|
+
enum {JSON_error = 0};
|
1953
|
+
|
1954
|
+
enum {JSON_en_main = 1};
|
1955
|
+
|
1956
|
+
|
1957
|
+
#line 858 "parser.rl"
|
1958
|
+
|
1959
|
+
|
1960
|
+
/*
|
1961
|
+
* call-seq: parse()
|
1962
|
+
*
|
1963
|
+
* Parses the current JSON text _source_ and returns the complete data
|
1964
|
+
* structure as a result.
|
1965
|
+
* It raises JSON::ParserError if fail to parse.
|
1966
|
+
*/
|
1967
|
+
static VALUE cParser_parse(VALUE self)
|
1968
|
+
{
|
1969
|
+
char *p, *pe;
|
1970
|
+
int cs = EVIL;
|
1971
|
+
VALUE result = Qnil;
|
1972
|
+
GET_PARSER;
|
1973
|
+
|
1974
|
+
|
1975
|
+
#line 1976 "parser.c"
|
1976
|
+
{
|
1977
|
+
cs = JSON_start;
|
1978
|
+
}
|
1979
|
+
|
1980
|
+
#line 875 "parser.rl"
|
1981
|
+
p = json->source;
|
1982
|
+
pe = p + json->len;
|
1983
|
+
|
1984
|
+
#line 1985 "parser.c"
|
1985
|
+
{
|
1986
|
+
if ( p == pe )
|
1987
|
+
goto _test_eof;
|
1988
|
+
switch ( cs )
|
1989
|
+
{
|
1990
|
+
st1:
|
1991
|
+
if ( ++p == pe )
|
1992
|
+
goto _test_eof1;
|
1993
|
+
case 1:
|
1994
|
+
switch( (*p) ) {
|
1995
|
+
case 13: goto st1;
|
1996
|
+
case 32: goto st1;
|
1997
|
+
case 34: goto tr2;
|
1998
|
+
case 45: goto tr2;
|
1999
|
+
case 47: goto st6;
|
2000
|
+
case 73: goto tr2;
|
2001
|
+
case 78: goto tr2;
|
2002
|
+
case 91: goto tr2;
|
2003
|
+
case 102: goto tr2;
|
2004
|
+
case 110: goto tr2;
|
2005
|
+
case 116: goto tr2;
|
2006
|
+
case 123: goto tr2;
|
2007
|
+
}
|
2008
|
+
if ( (*p) > 10 ) {
|
2009
|
+
if ( 48 <= (*p) && (*p) <= 57 )
|
2010
|
+
goto tr2;
|
2011
|
+
} else if ( (*p) >= 9 )
|
2012
|
+
goto st1;
|
2013
|
+
goto st0;
|
2014
|
+
st0:
|
2015
|
+
cs = 0;
|
2016
|
+
goto _out;
|
2017
|
+
tr2:
|
2018
|
+
#line 850 "parser.rl"
|
2019
|
+
{
|
2020
|
+
char *np = JSON_parse_value(json, p, pe, &result, 0);
|
2021
|
+
if (np == NULL) { p--; {p++; cs = 10; goto _out;} } else {p = (( np))-1;}
|
2022
|
+
}
|
2023
|
+
goto st10;
|
2024
|
+
st10:
|
2025
|
+
if ( ++p == pe )
|
2026
|
+
goto _test_eof10;
|
2027
|
+
case 10:
|
2028
|
+
#line 2029 "parser.c"
|
2029
|
+
switch( (*p) ) {
|
2030
|
+
case 13: goto st10;
|
2031
|
+
case 32: goto st10;
|
2032
|
+
case 47: goto st2;
|
2033
|
+
}
|
2034
|
+
if ( 9 <= (*p) && (*p) <= 10 )
|
2035
|
+
goto st10;
|
2036
|
+
goto st0;
|
2037
|
+
st2:
|
2038
|
+
if ( ++p == pe )
|
2039
|
+
goto _test_eof2;
|
2040
|
+
case 2:
|
2041
|
+
switch( (*p) ) {
|
2042
|
+
case 42: goto st3;
|
2043
|
+
case 47: goto st5;
|
2044
|
+
}
|
2045
|
+
goto st0;
|
2046
|
+
st3:
|
2047
|
+
if ( ++p == pe )
|
2048
|
+
goto _test_eof3;
|
2049
|
+
case 3:
|
2050
|
+
if ( (*p) == 42 )
|
2051
|
+
goto st4;
|
2052
|
+
goto st3;
|
2053
|
+
st4:
|
2054
|
+
if ( ++p == pe )
|
2055
|
+
goto _test_eof4;
|
2056
|
+
case 4:
|
2057
|
+
switch( (*p) ) {
|
2058
|
+
case 42: goto st4;
|
2059
|
+
case 47: goto st10;
|
2060
|
+
}
|
2061
|
+
goto st3;
|
2062
|
+
st5:
|
2063
|
+
if ( ++p == pe )
|
2064
|
+
goto _test_eof5;
|
2065
|
+
case 5:
|
2066
|
+
if ( (*p) == 10 )
|
2067
|
+
goto st10;
|
2068
|
+
goto st5;
|
2069
|
+
st6:
|
2070
|
+
if ( ++p == pe )
|
2071
|
+
goto _test_eof6;
|
2072
|
+
case 6:
|
2073
|
+
switch( (*p) ) {
|
2074
|
+
case 42: goto st7;
|
2075
|
+
case 47: goto st9;
|
2076
|
+
}
|
2077
|
+
goto st0;
|
2078
|
+
st7:
|
2079
|
+
if ( ++p == pe )
|
2080
|
+
goto _test_eof7;
|
2081
|
+
case 7:
|
2082
|
+
if ( (*p) == 42 )
|
2083
|
+
goto st8;
|
2084
|
+
goto st7;
|
2085
|
+
st8:
|
2086
|
+
if ( ++p == pe )
|
2087
|
+
goto _test_eof8;
|
2088
|
+
case 8:
|
2089
|
+
switch( (*p) ) {
|
2090
|
+
case 42: goto st8;
|
2091
|
+
case 47: goto st1;
|
2092
|
+
}
|
2093
|
+
goto st7;
|
2094
|
+
st9:
|
2095
|
+
if ( ++p == pe )
|
2096
|
+
goto _test_eof9;
|
2097
|
+
case 9:
|
2098
|
+
if ( (*p) == 10 )
|
2099
|
+
goto st1;
|
2100
|
+
goto st9;
|
2101
|
+
}
|
2102
|
+
_test_eof1: cs = 1; goto _test_eof;
|
2103
|
+
_test_eof10: cs = 10; goto _test_eof;
|
2104
|
+
_test_eof2: cs = 2; goto _test_eof;
|
2105
|
+
_test_eof3: cs = 3; goto _test_eof;
|
2106
|
+
_test_eof4: cs = 4; goto _test_eof;
|
2107
|
+
_test_eof5: cs = 5; goto _test_eof;
|
2108
|
+
_test_eof6: cs = 6; goto _test_eof;
|
2109
|
+
_test_eof7: cs = 7; goto _test_eof;
|
2110
|
+
_test_eof8: cs = 8; goto _test_eof;
|
2111
|
+
_test_eof9: cs = 9; goto _test_eof;
|
2112
|
+
|
2113
|
+
_test_eof: {}
|
2114
|
+
_out: {}
|
2115
|
+
}
|
2116
|
+
|
2117
|
+
#line 878 "parser.rl"
|
2118
|
+
|
2119
|
+
if (cs >= JSON_first_final && p == pe) {
|
2120
|
+
return result;
|
2121
|
+
} else {
|
2122
|
+
raise_parse_error("unexpected token at '%s'", p);
|
2123
|
+
return Qnil;
|
2124
|
+
}
|
2125
|
+
}
|
2126
|
+
|
2127
|
+
static void JSON_mark(void *ptr)
|
2128
|
+
{
|
2129
|
+
JSON_Parser *json = ptr;
|
2130
|
+
rb_gc_mark(json->Vsource);
|
2131
|
+
rb_gc_mark(json->create_id);
|
2132
|
+
rb_gc_mark(json->object_class);
|
2133
|
+
rb_gc_mark(json->array_class);
|
2134
|
+
rb_gc_mark(json->decimal_class);
|
2135
|
+
rb_gc_mark(json->match_string);
|
2136
|
+
}
|
2137
|
+
|
2138
|
+
static void JSON_free(void *ptr)
|
2139
|
+
{
|
2140
|
+
JSON_Parser *json = ptr;
|
2141
|
+
fbuffer_free(json->fbuffer);
|
2142
|
+
ruby_xfree(json);
|
2143
|
+
}
|
2144
|
+
|
2145
|
+
static size_t JSON_memsize(const void *ptr)
|
2146
|
+
{
|
2147
|
+
const JSON_Parser *json = ptr;
|
2148
|
+
return sizeof(*json) + FBUFFER_CAPA(json->fbuffer);
|
2149
|
+
}
|
2150
|
+
|
2151
|
+
static const rb_data_type_t JSON_Parser_type = {
|
2152
|
+
"JSON/Parser",
|
2153
|
+
{JSON_mark, JSON_free, JSON_memsize,},
|
2154
|
+
0, 0,
|
2155
|
+
RUBY_TYPED_FREE_IMMEDIATELY,
|
2156
|
+
};
|
2157
|
+
|
2158
|
+
static VALUE cJSON_parser_s_allocate(VALUE klass)
|
2159
|
+
{
|
2160
|
+
JSON_Parser *json;
|
2161
|
+
VALUE obj = TypedData_Make_Struct(klass, JSON_Parser, &JSON_Parser_type, json);
|
2162
|
+
json->fbuffer = fbuffer_alloc(0);
|
2163
|
+
return obj;
|
2164
|
+
}
|
2165
|
+
|
2166
|
+
/*
|
2167
|
+
* call-seq: source()
|
2168
|
+
*
|
2169
|
+
* Returns a copy of the current _source_ string, that was used to construct
|
2170
|
+
* this Parser.
|
2171
|
+
*/
|
2172
|
+
static VALUE cParser_source(VALUE self)
|
2173
|
+
{
|
2174
|
+
GET_PARSER;
|
2175
|
+
return rb_str_dup(json->Vsource);
|
2176
|
+
}
|
2177
|
+
|
2178
|
+
void Init_parser(void)
|
2179
|
+
{
|
2180
|
+
#ifdef HAVE_RB_EXT_RACTOR_SAFE
|
2181
|
+
rb_ext_ractor_safe(true);
|
2182
|
+
#endif
|
2183
|
+
|
2184
|
+
#undef rb_intern
|
2185
|
+
rb_require("json/common");
|
2186
|
+
mJSON = rb_define_module("JSON");
|
2187
|
+
mExt = rb_define_module_under(mJSON, "Ext");
|
2188
|
+
cParser = rb_define_class_under(mExt, "Parser", rb_cObject);
|
2189
|
+
eNestingError = rb_path2class("JSON::NestingError");
|
2190
|
+
rb_gc_register_mark_object(eNestingError);
|
2191
|
+
rb_define_alloc_func(cParser, cJSON_parser_s_allocate);
|
2192
|
+
rb_define_method(cParser, "initialize", cParser_initialize, -1);
|
2193
|
+
rb_define_method(cParser, "parse", cParser_parse, 0);
|
2194
|
+
rb_define_method(cParser, "source", cParser_source, 0);
|
2195
|
+
|
2196
|
+
CNaN = rb_const_get(mJSON, rb_intern("NaN"));
|
2197
|
+
rb_gc_register_mark_object(CNaN);
|
2198
|
+
|
2199
|
+
CInfinity = rb_const_get(mJSON, rb_intern("Infinity"));
|
2200
|
+
rb_gc_register_mark_object(CInfinity);
|
2201
|
+
|
2202
|
+
CMinusInfinity = rb_const_get(mJSON, rb_intern("MinusInfinity"));
|
2203
|
+
rb_gc_register_mark_object(CMinusInfinity);
|
2204
|
+
|
2205
|
+
i_json_creatable_p = rb_intern("json_creatable?");
|
2206
|
+
i_json_create = rb_intern("json_create");
|
2207
|
+
i_create_id = rb_intern("create_id");
|
2208
|
+
i_create_additions = rb_intern("create_additions");
|
2209
|
+
i_chr = rb_intern("chr");
|
2210
|
+
i_max_nesting = rb_intern("max_nesting");
|
2211
|
+
i_allow_nan = rb_intern("allow_nan");
|
2212
|
+
i_symbolize_names = rb_intern("symbolize_names");
|
2213
|
+
i_object_class = rb_intern("object_class");
|
2214
|
+
i_array_class = rb_intern("array_class");
|
2215
|
+
i_decimal_class = rb_intern("decimal_class");
|
2216
|
+
i_match = rb_intern("match");
|
2217
|
+
i_match_string = rb_intern("match_string");
|
2218
|
+
i_deep_const_get = rb_intern("deep_const_get");
|
2219
|
+
i_aset = rb_intern("[]=");
|
2220
|
+
i_aref = rb_intern("[]");
|
2221
|
+
i_leftshift = rb_intern("<<");
|
2222
|
+
i_new = rb_intern("new");
|
2223
|
+
i_try_convert = rb_intern("try_convert");
|
2224
|
+
i_freeze = rb_intern("freeze");
|
2225
|
+
i_uminus = rb_intern("-@");
|
2226
|
+
|
2227
|
+
binary_encindex = rb_ascii8bit_encindex();
|
2228
|
+
utf8_encindex = rb_utf8_encindex();
|
2229
|
+
}
|
2230
|
+
|
2231
|
+
/*
|
2232
|
+
* Local variables:
|
2233
|
+
* mode: c
|
2234
|
+
* c-file-style: ruby
|
2235
|
+
* indent-tabs-mode: nil
|
2236
|
+
* End:
|
2237
|
+
*/
|