passbase 1.0.0 → 1.2.0

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.
Files changed (200) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -2
  3. data/README.md +13 -13
  4. data/docs/Identity.md +4 -0
  5. data/docs/IdentityApi.md +72 -13
  6. data/docs/IdentityOwner.md +21 -0
  7. data/docs/IdentityResource.md +2 -2
  8. data/docs/ProjectSettings.md +2 -2
  9. data/docs/ProjectSettingsVerificationSteps.md +1 -1
  10. data/docs/Resource.md +2 -2
  11. data/docs/ResourceInput.md +2 -2
  12. data/docs/User.md +1 -1
  13. data/lib/passbase.rb +1 -1
  14. data/lib/passbase/api/identity_api.rb +92 -18
  15. data/lib/passbase/api_client.rb +1 -1
  16. data/lib/passbase/models/identity.rb +20 -1
  17. data/lib/passbase/models/identity_owner.rb +229 -0
  18. data/lib/passbase/models/identity_resource.rb +2 -1
  19. data/lib/passbase/models/project_settings.rb +1 -1
  20. data/lib/passbase/models/project_settings_customizations.rb +0 -34
  21. data/lib/passbase/models/project_settings_verification_steps.rb +1 -1
  22. data/lib/passbase/models/resource.rb +2 -1
  23. data/lib/passbase/models/resource_input.rb +2 -1
  24. data/lib/passbase/version.rb +1 -1
  25. data/spec/api/identity_api_spec.rb +20 -6
  26. data/spec/models/{resource_type_spec.rb → identity_owner_spec.rb} +24 -6
  27. data/spec/models/identity_spec.rb +12 -0
  28. data/spec/models/project_settings_customizations_spec.rb +0 -4
  29. data/vendor/bundle/ruby/2.7.0/bin/htmldiff +1 -1
  30. data/vendor/bundle/ruby/2.7.0/bin/ldiff +1 -1
  31. data/vendor/bundle/ruby/2.7.0/cache/faraday-1.1.0.gem +0 -0
  32. data/vendor/bundle/ruby/2.7.0/cache/ruby2_keywords-0.0.2.gem +0 -0
  33. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/byebug-11.1.3/byebug/byebug.so +0 -0
  34. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/byebug-11.1.3/gem_make.out +2 -2
  35. 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
  36. 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
  37. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/psych-3.2.0/gem_make.out +2 -2
  38. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/psych-3.2.0/mkmf.log +15 -15
  39. data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0-static/psych-3.2.0/psych.so +0 -0
  40. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/Makefile +5 -5
  41. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/breakpoint.o +0 -0
  42. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/byebug.o +0 -0
  43. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/byebug.so +0 -0
  44. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/context.o +0 -0
  45. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/locker.o +0 -0
  46. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug/threads.o +0 -0
  47. data/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  48. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/CHANGELOG.md +0 -0
  49. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/LICENSE.md +1 -1
  50. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/README.md +2 -3
  51. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/Rakefile +0 -0
  52. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/examples/client_spec.rb +1 -1
  53. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/examples/client_test.rb +0 -0
  54. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday.rb +1 -1
  55. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter.rb +1 -0
  56. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/em_http.rb +1 -1
  57. 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
  58. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/em_synchrony.rb +0 -0
  59. 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
  60. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/excon.rb +2 -2
  61. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/httpclient.rb +0 -0
  62. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/net_http.rb +0 -0
  63. 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
  64. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/patron.rb +0 -0
  65. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/rack.rb +0 -0
  66. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/test.rb +0 -0
  67. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter/typhoeus.rb +0 -0
  68. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/adapter_registry.rb +0 -0
  69. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/autoload.rb +1 -1
  70. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/connection.rb +3 -3
  71. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/dependency_loader.rb +3 -1
  72. 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
  73. 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
  74. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/error.rb +8 -0
  75. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/file_part.rb +0 -0
  76. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/logging/formatter.rb +0 -0
  77. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/middleware.rb +0 -0
  78. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/middleware_registry.rb +0 -0
  79. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options.rb +4 -8
  80. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/connection_options.rb +0 -0
  81. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/env.rb +0 -0
  82. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/proxy_options.rb +0 -0
  83. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/request_options.rb +0 -0
  84. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/options/ssl_options.rb +0 -0
  85. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/param_part.rb +0 -0
  86. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/parameters.rb +0 -0
  87. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/rack_builder.rb +13 -12
  88. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request.rb +20 -10
  89. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/authorization.rb +0 -0
  90. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/basic_authentication.rb +0 -0
  91. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/instrumentation.rb +0 -0
  92. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/multipart.rb +9 -2
  93. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/retry.rb +0 -0
  94. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/token_authentication.rb +0 -0
  95. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/request/url_encoded.rb +0 -0
  96. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/response.rb +0 -0
  97. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/response/logger.rb +0 -0
  98. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/response/raise_error.rb +12 -1
  99. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/utils.rb +2 -2
  100. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/utils/headers.rb +2 -2
  101. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/lib/faraday/utils/params_hash.rb +0 -0
  102. 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
  103. 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
  104. 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
  105. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/excon_spec.rb +0 -0
  106. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/httpclient_spec.rb +0 -0
  107. 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
  108. 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
  109. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/patron_spec.rb +0 -0
  110. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/rack_spec.rb +0 -0
  111. data/vendor/bundle/ruby/2.7.0/gems/faraday-1.1.0/spec/faraday/adapter/test_spec.rb +260 -0
  112. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter/typhoeus_spec.rb +0 -0
  113. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter_registry_spec.rb +0 -0
  114. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/adapter_spec.rb +0 -0
  115. 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
  116. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/connection_spec.rb +0 -0
  117. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/error_spec.rb +0 -0
  118. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/middleware_spec.rb +0 -0
  119. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/options/env_spec.rb +0 -0
  120. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/options/options_spec.rb +0 -0
  121. 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
  122. 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
  123. 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
  124. 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
  125. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/rack_builder_spec.rb +149 -0
  126. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/authorization_spec.rb +2 -2
  127. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/instrumentation_spec.rb +0 -0
  128. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/multipart_spec.rb +41 -13
  129. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request/retry_spec.rb +0 -0
  130. 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
  131. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/request_spec.rb +16 -5
  132. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/response/logger_spec.rb +0 -0
  133. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/response/middleware_spec.rb +0 -0
  134. 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
  135. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/response_spec.rb +0 -0
  136. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/utils/headers_spec.rb +0 -0
  137. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday/utils_spec.rb +0 -0
  138. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/faraday_spec.rb +0 -0
  139. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/spec_helper.rb +0 -0
  140. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/disabling_stub.rb +0 -0
  141. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/fake_safe_buffer.rb +0 -0
  142. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/helper_methods.rb +0 -0
  143. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/shared_examples/adapter.rb +0 -0
  144. 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
  145. 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
  146. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/streaming_response_checker.rb +0 -0
  147. data/vendor/bundle/ruby/2.7.0/gems/{faraday-1.0.1 → faraday-1.1.0}/spec/support/webmock_rack_app.rb +0 -0
  148. data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +6 -6
  149. data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/adj_matrix.o +0 -0
  150. data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/codepoints.o +0 -0
  151. data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro.o +0 -0
  152. data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler.o +0 -0
  153. data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler_ext.so +0 -0
  154. data/vendor/bundle/ruby/2.7.0/gems/jaro_winkler-1.5.4/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  155. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/Makefile +6 -6
  156. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/api.o +0 -0
  157. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/dumper.o +0 -0
  158. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/emitter.o +0 -0
  159. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/loader.o +0 -0
  160. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/parser.o +0 -0
  161. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych.o +0 -0
  162. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_emitter.o +0 -0
  163. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_parser.o +0 -0
  164. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_to_ruby.o +0 -0
  165. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/psych_yaml_tree.o +0 -0
  166. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/reader.o +0 -0
  167. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/scanner.o +0 -0
  168. data/vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/ext/psych/writer.o +0 -0
  169. data/vendor/bundle/ruby/2.7.0/gems/ruby2_keywords-0.0.2/README.md +51 -0
  170. data/vendor/bundle/ruby/2.7.0/gems/ruby2_keywords-0.0.2/lib/ruby2_keywords.rb +23 -0
  171. data/vendor/bundle/ruby/2.7.0/gems/ruby2_keywords-0.0.2/ruby2_keywords.gemspec +16 -0
  172. data/vendor/bundle/ruby/2.7.0/specifications/ast-2.4.1.gemspec +2 -2
  173. data/vendor/bundle/ruby/2.7.0/specifications/byebug-11.1.3.gemspec +2 -2
  174. data/vendor/bundle/ruby/2.7.0/specifications/coderay-1.1.3.gemspec +2 -2
  175. data/vendor/bundle/ruby/2.7.0/specifications/diff-lcs-1.4.4.gemspec +2 -2
  176. data/vendor/bundle/ruby/2.7.0/specifications/{faraday-1.0.1.gemspec → faraday-1.1.0.gemspec} +0 -0
  177. data/vendor/bundle/ruby/2.7.0/specifications/jaro_winkler-1.5.4.gemspec +2 -2
  178. data/vendor/bundle/ruby/2.7.0/specifications/method_source-1.0.0.gemspec +2 -2
  179. data/vendor/bundle/ruby/2.7.0/specifications/multipart-post-2.1.1.gemspec +2 -2
  180. data/vendor/bundle/ruby/2.7.0/specifications/parallel-1.19.2.gemspec +2 -2
  181. data/vendor/bundle/ruby/2.7.0/specifications/parser-2.7.1.4.gemspec +2 -2
  182. data/vendor/bundle/ruby/2.7.0/specifications/pry-0.13.1.gemspec +2 -2
  183. data/vendor/bundle/ruby/2.7.0/specifications/pry-byebug-3.9.0.gemspec +2 -2
  184. data/vendor/bundle/ruby/2.7.0/specifications/psych-3.2.0.gemspec +2 -2
  185. data/vendor/bundle/ruby/2.7.0/specifications/rainbow-3.0.0.gemspec +2 -2
  186. data/vendor/bundle/ruby/2.7.0/specifications/rake-13.0.1.gemspec +2 -2
  187. data/vendor/bundle/ruby/2.7.0/specifications/rspec-3.9.0.gemspec +2 -2
  188. data/vendor/bundle/ruby/2.7.0/specifications/rspec-core-3.9.2.gemspec +2 -2
  189. data/vendor/bundle/ruby/2.7.0/specifications/rspec-expectations-3.9.2.gemspec +2 -2
  190. data/vendor/bundle/ruby/2.7.0/specifications/rspec-mocks-3.9.1.gemspec +2 -2
  191. data/vendor/bundle/ruby/2.7.0/specifications/rspec-support-3.9.3.gemspec +2 -2
  192. data/vendor/bundle/ruby/2.7.0/specifications/rubocop-0.66.0.gemspec +2 -2
  193. data/vendor/bundle/ruby/2.7.0/specifications/ruby-progressbar-1.10.1.gemspec +2 -2
  194. data/vendor/bundle/ruby/2.7.0/specifications/ruby2_keywords-0.0.2.gemspec +18 -0
  195. data/vendor/bundle/ruby/2.7.0/specifications/unicode-display_width-1.5.0.gemspec +2 -2
  196. data/walkthrough.md +2 -2
  197. metadata +123 -117
  198. data/docs/ResourceType.md +0 -16
  199. data/lib/passbase/models/resource_type.rb +0 -41
  200. data/vendor/bundle/ruby/2.7.0/cache/faraday-1.0.1.gem +0 -0
