ory-kratos-client 0.9.0.alpha3 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (453) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -7
  3. data/LICENSE +201 -0
  4. data/README.md +6 -5
  5. data/docs/AdminCreateIdentityBody.md +4 -0
  6. data/docs/AdminUpdateIdentityBody.md +4 -0
  7. data/docs/Identity.md +4 -0
  8. data/docs/SelfServiceRecoveryFlow.md +1 -1
  9. data/docs/SelfServiceRegistrationFlow.md +1 -1
  10. data/docs/SelfServiceSettingsFlow.md +1 -1
  11. data/docs/SubmitSelfServiceLoginFlowWithPasswordMethodBody.md +1 -1
  12. data/docs/UiNode.md +2 -2
  13. data/docs/UiNodeAnchorAttributes.md +1 -1
  14. data/docs/UiNodeAttributes.md +2 -2
  15. data/docs/UiNodeImageAttributes.md +1 -1
  16. data/docs/UiNodeInputAttributes.md +1 -1
  17. data/docs/UiNodeScriptAttributes.md +1 -1
  18. data/docs/UiNodeTextAttributes.md +1 -1
  19. data/docs/V0alpha2Api.md +122 -40
  20. data/lib/ory-kratos-client/api/metadata_api.rb +1 -1
  21. data/lib/ory-kratos-client/api/v0alpha2_api.rb +145 -47
  22. data/lib/ory-kratos-client/api_client.rb +1 -1
  23. data/lib/ory-kratos-client/api_error.rb +1 -1
  24. data/lib/ory-kratos-client/configuration.rb +1 -1
  25. data/lib/ory-kratos-client/models/admin_create_identity_body.rb +24 -2
  26. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
  27. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
  28. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
  29. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_password.rb +1 -1
  30. data/lib/ory-kratos-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
  31. data/lib/ory-kratos-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
  32. data/lib/ory-kratos-client/models/admin_identity_import_credentials.rb +1 -1
  33. data/lib/ory-kratos-client/models/admin_update_identity_body.rb +24 -2
  34. data/lib/ory-kratos-client/models/authenticator_assurance_level.rb +1 -1
  35. data/lib/ory-kratos-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  36. data/lib/ory-kratos-client/models/generic_error.rb +1 -1
  37. data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
  38. data/lib/ory-kratos-client/models/health_status.rb +1 -1
  39. data/lib/ory-kratos-client/models/identity.rb +24 -2
  40. data/lib/ory-kratos-client/models/identity_credentials.rb +1 -1
  41. data/lib/ory-kratos-client/models/identity_credentials_oidc.rb +1 -1
  42. data/lib/ory-kratos-client/models/identity_credentials_oidc_provider.rb +1 -1
  43. data/lib/ory-kratos-client/models/identity_credentials_password.rb +1 -1
  44. data/lib/ory-kratos-client/models/identity_credentials_type.rb +1 -1
  45. data/lib/ory-kratos-client/models/identity_schema.rb +1 -1
  46. data/lib/ory-kratos-client/models/identity_state.rb +1 -1
  47. data/lib/ory-kratos-client/models/inline_response200.rb +1 -1
  48. data/lib/ory-kratos-client/models/inline_response2001.rb +1 -1
  49. data/lib/ory-kratos-client/models/inline_response503.rb +1 -1
  50. data/lib/ory-kratos-client/models/json_error.rb +1 -1
  51. data/lib/ory-kratos-client/models/needs_privileged_session_error.rb +1 -1
  52. data/lib/ory-kratos-client/models/pagination.rb +1 -1
  53. data/lib/ory-kratos-client/models/recovery_address.rb +1 -1
  54. data/lib/ory-kratos-client/models/revoked_sessions.rb +1 -1
  55. data/lib/ory-kratos-client/models/self_service_browser_location_change_required_error.rb +1 -1
  56. data/lib/ory-kratos-client/models/self_service_error.rb +1 -1
  57. data/lib/ory-kratos-client/models/self_service_flow_expired_error.rb +1 -1
  58. data/lib/ory-kratos-client/models/self_service_login_flow.rb +1 -1
  59. data/lib/ory-kratos-client/models/self_service_logout_url.rb +1 -1
  60. data/lib/ory-kratos-client/models/self_service_recovery_flow.rb +6 -1
  61. data/lib/ory-kratos-client/models/self_service_recovery_flow_state.rb +1 -1
  62. data/lib/ory-kratos-client/models/self_service_recovery_link.rb +1 -1
  63. data/lib/ory-kratos-client/models/self_service_registration_flow.rb +6 -1
  64. data/lib/ory-kratos-client/models/self_service_settings_flow.rb +6 -1
  65. data/lib/ory-kratos-client/models/self_service_settings_flow_state.rb +1 -1
  66. data/lib/ory-kratos-client/models/self_service_verification_flow.rb +1 -1
  67. data/lib/ory-kratos-client/models/self_service_verification_flow_state.rb +1 -1
  68. data/lib/ory-kratos-client/models/session.rb +1 -1
  69. data/lib/ory-kratos-client/models/session_authentication_method.rb +3 -3
  70. data/lib/ory-kratos-client/models/session_device.rb +1 -1
  71. data/lib/ory-kratos-client/models/settings_profile_form_config.rb +1 -1
  72. data/lib/ory-kratos-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
  73. data/lib/ory-kratos-client/models/submit_self_service_login_flow_body.rb +1 -1
  74. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
  75. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
  76. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -6
  77. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
  78. data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
  79. data/lib/ory-kratos-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
  80. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_body.rb +1 -1
  81. data/lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
  82. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_body.rb +1 -1
  83. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
  84. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
  85. data/lib/ory-kratos-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
  86. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_body.rb +1 -1
  87. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
  88. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
  89. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
  90. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
  91. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
  92. data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
  93. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_body.rb +1 -1
  94. data/lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
  95. data/lib/ory-kratos-client/models/successful_self_service_login_without_browser.rb +1 -1
  96. data/lib/ory-kratos-client/models/successful_self_service_registration_without_browser.rb +1 -1
  97. data/lib/ory-kratos-client/models/ui_container.rb +1 -1
  98. data/lib/ory-kratos-client/models/ui_node.rb +49 -1
  99. data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +2 -1
  100. data/lib/ory-kratos-client/models/ui_node_attributes.rb +3 -3
  101. data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +2 -1
  102. data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +2 -1
  103. data/lib/ory-kratos-client/models/ui_node_meta.rb +1 -1
  104. data/lib/ory-kratos-client/models/ui_node_script_attributes.rb +2 -1
  105. data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +2 -1
  106. data/lib/ory-kratos-client/models/ui_text.rb +1 -1
  107. data/lib/ory-kratos-client/models/verifiable_identity_address.rb +1 -1
  108. data/lib/ory-kratos-client/models/version.rb +1 -1
  109. data/lib/ory-kratos-client/version.rb +2 -2
  110. data/lib/ory-kratos-client.rb +1 -1
  111. data/ory-kratos-client.gemspec +1 -1
  112. data/spec/api/metadata_api_spec.rb +1 -1
  113. data/spec/api/v0alpha2_api_spec.rb +29 -12
  114. data/spec/api_client_spec.rb +1 -1
  115. data/spec/configuration_spec.rb +1 -1
  116. data/spec/models/admin_create_identity_body_spec.rb +13 -1
  117. data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
  118. data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
  119. data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
  120. data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
  121. data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
  122. data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
  123. data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
  124. data/spec/models/admin_update_identity_body_spec.rb +13 -1
  125. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  126. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  127. data/spec/models/generic_error_spec.rb +1 -1
  128. data/spec/models/health_not_ready_status_spec.rb +1 -1
  129. data/spec/models/health_status_spec.rb +1 -1
  130. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  131. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  132. data/spec/models/identity_credentials_password_spec.rb +1 -1
  133. data/spec/models/identity_credentials_spec.rb +1 -1
  134. data/spec/models/identity_credentials_type_spec.rb +1 -1
  135. data/spec/models/identity_schema_spec.rb +1 -1
  136. data/spec/models/identity_spec.rb +13 -1
  137. data/spec/models/identity_state_spec.rb +1 -1
  138. data/spec/models/inline_response2001_spec.rb +1 -1
  139. data/spec/models/inline_response200_spec.rb +1 -1
  140. data/spec/models/inline_response503_spec.rb +1 -1
  141. data/spec/models/json_error_spec.rb +1 -1
  142. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  143. data/spec/models/pagination_spec.rb +1 -1
  144. data/spec/models/recovery_address_spec.rb +1 -1
  145. data/spec/models/revoked_sessions_spec.rb +1 -1
  146. data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
  147. data/spec/models/self_service_error_spec.rb +1 -1
  148. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  149. data/spec/models/self_service_login_flow_spec.rb +1 -1
  150. data/spec/models/self_service_logout_url_spec.rb +1 -1
  151. data/spec/models/self_service_recovery_flow_spec.rb +1 -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 +1 -1
  155. data/spec/models/self_service_settings_flow_spec.rb +1 -1
  156. data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
  157. data/spec/models/self_service_verification_flow_spec.rb +1 -1
  158. data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
  159. data/spec/models/session_authentication_method_spec.rb +2 -2
  160. data/spec/models/session_device_spec.rb +1 -1
  161. data/spec/models/session_spec.rb +1 -1
  162. data/spec/models/settings_profile_form_config_spec.rb +1 -1
  163. data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
  164. data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
  165. data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
  166. data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
  167. data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
  168. data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
  169. data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
  170. data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
  171. data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
  172. data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
  173. data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
  174. data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
  175. data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
  176. data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
  177. data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
  178. data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
  179. data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
  180. data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
  181. data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
  182. data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
  183. data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
  184. data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
  185. data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
  186. data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
  187. data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
  188. data/spec/models/ui_container_spec.rb +1 -1
  189. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  190. data/spec/models/ui_node_attributes_spec.rb +1 -1
  191. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  192. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  193. data/spec/models/ui_node_meta_spec.rb +1 -1
  194. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  195. data/spec/models/ui_node_spec.rb +9 -1
  196. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  197. data/spec/models/ui_text_spec.rb +1 -1
  198. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  199. data/spec/models/version_spec.rb +1 -1
  200. data/spec/spec_helper.rb +1 -1
  201. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.22.1.gem +0 -0
  202. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.0.gem +0 -0
  203. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.4.gem +0 -0
  204. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.1.gem +0 -0
  205. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.2.gem +0 -0
  206. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  207. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  208. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/mkmf.log +10 -10
  209. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  210. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/gem.build_complete +0 -0
  211. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/gem_make.out +6 -6
  212. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/mkmf.log +15 -15
  213. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.3 → psych-4.0.4}/psych.so +0 -0
  214. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/gem.build_complete +0 -0
  215. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/gem_make.out +6 -6
  216. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/mkmf.log +5 -5
  217. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.1 → stringio-3.0.2}/stringio.so +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +4 -4
  219. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +4 -4
  220. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +4 -4
  221. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.22.0 → parallel-1.22.1}/MIT-LICENSE.txt +0 -0
  222. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.22.0 → parallel-1.22.1}/lib/parallel/processor_count.rb +1 -2
  223. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.22.1/lib/parallel/version.rb +4 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{parallel-1.22.0 → parallel-1.22.1}/lib/parallel.rb +0 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/LICENSE.txt +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-parse +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/bin/ruby-rewrite +0 -0
  228. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/gauntlet_parser.rb +0 -0
  229. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/all.rb +0 -0
  230. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/node.rb +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ast/processor.rb +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/base.rb +0 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/builders/default.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/clobbering_error.rb +0 -0
  235. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/color.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/context.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current.rb +4 -4
  238. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/current_arg_stack.rb +0 -0
  239. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/deprecation.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic/engine.rb +0 -0
  241. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/diagnostic.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/dedenter.rb +0 -0
  243. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/explanation.rb +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/literal.rb +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer/stack_state.rb +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/lexer.rb +0 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/macruby.rb +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/max_numparam_stack.rb +0 -0
  249. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/messages.rb +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/meta.rb +0 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rewriter.rb +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby18.rb +0 -0
  253. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby19.rb +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby20.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby21.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby22.rb +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby23.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby24.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby25.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby26.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby27.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby28.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby30.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby31.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/ruby32.rb +8 -4
  266. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/rubymotion.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_parse.rb +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/runner.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/buffer.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment/associator.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/comment.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/collection.rb +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/condition.rb +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/constant.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/definition.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/for.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/heredoc.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/index.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/keyword.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/method_definition.rb +0 -0
  282. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/operator.rb +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/rescue_body.rb +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/send.rb +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/ternary.rb +0 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map/variable.rb +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/map.rb +0 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/range.rb +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter/action.rb +0 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/rewriter.rb +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/source/tree_rewriter.rb +0 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/static_environment.rb +0 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/syntax_error.rb +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/tree_rewriter.rb +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/variables_stack.rb +0 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser/version.rb +1 -1
  299. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/lib/parser.rb +0 -0
  300. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.1.0 → parser-3.1.2.0}/parser.gemspec +0 -0
  301. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/.gitignore +0 -0
  302. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Gemfile +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/LICENSE +0 -0
  304. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Mavenfile +0 -0
  305. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/README.md +0 -0
  306. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/Rakefile +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/bin/console +0 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/bin/setup +0 -0
  309. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/.sitearchdir.time +0 -0
  310. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/Makefile +4 -4
  311. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/api.o +0 -0
  312. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/depend +0 -0
  313. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/dumper.o +0 -0
  314. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/emitter.o +0 -0
  315. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/extconf.rb +0 -0
  316. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/loader.o +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/parser.o +0 -0
  318. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.c +0 -0
  319. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.h +0 -0
  320. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych.o +0 -0
  321. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3/lib → psych-4.0.4/ext/psych}/psych.so +0 -0
  322. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.c +0 -0
  323. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.h +0 -0
  324. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_emitter.o +0 -0
  325. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.c +0 -0
  326. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.h +0 -0
  327. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_parser.o +0 -0
  328. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.c +0 -0
  329. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.h +0 -0
  330. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_to_ruby.o +0 -0
  331. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.c +0 -0
  332. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.h +0 -0
  333. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/psych_yaml_tree.o +0 -0
  334. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/reader.o +0 -0
  335. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/scanner.o +0 -0
  336. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/writer.o +0 -0
  337. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/LICENSE +0 -0
  338. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/api.c +0 -0
  339. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/config.h +0 -0
  340. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/dumper.c +0 -0
  341. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/emitter.c +0 -0
  342. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/loader.c +0 -0
  343. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/parser.c +0 -0
  344. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/reader.c +0 -0
  345. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/scanner.c +0 -0
  346. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/writer.c +0 -0
  347. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/yaml.h +0 -0
  348. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/ext/psych/yaml/yaml_private.h +0 -0
  349. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/class_loader.rb +0 -0
  350. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/coder.rb +0 -0
  351. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/core_ext.rb +0 -0
  352. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/exception.rb +0 -0
  353. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handler.rb +0 -0
  354. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handlers/document_stream.rb +0 -0
  355. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/handlers/recorder.rb +0 -0
  356. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/ruby_events.rb +0 -0
  357. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/stream.rb +0 -0
  358. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/tree_builder.rb +0 -0
  359. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/json/yaml_events.rb +0 -0
  360. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/alias.rb +0 -0
  361. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/document.rb +0 -0
  362. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/mapping.rb +0 -0
  363. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/node.rb +2 -2
  364. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/scalar.rb +0 -0
  365. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/sequence.rb +0 -0
  366. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes/stream.rb +0 -0
  367. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/nodes.rb +0 -0
  368. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/omap.rb +0 -0
  369. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/parser.rb +0 -0
  370. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/scalar_scanner.rb +17 -10
  371. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/set.rb +0 -0
  372. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/stream.rb +0 -0
  373. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/streaming.rb +0 -0
  374. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/syntax_error.rb +0 -0
  375. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/tree_builder.rb +0 -0
  376. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/versions.rb +1 -1
  377. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/depth_first.rb +0 -0
  378. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/emitter.rb +0 -0
  379. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/json_tree.rb +0 -0
  380. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/to_ruby.rb +2 -2
  381. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/visitor.rb +0 -0
  382. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors/yaml_tree.rb +0 -0
  383. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/visitors.rb +0 -0
  384. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych/y.rb +0 -0
  385. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/lib/psych.rb +7 -7
  386. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3/ext/psych → psych-4.0.4/lib}/psych.so +0 -0
  387. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.3 → psych-4.0.4}/psych.gemspec +0 -0
  388. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.document +0 -0
  389. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/.yardopts +0 -0
  390. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/Changelog.md +10 -1
  391. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/LICENSE.md +0 -0
  392. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/README.md +0 -0
  393. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  394. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  395. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  396. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  397. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  398. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  399. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  400. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  401. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  402. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/any_instance.rb +0 -0
  403. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_list_matcher.rb +2 -1
  404. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/argument_matchers.rb +0 -0
  405. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/configuration.rb +0 -0
  406. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/error_generator.rb +0 -0
  407. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/example_methods.rb +0 -0
  408. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  409. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/marshal_extension.rb +0 -0
  410. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  411. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  412. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive.rb +1 -1
  413. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  414. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  415. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_chain.rb +0 -0
  416. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/message_expectation.rb +13 -3
  417. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_double.rb +3 -0
  418. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/method_reference.rb +0 -0
  419. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/minitest_integration.rb +0 -0
  420. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/mutate_const.rb +0 -0
  421. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/object_reference.rb +0 -0
  422. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/order_group.rb +0 -0
  423. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/proxy.rb +6 -0
  424. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/space.rb +0 -0
  425. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/standalone.rb +0 -0
  426. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/syntax.rb +0 -0
  427. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/targets.rb +0 -0
  428. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/test_double.rb +0 -0
  429. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_double.rb +0 -0
  430. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  431. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  432. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks/version.rb +1 -1
  433. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.11.0 → rspec-mocks-3.11.1}/lib/rspec/mocks.rb +0 -0
  434. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/README.md +0 -0
  435. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/.sitearchdir.time +0 -0
  436. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/Makefile +4 -4
  437. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/extconf.rb +0 -0
  438. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.c +1 -1
  439. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.o +0 -0
  440. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/ext/stringio/stringio.so +0 -0
  441. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.1 → stringio-3.0.2}/lib/stringio.so +0 -0
  442. data/vendor/bundle/ruby/2.5.0/specifications/{parallel-1.22.0.gemspec → parallel-1.22.1.gemspec} +4 -4
  443. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.1.1.0.gemspec → parser-3.1.2.0.gemspec} +4 -4
  444. data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.3.gemspec → psych-4.0.4.gemspec} +3 -3
  445. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.11.0.gemspec → rspec-mocks-3.11.1.gemspec} +5 -5
  446. data/vendor/bundle/ruby/2.5.0/specifications/{stringio-3.0.1.gemspec → stringio-3.0.2.gemspec} +5 -5
  447. metadata +244 -243
  448. data/vendor/bundle/ruby/2.5.0/cache/parallel-1.22.0.gem +0 -0
  449. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.1.0.gem +0 -0
  450. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.3.gem +0 -0
  451. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.11.0.gem +0 -0
  452. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.1.gem +0 -0
  453. data/vendor/bundle/ruby/2.5.0/gems/parallel-1.22.0/lib/parallel/version.rb +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80004bea374963a3b0f63224f7a0122f9d6e29ba6b03dfead7100857c636f919
