ory-kratos-client 0.7.6.alpha7 → 0.8.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (407) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +57 -40
  4. data/docs/AdminCreateIdentityBody.md +2 -0
  5. data/docs/AuthenticatorAssuranceLevel.md +15 -0
  6. data/docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md +34 -0
  7. data/docs/GenericError.md +2 -0
  8. data/docs/IdentityCredentials.md +1 -1
  9. data/docs/IdentityCredentialsType.md +15 -0
  10. data/docs/IdentitySchema.md +20 -0
  11. data/docs/MetadataApi.md +0 -61
  12. data/docs/NeedsPrivilegedSessionError.md +34 -0
  13. data/docs/SelfServiceBrowserLocationChangeRequiredError.md +34 -0
  14. data/docs/SelfServiceFlowExpiredError.md +36 -0
  15. data/docs/SelfServiceLoginFlow.md +7 -3
  16. data/docs/SelfServiceLogoutUrl.md +3 -1
  17. data/docs/SelfServiceRecoveryFlow.md +2 -0
  18. data/docs/SelfServiceRegistrationFlow.md +3 -1
  19. data/docs/SelfServiceSettingsFlow.md +2 -0
  20. data/docs/SelfServiceVerificationFlow.md +2 -0
  21. data/docs/Session.md +7 -3
  22. data/docs/SessionAuthenticationMethod.md +20 -0
  23. data/docs/SessionDevice.md +18 -0
  24. data/docs/SubmitSelfServiceLoginFlowBody.md +5 -2
  25. data/docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md +22 -0
  26. data/docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md +3 -1
  27. data/docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md +22 -0
  28. data/docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md +22 -0
  29. data/docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md +3 -1
  30. data/docs/SubmitSelfServiceSettingsFlowBody.md +5 -2
  31. data/docs/SubmitSelfServiceSettingsFlowWithLookupMethodBody.md +28 -0
  32. data/docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md +2 -0
  33. data/docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md +24 -0
  34. data/docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md +26 -0
  35. data/docs/UiNode.md +1 -1
  36. data/docs/UiNodeAnchorAttributes.md +4 -0
  37. data/docs/UiNodeAttributes.md +34 -0
  38. data/docs/UiNodeImageAttributes.md +9 -1
  39. data/docs/UiNodeInputAttributes.md +4 -0
  40. data/docs/{Meta.md → UiNodeMeta.md} +2 -2
  41. data/docs/UiNodeScriptAttributes.md +32 -0
  42. data/docs/UiNodeTextAttributes.md +4 -0
  43. data/docs/{V0alpha1Api.md → V0alpha2Api.md} +405 -172
  44. data/lib/ory-kratos-client/api/metadata_api.rb +1 -56
  45. data/lib/ory-kratos-client/api/{v0alpha1_api.rb → v0alpha2_api.rb} +372 -149
  46. data/lib/ory-kratos-client/api_client.rb +1 -1
  47. data/lib/ory-kratos-client/api_error.rb +1 -1
  48. data/lib/ory-kratos-client/configuration.rb +1 -1
  49. data/lib/ory-kratos-client/models/admin_create_identity_body.rb +11 -2
  50. data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  51. data/lib/ory-kratos-client/models/admin_update_identity_body.rb +1 -1
  52. data/lib/ory-kratos-client/models/authenticator_assurance_level.rb +39 -0
  53. data/lib/ory-kratos-client/models/error_authenticator_assurance_level_not_satisfied.rb +305 -0
  54. data/lib/ory-kratos-client/models/generic_error.rb +12 -2
  55. data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
  56. data/lib/ory-kratos-client/models/health_status.rb +1 -1
  57. data/lib/ory-kratos-client/models/identity.rb +1 -1
  58. data/lib/ory-kratos-client/models/identity_credentials.rb +2 -3
  59. data/lib/ory-kratos-client/models/identity_credentials_type.rb +38 -0
  60. data/lib/ory-kratos-client/models/{successful_self_service_settings_without_browser.rb → identity_schema.rb} +19 -28
  61. data/lib/ory-kratos-client/models/identity_state.rb +1 -1
  62. data/lib/ory-kratos-client/models/inline_response200.rb +1 -1
  63. data/lib/ory-kratos-client/models/inline_response2001.rb +1 -1
  64. data/lib/ory-kratos-client/models/inline_response503.rb +1 -1
  65. data/lib/ory-kratos-client/models/json_error.rb +1 -1
  66. data/lib/ory-kratos-client/models/needs_privileged_session_error.rb +311 -0
  67. data/lib/ory-kratos-client/models/recovery_address.rb +1 -1
  68. data/lib/ory-kratos-client/models/self_service_browser_location_change_required_error.rb +306 -0
  69. data/lib/ory-kratos-client/models/self_service_error.rb +1 -1
  70. data/lib/ory-kratos-client/models/self_service_flow_expired_error.rb +316 -0
  71. data/lib/ory-kratos-client/models/self_service_login_flow.rb +32 -14
  72. data/lib/ory-kratos-client/models/self_service_logout_url.rb +18 -3
  73. data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +12 -2
  74. data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +1 -1
  75. data/lib/ory-kratos-client/models/self_service_recovery_link.rb +1 -1
  76. data/lib/ory-kratos-client/models/self_service_registration_flow.rb +13 -4
  77. data/lib/ory-kratos-client/models/self_service_settings_flow.rb +12 -2
  78. data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +1 -1
  79. data/lib/ory-kratos-client/models/self_service_verification_flow.rb +12 -2
  80. data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +1 -1
  81. data/lib/ory-kratos-client/models/session.rb +26 -5
  82. data/lib/ory-kratos-client/models/session_authentication_method.rb +263 -0
  83. data/lib/ory-kratos-client/models/session_device.rb +219 -0
  84. data/lib/ory-kratos-client/models/settings_profile_form_config.rb +1 -1
  85. data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +5 -3
  86. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +249 -0
  87. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +16 -6
  88. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
  89. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_totp_method_body.rb +249 -0
  90. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +244 -0
  91. data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  92. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  93. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  94. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +1 -1
  95. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +16 -6
  96. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  97. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +5 -3
  98. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +274 -0
  99. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +12 -2
  100. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  101. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  102. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +254 -0
  103. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +264 -0
  104. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +1 -1
  105. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  106. data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +1 -1
  107. data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +1 -1
  108. data/lib/ory-kratos-client/models/ui_container.rb +1 -1
  109. data/lib/ory-kratos-client/models/ui_node.rb +2 -2
  110. data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +31 -2
  111. data/lib/ory-kratos-client/models/ui_node_attributes.rb +23 -69
  112. data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +54 -5
  113. data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +26 -2
  114. data/lib/ory-kratos-client/models/{meta.rb → ui_node_meta.rb} +4 -4
  115. data/lib/ory-kratos-client/models/ui_node_script_attributes.rb +328 -0
  116. data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +31 -2
  117. data/lib/ory-kratos-client/models/ui_text.rb +1 -1
  118. data/lib/ory-kratos-client/models/verifiable_identity_address.rb +1 -1
  119. data/lib/ory-kratos-client/models/version.rb +1 -1
  120. data/lib/ory-kratos-client/version.rb +2 -2
  121. data/lib/ory-kratos-client.rb +19 -4
  122. data/ory-kratos-client.gemspec +1 -1
  123. data/spec/api/metadata_api_spec.rb +1 -12
  124. data/spec/api/{v0alpha1_api_spec.rb → v0alpha2_api_spec.rb} +67 -22
  125. data/spec/api_client_spec.rb +1 -1
  126. data/spec/configuration_spec.rb +1 -1
  127. data/spec/models/admin_create_identity_body_spec.rb +7 -1
  128. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  129. data/spec/models/admin_update_identity_body_spec.rb +1 -1
  130. data/spec/models/authenticator_assurance_level_spec.rb +28 -0
  131. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +82 -0
  132. data/spec/models/generic_error_spec.rb +7 -1
  133. data/spec/models/health_not_ready_status_spec.rb +1 -1
  134. data/spec/models/health_status_spec.rb +1 -1
  135. data/spec/models/identity_credentials_spec.rb +1 -1
  136. data/spec/models/identity_credentials_type_spec.rb +28 -0
  137. data/spec/models/{successful_self_service_settings_without_browser_spec.rb → identity_schema_spec.rb} +9 -9
  138. data/spec/models/identity_spec.rb +1 -1
  139. data/spec/models/identity_state_spec.rb +1 -1
  140. data/spec/models/inline_response2001_spec.rb +1 -1
  141. data/spec/models/inline_response200_spec.rb +1 -1
  142. data/spec/models/inline_response503_spec.rb +1 -1
  143. data/spec/models/json_error_spec.rb +1 -1
  144. data/spec/models/needs_privileged_session_error_spec.rb +82 -0
  145. data/spec/models/recovery_address_spec.rb +1 -1
  146. data/spec/models/self_service_browser_location_change_required_error_spec.rb +82 -0
  147. data/spec/models/self_service_error_spec.rb +1 -1
  148. data/spec/models/self_service_flow_expired_error_spec.rb +88 -0
  149. data/spec/models/self_service_login_flow_spec.rb +16 -4
  150. data/spec/models/self_service_logout_url_spec.rb +7 -1
  151. data/spec/models/self_service_recovery_flow_spec.rb +7 -1
  152. data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
  153. data/spec/models/self_service_recovery_link_spec.rb +1 -1
  154. data/spec/models/self_service_registration_flow_spec.rb +7 -1
  155. data/spec/models/self_service_settings_flow_spec.rb +7 -1
  156. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  157. data/spec/models/self_service_verification_flow_spec.rb +7 -1
  158. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  159. data/spec/models/session_authentication_method_spec.rb +44 -0
  160. data/spec/models/session_device_spec.rb +34 -0
  161. data/spec/models/session_spec.rb +13 -1
  162. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  163. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  164. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +46 -0
  165. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +7 -1
  166. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  167. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +46 -0
  168. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +46 -0
  169. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  170. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  171. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  172. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  173. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +7 -1
  174. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  175. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  176. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +64 -0
  177. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +7 -1
  178. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  179. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  180. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +52 -0
  181. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +58 -0
  182. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  183. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  184. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  185. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  186. data/spec/models/ui_container_spec.rb +1 -1
  187. data/spec/models/ui_node_anchor_attributes_spec.rb +13 -1
  188. data/spec/models/ui_node_attributes_spec.rb +13 -1
  189. data/spec/models/ui_node_image_attributes_spec.rb +25 -1
  190. data/spec/models/ui_node_input_attributes_spec.rb +13 -1
  191. data/spec/models/{meta_spec.rb → ui_node_meta_spec.rb} +7 -7
  192. data/spec/models/ui_node_script_attributes_spec.rb +76 -0
  193. data/spec/models/ui_node_spec.rb +1 -1
  194. data/spec/models/ui_node_text_attributes_spec.rb +13 -1
  195. data/spec/models/ui_text_spec.rb +1 -1
  196. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  197. data/spec/models/version_spec.rb +1 -1
  198. data/spec/spec_helper.rb +1 -1
  199. data/vendor/bundle/ruby/2.5.0/cache/ethon-0.15.0.gem +0 -0
  200. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.2.gem +0 -0
  201. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  202. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/gem_make.out +2 -2
  203. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  204. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/gem.build_complete +0 -0
  205. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/gem_make.out +6 -6
  206. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/mkmf.log +0 -0
  207. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/psych.so +0 -0
  208. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  209. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/.github/workflows/ruby.yml +0 -0
  210. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/.gitignore +0 -0
  211. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/.rspec +0 -0
  212. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/CHANGELOG.md +5 -1
  213. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/Gemfile +0 -0
  214. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/Guardfile +0 -0
  215. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/LICENSE +0 -0
  216. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/README.md +0 -0
  217. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/Rakefile +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/ethon.gemspec +0 -0
  219. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
  220. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +0 -0
  221. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
  222. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +17 -0
  223. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +1 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +33 -2
  228. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +2 -0
  229. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +0 -0
  230. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
  235. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
  238. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
  239. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
  241. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
  243. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +19 -1
  247. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +1 -15
  249. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +0 -0
  253. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
  266. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +45 -8
  268. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/multi.rb +22 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
  272. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +22 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
  299. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
  300. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
  301. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
  302. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
  304. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
  305. data/vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +182 -0
  306. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +152 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
  309. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
  310. data/vendor/bundle/ruby/2.5.0/gems/{ethon-0.14.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
  311. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/Makefile +2 -2
  312. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  313. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/.gitignore +0 -0
  314. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Gemfile +0 -0
  315. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/LICENSE +0 -0
  316. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Mavenfile +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/README.md +0 -0
  318. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Rakefile +1 -1
  319. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/bin/console +0 -0
  320. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/bin/setup +0 -0
  321. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/.sitearchdir.time +0 -0
  322. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/Makefile +2 -2
  323. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/api.o +0 -0
  324. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/depend +0 -0
  325. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/dumper.o +0 -0
  326. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/emitter.o +0 -0
  327. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/extconf.rb +0 -0
  328. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/loader.o +0 -0
  329. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/parser.o +0 -0
  330. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.c +0 -0
  331. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.h +0 -0
  332. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.o +0 -0
  333. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1/lib → psych-4.0.2/ext/psych}/psych.so +0 -0
  334. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.c +0 -0
  335. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.h +0 -0
  336. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.o +0 -0
  337. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.c +0 -0
  338. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.h +0 -0
  339. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.o +0 -0
  340. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.c +0 -0
  341. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.h +0 -0
  342. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.o +0 -0
  343. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.c +0 -0
  344. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.h +0 -0
  345. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.o +0 -0
  346. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/reader.o +0 -0
  347. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/scanner.o +0 -0
  348. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/writer.o +0 -0
  349. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/LICENSE +0 -0
  350. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/api.c +0 -0
  351. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/config.h +0 -0
  352. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/dumper.c +0 -0
  353. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/emitter.c +0 -0
  354. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/loader.c +0 -0
  355. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/parser.c +0 -0
  356. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/reader.c +0 -0
  357. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/scanner.c +0 -0
  358. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/writer.c +0 -0
  359. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/yaml.h +0 -0
  360. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/yaml_private.h +0 -0
  361. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/class_loader.rb +0 -0
  362. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/coder.rb +0 -0
  363. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/core_ext.rb +0 -0
  364. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/exception.rb +0 -0
  365. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handler.rb +0 -0
  366. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handlers/document_stream.rb +0 -0
  367. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handlers/recorder.rb +0 -0
  368. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/ruby_events.rb +0 -0
  369. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/stream.rb +0 -0
  370. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/tree_builder.rb +0 -0
  371. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/yaml_events.rb +0 -0
  372. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/alias.rb +0 -0
  373. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/document.rb +0 -0
  374. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/mapping.rb +0 -0
  375. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/node.rb +0 -0
  376. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/scalar.rb +0 -0
  377. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/sequence.rb +0 -0
  378. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/stream.rb +0 -0
  379. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes.rb +0 -0
  380. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/omap.rb +0 -0
  381. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/parser.rb +0 -0
  382. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/scalar_scanner.rb +8 -9
  383. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/set.rb +0 -0
  384. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/stream.rb +0 -0
  385. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/streaming.rb +0 -0
  386. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/syntax_error.rb +0 -0
  387. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/tree_builder.rb +0 -0
  388. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/versions.rb +1 -1
  389. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/depth_first.rb +0 -0
  390. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/emitter.rb +0 -0
  391. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/json_tree.rb +0 -0
  392. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/to_ruby.rb +0 -0
  393. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/visitor.rb +0 -0
  394. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/yaml_tree.rb +2 -0
  395. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors.rb +0 -0
  396. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/y.rb +0 -0
  397. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych.rb +1 -1
  398. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1/ext/psych → psych-4.0.2/lib}/psych.so +0 -0
  399. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/psych.gemspec +0 -0
  400. data/vendor/bundle/ruby/2.5.0/specifications/{ethon-0.14.0.gemspec → ethon-0.15.0.gemspec} +3 -3
  401. data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.1.gemspec → psych-4.0.2.gemspec} +3 -3
  402. metadata +271 -211
  403. data/docs/SuccessfulSelfServiceSettingsWithoutBrowser.md +0 -20
  404. data/vendor/bundle/ruby/2.5.0/cache/ethon-0.14.0.gem +0 -0
  405. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.1.gem +0 -0
  406. data/vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/multi/options_spec.rb +0 -69
  407. data/vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/multi_spec.rb +0 -22
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ory-kratos-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6.alpha7
4
+ version: 0.8.0.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-21 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -69,20 +69,26 @@ files:
69
69
  - docs/AdminCreateIdentityBody.md
