approveapi 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +74 -0
- data/approveapi.gemspec +1 -1
- data/lib/approveapi/version.rb +1 -1
- data/pkg/approveapi-1.0.5.gem +0 -0
- data/pkg/approveapi-1.0.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/approveapi_swagger-1.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/approveapi_swagger-1.0.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ethon-0.12.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ffi-1.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.2.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.3.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.10.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.10.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.10.0/gem_make.out +50 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.10.0/mkmf.log +449 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.2.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.2.0/gem_make.out +17 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.2.0/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.2.0/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.2.0/mkmf.log +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/Gemfile +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/Gemfile.lock +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/README.md +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/Rakefile +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/approveapi_swagger.gemspec +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/AnswerMetadata.md +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/ApproveApi.md +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/CreatePromptRequest.md +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/Error.md +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/Prompt.md +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/PromptAnswer.md +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/PromptMetadata.md +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/docs/PromptStatus.md +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/git_push.sh +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/api/approve_api.rb +186 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/api_client.rb +387 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/api_error.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/configuration.rb +251 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/models/answer_metadata.rb +207 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/models/create_prompt_request.rb +269 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/models/error.rb +195 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/models/prompt.rb +238 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/models/prompt_answer.rb +219 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/models/prompt_metadata.rb +230 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/models/prompt_status.rb +195 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/lib/approveapi_swagger/version.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/pkg/approveapi_swagger-1.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/api/approve_api_spec.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/api_client_spec.rb +226 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/configuration_spec.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/models/answer_metadata_spec.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/models/create_prompt_request_spec.rb +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/models/error_spec.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/models/prompt_answer_spec.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/models/prompt_metadata_spec.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/models/prompt_spec.rb +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/models/prompt_status_spec.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.1/spec/spec_helper.rb +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/Gemfile +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/Gemfile.lock +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/README.md +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/Rakefile +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/approveapi_swagger.gemspec +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/AnswerMetadata.md +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/ApproveApi.md +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/CreatePromptRequest.md +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/Error.md +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/Prompt.md +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/PromptAnswer.md +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/PromptMetadata.md +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/docs/PromptStatus.md +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/git_push.sh +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/api/approve_api.rb +186 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/api_client.rb +387 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/api_error.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/configuration.rb +251 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/models/answer_metadata.rb +207 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/models/create_prompt_request.rb +310 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/models/error.rb +195 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/models/prompt.rb +257 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/models/prompt_answer.rb +219 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/models/prompt_metadata.rb +230 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/models/prompt_status.rb +210 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/lib/approveapi_swagger/version.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/pkg/approveapi_swagger-1.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/pkg/approveapi_swagger-1.0.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/api/approve_api_spec.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/api_client_spec.rb +226 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/configuration_spec.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/models/answer_metadata_spec.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/models/create_prompt_request_spec.rb +77 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/models/error_spec.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/models/prompt_answer_spec.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/models/prompt_metadata_spec.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/models/prompt_spec.rb +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/models/prompt_status_spec.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/approveapi_swagger-1.0.6/spec/spec_helper.rb +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/.gitignore +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/.rspec +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/.travis.yml +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/CHANGELOG.md +365 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/Gemfile +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/Guardfile +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/LICENSE +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/README.md +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/Rakefile +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/ethon.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curl.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/classes.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/codes.rb +122 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/constants.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/form_options.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/functions.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/infos.rb +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/messages.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/options.rb +468 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/curls/settings.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy.rb +315 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/callbacks.rb +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/debug_info.rb +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/features.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/form.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/header.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/actionable.rb +156 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/custom.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/delete.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/get.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/head.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/options.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/patch.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/post.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/postable.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/put.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/http/putable.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/informations.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/mirror.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/operations.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/options.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/params.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/queryable.rb +153 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/response_callbacks.rb +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/easy/util.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors.rb +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/ethon_error.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/global_init.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/invalid_option.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/invalid_value.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/multi_add.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/multi_fdset.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/multi_remove.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/multi_timeout.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/errors/select.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/libc.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/loggable.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/multi.rb +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/multi/operations.rb +190 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/multi/options.rb +116 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/multi/stack.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/lib/ethon/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/profile/benchmarks.rb +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/profile/memory_leaks.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/profile/perf_spec_helper.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/profile/support/memory_test_helpers.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/profile/support/os_memory_leak_tracker.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/profile/support/ruby_object_leak_tracker.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/curl_spec.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/callbacks_spec.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/debug_info_spec.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/features_spec.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/form_spec.rb +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/header_spec.rb +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/custom_spec.rb +176 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/delete_spec.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/get_spec.rb +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/head_spec.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/options_spec.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/patch_spec.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/post_spec.rb +316 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http/put_spec.rb +167 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/http_spec.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/informations_spec.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/mirror_spec.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/operations_spec.rb +267 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/options_spec.rb +192 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/queryable_spec.rb +234 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/response_callbacks_spec.rb +151 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy/util_spec.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/easy_spec.rb +202 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/libc_spec.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/loggable_spec.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/multi/operations_spec.rb +297 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/multi/options_spec.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/multi/stack_spec.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/ethon/multi_spec.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/spec_helper.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/support/localhost_server.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.12.0/spec/support/server.rb +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/.gitignore +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/.gitmodules +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/.travis.yml +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/.yardopts +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/CHANGELOG.md +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/COPYING +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/Gemfile +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/LICENSE +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/README.md +112 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/Rakefile +268 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/appveyor.yml +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/AbstractMemory.c +1109 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/AbstractMemory.h +175 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/ArrayType.c +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/ArrayType.h +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Buffer.c +365 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Call.c +520 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Call.h +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/ClosurePool.c +283 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/ClosurePool.h +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/DataConverter.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/DynamicLibrary.c +339 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/DynamicLibrary.h +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Function.c +1001 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Function.h +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/FunctionInfo.c +271 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/LastError.c +229 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/LastError.h +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/LongDouble.c +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/LongDouble.h +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Makefile +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/MappedType.c +168 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/MappedType.h +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/MemoryPointer.c +197 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/MemoryPointer.h +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/MethodHandle.c +358 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/MethodHandle.h +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Platform.c +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Platform.h +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Pointer.c +508 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Pointer.h +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Struct.c +829 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Struct.h +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/StructByReference.c +190 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/StructByReference.h +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/StructByValue.c +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/StructByValue.h +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/StructLayout.c +698 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Thread.c +353 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Thread.h +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Type.c +397 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Type.h +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Types.c +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Types.h +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/Variadic.c +304 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/compat.h +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/extconf.h +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/extconf.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/ffi.c +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi.bsd.mk +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi.darwin.mk +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi.gnu.mk +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi.mk +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi.vc.mk +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi.vc64.mk +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.appveyor.yml +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.github/issue_template.md +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.gitignore +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.travis.yml +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.travis/ar-lib +270 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.travis/build.sh +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.travis/compile +351 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.travis/install.sh +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.travis/moxie-sim.exp +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/.travis/site.exp +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/ChangeLog.libffi +584 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/ChangeLog.libffi-3.1 +6000 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/ChangeLog.libgcj +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/ChangeLog.v1 +764 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/LICENSE +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +352 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/Makefile.am +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/README.md +461 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/acinclude.m4 +479 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/autogen.sh +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/config.guess +1466 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/config.sub +1836 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/configure.ac +390 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/configure.host +289 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/include/Makefile.am +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/include/ffi.h.in +511 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/include/ffi_cfi.h +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/include/ffi_common.h +149 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/libffi.map.in +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/libffi.pc.in +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +1043 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/libtool-version +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/asmcfi.m4 +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_append_flag.m4 +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +122 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_configure_args.m4 +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +263 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/m4/ax_require_defined.m4 +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/man/Makefile.am +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/man/ffi.3 +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/man/ffi_call.3 +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/man/ffi_prep_cif.3 +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/msvcc.sh +328 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/aarch64/ffi.c +941 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/aarch64/ffitarget.h +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/aarch64/internal.h +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/aarch64/sysv.S +438 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/alpha/ffi.c +521 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/alpha/ffitarget.h +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/alpha/internal.h +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/alpha/osf.S +282 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/arc/arcompact.S +135 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/arc/ffi.c +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/arc/ffitarget.h +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/arm/ffi.c +819 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/arm/ffitarget.h +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/arm/internal.h +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/arm/sysv.S +383 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/avr32/ffi.c +423 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/avr32/ffitarget.h +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/avr32/sysv.S +208 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/bfin/ffi.c +196 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/bfin/ffitarget.h +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/bfin/sysv.S +179 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/closures.c +966 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/cris/ffi.c +386 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/cris/ffitarget.h +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/cris/sysv.S +215 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/debug.c +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/dlmalloc.c +5166 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/frv/eabi.S +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/frv/ffi.c +292 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/frv/ffitarget.h +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/ia64/ffi.c +604 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/ia64/ffitarget.h +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/ia64/ia64_flags.h +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/ia64/unix.S +567 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/java_raw_api.c +374 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m32r/ffi.c +232 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m32r/ffitarget.h +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m32r/sysv.S +121 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m68k/ffi.c +362 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m68k/ffitarget.h +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m68k/sysv.S +357 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m88k/ffi.c +400 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m88k/ffitarget.h +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/m88k/obsd.S +209 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/metag/ffi.c +330 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/metag/ffitarget.h +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/metag/sysv.S +311 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/microblaze/ffi.c +321 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/microblaze/ffitarget.h +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/microblaze/sysv.S +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/mips/ffi.c +1130 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/mips/ffitarget.h +244 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/mips/n32.S +663 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/mips/o32.S +502 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/moxie/eabi.S +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/moxie/ffi.c +285 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/moxie/ffitarget.h +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/nios2/ffi.c +304 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/nios2/ffitarget.h +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/nios2/sysv.S +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/or1k/ffi.c +328 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/or1k/ffitarget.h +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/or1k/sysv.S +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/pa/ffi.c +719 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/pa/ffitarget.h +85 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/pa/hpux32.S +368 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/pa/linux.S +357 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/aix.S +566 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/aix_closure.S +694 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/asm.h +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/darwin.S +378 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +571 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/ffi.c +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1440 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +974 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +923 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/ffitarget.h +198 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/linux64.S +228 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +488 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +397 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/powerpc/sysv.S +175 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/prep_cif.c +261 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/raw_api.c +267 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/riscv/ffi.c +445 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/riscv/ffitarget.h +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/riscv/sysv.S +214 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/s390/ffi.c +756 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/s390/ffitarget.h +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/s390/internal.h +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/s390/sysv.S +325 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sh/ffi.c +717 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sh/ffitarget.h +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sh/sysv.S +850 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sh64/ffi.c +469 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sh64/ffitarget.h +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sh64/sysv.S +539 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sparc/ffi.c +468 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sparc/ffi64.c +608 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sparc/ffitarget.h +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sparc/internal.h +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sparc/v8.S +443 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/sparc/v9.S +440 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/tile/ffi.c +355 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/tile/ffitarget.h +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/tile/tile.S +360 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/types.c +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/vax/elfbsd.S +195 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/vax/ffi.c +276 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/vax/ffitarget.h +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/asmnames.h +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/ffi.c +753 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/ffi64.c +884 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/ffitarget.h +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/ffiw64.c +308 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/internal.h +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/internal64.h +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/sysv.S +1043 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/unix64.S +525 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/win64.S +232 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/x86/win64_intel.S +237 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/xtensa/ffi.c +298 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/xtensa/ffitarget.h +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/src/xtensa/sysv.S +258 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/stamp-h.in +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/Makefile.am +117 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/config/default.exp +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/lib/libffi.exp +636 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +283 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +1745 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +2885 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +743 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/closure_simple.c +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_3float.c +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +109 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +124 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +99 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +117 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +132 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_args.c +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_struct_va1.c +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar_va.c +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint_va.c +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulong_va.c +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort_va.c +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +138 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/float.c +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +341 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/many.c +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +152 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +161 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct11.c +121 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +110 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +112 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +131 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +131 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +131 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +145 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +148 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +124 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +61 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest.cc +117 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest_ffi_call.cc +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +196 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +121 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +123 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/rbffi.h +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/rbffi_endian.h +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/win32/stdbool.h +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ext/ffi_c/win32/stdint.h +201 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/ffi.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi.rb +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/autopointer.rb +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/buffer.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/callback.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/enum.rb +296 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/errno.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/ffi.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/io.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/library.rb +588 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/managedstruct.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/memorypointer.rb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform.rb +170 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/aarch64-freebsd12/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/aarch64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/arm-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/arm-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-gnu/types.conf +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-linux/types.conf +103 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-netbsd/types.conf +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-openbsd/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/i386-windows/types.conf +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/ia64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mips-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mips64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mips64el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mipsel-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/powerpc-aix/types.conf +180 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/powerpc-linux/types.conf +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/s390-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/s390x-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/sparc-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/sparc-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/sparc64-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-darwin/types.conf +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-freebsd12/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-linux/types.conf +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/platform/x86_64-windows/types.conf +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/pointer.rb +160 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/struct.rb +371 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/struct_layout_builder.rb +227 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/tools/const_generator.rb +229 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/tools/generator.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/tools/generator_task.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/tools/struct_generator.rb +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/tools/types_generator.rb +134 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/types.rb +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/union.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/variadic.rb +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/getlogin.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/getpid.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/gettimeofday.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/hello.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/inotify.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/pty.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/qsort.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.10.0/samples/sample_helper.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/.gitignore +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/.travis.yml +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/CHANGES.md +391 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/Gemfile +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/README-json-jruby.md +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/README.md +409 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/Rakefile +408 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/VERSION +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/diagrams/.keep +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/fbuffer/fbuffer.h +187 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/generator/extconf.rb +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/generator/generator.c +1444 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/generator/generator.h +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/parser/extconf.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/parser/parser.c +2131 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/parser/parser.h +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/parser/parser.rl +891 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/ext/json/extconf.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/install.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/ByteListTranscoder.java +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/Generator.java +443 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/GeneratorMethods.java +231 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/GeneratorService.java +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/GeneratorState.java +490 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/OptionsReader.java +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/Parser.java +2362 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/Parser.rl +893 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/ParserService.java +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/RuntimeInfo.java +116 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/StringDecoder.java +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/StringEncoder.java +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/java/src/json/ext/Utils.java +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/json-java.gemspec +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/json.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/json_pure.gemspec +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/bigdecimal.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/complex.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/core.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/date.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/range.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/rational.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/set.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/add/time.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/common.rb +456 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/ext.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/ext/.keep +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/generic_object.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/pure.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/pure/generator.rb +458 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/pure/parser.rb +311 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/lib/json/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/references/rfc7159.txt +899 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/obsolete_fail1.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_addition_test.rb +203 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_common_interface_test.rb +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_encoding_test.rb +107 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_ext_parser_test.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_fixtures_test.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_generator_test.rb +377 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_generic_object_test.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_parser_test.rb +472 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/json_string_matching_test.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tests/test_helper.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tools/diff.sh +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tools/fuzz.rb +131 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.2.0/tools/server.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/.gitignore +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/.rspec +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/.travis.yml +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/CHANGELOG.md +394 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/CONTRIBUTING.md +16 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/Gemfile +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/Guardfile +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/LICENSE +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/README.md +581 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/Rakefile +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/UPGRADE.md +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/rack/typhoeus.rb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/rack/typhoeus/middleware/params_decoder.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/rack/typhoeus/middleware/params_decoder/helper.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/adapters/faraday.rb +180 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/cache/dalli.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/cache/rails.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/cache/redis.rb +33 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/config.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/easy_factory.rb +180 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/errors.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/errors/no_stub.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/errors/typhoeus_error.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/expectation.rb +217 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra.rb +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/addable.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/before.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/block_connection.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/cacheable.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/memoizable.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/queueable.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/runnable.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/hydra/stubbable.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/pool.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/railtie.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request.rb +221 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/actions.rb +125 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/before.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/block_connection.rb +52 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/cacheable.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/callbacks.rb +151 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/marshal.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/memoizable.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/operations.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/responseable.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/streamable.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/request/stubbable.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/response.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/response/cacheable.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/response/header.rb +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/response/informations.rb +248 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/response/status.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/lib/typhoeus/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/perf/profile.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/perf/vs_nethttp.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +156 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/spec_helper.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/support/localhost_server.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/support/memory_cache.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/support/server.rb +116 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/adapters/faraday_spec.rb +339 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/cache/dalli_spec.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/cache/redis_spec.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/config_spec.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/easy_factory_spec.rb +143 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/errors/no_stub_spec.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/expectation_spec.rb +280 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/addable_spec.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/before_spec.rb +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/block_connection_spec.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/cacheable_spec.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/memoizable_spec.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/queueable_spec.rb +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/runnable_spec.rb +137 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra/stubbable_spec.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/hydra_spec.rb +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/pool_spec.rb +135 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/actions_spec.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/before_spec.rb +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/block_connection_spec.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/cacheable_spec.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/callbacks_spec.rb +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/marshal_spec.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/memoizable_spec.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/operations_spec.rb +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/responseable_spec.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request/stubbable_spec.rb +45 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/request_spec.rb +232 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/response/header_spec.rb +147 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/response/informations_spec.rb +283 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/response/status_spec.rb +256 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus/response_spec.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/spec/typhoeus_spec.rb +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/typhoeus.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/specifications/approveapi_swagger-1.0.1.gemspec +57 -0
- data/vendor/bundle/ruby/2.6.0/specifications/approveapi_swagger-1.0.6.gemspec +57 -0
- data/vendor/bundle/ruby/2.6.0/specifications/ethon-0.12.0.gemspec +32 -0
- data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.10.0.gemspec +49 -0
- data/vendor/bundle/ruby/2.6.0/specifications/json-2.2.0.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.3.1.gemspec +32 -0
- metadata +998 -15
- data/pkg/approveapi-1.0.0.gem +0 -0
- data/pkg/approveapi-1.0.1.gem +0 -0
- data/pkg/approveapi-1.0.2.gem +0 -0
- data/pkg/approveapi-1.0.3.gem +0 -0
- data/pkg/approveapi-1.0.4.gem +0 -0
- data/pkg/approveapi-1.0.6.gem +0 -0
@@ -0,0 +1,23 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require 'fileutils'
|
4
|
+
include FileUtils::Verbose
|
5
|
+
require 'rbconfig'
|
6
|
+
include\
|
7
|
+
begin
|
8
|
+
RbConfig
|
9
|
+
rescue NameError
|
10
|
+
Config
|
11
|
+
end
|
12
|
+
|
13
|
+
sitelibdir = CONFIG["sitelibdir"]
|
14
|
+
cd 'lib' do
|
15
|
+
install('json.rb', sitelibdir)
|
16
|
+
mkdir_p File.join(sitelibdir, 'json')
|
17
|
+
for file in Dir['json/**/*}']
|
18
|
+
d = File.join(sitelibdir, file)
|
19
|
+
mkdir_p File.dirname(d)
|
20
|
+
install(file, d)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
warn " *** Installed PURE ruby library."
|
@@ -0,0 +1,166 @@
|
|
1
|
+
/*
|
2
|
+
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
|
3
|
+
*
|
4
|
+
* Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
|
5
|
+
*/
|
6
|
+
package json.ext;
|
7
|
+
|
8
|
+
import org.jruby.exceptions.RaiseException;
|
9
|
+
import org.jruby.runtime.ThreadContext;
|
10
|
+
import org.jruby.util.ByteList;
|
11
|
+
|
12
|
+
/**
|
13
|
+
* A class specialized in transcoding a certain String format into another,
|
14
|
+
* using UTF-8 ByteLists as both input and output.
|
15
|
+
*/
|
16
|
+
abstract class ByteListTranscoder {
|
17
|
+
protected final ThreadContext context;
|
18
|
+
|
19
|
+
protected ByteList src;
|
20
|
+
protected int srcEnd;
|
21
|
+
/** Position where the last read character started */
|
22
|
+
protected int charStart;
|
23
|
+
/** Position of the next character to read */
|
24
|
+
protected int pos;
|
25
|
+
|
26
|
+
private ByteList out;
|
27
|
+
/**
|
28
|
+
* When a character that can be copied straight into the output is found,
|
29
|
+
* its index is stored on this variable, and copying is delayed until
|
30
|
+
* the sequence of characters that can be copied ends.
|
31
|
+
*
|
32
|
+
* <p>The variable stores -1 when not in a plain sequence.
|
33
|
+
*/
|
34
|
+
private int quoteStart = -1;
|
35
|
+
|
36
|
+
protected ByteListTranscoder(ThreadContext context) {
|
37
|
+
this.context = context;
|
38
|
+
}
|
39
|
+
|
40
|
+
protected void init(ByteList src, ByteList out) {
|
41
|
+
this.init(src, 0, src.length(), out);
|
42
|
+
}
|
43
|
+
|
44
|
+
protected void init(ByteList src, int start, int end, ByteList out) {
|
45
|
+
this.src = src;
|
46
|
+
this.pos = start;
|
47
|
+
this.charStart = start;
|
48
|
+
this.srcEnd = end;
|
49
|
+
this.out = out;
|
50
|
+
}
|
51
|
+
|
52
|
+
/**
|
53
|
+
* Returns whether there are any characters left to be read.
|
54
|
+
*/
|
55
|
+
protected boolean hasNext() {
|
56
|
+
return pos < srcEnd;
|
57
|
+
}
|
58
|
+
|
59
|
+
/**
|
60
|
+
* Returns the next character in the buffer.
|
61
|
+
*/
|
62
|
+
private char next() {
|
63
|
+
return src.charAt(pos++);
|
64
|
+
}
|
65
|
+
|
66
|
+
/**
|
67
|
+
* Reads an UTF-8 character from the input and returns its code point,
|
68
|
+
* while advancing the input position.
|
69
|
+
*
|
70
|
+
* <p>Raises an {@link #invalidUtf8()} exception if an invalid byte
|
71
|
+
* is found.
|
72
|
+
*/
|
73
|
+
protected int readUtf8Char() {
|
74
|
+
charStart = pos;
|
75
|
+
char head = next();
|
76
|
+
if (head <= 0x7f) { // 0b0xxxxxxx (ASCII)
|
77
|
+
return head;
|
78
|
+
}
|
79
|
+
if (head <= 0xbf) { // 0b10xxxxxx
|
80
|
+
throw invalidUtf8(); // tail byte with no head
|
81
|
+
}
|
82
|
+
if (head <= 0xdf) { // 0b110xxxxx
|
83
|
+
ensureMin(1);
|
84
|
+
int cp = ((head & 0x1f) << 6)
|
85
|
+
| nextPart();
|
86
|
+
if (cp < 0x0080) throw invalidUtf8();
|
87
|
+
return cp;
|
88
|
+
}
|
89
|
+
if (head <= 0xef) { // 0b1110xxxx
|
90
|
+
ensureMin(2);
|
91
|
+
int cp = ((head & 0x0f) << 12)
|
92
|
+
| (nextPart() << 6)
|
93
|
+
| nextPart();
|
94
|
+
if (cp < 0x0800) throw invalidUtf8();
|
95
|
+
return cp;
|
96
|
+
}
|
97
|
+
if (head <= 0xf7) { // 0b11110xxx
|
98
|
+
ensureMin(3);
|
99
|
+
int cp = ((head & 0x07) << 18)
|
100
|
+
| (nextPart() << 12)
|
101
|
+
| (nextPart() << 6)
|
102
|
+
| nextPart();
|
103
|
+
if (!Character.isValidCodePoint(cp)) throw invalidUtf8();
|
104
|
+
return cp;
|
105
|
+
}
|
106
|
+
// 0b11111xxx?
|
107
|
+
throw invalidUtf8();
|
108
|
+
}
|
109
|
+
|
110
|
+
/**
|
111
|
+
* Throws a GeneratorError if the input list doesn't have at least this
|
112
|
+
* many bytes left.
|
113
|
+
*/
|
114
|
+
protected void ensureMin(int n) {
|
115
|
+
if (pos + n > srcEnd) throw incompleteUtf8();
|
116
|
+
}
|
117
|
+
|
118
|
+
/**
|
119
|
+
* Reads the next byte of a multi-byte UTF-8 character and returns its
|
120
|
+
* contents (lower 6 bits).
|
121
|
+
*
|
122
|
+
* <p>Throws a GeneratorError if the byte is not a valid tail.
|
123
|
+
*/
|
124
|
+
private int nextPart() {
|
125
|
+
char c = next();
|
126
|
+
// tail bytes must be 0b10xxxxxx
|
127
|
+
if ((c & 0xc0) != 0x80) throw invalidUtf8();
|
128
|
+
return c & 0x3f;
|
129
|
+
}
|
130
|
+
|
131
|
+
|
132
|
+
protected void quoteStart() {
|
133
|
+
if (quoteStart == -1) quoteStart = charStart;
|
134
|
+
}
|
135
|
+
|
136
|
+
/**
|
137
|
+
* When in a sequence of characters that can be copied directly,
|
138
|
+
* interrupts the sequence and copies it to the output buffer.
|
139
|
+
*
|
140
|
+
* @param endPos The offset until which the direct character quoting should
|
141
|
+
* occur. You may pass {@link #pos} to quote until the most
|
142
|
+
* recently read character, or {@link #charStart} to quote
|
143
|
+
* until the character before it.
|
144
|
+
*/
|
145
|
+
protected void quoteStop(int endPos) {
|
146
|
+
if (quoteStart != -1) {
|
147
|
+
out.append(src, quoteStart, endPos - quoteStart);
|
148
|
+
quoteStart = -1;
|
149
|
+
}
|
150
|
+
}
|
151
|
+
|
152
|
+
protected void append(int b) {
|
153
|
+
out.append(b);
|
154
|
+
}
|
155
|
+
|
156
|
+
protected void append(byte[] origin, int start, int length) {
|
157
|
+
out.append(origin, start, length);
|
158
|
+
}
|
159
|
+
|
160
|
+
|
161
|
+
protected abstract RaiseException invalidUtf8();
|
162
|
+
|
163
|
+
protected RaiseException incompleteUtf8() {
|
164
|
+
return invalidUtf8();
|
165
|
+
}
|
166
|
+
}
|
@@ -0,0 +1,443 @@
|
|
1
|
+
/*
|
2
|
+
* This code is copyrighted work by Daniel Luz <dev at mernen dot com>.
|
3
|
+
*
|
4
|
+
* Distributed under the Ruby license: https://www.ruby-lang.org/en/about/license.txt
|
5
|
+
*/
|
6
|
+
package json.ext;
|
7
|
+
|
8
|
+
import org.jruby.Ruby;
|
9
|
+
import org.jruby.RubyArray;
|
10
|
+
import org.jruby.RubyBignum;
|
11
|
+
import org.jruby.RubyBoolean;
|
12
|
+
import org.jruby.RubyClass;
|
13
|
+
import org.jruby.RubyFixnum;
|
14
|
+
import org.jruby.RubyFloat;
|
15
|
+
import org.jruby.RubyHash;
|
16
|
+
import org.jruby.RubyNumeric;
|
17
|
+
import org.jruby.RubyString;
|
18
|
+
import org.jruby.runtime.ThreadContext;
|
19
|
+
import org.jruby.runtime.builtin.IRubyObject;
|
20
|
+
import org.jruby.util.ByteList;
|
21
|
+
|
22
|
+
public final class Generator {
|
23
|
+
private Generator() {
|
24
|
+
throw new RuntimeException();
|
25
|
+
}
|
26
|
+
|
27
|
+
/**
|
28
|
+
* Encodes the given object as a JSON string, using the given handler.
|
29
|
+
*/
|
30
|
+
static <T extends IRubyObject> RubyString
|
31
|
+
generateJson(ThreadContext context, T object,
|
32
|
+
Handler<? super T> handler, IRubyObject[] args) {
|
33
|
+
Session session = new Session(context, args.length > 0 ? args[0]
|
34
|
+
: null);
|
35
|
+
return session.infect(handler.generateNew(session, object));
|
36
|
+
}
|
37
|
+
|
38
|
+
/**
|
39
|
+
* Encodes the given object as a JSON string, detecting the appropriate handler
|
40
|
+
* for the given object.
|
41
|
+
*/
|
42
|
+
static <T extends IRubyObject> RubyString
|
43
|
+
generateJson(ThreadContext context, T object, IRubyObject[] args) {
|
44
|
+
Handler<? super T> handler = getHandlerFor(context.getRuntime(), object);
|
45
|
+
return generateJson(context, object, handler, args);
|
46
|
+
}
|
47
|
+
|
48
|
+
/**
|
49
|
+
* Encodes the given object as a JSON string, using the appropriate
|
50
|
+
* handler if one is found or calling #to_json if not.
|
51
|
+
*/
|
52
|
+
public static <T extends IRubyObject> RubyString
|
53
|
+
generateJson(ThreadContext context, T object,
|
54
|
+
GeneratorState config) {
|
55
|
+
Session session = new Session(context, config);
|
56
|
+
Handler<? super T> handler = getHandlerFor(context.getRuntime(), object);
|
57
|
+
return handler.generateNew(session, object);
|
58
|
+
}
|
59
|
+
|
60
|
+
/**
|
61
|
+
* Returns the best serialization handler for the given object.
|
62
|
+
*/
|
63
|
+
// Java's generics can't handle this satisfactorily, so I'll just leave
|
64
|
+
// the best I could get and ignore the warnings
|
65
|
+
@SuppressWarnings("unchecked")
|
66
|
+
private static <T extends IRubyObject>
|
67
|
+
Handler<? super T> getHandlerFor(Ruby runtime, T object) {
|
68
|
+
RubyClass metaClass = object.getMetaClass();
|
69
|
+
if (metaClass == runtime.getString()) return (Handler)STRING_HANDLER;
|
70
|
+
if (metaClass == runtime.getFixnum()) return (Handler)FIXNUM_HANDLER;
|
71
|
+
if (metaClass == runtime.getHash()) return (Handler)HASH_HANDLER;
|
72
|
+
if (metaClass == runtime.getArray()) return (Handler)ARRAY_HANDLER;
|
73
|
+
if (object.isNil()) return (Handler)NIL_HANDLER;
|
74
|
+
if (object == runtime.getTrue()) return (Handler)TRUE_HANDLER;
|
75
|
+
if (object == runtime.getFalse()) return (Handler)FALSE_HANDLER;
|
76
|
+
if (metaClass == runtime.getFloat()) return (Handler)FLOAT_HANDLER;
|
77
|
+
if (metaClass == runtime.getBignum()) return (Handler)BIGNUM_HANDLER;
|
78
|
+
return GENERIC_HANDLER;
|
79
|
+
}
|
80
|
+
|
81
|
+
|
82
|
+
/* Generator context */
|
83
|
+
|
84
|
+
/**
|
85
|
+
* A class that concentrates all the information that is shared by
|
86
|
+
* generators working on a single session.
|
87
|
+
*
|
88
|
+
* <p>A session is defined as the process of serializing a single root
|
89
|
+
* object; any handler directly called by container handlers (arrays and
|
90
|
+
* hashes/objects) shares this object with its caller.
|
91
|
+
*
|
92
|
+
* <p>Note that anything called indirectly (via {@link GENERIC_HANDLER})
|
93
|
+
* won't be part of the session.
|
94
|
+
*/
|
95
|
+
static class Session {
|
96
|
+
private final ThreadContext context;
|
97
|
+
private GeneratorState state;
|
98
|
+
private IRubyObject possibleState;
|
99
|
+
private RuntimeInfo info;
|
100
|
+
private StringEncoder stringEncoder;
|
101
|
+
|
102
|
+
private boolean tainted = false;
|
103
|
+
private boolean untrusted = false;
|
104
|
+
|
105
|
+
Session(ThreadContext context, GeneratorState state) {
|
106
|
+
this.context = context;
|
107
|
+
this.state = state;
|
108
|
+
}
|
109
|
+
|
110
|
+
Session(ThreadContext context, IRubyObject possibleState) {
|
111
|
+
this.context = context;
|
112
|
+
this.possibleState = possibleState == null || possibleState.isNil()
|
113
|
+
? null : possibleState;
|
114
|
+
}
|
115
|
+
|
116
|
+
public ThreadContext getContext() {
|
117
|
+
return context;
|
118
|
+
}
|
119
|
+
|
120
|
+
public Ruby getRuntime() {
|
121
|
+
return context.getRuntime();
|
122
|
+
}
|
123
|
+
|
124
|
+
public GeneratorState getState() {
|
125
|
+
if (state == null) {
|
126
|
+
state = GeneratorState.fromState(context, getInfo(), possibleState);
|
127
|
+
}
|
128
|
+
return state;
|
129
|
+
}
|
130
|
+
|
131
|
+
public RuntimeInfo getInfo() {
|
132
|
+
if (info == null) info = RuntimeInfo.forRuntime(getRuntime());
|
133
|
+
return info;
|
134
|
+
}
|
135
|
+
|
136
|
+
public StringEncoder getStringEncoder() {
|
137
|
+
if (stringEncoder == null) {
|
138
|
+
stringEncoder = new StringEncoder(context, getState().asciiOnly());
|
139
|
+
}
|
140
|
+
return stringEncoder;
|
141
|
+
}
|
142
|
+
|
143
|
+
public void infectBy(IRubyObject object) {
|
144
|
+
if (object.isTaint()) tainted = true;
|
145
|
+
if (object.isUntrusted()) untrusted = true;
|
146
|
+
}
|
147
|
+
|
148
|
+
public <T extends IRubyObject> T infect(T object) {
|
149
|
+
if (tainted) object.setTaint(true);
|
150
|
+
if (untrusted) object.setUntrusted(true);
|
151
|
+
return object;
|
152
|
+
}
|
153
|
+
}
|
154
|
+
|
155
|
+
|
156
|
+
/* Handler base classes */
|
157
|
+
|
158
|
+
private static abstract class Handler<T extends IRubyObject> {
|
159
|
+
/**
|
160
|
+
* Returns an estimative of how much space the serialization of the
|
161
|
+
* given object will take. Used for allocating enough buffer space
|
162
|
+
* before invoking other methods.
|
163
|
+
*/
|
164
|
+
int guessSize(Session session, T object) {
|
165
|
+
return 4;
|
166
|
+
}
|
167
|
+
|
168
|
+
RubyString generateNew(Session session, T object) {
|
169
|
+
RubyString result;
|
170
|
+
ByteList buffer = new ByteList(guessSize(session, object));
|
171
|
+
generate(session, object, buffer);
|
172
|
+
result = RubyString.newString(session.getRuntime(), buffer);
|
173
|
+
ThreadContext context = session.getContext();
|
174
|
+
RuntimeInfo info = session.getInfo();
|
175
|
+
result.force_encoding(context, info.utf8.get());
|
176
|
+
return result;
|
177
|
+
}
|
178
|
+
|
179
|
+
abstract void generate(Session session, T object, ByteList buffer);
|
180
|
+
}
|
181
|
+
|
182
|
+
/**
|
183
|
+
* A handler that returns a fixed keyword regardless of the passed object.
|
184
|
+
*/
|
185
|
+
private static class KeywordHandler<T extends IRubyObject>
|
186
|
+
extends Handler<T> {
|
187
|
+
private final ByteList keyword;
|
188
|
+
|
189
|
+
private KeywordHandler(String keyword) {
|
190
|
+
this.keyword = new ByteList(ByteList.plain(keyword), false);
|
191
|
+
}
|
192
|
+
|
193
|
+
@Override
|
194
|
+
int guessSize(Session session, T object) {
|
195
|
+
return keyword.length();
|
196
|
+
}
|
197
|
+
|
198
|
+
@Override
|
199
|
+
RubyString generateNew(Session session, T object) {
|
200
|
+
return RubyString.newStringShared(session.getRuntime(), keyword);
|
201
|
+
}
|
202
|
+
|
203
|
+
@Override
|
204
|
+
void generate(Session session, T object, ByteList buffer) {
|
205
|
+
buffer.append(keyword);
|
206
|
+
}
|
207
|
+
}
|
208
|
+
|
209
|
+
|
210
|
+
/* Handlers */
|
211
|
+
|
212
|
+
static final Handler<RubyBignum> BIGNUM_HANDLER =
|
213
|
+
new Handler<RubyBignum>() {
|
214
|
+
@Override
|
215
|
+
void generate(Session session, RubyBignum object, ByteList buffer) {
|
216
|
+
// JRUBY-4751: RubyBignum.to_s() returns generic object
|
217
|
+
// representation (fixed in 1.5, but we maintain backwards
|
218
|
+
// compatibility; call to_s(IRubyObject[]) then
|
219
|
+
buffer.append(((RubyString)object.to_s(IRubyObject.NULL_ARRAY)).getByteList());
|
220
|
+
}
|
221
|
+
};
|
222
|
+
|
223
|
+
static final Handler<RubyFixnum> FIXNUM_HANDLER =
|
224
|
+
new Handler<RubyFixnum>() {
|
225
|
+
@Override
|
226
|
+
void generate(Session session, RubyFixnum object, ByteList buffer) {
|
227
|
+
buffer.append(object.to_s().getByteList());
|
228
|
+
}
|
229
|
+
};
|
230
|
+
|
231
|
+
static final Handler<RubyFloat> FLOAT_HANDLER =
|
232
|
+
new Handler<RubyFloat>() {
|
233
|
+
@Override
|
234
|
+
void generate(Session session, RubyFloat object, ByteList buffer) {
|
235
|
+
double value = RubyFloat.num2dbl(object);
|
236
|
+
|
237
|
+
if (Double.isInfinite(value) || Double.isNaN(value)) {
|
238
|
+
if (!session.getState().allowNaN()) {
|
239
|
+
throw Utils.newException(session.getContext(),
|
240
|
+
Utils.M_GENERATOR_ERROR,
|
241
|
+
object + " not allowed in JSON");
|
242
|
+
}
|
243
|
+
}
|
244
|
+
buffer.append(((RubyString)object.to_s()).getByteList());
|
245
|
+
}
|
246
|
+
};
|
247
|
+
|
248
|
+
static final Handler<RubyArray> ARRAY_HANDLER =
|
249
|
+
new Handler<RubyArray>() {
|
250
|
+
@Override
|
251
|
+
int guessSize(Session session, RubyArray object) {
|
252
|
+
GeneratorState state = session.getState();
|
253
|
+
int depth = state.getDepth();
|
254
|
+
int perItem =
|
255
|
+
4 // prealloc
|
256
|
+
+ (depth + 1) * state.getIndent().length() // indent
|
257
|
+
+ 1 + state.getArrayNl().length(); // ',' arrayNl
|
258
|
+
return 2 + object.size() * perItem;
|
259
|
+
}
|
260
|
+
|
261
|
+
@Override
|
262
|
+
void generate(Session session, RubyArray object, ByteList buffer) {
|
263
|
+
ThreadContext context = session.getContext();
|
264
|
+
Ruby runtime = context.getRuntime();
|
265
|
+
GeneratorState state = session.getState();
|
266
|
+
int depth = state.increaseDepth();
|
267
|
+
|
268
|
+
ByteList indentUnit = state.getIndent();
|
269
|
+
byte[] shift = Utils.repeat(indentUnit, depth);
|
270
|
+
|
271
|
+
ByteList arrayNl = state.getArrayNl();
|
272
|
+
byte[] delim = new byte[1 + arrayNl.length()];
|
273
|
+
delim[0] = ',';
|
274
|
+
System.arraycopy(arrayNl.unsafeBytes(), arrayNl.begin(), delim, 1,
|
275
|
+
arrayNl.length());
|
276
|
+
|
277
|
+
session.infectBy(object);
|
278
|
+
|
279
|
+
buffer.append((byte)'[');
|
280
|
+
buffer.append(arrayNl);
|
281
|
+
boolean firstItem = true;
|
282
|
+
for (int i = 0, t = object.getLength(); i < t; i++) {
|
283
|
+
IRubyObject element = object.eltInternal(i);
|
284
|
+
session.infectBy(element);
|
285
|
+
if (firstItem) {
|
286
|
+
firstItem = false;
|
287
|
+
} else {
|
288
|
+
buffer.append(delim);
|
289
|
+
}
|
290
|
+
buffer.append(shift);
|
291
|
+
Handler<IRubyObject> handler = getHandlerFor(runtime, element);
|
292
|
+
handler.generate(session, element, buffer);
|
293
|
+
}
|
294
|
+
|
295
|
+
state.decreaseDepth();
|
296
|
+
if (arrayNl.length() != 0) {
|
297
|
+
buffer.append(arrayNl);
|
298
|
+
buffer.append(shift, 0, state.getDepth() * indentUnit.length());
|
299
|
+
}
|
300
|
+
|
301
|
+
buffer.append((byte)']');
|
302
|
+
}
|
303
|
+
};
|
304
|
+
|
305
|
+
static final Handler<RubyHash> HASH_HANDLER =
|
306
|
+
new Handler<RubyHash>() {
|
307
|
+
@Override
|
308
|
+
int guessSize(Session session, RubyHash object) {
|
309
|
+
GeneratorState state = session.getState();
|
310
|
+
int perItem =
|
311
|
+
12 // key, colon, comma
|
312
|
+
+ (state.getDepth() + 1) * state.getIndent().length()
|
313
|
+
+ state.getSpaceBefore().length()
|
314
|
+
+ state.getSpace().length();
|
315
|
+
return 2 + object.size() * perItem;
|
316
|
+
}
|
317
|
+
|
318
|
+
@Override
|
319
|
+
void generate(final Session session, RubyHash object,
|
320
|
+
final ByteList buffer) {
|
321
|
+
ThreadContext context = session.getContext();
|
322
|
+
final Ruby runtime = context.getRuntime();
|
323
|
+
final GeneratorState state = session.getState();
|
324
|
+
final int depth = state.increaseDepth();
|
325
|
+
|
326
|
+
final ByteList objectNl = state.getObjectNl();
|
327
|
+
final byte[] indent = Utils.repeat(state.getIndent(), depth);
|
328
|
+
final ByteList spaceBefore = state.getSpaceBefore();
|
329
|
+
final ByteList space = state.getSpace();
|
330
|
+
|
331
|
+
buffer.append((byte)'{');
|
332
|
+
buffer.append(objectNl);
|
333
|
+
object.visitAll(new RubyHash.Visitor() {
|
334
|
+
private boolean firstPair = true;
|
335
|
+
|
336
|
+
@Override
|
337
|
+
public void visit(IRubyObject key, IRubyObject value) {
|
338
|
+
if (firstPair) {
|
339
|
+
firstPair = false;
|
340
|
+
} else {
|
341
|
+
buffer.append((byte)',');
|
342
|
+
buffer.append(objectNl);
|
343
|
+
}
|
344
|
+
if (objectNl.length() != 0) buffer.append(indent);
|
345
|
+
|
346
|
+
STRING_HANDLER.generate(session, key.asString(), buffer);
|
347
|
+
session.infectBy(key);
|
348
|
+
|
349
|
+
buffer.append(spaceBefore);
|
350
|
+
buffer.append((byte)':');
|
351
|
+
buffer.append(space);
|
352
|
+
|
353
|
+
Handler<IRubyObject> valueHandler = getHandlerFor(runtime, value);
|
354
|
+
valueHandler.generate(session, value, buffer);
|
355
|
+
session.infectBy(value);
|
356
|
+
}
|
357
|
+
});
|
358
|
+
state.decreaseDepth();
|
359
|
+
if (objectNl.length() != 0) {
|
360
|
+
buffer.append(objectNl);
|
361
|
+
buffer.append(Utils.repeat(state.getIndent(), state.getDepth()));
|
362
|
+
}
|
363
|
+
buffer.append((byte)'}');
|
364
|
+
}
|
365
|
+
};
|
366
|
+
|
367
|
+
static final Handler<RubyString> STRING_HANDLER =
|
368
|
+
new Handler<RubyString>() {
|
369
|
+
@Override
|
370
|
+
int guessSize(Session session, RubyString object) {
|
371
|
+
// for most applications, most strings will be just a set of
|
372
|
+
// printable ASCII characters without any escaping, so let's
|
373
|
+
// just allocate enough space for that + the quotes
|
374
|
+
return 2 + object.getByteList().length();
|
375
|
+
}
|
376
|
+
|
377
|
+
@Override
|
378
|
+
void generate(Session session, RubyString object, ByteList buffer) {
|
379
|
+
RuntimeInfo info = session.getInfo();
|
380
|
+
RubyString src;
|
381
|
+
|
382
|
+
if (object.encoding(session.getContext()) != info.utf8.get()) {
|
383
|
+
src = (RubyString)object.encode(session.getContext(),
|
384
|
+
info.utf8.get());
|
385
|
+
} else {
|
386
|
+
src = object;
|
387
|
+
}
|
388
|
+
|
389
|
+
session.getStringEncoder().encode(src.getByteList(), buffer);
|
390
|
+
}
|
391
|
+
};
|
392
|
+
|
393
|
+
static final Handler<RubyBoolean> TRUE_HANDLER =
|
394
|
+
new KeywordHandler<RubyBoolean>("true");
|
395
|
+
static final Handler<RubyBoolean> FALSE_HANDLER =
|
396
|
+
new KeywordHandler<RubyBoolean>("false");
|
397
|
+
static final Handler<IRubyObject> NIL_HANDLER =
|
398
|
+
new KeywordHandler<IRubyObject>("null");
|
399
|
+
|
400
|
+
/**
|
401
|
+
* The default handler (<code>Object#to_json</code>): coerces the object
|
402
|
+
* to string using <code>#to_s</code>, and serializes that string.
|
403
|
+
*/
|
404
|
+
static final Handler<IRubyObject> OBJECT_HANDLER =
|
405
|
+
new Handler<IRubyObject>() {
|
406
|
+
@Override
|
407
|
+
RubyString generateNew(Session session, IRubyObject object) {
|
408
|
+
RubyString str = object.asString();
|
409
|
+
return STRING_HANDLER.generateNew(session, str);
|
410
|
+
}
|
411
|
+
|
412
|
+
@Override
|
413
|
+
void generate(Session session, IRubyObject object, ByteList buffer) {
|
414
|
+
RubyString str = object.asString();
|
415
|
+
STRING_HANDLER.generate(session, str, buffer);
|
416
|
+
}
|
417
|
+
};
|
418
|
+
|
419
|
+
/**
|
420
|
+
* A handler that simply calls <code>#to_json(state)</code> on the
|
421
|
+
* given object.
|
422
|
+
*/
|
423
|
+
static final Handler<IRubyObject> GENERIC_HANDLER =
|
424
|
+
new Handler<IRubyObject>() {
|
425
|
+
@Override
|
426
|
+
RubyString generateNew(Session session, IRubyObject object) {
|
427
|
+
if (object.respondsTo("to_json")) {
|
428
|
+
IRubyObject result = object.callMethod(session.getContext(), "to_json",
|
429
|
+
new IRubyObject[] {session.getState()});
|
430
|
+
if (result instanceof RubyString) return (RubyString)result;
|
431
|
+
throw session.getRuntime().newTypeError("to_json must return a String");
|
432
|
+
} else {
|
433
|
+
return OBJECT_HANDLER.generateNew(session, object);
|
434
|
+
}
|
435
|
+
}
|
436
|
+
|
437
|
+
@Override
|
438
|
+
void generate(Session session, IRubyObject object, ByteList buffer) {
|
439
|
+
RubyString result = generateNew(session, object);
|
440
|
+
buffer.append(result.getByteList());
|
441
|
+
}
|
442
|
+
};
|
443
|
+
}
|