4
- data.tar.gz: 12440b65478309923ca86c06590f8998780a9083212a428393b374a2ec746126
3
+ metadata.gz: 6581f9653403a465fb598443e39969eccd6c444ecb58a13dbd6a42915a528487
4
+ data.tar.gz: e500b87f0025f04eebe110d7d69ca46aa946006ed413a3d88d4ec45b30567533
5
5
  SHA512:
6
- metadata.gz: 3dfc7d30cd43b70dae906fb2fcb7f6bba875319e1b6243cb5490a6184170c842eded65ee5d2d4cd520333400352f084677b5a92e234ee1d27a6047746dd9b3e7
7
- data.tar.gz: 384363a6d4dadb4e722036302f39acda953344bdbdbf69d793e7dd27d564a767b5fc86ec6860d6c4c778ce3ac7b28a48a89284ac3c42a9ba14651fc6ef8698d7
6
+ metadata.gz: fdc4a5c5a6e4d682626769dc0d713b2a9435e57d0367f6c74c0d7b74e5111ffa4aeed7a0bcc6ea92e9156527225e9642eea1e428c9d6014517003e79345e73d0
7
+ data.tar.gz: 799f9fad326e36404f470bbfc547678b1bac4891d50027035ed725fd70a0de47ef018f04061e8c2a075611c8872adf85834cc6140e7d8bd41a1355bd2014dcc6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-kratos-client (0.9.0.alpha3)
4
+ ory-kratos-client (0.10.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -16,8 +16,8 @@ GEM
16
16
  ffi (1.15.5)
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
- parallel (1.22.0)
20
- parser (3.1.1.0)
19
+ parallel (1.22.1)
20
+ parser (3.1.2.0)
21
21
  ast (~> 2.4.1)
22
22
  pry (0.13.1)
23
23
  coderay (~> 1.1)
@@ -25,7 +25,7 @@ GEM
25
25
  pry-byebug (3.9.0)
26
26
  byebug (~> 11.0)
27
27
  pry (~> 0.13.0)
28
- psych (4.0.3)
28
+ psych (4.0.4)
29
29
  stringio
30
30
  rainbow (3.1.1)
31
31
  rake (13.0.6)
@@ -38,7 +38,7 @@ GEM
38
38
  rspec-expectations (3.11.0)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
40
  rspec-support (~> 3.11.0)
41
- rspec-mocks (3.11.0)
41
+ rspec-mocks (3.11.1)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.11.0)
44
44
  rspec-support (3.11.0)