70
70
  - docs/AdminCreateSelfServiceRecoveryLinkBody.md
71
71
  - docs/AdminUpdateIdentityBody.md
72
+ - docs/AuthenticatorAssuranceLevel.md
73
+ - docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
72
74
  - docs/GenericError.md
73
75
  - docs/HealthNotReadyStatus.md
74
76
  - docs/HealthStatus.md
75
77
  - docs/Identity.md
76
78
  - docs/IdentityCredentials.md
79
+ - docs/IdentityCredentialsType.md
80
+ - docs/IdentitySchema.md
77
81
  - docs/IdentityState.md
78
82
  - docs/InlineResponse200.md
79
83
  - docs/InlineResponse2001.md
80
84
  - docs/InlineResponse503.md
81
85
  - docs/JsonError.md
82
- - docs/Meta.md
83
86
  - docs/MetadataApi.md
87
+ - docs/NeedsPrivilegedSessionError.md
84
88
  - docs/RecoveryAddress.md
89
+ - docs/SelfServiceBrowserLocationChangeRequiredError.md
85
90
  - docs/SelfServiceError.md
91
+ - docs/SelfServiceFlowExpiredError.md
86
92
  - docs/SelfServiceLoginFlow.md
87
93
  - docs/SelfServiceLogoutUrl.md