@@ -14,22 +14,40 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for Passbase::ResourceType
17
+ # Unit tests for Passbase::IdentityOwner
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'ResourceType' do
20
+ describe 'IdentityOwner' do
21
21
  before do
22
22
  # run before each test
23
- @instance = Passbase::ResourceType.new
23
+ @instance = Passbase::IdentityOwner.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of ResourceType' do
31
- it 'should create an instance of ResourceType' do
32
- expect(@instance).to be_instance_of(Passbase::ResourceType)
30
+ describe 'test an instance of IdentityOwner' do
31
+ it 'should create an instance of IdentityOwner' do
32
+ expect(@instance).to be_instance_of(Passbase::IdentityOwner)
33
33
  end
34
34
  end
35
+ describe 'test attribute "email"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "first_name"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "last_name"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
35
53
  end
@@ -48,6 +48,18 @@ describe 'Identity' do
48
48
  end
49
49
  end
50
50
 
51
+ describe 'test attribute "owner"' do
52
+ it 'should work' do
53
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
+ end
55
+ end
56
+
57
+ describe 'test attribute "score"' do
58
+ it 'should work' do
59
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
+ end
61
+ end
62
+
51
63
  describe 'test attribute "created"' do
52
64
  it 'should work' do
53
65
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -47,10 +47,6 @@ describe 'ProjectSettingsCustomizations' do
47
47
  describe 'test attribute "font_family"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Arial", "Exo", "Open Sans", "Lato", "Baskerville"])