@@ -51,7 +51,7 @@ GEM
51
51
  ruby-progressbar (~> 1.7)
52
52
  unicode-display_width (>= 1.4.0, < 1.6)
53
53
  ruby-progressbar (1.11.0)
54
- stringio (3.0.1)
54
+ stringio (3.0.2)
55
55
  typhoeus (1.4.0)
56
56
  ethon (>= 0.9.0)
57
57
  unicode-display_width (1.5.0)
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
  rubocop (~> 0.66.0)
68
68
 
69
69
  BUNDLED WITH
70
- 2.2.30
70
+ 2.3.14
data/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
data/README.md CHANGED
@@ -11,8 +11,8 @@ technology capable of authorizing incoming requests.
11
11
 
12
12
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
13
13
 
14
- - API version: v0.9.0-alpha.3
15
- - Package version: v0.9.0-alpha.3
14
+ - API version: v0.10.1
15
+ - Package version: v0.10.1
16
16
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
17
17
 
18
18
  ## Installation
@@ -28,16 +28,16 @@ gem build ory-kratos-client.gemspec
28
28
  Then either install the gem locally:
29
29
 
30
30
  ```shell
31
- gem install ./ory-kratos-client-v0.9.0-alpha.3.gem
31
+ gem install ./ory-kratos-client-v0.10.1.gem
32
32
  ```