88
94
  - docs/SelfServiceRecoveryFlow.md
@@ -94,10 +100,15 @@ files:
94
100
  - docs/SelfServiceVerificationFlow.md
95
101
  - docs/SelfServiceVerificationFlowState.md
96
102
  - docs/Session.md
103
+ - docs/SessionAuthenticationMethod.md
104
+ - docs/SessionDevice.md
97
105
  - docs/SettingsProfileFormConfig.md
98
106
  - docs/SubmitSelfServiceLoginFlowBody.md
107
+ - docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
99
108
  - docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md
100
109
  - docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md
110
+ - docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
111
+ - docs/SubmitSelfServiceLoginFlowWithWebAuthnMethodBody.md
101
112
  - docs/SubmitSelfServiceLogoutFlowWithoutBrowserBody.md
102
113
  - docs/SubmitSelfServiceRecoveryFlowBody.md
103
114
  - docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
@@ -105,47 +116,57 @@ files:
105
116
  - docs/SubmitSelfServiceRegistrationFlowWithOidcMethodBody.md
106
117
  - docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
107
118
  - docs/SubmitSelfServiceSettingsFlowBody.md
119
+ - docs/SubmitSelfServiceSettingsFlowWithLookupMethodBody.md
108
120
  - docs/SubmitSelfServiceSettingsFlowWithOidcMethodBody.md