51
- # validator.allowable_values.each do |value|
52
- # expect { @instance.font_family = value }.not_to raise_error
53
- # end
54
50
  end
55
51
  end
56
52
 
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
  'exec' "ruby" '-x' "$0" "$@"
3
- #!/opt/hostedtoolcache/Ruby/2.7.1/x64/bin/ruby
3
+ #!/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/ruby
4
4
  #
5
5
  # This file was generated by RubyGems.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
  'exec' "ruby" '-x' "$0" "$@"
3
- #!/opt/hostedtoolcache/Ruby/2.7.1/x64/bin/ruby
3
+ #!/opt/hostedtoolcache/Ruby/2.7.2/x64/bin/ruby
4
4
  #
5
5
  # This file was generated by RubyGems.
6
6
  #
@@ -1,5 +1,5 @@
1
1
  current directory: /home/runner/work/passbase-ruby/passbase-ruby/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug
2
- /opt/hostedtoolcache/Ruby/2.7.1/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.1/x64/lib/ruby/2.7.0 -r ./siteconf20201015-2585-1g5y85p.rb extconf.rb
2
+ /opt/hostedtoolcache/Ruby/2.7.2/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/2.7.0 -r ./siteconf20201124-2535-pt4vs4.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/byebug-11.1.3/ext/byebug
@@ -16,4 +16,4 @@ linking shared-object byebug/byebug.so
16
16
 
