passbase 1.0.2 → 1.0.3
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 +4 -2
- data/README.md +11 -12
- data/docs/IdentityApi.md +25 -25
- data/lib/passbase/api/identity_api.rb +39 -39
- data/lib/passbase/api_client.rb +1 -1
- data/lib/passbase/version.rb +1 -1
- data/spec/api/identity_api_spec.rb +12 -12
- data/vendor/bundle/ruby/2.7.0/bin/htmldiff +1 -1
- data/vendor/bundle/ruby/2.7.0/bin/ldiff +1 -1
- data/vendor/bundle/ruby/2.7.0/cache/faraday-1.1.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/ruby2_keywords-0.0.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/jaro_winkler-1.5.4/gem_make.out +14 -14
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/psych-3.2.0/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/psych-3.2.0/mkmf.log +15 -15
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/psych-3.2.0/psych.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/Makefile +5 -5
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/breakpoint.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/byebug.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/context.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/locker.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/threads.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/CHANGELOG.md +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/LICENSE.md +1 -1
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/README.md +2 -3
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/Rakefile +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/examples/client_spec.rb +1 -1
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/examples/client_test.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday.rb +1 -1
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/em_http.rb +1 -1
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/em_http_ssl_patch.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/em_synchrony.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/em_synchrony/parallel_manager.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/excon.rb +2 -2
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/httpclient.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/net_http.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/net_http_persistent.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/patron.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/rack.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/test.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/typhoeus.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter_registry.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/autoload.rb +1 -1
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/connection.rb +3 -3
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/dependency_loader.rb +3 -1
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/encoders/flat_params_encoder.rb +9 -2
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/encoders/nested_params_encoder.rb +7 -2
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/error.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/file_part.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/logging/formatter.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/middleware.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/middleware_registry.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options.rb +4 -8
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/connection_options.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/env.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/proxy_options.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/request_options.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/ssl_options.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/param_part.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/parameters.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/rack_builder.rb +13 -12
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request.rb +20 -10
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/authorization.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/basic_authentication.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/instrumentation.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/multipart.rb +9 -2
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/retry.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/token_authentication.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/url_encoded.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/response.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/response/logger.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/response/raise_error.rb +12 -1
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/utils.rb +2 -2
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/utils/headers.rb +2 -2
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/utils/params_hash.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/external_adapters/faraday_specs_setup.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/em_http_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/em_synchrony_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/excon_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/httpclient_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/net_http_persistent_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/net_http_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/patron_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/rack_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/faraday-1.1.0/spec/faraday/adapter/test_spec.rb +260 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/typhoeus_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter_registry_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/composite_read_io_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/connection_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/error_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/middleware_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/options/env_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/options/options_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/options/proxy_options_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/options/request_options_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/params_encoders/flat_spec.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/params_encoders/nested_spec.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/rack_builder_spec.rb +149 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/authorization_spec.rb +2 -2
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/instrumentation_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/multipart_spec.rb +41 -13
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/retry_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/url_encoded_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request_spec.rb +16 -5
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/response/logger_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/response/middleware_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/response/raise_error_spec.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/response_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/utils/headers_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/utils_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday_spec.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/disabling_stub.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/fake_safe_buffer.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/helper_methods.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/shared_examples/adapter.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/shared_examples/params_encoder.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/shared_examples/request_method.rb +3 -3
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/streaming_response_checker.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/webmock_rack_app.rb +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +6 -6
- data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/adj_matrix.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/codepoints.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/Makefile +6 -6
- data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_emitter.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_parser.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_to_ruby.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_yaml_tree.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/ruby2_keywords-0.0.2/README.md +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/ruby2_keywords-0.0.2/lib/ruby2_keywords.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/ruby2_keywords-0.0.2/ruby2_keywords.gemspec +16 -0
- data/vendor/bundle/ruby/2.7.0/specifications/ast-2.4.1.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/diff-lcs-1.4.4.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/{faraday-1.0.1.gemspec → faraday-1.1.0.gemspec} +0 -0
- data/vendor/bundle/ruby/2.7.0/specifications/jaro_winkler-1.5.4.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/parallel-1.19.2.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/parser-2.7.1.4.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/psych-3.2.0.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rainbow-3.0.0.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.1.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-3.9.0.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-core-3.9.2.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-expectations-3.9.2.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-mocks-3.9.1.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-support-3.9.3.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/rubocop-0.66.0.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/ruby-progressbar-1.10.1.gemspec +2 -2
- data/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.2.gemspec +18 -0
- data/vendor/bundle/ruby/2.7.0/specifications/unicode-display_width-1.5.0.gemspec +2 -2
- data/walkthrough.md +1 -1
- metadata +118 -112
- data/vendor/bundle/ruby/2.7.0/cache/faraday-1.0.1.gem +0 -0
data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/jaro_winkler-1.5.4/gem_make.out
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
current directory: /home/runner/work/passbase-ruby/passbase-ruby/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
|
2
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
2
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/2.7.0 -r ./siteconf20201102-2457-14uv502.rb extconf.rb
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/passbase-ruby/passbase-ruby/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
|
@@ -11,45 +11,45 @@ compiling adj_matrix.c
|
|
|
11
11
|
compiling codepoints.c
|
|
12
12
|
compiling jaro.c
|
|
13
13
|
compiling jaro_winkler.c
|
|
14
|
-
In file included from /opt/hostedtoolcache/Ruby/2.7.
|
|
15
|
-
from /opt/hostedtoolcache/Ruby/2.7.
|
|
14
|
+
In file included from /opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/ruby.h:2148:0,
|
|
15
|
+
from /opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby.h:33,
|
|
16
16
|
from codepoints.h:2,
|
|
17
17
|
from jaro_winkler.c:1:
|
|
18
18
|
jaro_winkler.c: In function ‘Init_jaro_winkler_ext’:
|
|
19
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
19
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1218:137: warning: passing argument 3 of ‘rb_define_singleton_methodm1’ from incompatible pointer type [-Wincompatible-pointer-types]
|
|
20
20
|
#define rb_define_singleton_method(klass, mid, func, arity) rb_define_singleton_method_choose_prototypem3((arity),(func))((klass),(mid),(func),(arity));
|
|
21
21
|
^
|
|
22
22
|
jaro_winkler.c:19:3: note: in expansion of macro ‘rb_define_singleton_method’
|
|
23
23
|
rb_define_singleton_method(rb_mJaroWinkler, "distance",
|
|
24
24
|
^~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
25
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
25
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1195:27: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE) {aka long unsigned int (*)(int, union <anonymous>, long unsigned int)}’ but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)}’
|
|
26
26
|
RB_METHOD_DEFINITION_DECL(rb_define_singleton_method, (2,3), (VALUE klass, const char *name), (klass, name))
|
|
27
27
|
^
|
|
28
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
28
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1042:82: note: in definition of macro ‘RB_METHOD_DEFINITION_DECL_C’
|
|
29
29
|
__attribute__((__unused__,__weakref__(#def),__nonnull__ nonnull))static void defname(RB_UNWRAP_MACRO decl,VALUE(*func)funcargs,int arity);
|
|
30
30
|
^~~~~~~
|
|
31
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
31
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1092:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL_M1’
|
|
32
32
|
RB_METHOD_DEFINITION_DECL_M1(def,nonnull,def##m1,decl,vars) /* END */
|
|
33
33
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
34
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
34
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1195:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL’
|
|
35
35
|
RB_METHOD_DEFINITION_DECL(rb_define_singleton_method, (2,3), (VALUE klass, const char *name), (klass, name))
|
|
36
36
|
^~~~~~~~~~~~~~~~~~~~~~~~~
|
|
37
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
37
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1218:137: warning: passing argument 3 of ‘rb_define_singleton_methodm1’ from incompatible pointer type [-Wincompatible-pointer-types]
|
|
38
38
|
#define rb_define_singleton_method(klass, mid, func, arity) rb_define_singleton_method_choose_prototypem3((arity),(func))((klass),(mid),(func),(arity));
|
|
39
39
|
^
|
|
40
40
|
jaro_winkler.c:21:3: note: in expansion of macro ‘rb_define_singleton_method’
|
|
41
41
|
rb_define_singleton_method(rb_mJaroWinkler, "jaro_distance", rb_jaro_distance,
|
|
42
42
|
^~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
43
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
43
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1195:27: note: expected ‘VALUE (*)(int, union <anonymous>, VALUE) {aka long unsigned int (*)(int, union <anonymous>, long unsigned int)}’ but argument is of type ‘VALUE (*)(size_t, VALUE *, VALUE) {aka long unsigned int (*)(long unsigned int, long unsigned int *, long unsigned int)}’
|
|
44
44
|
RB_METHOD_DEFINITION_DECL(rb_define_singleton_method, (2,3), (VALUE klass, const char *name), (klass, name))
|
|
45
45
|
^
|
|
46
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
46
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1042:82: note: in definition of macro ‘RB_METHOD_DEFINITION_DECL_C’
|
|
47
47
|
__attribute__((__unused__,__weakref__(#def),__nonnull__ nonnull))static void defname(RB_UNWRAP_MACRO decl,VALUE(*func)funcargs,int arity);
|
|
48
48
|
^~~~~~~
|
|
49
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
49
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1092:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL_M1’
|
|
50
50
|
RB_METHOD_DEFINITION_DECL_M1(def,nonnull,def##m1,decl,vars) /* END */
|
|
51
51
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
52
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
52
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/intern.h:1195:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL’
|
|
53
53
|
RB_METHOD_DEFINITION_DECL(rb_define_singleton_method, (2,3), (VALUE klass, const char *name), (klass, name))
|
|
54
54
|
^~~~~~~~~~~~~~~~~~~~~~~~~
|
|
55
55
|
jaro_winkler.c: At top level:
|
|
@@ -61,4 +61,4 @@ linking shared-object jaro_winkler/jaro_winkler_ext.so
|
|
|
61
61
|
|
|
62
62
|
current directory: /home/runner/work/passbase-ruby/passbase-ruby/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
|
63
63
|
make "DESTDIR=" install
|
|
64
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
|
64
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20201102-2457-mycvar/jaro_winkler
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
current directory: /home/runner/work/passbase-ruby/passbase-ruby/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych
|
|
2
|
-
/opt/hostedtoolcache/Ruby/2.7.
|
|
2
|
+
/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/2.7.0 -r ./siteconf20201102-2457-1vf23w7.rb extconf.rb
|
|
3
3
|
checking for yaml.h... no
|
|
4
4
|
checking for _WIN32... no
|
|
5
5
|
checking for dlfcn.h... yes
|
|
@@ -38,4 +38,4 @@ linking shared-object psych.so
|
|
|
38
38
|
|
|
39
39
|
current directory: /home/runner/work/passbase-ruby/passbase-ruby/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych
|
|
40
40
|
make "DESTDIR=" install
|
|
41
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
|
41
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20201102-2457-1cy813q
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
find_header: checking for yaml.h... -------------------- no
|
|
2
2
|
|
|
3
|
-
"gcc -o conftest -I/opt/hostedtoolcache/Ruby/2.7.
|
|
3
|
+
"gcc -o conftest -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -L. -L/opt/hostedtoolcache/Ruby/2.7.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.2/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.2/x64/lib -L/opt/hostedtoolcache/Ruby/2.7.2/x64/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lm -lc"
|
|
4
4
|
checked program was:
|
|
5
5
|
/* begin */
|
|
6
6
|
1: #include "ruby.h"
|
|
@@ -11,7 +11,7 @@ checked program was:
|
|
|
11
11
|
6: }
|
|
12
12
|
/* end */
|
|
13
13
|
|
|
14
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
14
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
15
15
|
conftest.c:3:10: fatal error: yaml.h: No such file or directory
|
|
16
16
|
#include <yaml.h>
|
|
17
17
|
^~~~~~~~
|
|
@@ -27,7 +27,7 @@ checked program was:
|
|
|
27
27
|
|
|
28
28
|
have_macro: checking for _WIN32... -------------------- no
|
|
29
29
|
|
|
30
|
-
"gcc -I/opt/hostedtoolcache/Ruby/2.7.
|
|
30
|
+
"gcc -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -c conftest.c"
|
|
31
31
|
conftest.c:5:3: error: #error
|
|
32
32
|
# error
|
|
33
33
|
^~~~~
|
|
@@ -53,7 +53,7 @@ checked program was:
|
|
|
53
53
|
|
|
54
54
|
have_header: checking for dlfcn.h... -------------------- yes
|
|
55
55
|
|
|
56
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
56
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
57
57
|
checked program was:
|
|
58
58
|
/* begin */
|
|
59
59
|
1: #include "ruby.h"
|
|
@@ -65,7 +65,7 @@ checked program was:
|
|
|
65
65
|
|
|
66
66
|
have_header: checking for inttypes.h... -------------------- yes
|
|
67
67
|
|
|
68
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
68
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
69
69
|
checked program was:
|
|
70
70
|
/* begin */
|
|
71
71
|
1: #include "ruby.h"
|
|
@@ -77,7 +77,7 @@ checked program was:
|
|
|
77
77
|
|
|
78
78
|
have_header: checking for memory.h... -------------------- yes
|
|
79
79
|
|
|
80
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
80
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
81
81
|
checked program was:
|
|
82
82
|
/* begin */
|
|
83
83
|
1: #include "ruby.h"
|
|
@@ -89,7 +89,7 @@ checked program was:
|
|
|
89
89
|
|
|
90
90
|
have_header: checking for stdint.h... -------------------- yes
|
|
91
91
|
|
|
92
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
92
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
93
93
|
checked program was:
|
|
94
94
|
/* begin */
|
|
95
95
|
1: #include "ruby.h"
|
|
@@ -101,7 +101,7 @@ checked program was:
|
|
|
101
101
|
|
|
102
102
|
have_header: checking for stdlib.h... -------------------- yes
|
|
103
103
|
|
|
104
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
104
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
105
105
|
checked program was:
|
|
106
106
|
/* begin */
|
|
107
107
|
1: #include "ruby.h"
|
|
@@ -113,7 +113,7 @@ checked program was:
|
|
|
113
113
|
|
|
114
114
|
have_header: checking for strings.h... -------------------- yes
|
|
115
115
|
|
|
116
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
116
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
117
117
|
checked program was:
|
|
118
118
|
/* begin */
|
|
119
119
|
1: #include "ruby.h"
|
|
@@ -125,7 +125,7 @@ checked program was:
|
|
|
125
125
|
|
|
126
126
|
have_header: checking for string.h... -------------------- yes
|
|
127
127
|
|
|
128
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
128
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
129
129
|
checked program was:
|
|
130
130
|
/* begin */
|
|
131
131
|
1: #include "ruby.h"
|
|
@@ -137,7 +137,7 @@ checked program was:
|
|
|
137
137
|
|
|
138
138
|
have_header: checking for sys/stat.h... -------------------- yes
|
|
139
139
|
|
|
140
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
140
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
141
141
|
checked program was:
|
|
142
142
|
/* begin */
|
|
143
143
|
1: #include "ruby.h"
|
|
@@ -149,7 +149,7 @@ checked program was:
|
|
|
149
149
|
|
|
150
150
|
have_header: checking for sys/types.h... -------------------- yes
|
|
151
151
|
|
|
152
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
152
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
153
153
|
checked program was:
|
|
154
154
|
/* begin */
|
|
155
155
|
1: #include "ruby.h"
|
|
@@ -161,7 +161,7 @@ checked program was:
|
|
|
161
161
|
|
|
162
162
|
have_header: checking for unistd.h... -------------------- yes
|
|
163
163
|
|
|
164
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
164
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
165
165
|
checked program was:
|
|
166
166
|
/* begin */
|
|
167
167
|
1: #include "ruby.h"
|
|
@@ -173,7 +173,7 @@ checked program was:
|
|
|
173
173
|
|
|
174
174
|
find_header: checking for yaml.h... -------------------- yes
|
|
175
175
|
|
|
176
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
176
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
177
177
|
checked program was:
|
|
178
178
|
/* begin */
|
|
179
179
|
1: #include "ruby.h"
|
|
@@ -185,7 +185,7 @@ checked program was:
|
|
|
185
185
|
|
|
186
186
|
have_header: checking for config.h... -------------------- yes
|
|
187
187
|
|
|
188
|
-
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.
|
|
188
|
+
"gcc -E -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0 -I. -I./yaml -DENABLE_PATH_CHECK=0 -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable conftest.c -o conftest.i"
|
|
189
189
|
checked program was:
|
|
190
190
|
/* begin */
|
|
191
191
|
1: #include "ruby.h"
|
|
Binary file
|
|
@@ -12,12 +12,12 @@ NULLCMD = :
|
|
|
12
12
|
#### Start of system configuration section. ####
|
|
13
13
|
|
|
14
14
|
srcdir = .
|
|
15
|
-
topdir = /opt/hostedtoolcache/Ruby/2.7.
|
|
15
|
+
topdir = /opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0
|
|
16
16
|
hdrdir = $(topdir)
|
|
17
|
-
arch_hdrdir = /opt/hostedtoolcache/Ruby/2.7.
|
|
17
|
+
arch_hdrdir = /opt/hostedtoolcache/Ruby/2.7.2/x64/include/ruby-2.7.0/x86_64-linux
|
|
18
18
|
PATH_SEPARATOR = :
|
|
19
19
|
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
|
20
|
-
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/2.7.
|
|
20
|
+
prefix = $(DESTDIR)/opt/hostedtoolcache/Ruby/2.7.2/x64
|
|
21
21
|
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
|
22
22
|
rubyarchprefix = $(rubylibprefix)/$(arch)
|
|
23
23
|
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20201102-2457-1wuj5ej
|
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20201102-2457-1wuj5ej
|
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# [][website]
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/faraday)
|
|
4
|
-

|
|
5
|
-
[](https://codeclimate.com/github/lostisland/faraday/test_coverage)
|
|
4
|
+
[](https://github.com/lostisland/faraday/actions?query=workflow%3ACI)
|
|
6
5
|
[](https://codeclimate.com/github/lostisland/faraday/maintainability)
|
|
7
6
|
[](https://gitter.im/lostisland/faraday?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
8
7
|
|
|
@@ -43,7 +42,7 @@ Open the issues page and check for the `help wanted` label!
|
|
|
43
42
|
But before you start coding, please read our [Contributing Guide][contributing]
|
|
44
43
|
|
|
45
44
|
## Copyright
|
|
46
|
-
© 2009 -
|
|
45
|
+
© 2009 - 2020, the [Faraday Team][faraday_team]. Website and branding design by [Elena Lo Piccolo](https://elelopic.design).
|
|
47
46
|
|
|
48
47
|
[website]: https://lostisland.github.io/faraday
|
|
49
48
|
[faraday_team]: https://lostisland.github.io/faraday/team
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/excon.rb
RENAMED
|
@@ -34,9 +34,9 @@ module Faraday
|
|
|
34
34
|
|
|
35
35
|
@app.call(env)
|
|
36
36
|
rescue ::Excon::Errors::SocketError => e
|
|
37
|
-
raise Faraday::TimeoutError, e if e.message
|
|
37
|
+
raise Faraday::TimeoutError, e if e.message.match?(/\btimeout\b/)
|
|
38
38
|
|
|
39
|
-
raise Faraday::SSLError, e if e.message
|
|
39
|
+
raise Faraday::SSLError, e if e.message.match?(/\bcertificate\b/)
|
|
40
40
|
|
|
41
41
|
raise Faraday::ConnectionFailed, e
|
|
42
42
|
rescue ::Excon::Errors::Timeout => e
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/httpclient.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/net_http.rb
RENAMED
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/patron.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/rack.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/test.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/typhoeus.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter_registry.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/connection.rb
RENAMED
|
@@ -429,7 +429,7 @@ module Faraday
|
|
|
429
429
|
# @return [String] the new path prefix
|
|
430
430
|
def path_prefix=(value)
|
|
431
431
|
url_prefix.path = if value
|
|
432
|
-
value =
|
|
432
|
+
value = "/#{value}" unless value[0, 1] == '/'
|
|
433
433
|
value
|
|
434
434
|
end
|
|
435
435
|
end
|
|
@@ -520,7 +520,7 @@ module Faraday
|
|
|
520
520
|
base = url_prefix
|
|
521
521
|
if url && base.path && base.path !~ %r{/$}
|
|
522
522
|
base = base.dup
|
|
523
|
-
base.path = base.path
|
|
523
|
+
base.path = "#{base.path}/" # ensure trailing slash
|
|
524
524
|
end
|
|
525
525
|
uri = url ? base + url : base
|
|
526
526
|
if params
|
|
@@ -593,7 +593,7 @@ module Faraday
|
|
|
593
593
|
uri = ENV['http_proxy']
|
|
594
594
|
return unless uri && !uri.empty?
|
|
595
595
|
|
|
596
|
-
uri =
|
|
596
|
+
uri = "http://#{uri}" unless uri.match?(/^http/i)
|
|
597
597
|
uri
|
|
598
598
|
end
|
|
599
599
|
|
data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/dependency_loader.rb
RENAMED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
require 'ruby2_keywords'
|
|
4
|
+
|
|
3
5
|
module Faraday
|
|
4
6
|
# DependencyLoader helps Faraday adapters and middleware load dependencies.
|
|
5
7
|
module DependencyLoader
|
|
@@ -13,7 +15,7 @@ module Faraday
|
|
|
13
15
|
self.load_error = e
|
|
14
16
|
end
|
|
15
17
|
|
|
16
|
-
def new(*)
|
|
18
|
+
ruby2_keywords def new(*)
|
|
17
19
|
unless loaded?
|
|
18
20
|
raise "missing dependency for #{self}: #{load_error.message}"
|
|
19
21
|
end
|
|
@@ -33,9 +33,9 @@ module Faraday
|
|
|
33
33
|
key = key.to_s if key.is_a?(Symbol)
|
|
34
34
|
[key, value]
|
|
35
35
|
end
|
|
36
|
-
|
|
36
|
+
|
|
37
37
|
# Only to be used for non-Array inputs. Arrays should preserve order.
|
|
38
|
-
params.sort!
|
|
38
|
+
params.sort! if @sort_params
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
# The params have form [['key1', 'value1'], ['key2', 'value2']].
|
|
@@ -94,5 +94,12 @@ module Faraday
|
|
|
94
94
|
end
|
|
95
95
|
end
|
|
96
96
|
end
|
|
97
|
+
|
|
98
|
+
class << self
|
|
99
|
+
attr_accessor :sort_params
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
# Useful default for OAuth and caching.
|
|
103
|
+
@sort_params = true
|
|
97
104
|
end
|
|
98
105
|
end
|
|
@@ -21,9 +21,9 @@ module Faraday
|
|
|
21
21
|
key = key.to_s if key.is_a?(Symbol)
|
|
22
22
|
[key, value]
|
|
23
23
|
end
|
|
24
|
-
|
|
24
|
+
|
|
25
25
|
# Only to be used for non-Array inputs. Arrays should preserve order.
|
|
26
|
-
params.sort!
|
|
26
|
+
params.sort! if @sort_params
|
|
27
27
|
end
|
|
28
28
|
|
|
29
29
|
# The params have form [['key1', 'value1'], ['key2', 'value2']].
|
|
@@ -161,10 +161,15 @@ module Faraday
|
|
|
161
161
|
# for your requests.
|
|
162
162
|
module NestedParamsEncoder
|
|
163
163
|
class << self
|
|
164
|
+
attr_accessor :sort_params
|
|
165
|
+
|
|
164
166
|
extend Forwardable
|
|
165
167
|
def_delegators :'Faraday::Utils', :escape, :unescape
|
|
166
168
|
end
|
|
167
169
|
|
|
170
|
+
# Useful default for OAuth and caching.
|
|
171
|
+
@sort_params = true
|
|
172
|
+
|
|
168
173
|
extend EncodeMethods
|
|
169
174
|
extend DecodeMethods
|
|
170
175
|
end
|