109
121
  - docs/SubmitSelfServiceSettingsFlowWithPasswordMethodBody.md
110
122
  - docs/SubmitSelfServiceSettingsFlowWithProfileMethodBody.md
123
+ - docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
124
+ - docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
111
125
  - docs/SubmitSelfServiceVerificationFlowBody.md
112
126
  - docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md
113
127
  - docs/SuccessfulSelfServiceLoginWithoutBrowser.md
114
128
  - docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
115
- - docs/SuccessfulSelfServiceSettingsWithoutBrowser.md
116
129
  - docs/UiContainer.md
117
130
  - docs/UiNode.md
118
131
  - docs/UiNodeAnchorAttributes.md
119
132
  - docs/UiNodeAttributes.md
120
133
  - docs/UiNodeImageAttributes.md
121
134
  - docs/UiNodeInputAttributes.md
135
+ - docs/UiNodeMeta.md
136
+ - docs/UiNodeScriptAttributes.md
122
137
  - docs/UiNodeTextAttributes.md
123
138
  - docs/UiText.md
124
- - docs/V0alpha1Api.md
139
+ - docs/V0alpha2Api.md
125
140
  - docs/VerifiableIdentityAddress.md
126
141
  - docs/Version.md
127
142
  - lib/ory-kratos-client.rb
128
143
  - lib/ory-kratos-client/api/metadata_api.rb
129
- - lib/ory-kratos-client/api/v0alpha1_api.rb
144
+ - lib/ory-kratos-client/api/v0alpha2_api.rb
130
145
  - lib/ory-kratos-client/api_client.rb
131
146
  - lib/ory-kratos-client/api_error.rb
132
147
  - lib/ory-kratos-client/configuration.rb
133
148
  - lib/ory-kratos-client/models/admin_create_identity_body.rb
134
149
  - lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb
135
150
  - lib/ory-kratos-client/models/admin_update_identity_body.rb
151
+ - lib/ory-kratos-client/models/authenticator_assurance_level.rb
152
+ - lib/ory-kratos-client/models/error_authenticator_assurance_level_not_satisfied.rb
136
153
  - lib/ory-kratos-client/models/generic_error.rb
137
154
  - lib/ory-kratos-client/models/health_not_ready_status.rb
138
155
  - lib/ory-kratos-client/models/health_status.rb
139
156
  - lib/ory-kratos-client/models/identity.rb
140
157
  - lib/ory-kratos-client/models/identity_credentials.rb
158
+ - lib/ory-kratos-client/models/identity_credentials_type.rb
159
+ - lib/ory-kratos-client/models/identity_schema.rb
141
160
  - lib/ory-kratos-client/models/identity_state.rb
142
161
  - lib/ory-kratos-client/models/inline_response200.rb
143
162
  - lib/ory-kratos-client/models/inline_response2001.rb
144
163
  - lib/ory-kratos-client/models/inline_response503.rb
145
164
  - lib/ory-kratos-client/models/json_error.rb
146
- - lib/ory-kratos-client/models/meta.rb
165
+ - lib/ory-kratos-client/models/needs_privileged_session_error.rb
147
166
  - lib/ory-kratos-client/models/recovery_address.rb
167
+ - lib/ory-kratos-client/models/self_service_browser_location_change_required_error.rb
148
168
  - lib/ory-kratos-client/models/self_service_error.rb
169
+ - lib/ory-kratos-client/models/self_service_flow_expired_error.rb
149
170
  - lib/ory-kratos-client/models/self_service_login_flow.rb
150
171
  - lib/ory-kratos-client/models/self_service_logout_url.rb
151
172
  - lib/ory-kratos-client/models/self_service_recovery_flow.rb
@@ -157,10 +178,15 @@ files:
157
178
  - lib/ory-kratos-client/models/self_service_verification_flow.rb
158
179
  - lib/ory-kratos-client/models/self_service_verification_flow_state.rb
159
180
  - lib/ory-kratos-client/models/session.rb
181
+ - lib/ory-kratos-client/models/session_authentication_method.rb
182
+ - lib/ory-kratos-client/models/session_device.rb
160
183
  - lib/ory-kratos-client/models/settings_profile_form_config.rb
161
184
  - lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb
185
+ - lib/ory-kratos-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb
162
186
  - lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb
163
187
  - lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb
188
+ - lib/ory-kratos-client/models/submit_self_service_login_flow_with_totp_method_body.rb
189
+ - lib/ory-kratos-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb
164
190
  - lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb
165
191
  - lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb
166
192
  - lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb
@@ -168,20 +194,24 @@ files:
168
194
  - lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb
169
195
  - lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb
170
196
  - lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb
197
+ - lib/ory-kratos-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb
171
198
  - lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb
172
199
  - lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb
173
200
  - lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb
201
+ - lib/ory-kratos-client/models/submit_self_service_settings_flow_with_totp_method_body.rb
202
+ - lib/ory-kratos-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb
174
203
  - lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb
175
204
  - lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb
176
205
  - lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb
177
206
  - lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb
178
- - lib/ory-kratos-client/models/successful_self_service_settings_without_browser.rb
179
207
  - lib/ory-kratos-client/models/ui_container.rb
180
208
  - lib/ory-kratos-client/models/ui_node.rb
181
209
  - lib/ory-kratos-client/models/ui_node_anchor_attributes.rb
182
210
  - lib/ory-kratos-client/models/ui_node_attributes.rb
183
211
  - lib/ory-kratos-client/models/ui_node_image_attributes.rb
184
212
  - lib/ory-kratos-client/models/ui_node_input_attributes.rb
213
+ - lib/ory-kratos-client/models/ui_node_meta.rb
214
+ - lib/ory-kratos-client/models/ui_node_script_attributes.rb
185
215
  - lib/ory-kratos-client/models/ui_node_text_attributes.rb