17
17
  current directory: /home/runner/work/passbase-ruby/passbase-ruby/vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/ext/byebug
18
18
  make "DESTDIR=" install
19
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20201015-2585-y75iu1/byebug
19
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20201124-2535-wa9wn7/byebug
@@ -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.1/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.1/x64/lib/ruby/2.7.0 -r ./siteconf20201015-2585-1cxh5xz.rb extconf.rb
2
+ /opt/hostedtoolcache/Ruby/2.7.2/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/2.7.0 -r ./siteconf20201124-2535-pgsqj.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.1/x64/include/ruby-2.7.0/ruby/ruby.h:2148:0,
15
- from /opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby.h:33,
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.1/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]
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.1/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)}’
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.1/x64/include/ruby-2.7.0/ruby/intern.h:1042:82: note: in definition of macro ‘RB_METHOD_DEFINITION_DECL_C’
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.1/x64/include/ruby-2.7.0/ruby/intern.h:1092:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL_M1’
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.1/x64/include/ruby-2.7.0/ruby/intern.h:1195:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL’
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.1/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]
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.1/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)}’
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.1/x64/include/ruby-2.7.0/ruby/intern.h:1042:82: note: in definition of macro ‘RB_METHOD_DEFINITION_DECL_C’
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.1/x64/include/ruby-2.7.0/ruby/intern.h:1092:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL_M1’
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.1/x64/include/ruby-2.7.0/ruby/intern.h:1195:1: note: in expansion of macro ‘RB_METHOD_DEFINITION_DECL’
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.20201015-2585-1fzje8b/jaro_winkler
64
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20201124-2535-9ioev4/jaro_winkler
@@ -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.1/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.1/x64/lib/ruby/2.7.0 -r ./siteconf20201015-2585-p7xiet.rb extconf.rb
2
+ /opt/hostedtoolcache/Ruby/2.7.2/x64/bin/ruby -I /opt/hostedtoolcache/Ruby/2.7.2/x64/lib/ruby/2.7.0 -r ./siteconf20201124-2535-1oqoehh.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.20201015-2585-fk5wv2
41
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20201124-2535-rp2v1z
@@ -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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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.1/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.1/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/opt/hostedtoolcache/Ruby/2.7.1/x64/lib -L/opt/hostedtoolcache/Ruby/2.7.1/x64/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lm -lc"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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.1/x64/include/ruby-2.7.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0/ruby/backward -I/opt/hostedtoolcache/Ruby/2.7.1/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"
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"
@@ -12,12 +12,12 @@ NULLCMD = :
12
12
  #### Start of system configuration section. ####