33
33
 
34
- (for development, run `gem install --dev ./ory-kratos-client-v0.9.0-alpha.3.gem` to install the development dependencies)
34
+ (for development, run `gem install --dev ./ory-kratos-client-v0.10.1.gem` to install the development dependencies)
35
35
 
36
36
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
37
37
 
38
38
  Finally add this to the Gemfile:
39
39
 
40
- gem 'ory-kratos-client', '~> v0.9.0-alpha.3'
40
+ gem 'ory-kratos-client', '~> v0.10.1'
41
41
 
42
42
  ### Install from Git
43
43
 
@@ -86,6 +86,7 @@ Class | Method | HTTP request | Description
86
86
  *OryKratosClient::V0alpha2Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /admin/recovery/link | Create a Recovery Link
87
87
  *OryKratosClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /admin/identities/{id} | Delete an Identity
88
88
  *OryKratosClient::V0alpha2Api* | [**admin_delete_identity_sessions**](docs/V0alpha2Api.md#admin_delete_identity_sessions) | **DELETE** /admin/identities/{id}/sessions | Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.
89
+ *OryKratosClient::V0alpha2Api* | [**admin_extend_session**](docs/V0alpha2Api.md#admin_extend_session) | **PATCH** /admin/sessions/{id}/extend | Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed.
89
90
  *OryKratosClient::V0alpha2Api* | [**admin_get_identity**](docs/V0alpha2Api.md#admin_get_identity) | **GET** /admin/identities/{id} | Get an Identity
90
91
  *OryKratosClient::V0alpha2Api* | [**admin_list_identities**](docs/V0alpha2Api.md#admin_list_identities) | **GET** /admin/identities | List Identities
91
92
  *OryKratosClient::V0alpha2Api* | [**admin_list_identity_sessions**](docs/V0alpha2Api.md#admin_list_identity_sessions) | **GET** /admin/identities/{id}/sessions | This endpoint returns all sessions that belong to the given Identity.
@@ -5,6 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **credentials** | [**AdminIdentityImportCredentials**](AdminIdentityImportCredentials.md) | | [optional] |
8
+ | **metadata_admin** | **Object** | Store metadata about the user which is only accessible through admin APIs such as &#x60;GET /admin/identities/&lt;id&gt;&#x60;. | [optional] |
9
+ | **metadata_public** | **Object** | Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field. | [optional] |
8
10
  | **recovery_addresses** | [**Array&lt;RecoveryAddress&gt;**](RecoveryAddress.md) | RecoveryAddresses contains all the addresses that can be used to recover an identity. Use this structure to import recovery addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update. | [optional] |
9
11
  | **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity&#39;s traits. | |
10
12
  | **state** | [**IdentityState**](IdentityState.md) | | [optional] |
@@ -18,6 +20,8 @@ require 'ory-kratos-client'
18
20
 
19
21
  instance = OryKratosClient::AdminCreateIdentityBody.new(
20
22
  credentials: null,
23
+ metadata_admin: null,
24
+ metadata_public: null,
21
25
  recovery_addresses: null,
22
26
  schema_id: null,
23
27
  state: null,
@@ -4,6 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **metadata_admin** | **Object** | Store metadata about the user which is only accessible through admin APIs such as &#x60;GET /admin/identities/&lt;id&gt;&#x60;. | [optional] |
8
+ | **metadata_public** | **Object** | Store metadata about the identity which the identity itself can see when calling for example the session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field. | [optional] |
7
9
  | **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity&#39;s traits. If set will update the Identity&#39;s SchemaID. | |
8
10
  | **state** | [**IdentityState**](IdentityState.md) | | |
9
11
  | **traits** | **Object** | Traits represent an identity&#39;s traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in &#x60;schema_id&#x60;. | |
@@ -14,6 +16,8 @@
14
16
  require 'ory-kratos-client'
15
17
 
16
18
  instance = OryKratosClient::AdminUpdateIdentityBody.new(
19
+ metadata_admin: null,
20
+ metadata_public: null,
17
21
  schema_id: null,
18
22
  state: null,
19
23
  traits: null
data/docs/Identity.md CHANGED
@@ -7,6 +7,8 @@
7
7
  | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
8
8
  | **credentials** | [**Hash&lt;String, IdentityCredentials&gt;**](IdentityCredentials.md) | Credentials represents all credentials that can be used for authenticating this identity. | [optional] |
9
9
  | **id** | **String** | | |
10
+ | **metadata_admin** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |
11
+ | **metadata_public** | **Object** | NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable- | [optional] |
10
12
  | **recovery_addresses** | [**Array&lt;RecoveryAddress&gt;**](RecoveryAddress.md) | RecoveryAddresses contains all the addresses that can be used to recover an identity. | [optional] |
11
13
  | **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity&#39;s traits. | |
12
14
  | **schema_url** | **String** | SchemaURL is the URL of the endpoint where the identity&#39;s traits schema can be fetched from. format: url | |
@@ -25,6 +27,8 @@ instance = OryKratosClient::Identity.new(
25
27
  created_at: null,
26
28
  credentials: null,
27
29
  id: null,
30
+ metadata_admin: null,
31
+ metadata_public: null,
28
32
  recovery_addresses: null,
29
33
  schema_id: null,
30
34
  schema_url: null,
@@ -11,7 +11,7 @@
11
11
  | **request_url** | **String** | RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL&#39;s path or query for example. | |
12
12
  | **return_to** | **String** | ReturnTo contains the requested return_to URL. | [optional] |
13
13
  | **state** | [**SelfServiceRecoveryFlowState**](SelfServiceRecoveryFlowState.md) | | |
14
- | **type** | **String** | The flow type can either be &#x60;api&#x60; or &#x60;browser&#x60;. | [optional] |
14
+ | **type** | **String** | The flow type can either be &#x60;api&#x60; or &#x60;browser&#x60;. | |
15
15
  | **ui** | [**UiContainer**](UiContainer.md) | | |
16
16
 
17
17
  ## Example
@@ -10,7 +10,7 @@
10
10
  | **issued_at** | **Time** | IssuedAt is the time (UTC) when the flow occurred. | |
11
11
  | **request_url** | **String** | RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL&#39;s path or query for example. | |
12
12
  | **return_to** | **String** | ReturnTo contains the requested return_to URL. | [optional] |
13
- | **type** | **String** | The flow type can either be &#x60;api&#x60; or &#x60;browser&#x60;. | [optional] |
13
+ | **type** | **String** | The flow type can either be &#x60;api&#x60; or &#x60;browser&#x60;. | |
14
14
  | **ui** | [**UiContainer**](UiContainer.md) | | |
15
15
 
16
16
  ## Example
@@ -12,7 +12,7 @@
12
12
  | **request_url** | **String** | RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL&#39;s path or query for example. | |
13
13
  | **return_to** | **String** | ReturnTo contains the requested return_to URL. | [optional] |
14
14
  | **state** | [**SelfServiceSettingsFlowState**](SelfServiceSettingsFlowState.md) | | |
15
- | **type** | **String** | The flow type can either be &#x60;api&#x60; or &#x60;browser&#x60;. | [optional] |
15
+ | **type** | **String** | The flow type can either be &#x60;api&#x60; or &#x60;browser&#x60;. | |
16
16
  | **ui** | [**UiContainer**](UiContainer.md) | | |
17
17
 
18
18
  ## Example
@@ -8,7 +8,7 @@
8
8
  | **identifier** | **String** | Identifier is the email or username of the user trying to log in. | |
9
9
  | **method** | **String** | Method should be set to \&quot;password\&quot; when logging in using the identifier and password strategy. | |
10
10
  | **password** | **String** | The user&#39;s password. | |
11
- | **password_identifier** | **String** | Identifier is the email or username of the user trying to log in. This field is deprecated! | |
11
+ | **password_identifier** | **String** | Identifier is the email or username of the user trying to log in. This field is deprecated! | [optional] |
12
12
 
13
13
  ## Example
14
14
 
data/docs/UiNode.md CHANGED
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **attributes** | [**UiNodeAttributes**](UiNodeAttributes.md) | | |
8
- | **group** | **String** | | |
8
+ | **group** | **String** | Group specifies which group (e.g. password authenticator) this node belongs to. | |
9
9
  | **messages** | [**Array&lt;UiText&gt;**](UiText.md) | | |
10
10
  | **meta** | [**UiNodeMeta**](UiNodeMeta.md) | | |
11
- | **type** | **String** | | |
11
+ | **type** | **String** | The node&#39;s type | |
12
12
 
13
13
  ## Example
14
14
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **href** | **String** | The link&#39;s href (destination) URL. format: uri | |
8
8
  | **id** | **String** | A unique identifier | |
9
- | **node_type** | **String** | | |
9
+ | **node_type** | **String** | NodeType represents this node&#39;s types. It is a mirror of &#x60;node.type&#x60; and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \&quot;a\&quot;. | |
10
10
  | **title** | [**UiText**](UiText.md) | | |
11
11
 
12
12
  ## Example
@@ -47,8 +47,8 @@ require 'ory-kratos-client'
47
47
  OryKratosClient::UiNodeAttributes.openapi_discriminator_mapping
48
48
  # =>
49
49
  # {
50
- # :'anchor' => :'UiNodeAnchorAttributes',
51
- # :'image' => :'UiNodeImageAttributes',
50
+ # :'a' => :'UiNodeAnchorAttributes',
51
+ # :'img' => :'UiNodeImageAttributes',
52
52
  # :'input' => :'UiNodeInputAttributes',
53
53
  # :'script' => :'UiNodeScriptAttributes',
54
54
  # :'text' => :'UiNodeTextAttributes'
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **height** | **Integer** | Height of the image | |
8
8
  | **id** | **String** | A unique identifier | |
9
- | **node_type** | **String** | | |
9
+ | **node_type** | **String** | NodeType represents this node&#39;s types. It is a mirror of &#x60;node.type&#x60; and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \&quot;img\&quot;. | |
10
10
  | **src** | **String** | The image&#39;s source URL. format: uri | |
11
11
  | **width** | **Integer** | Width of the image | |
12
12
 
@@ -7,7 +7,7 @@
7
7
  | **disabled** | **Boolean** | Sets the input&#39;s disabled field to true or false. | |
8
8
  | **label** | [**UiText**](UiText.md) | | [optional] |
9
9
  | **name** | **String** | The input&#39;s element name. | |
10
- | **node_type** | **String** | | |
10
+ | **node_type** | **String** | NodeType represents this node&#39;s types. It is a mirror of &#x60;node.type&#x60; and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \&quot;input\&quot;. | |
11
11
  | **onclick** | **String** | OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn. | [optional] |
12
12
  | **pattern** | **String** | The input&#39;s pattern. | [optional] |
13
13
  | **required** | **Boolean** | Mark this input field as required. | [optional] |
@@ -8,7 +8,7 @@
8
8
  | **crossorigin** | **String** | The script cross origin policy | |
9
9
  | **id** | **String** | A unique identifier | |
10
10
  | **integrity** | **String** | The script&#39;s integrity hash | |
11
- | **node_type** | **String** | | |
11
+ | **node_type** | **String** | NodeType represents this node&#39;s types. It is a mirror of &#x60;node.type&#x60; and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \&quot;script\&quot;. | |
12
12
  | **nonce** | **String** | Nonce for CSP A nonce you may want to use to improve your Content Security Policy. You do not have to use this value but if you want to improve your CSP policies you may use it. You can also choose to use your own nonce value! | |
13
13
  | **referrerpolicy** | **String** | The script referrer policy | |
14
14
  | **src** | **String** | The script source | |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **String** | A unique identifier | |
8
- | **node_type** | **String** | | |
8
+ | **node_type** | **String** | NodeType represents this node&#39;s types. It is a mirror of &#x60;node.type&#x60; and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \&quot;text\&quot;. | |
9
9
  | **text** | [**UiText**](UiText.md) | | |
10
10
 
11
11
  ## Example