186
216
  - lib/ory-kratos-client/models/ui_text.rb
187
217
  - lib/ory-kratos-client/models/verifiable_identity_address.rb
@@ -189,25 +219,31 @@ files:
189
219
  - lib/ory-kratos-client/version.rb
190
220
  - ory-kratos-client.gemspec
191
221
  - spec/api/metadata_api_spec.rb
192
- - spec/api/v0alpha1_api_spec.rb
222
+ - spec/api/v0alpha2_api_spec.rb
193
223
  - spec/api_client_spec.rb
194
224
  - spec/configuration_spec.rb
195
225
  - spec/models/admin_create_identity_body_spec.rb
196
226
  - spec/models/admin_create_self_service_recovery_link_body_spec.rb
197
227
  - spec/models/admin_update_identity_body_spec.rb
228
+ - spec/models/authenticator_assurance_level_spec.rb
229
+ - spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
198
230
  - spec/models/generic_error_spec.rb
199
231
  - spec/models/health_not_ready_status_spec.rb
200
232
  - spec/models/health_status_spec.rb
201
233
  - spec/models/identity_credentials_spec.rb
234
+ - spec/models/identity_credentials_type_spec.rb
235
+ - spec/models/identity_schema_spec.rb
202
236
  - spec/models/identity_spec.rb
203
237
  - spec/models/identity_state_spec.rb
204
238
  - spec/models/inline_response2001_spec.rb
205
239
  - spec/models/inline_response200_spec.rb
206
240
  - spec/models/inline_response503_spec.rb
207
241
  - spec/models/json_error_spec.rb
208
- - spec/models/meta_spec.rb
242
+ - spec/models/needs_privileged_session_error_spec.rb
209
243
  - spec/models/recovery_address_spec.rb
244
+ - spec/models/self_service_browser_location_change_required_error_spec.rb
210
245
  - spec/models/self_service_error_spec.rb
246
+ - spec/models/self_service_flow_expired_error_spec.rb
211
247
  - spec/models/self_service_login_flow_spec.rb
212
248
  - spec/models/self_service_logout_url_spec.rb
213
249
  - spec/models/self_service_recovery_flow_spec.rb
@@ -218,11 +254,16 @@ files:
218
254
  - spec/models/self_service_settings_flow_state_spec.rb
219
255
  - spec/models/self_service_verification_flow_spec.rb
220
256
  - spec/models/self_service_verification_flow_state_spec.rb
257
+ - spec/models/session_authentication_method_spec.rb
258
+ - spec/models/session_device_spec.rb
221
259
  - spec/models/session_spec.rb
222
260
  - spec/models/settings_profile_form_config_spec.rb
223
261
  - spec/models/submit_self_service_login_flow_body_spec.rb
262
+ - spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb
224
263
  - spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb
225
264
  - spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb
265
+ - spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb
266
+ - spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb
226
267
  - spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb
227
268
  - spec/models/submit_self_service_recovery_flow_body_spec.rb
228
269
  - spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb
@@ -230,19 +271,23 @@ files:
230
271
  - spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb
231
272
  - spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb
232
273
  - spec/models/submit_self_service_settings_flow_body_spec.rb
274
+ - spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb
233
275
  - spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb
234
276
  - spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb
235
277
  - spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb
278
+ - spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb
279
+ - spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb
236
280
  - spec/models/submit_self_service_verification_flow_body_spec.rb
237
281
  - spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
238
282
  - spec/models/successful_self_service_login_without_browser_spec.rb
239
283
  - spec/models/successful_self_service_registration_without_browser_spec.rb
240
- - spec/models/successful_self_service_settings_without_browser_spec.rb
241
284
  - spec/models/ui_container_spec.rb
242
285
  - spec/models/ui_node_anchor_attributes_spec.rb
243
286
  - spec/models/ui_node_attributes_spec.rb
244
287
  - spec/models/ui_node_image_attributes_spec.rb
245
288
  - spec/models/ui_node_input_attributes_spec.rb
289
+ - spec/models/ui_node_meta_spec.rb
290
+ - spec/models/ui_node_script_attributes_spec.rb
246
291
  - spec/models/ui_node_spec.rb
247
292
  - spec/models/ui_node_text_attributes_spec.rb
248
293
  - spec/models/ui_text_spec.rb
@@ -263,7 +308,7 @@ files:
263
308
  - vendor/bundle/ruby/2.5.0/cache/byebug-11.1.3.gem
264
309
  - vendor/bundle/ruby/2.5.0/cache/coderay-1.1.3.gem
265
310
  - vendor/bundle/ruby/2.5.0/cache/diff-lcs-1.4.4.gem
266
- - vendor/bundle/ruby/2.5.0/cache/ethon-0.14.0.gem
311
+ - vendor/bundle/ruby/2.5.0/cache/ethon-0.15.0.gem
267
312
  - vendor/bundle/ruby/2.5.0/cache/ffi-1.15.4.gem
268
313
  - vendor/bundle/ruby/2.5.0/cache/jaro_winkler-1.5.4.gem
269
314
  - vendor/bundle/ruby/2.5.0/cache/method_source-1.0.0.gem
@@ -271,7 +316,7 @@ files:
271
316
  - vendor/bundle/ruby/2.5.0/cache/parser-3.0.2.0.gem
272
317
  - vendor/bundle/ruby/2.5.0/cache/pry-0.13.1.gem
273
318
  - vendor/bundle/ruby/2.5.0/cache/pry-byebug-3.9.0.gem
274
- - vendor/bundle/ruby/2.5.0/cache/psych-4.0.1.gem
319
+ - vendor/bundle/ruby/2.5.0/cache/psych-4.0.2.gem
275
320
  - vendor/bundle/ruby/2.5.0/cache/rainbow-3.0.0.gem
276
321
  - vendor/bundle/ruby/2.5.0/cache/rake-13.0.6.gem
277
322
  - vendor/bundle/ruby/2.5.0/cache/rspec-3.10.0.gem
@@ -293,10 +338,10 @@ files:
293
338
  - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem.build_complete
294
339
  - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out
295
340
  - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so