13
13
 
14
14
  srcdir = .
15
- topdir = /opt/hostedtoolcache/Ruby/2.7.1/x64/include/ruby-2.7.0
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.1/x64/include/ruby-2.7.0/x86_64-linux
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.1/x64
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.20201015-2585-y75iu1
35
- sitelibdir = $(DESTDIR)./.gem.20201015-2585-y75iu1
34
+ sitearchdir = $(DESTDIR)./.gem.20201124-2535-wa9wn7
35
+ sitelibdir = $(DESTDIR)./.gem.20201124-2535-wa9wn7
36
36
  sitedir = $(rubylibprefix)/site_ruby
37
37
  rubyarchdir = $(rubylibdir)/$(arch)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -1,4 +1,4 @@
1
- Copyright (c) 2009-2019 Rick Olson, Zack Hobson
1
+ Copyright (c) 2009-2020 Rick Olson, Zack Hobson
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,8 +1,7 @@
1
1
  # [![Faraday](./docs/assets/img/repo-card-slim.png)][website]
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/faraday.svg)](https://rubygems.org/gems/faraday)
4
- ![GitHub Actions CI](https://github.com/lostisland/faraday/workflows/CI/badge.svg)
5
- [![Test Coverage](https://api.codeclimate.com/v1/badges/f869daab091ceef1da73/test_coverage)](https://codeclimate.com/github/lostisland/faraday/test_coverage)
4
+ [![GitHub Actions CI](https://github.com/lostisland/faraday/workflows/CI/badge.svg)](https://github.com/lostisland/faraday/actions?query=workflow%3ACI)
6
5
  [![Maintainability](https://api.codeclimate.com/v1/badges/f869daab091ceef1da73/maintainability)](https://codeclimate.com/github/lostisland/faraday/maintainability)
7
6
  [![Gitter](https://badges.gitter.im/lostisland/faraday.svg)](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
- &copy; 2009 - 2019, the [Faraday Team][faraday_team]. Website and branding design by [Elena Lo Piccolo](https://elelopic.design).
45
+ &copy; 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
@@ -19,7 +19,7 @@ class Client
19
19
  end
20
20
  end
21
21
 
22
- Rspec.describe Client do
22
+ RSpec.describe Client do
23
23
  let(:stubs) { Faraday::Adapter::Test::Stubs.new }
24
24
  let(:conn) { Faraday.new { |b| b.adapter(:test, stubs) } }
25
25
  let(:client) { Client.new(conn) }
@@ -19,7 +19,7 @@ require 'faraday/dependency_loader'
19
19
  # conn.get '/'
20
20
  #
21
21
  module Faraday
22
- VERSION = '1.0.1'
22
+ VERSION = '1.1.0'
23
23
  METHODS_WITH_QUERY = %w[get head delete trace].freeze
24
24
  METHODS_WITH_BODY = %w[post put patch].freeze
25
25
 
@@ -27,6 +27,7 @@ module Faraday
27
27
  # This module marks an Adapter as supporting parallel requests.
28
28
  module Parallelism
29
29
  attr_writer :supports_parallel
30
+
30
31
  def supports_parallel?
31
32
  @supports_parallel
32
33
  end
@@ -231,7 +231,7 @@ module Faraday
231
231
 
232
232
  def add(&block)
233
233
  if running?
234
- perform_request { yield }
234
+ perform_request(&block)
235
235
  else
236
236
  @registered_procs << block
237
237
  end