296
- - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.1/gem.build_complete
297
- - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.1/gem_make.out
298
- - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.1/mkmf.log
299
- - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.1/psych.so
341
+ - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.2/gem.build_complete
342
+ - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.2/gem_make.out
343
+ - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.2/mkmf.log
344
+ - vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.2/psych.so
300
345
  - vendor/bundle/ruby/2.5.0/gems/ast-2.4.2/LICENSE.MIT
301
346
  - vendor/bundle/ruby/2.5.0/gems/ast-2.4.2/README.YARD.md
302
347
  - vendor/bundle/ruby/2.5.0/gems/ast-2.4.2/lib/ast.rb
@@ -563,108 +608,108 @@ files:
563
608
  - vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.4.4/spec/spec_helper.rb
564
609
  - vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb
565
610
  - vendor/bundle/ruby/2.5.0/gems/diff-lcs-1.4.4/spec/traverse_sequences_spec.rb
566
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/.github/workflows/ruby.yml
567
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/.gitignore
568
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/.rspec
569
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/CHANGELOG.md
570
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/Gemfile
571
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/Guardfile
572
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/LICENSE
573
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/README.md
574
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/Rakefile
575
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/ethon.gemspec
576
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon.rb
577
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curl.rb
578
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/classes.rb
579
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/codes.rb
580
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/constants.rb
581
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/form_options.rb
582
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/functions.rb
583
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/infos.rb
584
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/messages.rb
585
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/options.rb
586
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/curls/settings.rb
587
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy.rb
588
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/callbacks.rb
589
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/debug_info.rb
590
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/features.rb
591
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/form.rb
592
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/header.rb
593
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http.rb
594
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/actionable.rb
595
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/custom.rb
596
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/delete.rb
597
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/get.rb
598
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/head.rb
599
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/options.rb
600
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/patch.rb
601
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/post.rb
602
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/postable.rb
603
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/put.rb
604
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/http/putable.rb
605
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/informations.rb
606
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/mirror.rb
607
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/operations.rb
608
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/options.rb
609
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/params.rb
610
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/queryable.rb
611
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/response_callbacks.rb
612
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/easy/util.rb
613
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors.rb
614
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/ethon_error.rb
615
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/global_init.rb
616
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/invalid_option.rb
617
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/invalid_value.rb
618
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/multi_add.rb
619
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/multi_fdset.rb
620
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/multi_remove.rb
621
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/multi_timeout.rb
622
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/errors/select.rb
623
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/libc.rb
624
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/loggable.rb
625
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/multi.rb
626
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/multi/operations.rb
627
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/multi/options.rb
628
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/multi/stack.rb
629
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/lib/ethon/version.rb
630
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/profile/benchmarks.rb
631
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/profile/memory_leaks.rb
632
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/profile/perf_spec_helper.rb
633
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/profile/support/memory_test_helpers.rb
634
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/profile/support/os_memory_leak_tracker.rb
635
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/profile/support/ruby_object_leak_tracker.rb
636
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/curl_spec.rb
637
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/callbacks_spec.rb
638
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/debug_info_spec.rb
639
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/features_spec.rb
640
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/form_spec.rb
641
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/header_spec.rb
642
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/custom_spec.rb
643
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/delete_spec.rb
644
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/get_spec.rb
645
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/head_spec.rb
646
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/options_spec.rb
647
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/patch_spec.rb
648
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/post_spec.rb
649
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http/put_spec.rb
650
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/http_spec.rb
651
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/informations_spec.rb
652
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/mirror_spec.rb
653
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/operations_spec.rb
654
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/options_spec.rb
655
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/queryable_spec.rb
656
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/response_callbacks_spec.rb
657
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy/util_spec.rb
658
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/easy_spec.rb
659
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/libc_spec.rb
660
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/loggable_spec.rb
661
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/multi/operations_spec.rb
662
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/multi/options_spec.rb
663
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/multi/stack_spec.rb
664
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/ethon/multi_spec.rb
665
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/spec_helper.rb
666
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/support/localhost_server.rb
667
- - vendor/bundle/ruby/2.5.0/gems/ethon-0.14.0/spec/support/server.rb
611
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/.github/workflows/ruby.yml
612
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/.gitignore
613
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/.rspec
614
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/CHANGELOG.md
615
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/Gemfile
616
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/Guardfile
617
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/LICENSE
618
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/README.md
619
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/Rakefile
620
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/ethon.gemspec
621
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon.rb
622
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curl.rb
623
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/classes.rb
624
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/codes.rb
625
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/constants.rb
626
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/form_options.rb
627
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/functions.rb
628
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/infos.rb
629
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/messages.rb
630
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/options.rb
631
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/curls/settings.rb
632
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy.rb
633
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/callbacks.rb
634
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/debug_info.rb
635
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/features.rb
636
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/form.rb
637
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/header.rb
638
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http.rb
639
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/actionable.rb
640
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/custom.rb
641
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/delete.rb
642
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/get.rb
643
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/head.rb
644
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/options.rb
645
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/patch.rb
646
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/post.rb
647
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/postable.rb
648
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/put.rb
649
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/http/putable.rb
650
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/informations.rb
651
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/mirror.rb
652
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/operations.rb
653
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/options.rb
654
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/params.rb
655
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/queryable.rb
656
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/response_callbacks.rb
657
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/easy/util.rb
658
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors.rb
659
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/ethon_error.rb
660
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/global_init.rb
661
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_option.rb
662
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_value.rb
663
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/multi_add.rb
664
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/multi_fdset.rb
665
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/multi_remove.rb
666
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/multi_timeout.rb
667
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/errors/select.rb
668
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/libc.rb
669
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/loggable.rb
670
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/multi.rb
671
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/multi/operations.rb
672
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/multi/options.rb
673
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/multi/stack.rb
674
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/lib/ethon/version.rb
675
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/profile/benchmarks.rb
676
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/profile/memory_leaks.rb
677
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb
678
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb
679
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb
680
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb
681
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb
682
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb
683
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb
684
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb
685
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb
686
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb
687
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb
688
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb
689
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb
690
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb
691
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb
692
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb
693
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb
694
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb
695
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb
696
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb
697
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb
698
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb
699
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb
700
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb
701
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb
702
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb
703
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb
704
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb
705
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
706
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb
707
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb
708
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb
709
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb
710
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/spec_helper.rb
711
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/support/localhost_server.rb
712
+ - vendor/bundle/ruby/2.5.0/gems/ethon-0.15.0/spec/support/server.rb
668
713
  - vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/CHANGELOG.md
669
714
  - vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/COPYING
670
715
  - vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/Gemfile
@@ -1544,93 +1589,93 @@ files:
1544
1589
  - vendor/bundle/ruby/2.5.0/gems/pry-byebug-3.9.0/lib/pry-byebug/pry_remote_ext.rb
1545
1590
  - vendor/bundle/ruby/2.5.0/gems/pry-byebug-3.9.0/lib/pry-byebug/version.rb
1546
1591
  - vendor/bundle/ruby/2.5.0/gems/pry-byebug-3.9.0/lib/pry/byebug/breakpoints.rb
1547
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/.gitignore
1548
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/Gemfile
1549
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/LICENSE
1550
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/Mavenfile
1551
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/README.md
1552
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/Rakefile
1553
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/bin/console
1554
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/bin/setup
1555
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/.sitearchdir.time
1556
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/Makefile
1557
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/api.o
1558
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/depend
1559
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/dumper.o
1560
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/emitter.o
1561
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/extconf.rb
1562
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/loader.o
1563
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/parser.o
1564
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych.c
1565
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych.h
1566
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych.o
1567
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych.so
1568
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_emitter.c
1569
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_emitter.h
1570
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_emitter.o
1571
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_parser.c
1572
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_parser.h
1573
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_parser.o
1574
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_to_ruby.c
1575
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_to_ruby.h
1576
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_to_ruby.o
1577
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_yaml_tree.c
1578
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_yaml_tree.h
1579
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/psych_yaml_tree.o
1580
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/reader.o
1581
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/scanner.o
1582
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/writer.o
1583
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/LICENSE
1584
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/api.c
1585
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/config.h
1586
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/dumper.c
1587
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/emitter.c
1588
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/loader.c
1589
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/parser.c
1590
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/reader.c
1591
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/scanner.c
1592
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/writer.c
1593
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/yaml.h
1594
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/ext/psych/yaml/yaml_private.h
1595
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych.rb
1596
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych.so
1597
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/class_loader.rb
1598
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/coder.rb
1599
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/core_ext.rb
1600
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/exception.rb
1601
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/handler.rb
1602
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/handlers/document_stream.rb
1603
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/handlers/recorder.rb
1604
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/json/ruby_events.rb
1605
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/json/stream.rb
1606
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/json/tree_builder.rb
1607
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/json/yaml_events.rb
1608
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes.rb
1609
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes/alias.rb
1610
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes/document.rb
1611
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes/mapping.rb
1612
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes/node.rb
1613
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes/scalar.rb
1614
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes/sequence.rb
1615
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/nodes/stream.rb
1616
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/omap.rb
1617
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/parser.rb
1618
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/scalar_scanner.rb
1619
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/set.rb
1620
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/stream.rb
1621
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/streaming.rb
1622
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/syntax_error.rb
1623
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/tree_builder.rb
1624
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/versions.rb
1625
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/visitors.rb
1626
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/visitors/depth_first.rb
1627
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/visitors/emitter.rb
1628
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/visitors/json_tree.rb
1629
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/visitors/to_ruby.rb
1630
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/visitors/visitor.rb
1631
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/visitors/yaml_tree.rb
1632
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/y.rb
1633
- - vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/psych.gemspec
1592
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/.gitignore
1593
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/Gemfile
1594
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/LICENSE
1595
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/Mavenfile
1596
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/README.md
1597
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/Rakefile
1598
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/bin/console
1599
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/bin/setup
1600
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/.sitearchdir.time
1601
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/Makefile
1602
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/api.o
1603
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/depend
1604
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/dumper.o
1605
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/emitter.o
1606
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/extconf.rb
1607
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/loader.o
1608
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/parser.o
1609
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych.c
1610
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych.h
1611
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych.o
1612
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych.so
1613
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_emitter.c
1614
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_emitter.h
1615
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_emitter.o
1616
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_parser.c
1617
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_parser.h
1618
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_parser.o
1619
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_to_ruby.c
1620
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_to_ruby.h
1621
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_to_ruby.o
1622
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_yaml_tree.c
1623
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_yaml_tree.h
1624
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/psych_yaml_tree.o
1625
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/reader.o
1626
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/scanner.o
1627
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/writer.o
1628
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/LICENSE
1629
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/api.c
1630
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/config.h
1631
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/dumper.c
1632
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/emitter.c
1633
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/loader.c
1634
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/parser.c
1635
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/reader.c
1636
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/scanner.c
1637
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/writer.c
1638
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/yaml.h
1639
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/ext/psych/yaml/yaml_private.h
1640
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych.rb
1641
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych.so
1642
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/class_loader.rb
1643
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/coder.rb
1644
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/core_ext.rb
1645
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/exception.rb
1646
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/handler.rb
1647
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/handlers/document_stream.rb
1648
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/handlers/recorder.rb
1649
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/json/ruby_events.rb
1650
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/json/stream.rb
1651
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/json/tree_builder.rb
1652
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/json/yaml_events.rb
1653
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes.rb
1654
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes/alias.rb
1655
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes/document.rb
1656
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes/mapping.rb
1657
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes/node.rb
1658
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes/scalar.rb
1659
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes/sequence.rb
1660
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/nodes/stream.rb
1661
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/omap.rb
1662
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/parser.rb
1663
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/scalar_scanner.rb
1664
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/set.rb
1665
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/stream.rb
1666
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/streaming.rb
1667
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/syntax_error.rb
1668
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/tree_builder.rb
1669
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/versions.rb
1670
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors.rb
1671
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors/depth_first.rb
1672
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors/emitter.rb
1673
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors/json_tree.rb
1674
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors/to_ruby.rb
1675
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors/visitor.rb
1676
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/visitors/yaml_tree.rb
1677
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/lib/psych/y.rb
1678
+ - vendor/bundle/ruby/2.5.0/gems/psych-4.0.2/psych.gemspec
1634
1679
  - vendor/bundle/ruby/2.5.0/gems/rainbow-3.0.0/.gitignore
1635
1680
  - vendor/bundle/ruby/2.5.0/gems/rainbow-3.0.0/.rubocop.yml
1636
1681
  - vendor/bundle/ruby/2.5.0/gems/rainbow-3.0.0/.rubocop_todo.yml
@@ -2732,7 +2777,7 @@ files:
2732
2777
  - vendor/bundle/ruby/2.5.0/specifications/byebug-11.1.3.gemspec
2733
2778
  - vendor/bundle/ruby/2.5.0/specifications/coderay-1.1.3.gemspec
2734
2779
  - vendor/bundle/ruby/2.5.0/specifications/diff-lcs-1.4.4.gemspec
2735
- - vendor/bundle/ruby/2.5.0/specifications/ethon-0.14.0.gemspec
2780
+ - vendor/bundle/ruby/2.5.0/specifications/ethon-0.15.0.gemspec
2736
2781
  - vendor/bundle/ruby/2.5.0/specifications/ffi-1.15.4.gemspec
2737
2782
  - vendor/bundle/ruby/2.5.0/specifications/jaro_winkler-1.5.4.gemspec
2738
2783
  - vendor/bundle/ruby/2.5.0/specifications/method_source-1.0.0.gemspec
@@ -2740,7 +2785,7 @@ files:
2740
2785
  - vendor/bundle/ruby/2.5.0/specifications/parser-3.0.2.0.gemspec
2741
2786
  - vendor/bundle/ruby/2.5.0/specifications/pry-0.13.1.gemspec
2742
2787
  - vendor/bundle/ruby/2.5.0/specifications/pry-byebug-3.9.0.gemspec
2743
- - vendor/bundle/ruby/2.5.0/specifications/psych-4.0.1.gemspec
2788
+ - vendor/bundle/ruby/2.5.0/specifications/psych-4.0.2.gemspec
2744
2789
  - vendor/bundle/ruby/2.5.0/specifications/rainbow-3.0.0.gemspec
2745
2790
  - vendor/bundle/ruby/2.5.0/specifications/rake-13.0.6.gemspec
2746
2791
  - vendor/bundle/ruby/2.5.0/specifications/rspec-3.10.0.gemspec
@@ -2778,25 +2823,31 @@ specification_version: 4
2778
2823
  summary: Ory Kratos API Ruby Gem
2779
2824
  test_files:
2780
2825
  - spec/api/metadata_api_spec.rb
2781
- - spec/api/v0alpha1_api_spec.rb
2826
+ - spec/api/v0alpha2_api_spec.rb
2782
2827
  - spec/api_client_spec.rb
2783
2828
  - spec/configuration_spec.rb
2784
2829
  - spec/models/admin_create_identity_body_spec.rb
2785
2830
  - spec/models/admin_create_self_service_recovery_link_body_spec.rb
2786
2831
  - spec/models/admin_update_identity_body_spec.rb
2832
+ - spec/models/authenticator_assurance_level_spec.rb
2833
+ - spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
2787
2834
  - spec/models/generic_error_spec.rb
2788
2835
  - spec/models/health_not_ready_status_spec.rb
2789
2836
  - spec/models/health_status_spec.rb
2790
2837
  - spec/models/identity_spec.rb
2791
2838
  - spec/models/identity_credentials_spec.rb
2839
+ - spec/models/identity_credentials_type_spec.rb
2840
+ - spec/models/identity_schema_spec.rb
2792
2841
  - spec/models/identity_state_spec.rb
2793
2842
  - spec/models/inline_response200_spec.rb
2794
2843
  - spec/models/inline_response2001_spec.rb
2795
2844
  - spec/models/inline_response503_spec.rb
2796
2845
  - spec/models/json_error_spec.rb
2797
- - spec/models/meta_spec.rb
2846
+ - spec/models/needs_privileged_session_error_spec.rb
2798
2847
  - spec/models/recovery_address_spec.rb
2848
+ - spec/models/self_service_browser_location_change_required_error_spec.rb
2799
2849
  - spec/models/self_service_error_spec.rb
2850
+ - spec/models/self_service_flow_expired_error_spec.rb
2800
2851
  - spec/models/self_service_login_flow_spec.rb
2801
2852
  - spec/models/self_service_logout_url_spec.rb
2802
2853
  - spec/models/self_service_recovery_flow_spec.rb
@@ -2808,10 +2859,15 @@ test_files:
2808
2859
  - spec/models/self_service_verification_flow_spec.rb
2809
2860
  - spec/models/self_service_verification_flow_state_spec.rb
2810
2861
  - spec/models/session_spec.rb
2862
+ - spec/models/session_authentication_method_spec.rb
2863
+ - spec/models/session_device_spec.rb
2811
2864
  - spec/models/settings_profile_form_config_spec.rb
2812
2865
  - spec/models/submit_self_service_login_flow_body_spec.rb
2866
+ - spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb
2813
2867
  - spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb
2814
2868
  - spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb
2869
+ - spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb
2870
+ - spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb
2815
2871
  - spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb
2816
2872
  - spec/models/submit_self_service_recovery_flow_body_spec.rb
2817
2873
  - spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb
@@ -2819,20 +2875,24 @@ test_files:
2819
2875
  - spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb
2820
2876
  - spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb
2821
2877
  - spec/models/submit_self_service_settings_flow_body_spec.rb
2878
+ - spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb
2822
2879
  - spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb
2823
2880
  - spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb
2824
2881
  - spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb
2882
+ - spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb
2883
+ - spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb
2825
2884
  - spec/models/submit_self_service_verification_flow_body_spec.rb
2826
2885
  - spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
2827
2886
  - spec/models/successful_self_service_login_without_browser_spec.rb
2828
2887
  - spec/models/successful_self_service_registration_without_browser_spec.rb
2829
- - spec/models/successful_self_service_settings_without_browser_spec.rb
2830
2888
  - spec/models/ui_container_spec.rb
2831
2889
  - spec/models/ui_node_spec.rb
2832
2890
  - spec/models/ui_node_anchor_attributes_spec.rb
2833
2891
  - spec/models/ui_node_attributes_spec.rb
2834
2892
  - spec/models/ui_node_image_attributes_spec.rb
2835
2893
  - spec/models/ui_node_input_attributes_spec.rb
2894
+ - spec/models/ui_node_meta_spec.rb
2895
+ - spec/models/ui_node_script_attributes_spec.rb
2836
2896
  - spec/models/ui_node_text_attributes_spec.rb
2837
2897
  - spec/models/ui_text_spec.rb
2838
2898
  - spec/models/verifiable_identity_address_spec.rb