ory-kratos-client 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (433) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +6 -5
  4. data/README.md +12 -15
  5. data/docs/CourierApi.md +76 -4
  6. data/docs/IdentityApi.md +28 -7
  7. data/docs/Message.md +12 -10
  8. data/docs/MessageDispatch.md +28 -0
  9. data/lib/ory-kratos-client/api/courier_api.rb +74 -15
  10. data/lib/ory-kratos-client/api/frontend_api.rb +1 -1
  11. data/lib/ory-kratos-client/api/identity_api.rb +6 -6
  12. data/lib/ory-kratos-client/api/metadata_api.rb +1 -1
  13. data/lib/ory-kratos-client/api_client.rb +1 -1
  14. data/lib/ory-kratos-client/api_error.rb +1 -1
  15. data/lib/ory-kratos-client/configuration.rb +1 -1
  16. data/lib/ory-kratos-client/models/authenticator_assurance_level.rb +1 -1
  17. data/lib/ory-kratos-client/models/courier_message_status.rb +1 -1
  18. data/lib/ory-kratos-client/models/courier_message_type.rb +1 -1
  19. data/lib/ory-kratos-client/models/create_identity_body.rb +1 -1
  20. data/lib/ory-kratos-client/models/create_recovery_code_for_identity_body.rb +1 -1
  21. data/lib/ory-kratos-client/models/create_recovery_link_for_identity_body.rb +1 -1
  22. data/lib/ory-kratos-client/models/delete_my_sessions_count.rb +1 -1
  23. data/lib/ory-kratos-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
  24. data/lib/ory-kratos-client/models/error_browser_location_change_required.rb +1 -1
  25. data/lib/ory-kratos-client/models/error_flow_replaced.rb +1 -1
  26. data/lib/ory-kratos-client/models/error_generic.rb +1 -1
  27. data/lib/ory-kratos-client/models/flow_error.rb +1 -1
  28. data/lib/ory-kratos-client/models/generic_error.rb +1 -1
  29. data/lib/ory-kratos-client/models/get_version200_response.rb +1 -1
  30. data/lib/ory-kratos-client/models/health_not_ready_status.rb +1 -1
  31. data/lib/ory-kratos-client/models/health_status.rb +1 -1
  32. data/lib/ory-kratos-client/models/identity.rb +1 -1
  33. data/lib/ory-kratos-client/models/identity_credentials.rb +1 -1
  34. data/lib/ory-kratos-client/models/identity_credentials_oidc.rb +1 -1
  35. data/lib/ory-kratos-client/models/identity_credentials_oidc_provider.rb +1 -1
  36. data/lib/ory-kratos-client/models/identity_credentials_password.rb +1 -1
  37. data/lib/ory-kratos-client/models/identity_credentials_type.rb +1 -1
  38. data/lib/ory-kratos-client/models/identity_schema_container.rb +1 -1
  39. data/lib/ory-kratos-client/models/identity_state.rb +1 -1
  40. data/lib/ory-kratos-client/models/identity_with_credentials.rb +1 -1
  41. data/lib/ory-kratos-client/models/identity_with_credentials_oidc.rb +1 -1
  42. data/lib/ory-kratos-client/models/identity_with_credentials_oidc_config.rb +1 -1
  43. data/lib/ory-kratos-client/models/identity_with_credentials_oidc_config_provider.rb +1 -1
  44. data/lib/ory-kratos-client/models/identity_with_credentials_password.rb +1 -1
  45. data/lib/ory-kratos-client/models/identity_with_credentials_password_config.rb +1 -1
  46. data/lib/ory-kratos-client/models/is_alive200_response.rb +1 -1
  47. data/lib/ory-kratos-client/models/is_ready503_response.rb +1 -1
  48. data/lib/ory-kratos-client/models/json_patch.rb +1 -1
  49. data/lib/ory-kratos-client/models/login_flow.rb +1 -1
  50. data/lib/ory-kratos-client/models/logout_flow.rb +1 -1
  51. data/lib/ory-kratos-client/models/message.rb +65 -2
  52. data/lib/ory-kratos-client/models/message_dispatch.rb +329 -0
  53. data/lib/ory-kratos-client/models/needs_privileged_session_error.rb +1 -1
  54. data/lib/ory-kratos-client/models/o_auth2_client.rb +1 -1
  55. data/lib/ory-kratos-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
  56. data/lib/ory-kratos-client/models/o_auth2_login_request.rb +1 -1
  57. data/lib/ory-kratos-client/models/pagination.rb +1 -1
  58. data/lib/ory-kratos-client/models/perform_native_logout_body.rb +1 -1
  59. data/lib/ory-kratos-client/models/recovery_code_for_identity.rb +1 -1
  60. data/lib/ory-kratos-client/models/recovery_flow.rb +1 -1
  61. data/lib/ory-kratos-client/models/recovery_flow_state.rb +1 -1
  62. data/lib/ory-kratos-client/models/recovery_identity_address.rb +1 -1
  63. data/lib/ory-kratos-client/models/recovery_link_for_identity.rb +1 -1
  64. data/lib/ory-kratos-client/models/registration_flow.rb +1 -1
  65. data/lib/ory-kratos-client/models/self_service_flow_expired_error.rb +1 -1
  66. data/lib/ory-kratos-client/models/session.rb +1 -1
  67. data/lib/ory-kratos-client/models/session_authentication_method.rb +1 -1
  68. data/lib/ory-kratos-client/models/session_device.rb +1 -1
  69. data/lib/ory-kratos-client/models/settings_flow.rb +1 -1
  70. data/lib/ory-kratos-client/models/settings_flow_state.rb +1 -1
  71. data/lib/ory-kratos-client/models/successful_native_login.rb +1 -1
  72. data/lib/ory-kratos-client/models/successful_native_registration.rb +1 -1
  73. data/lib/ory-kratos-client/models/token_pagination.rb +1 -1
  74. data/lib/ory-kratos-client/models/token_pagination_headers.rb +1 -1
  75. data/lib/ory-kratos-client/models/ui_container.rb +1 -1
  76. data/lib/ory-kratos-client/models/ui_node.rb +1 -1
  77. data/lib/ory-kratos-client/models/ui_node_anchor_attributes.rb +1 -1
  78. data/lib/ory-kratos-client/models/ui_node_attributes.rb +1 -1
  79. data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +1 -1
  80. data/lib/ory-kratos-client/models/ui_node_input_attributes.rb +1 -1
  81. data/lib/ory-kratos-client/models/ui_node_meta.rb +1 -1
  82. data/lib/ory-kratos-client/models/ui_node_script_attributes.rb +1 -1
  83. data/lib/ory-kratos-client/models/ui_node_text_attributes.rb +1 -1
  84. data/lib/ory-kratos-client/models/ui_text.rb +1 -1
  85. data/lib/ory-kratos-client/models/update_identity_body.rb +1 -1
  86. data/lib/ory-kratos-client/models/update_login_flow_body.rb +1 -1
  87. data/lib/ory-kratos-client/models/update_login_flow_with_lookup_secret_method.rb +1 -1
  88. data/lib/ory-kratos-client/models/update_login_flow_with_oidc_method.rb +1 -1
  89. data/lib/ory-kratos-client/models/update_login_flow_with_password_method.rb +1 -1
  90. data/lib/ory-kratos-client/models/update_login_flow_with_totp_method.rb +1 -1
  91. data/lib/ory-kratos-client/models/update_login_flow_with_web_authn_method.rb +1 -1
  92. data/lib/ory-kratos-client/models/update_recovery_flow_body.rb +1 -1
  93. data/lib/ory-kratos-client/models/update_recovery_flow_with_code_method.rb +1 -1
  94. data/lib/ory-kratos-client/models/update_recovery_flow_with_link_method.rb +1 -1
  95. data/lib/ory-kratos-client/models/update_registration_flow_body.rb +1 -1
  96. data/lib/ory-kratos-client/models/update_registration_flow_with_oidc_method.rb +1 -1
  97. data/lib/ory-kratos-client/models/update_registration_flow_with_password_method.rb +1 -1
  98. data/lib/ory-kratos-client/models/update_registration_flow_with_web_authn_method.rb +1 -1
  99. data/lib/ory-kratos-client/models/update_settings_flow_body.rb +1 -1
  100. data/lib/ory-kratos-client/models/update_settings_flow_with_lookup_method.rb +1 -1
  101. data/lib/ory-kratos-client/models/update_settings_flow_with_oidc_method.rb +1 -1
  102. data/lib/ory-kratos-client/models/update_settings_flow_with_password_method.rb +1 -1
  103. data/lib/ory-kratos-client/models/update_settings_flow_with_profile_method.rb +1 -1
  104. data/lib/ory-kratos-client/models/update_settings_flow_with_totp_method.rb +1 -1
  105. data/lib/ory-kratos-client/models/update_settings_flow_with_web_authn_method.rb +1 -1
  106. data/lib/ory-kratos-client/models/update_verification_flow_body.rb +1 -1
  107. data/lib/ory-kratos-client/models/update_verification_flow_with_code_method_body.rb +1 -1
  108. data/lib/ory-kratos-client/models/update_verification_flow_with_link_method.rb +1 -1
  109. data/lib/ory-kratos-client/models/verifiable_identity_address.rb +1 -1
  110. data/lib/ory-kratos-client/models/verification_flow.rb +1 -1
  111. data/lib/ory-kratos-client/models/verification_flow_state.rb +1 -1
  112. data/lib/ory-kratos-client/models/version.rb +1 -1
  113. data/lib/ory-kratos-client/version.rb +2 -2
  114. data/lib/ory-kratos-client.rb +2 -1
  115. data/ory-kratos-client.gemspec +1 -1
  116. data/spec/api/courier_api_spec.rb +15 -3
  117. data/spec/api/frontend_api_spec.rb +1 -1
  118. data/spec/api/identity_api_spec.rb +2 -2
  119. data/spec/api/metadata_api_spec.rb +1 -1
  120. data/spec/api_client_spec.rb +1 -1
  121. data/spec/configuration_spec.rb +1 -1
  122. data/spec/models/authenticator_assurance_level_spec.rb +1 -1
  123. data/spec/models/courier_message_status_spec.rb +1 -1
  124. data/spec/models/courier_message_type_spec.rb +1 -1
  125. data/spec/models/create_identity_body_spec.rb +1 -1
  126. data/spec/models/create_recovery_code_for_identity_body_spec.rb +1 -1
  127. data/spec/models/create_recovery_link_for_identity_body_spec.rb +1 -1
  128. data/spec/models/delete_my_sessions_count_spec.rb +1 -1
  129. data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
  130. data/spec/models/error_browser_location_change_required_spec.rb +1 -1
  131. data/spec/models/error_flow_replaced_spec.rb +1 -1
  132. data/spec/models/error_generic_spec.rb +1 -1
  133. data/spec/models/flow_error_spec.rb +1 -1
  134. data/spec/models/generic_error_spec.rb +1 -1
  135. data/spec/models/get_version200_response_spec.rb +1 -1
  136. data/spec/models/health_not_ready_status_spec.rb +1 -1
  137. data/spec/models/health_status_spec.rb +1 -1
  138. data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
  139. data/spec/models/identity_credentials_oidc_spec.rb +1 -1
  140. data/spec/models/identity_credentials_password_spec.rb +1 -1
  141. data/spec/models/identity_credentials_spec.rb +1 -1
  142. data/spec/models/identity_credentials_type_spec.rb +1 -1
  143. data/spec/models/identity_schema_container_spec.rb +1 -1
  144. data/spec/models/identity_spec.rb +1 -1
  145. data/spec/models/identity_state_spec.rb +1 -1
  146. data/spec/models/identity_with_credentials_oidc_config_provider_spec.rb +1 -1
  147. data/spec/models/identity_with_credentials_oidc_config_spec.rb +1 -1
  148. data/spec/models/identity_with_credentials_oidc_spec.rb +1 -1
  149. data/spec/models/identity_with_credentials_password_config_spec.rb +1 -1
  150. data/spec/models/identity_with_credentials_password_spec.rb +1 -1
  151. data/spec/models/identity_with_credentials_spec.rb +1 -1
  152. data/spec/models/is_alive200_response_spec.rb +1 -1
  153. data/spec/models/is_ready503_response_spec.rb +1 -1
  154. data/spec/models/json_patch_spec.rb +1 -1
  155. data/spec/models/login_flow_spec.rb +1 -1
  156. data/spec/models/logout_flow_spec.rb +1 -1
  157. data/spec/models/message_dispatch_spec.rb +68 -0
  158. data/spec/models/message_spec.rb +7 -1
  159. data/spec/models/needs_privileged_session_error_spec.rb +1 -1
  160. data/spec/models/o_auth2_client_spec.rb +1 -1
  161. data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
  162. data/spec/models/o_auth2_login_request_spec.rb +1 -1
  163. data/spec/models/pagination_spec.rb +1 -1
  164. data/spec/models/perform_native_logout_body_spec.rb +1 -1
  165. data/spec/models/recovery_code_for_identity_spec.rb +1 -1
  166. data/spec/models/recovery_flow_spec.rb +1 -1
  167. data/spec/models/recovery_flow_state_spec.rb +1 -1
  168. data/spec/models/recovery_identity_address_spec.rb +1 -1
  169. data/spec/models/recovery_link_for_identity_spec.rb +1 -1
  170. data/spec/models/registration_flow_spec.rb +1 -1
  171. data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
  172. data/spec/models/session_authentication_method_spec.rb +1 -1
  173. data/spec/models/session_device_spec.rb +1 -1
  174. data/spec/models/session_spec.rb +1 -1
  175. data/spec/models/settings_flow_spec.rb +1 -1
  176. data/spec/models/settings_flow_state_spec.rb +1 -1
  177. data/spec/models/successful_native_login_spec.rb +1 -1
  178. data/spec/models/successful_native_registration_spec.rb +1 -1
  179. data/spec/models/token_pagination_headers_spec.rb +1 -1
  180. data/spec/models/token_pagination_spec.rb +1 -1
  181. data/spec/models/ui_container_spec.rb +1 -1
  182. data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
  183. data/spec/models/ui_node_attributes_spec.rb +1 -1
  184. data/spec/models/ui_node_image_attributes_spec.rb +1 -1
  185. data/spec/models/ui_node_input_attributes_spec.rb +1 -1
  186. data/spec/models/ui_node_meta_spec.rb +1 -1
  187. data/spec/models/ui_node_script_attributes_spec.rb +1 -1
  188. data/spec/models/ui_node_spec.rb +1 -1
  189. data/spec/models/ui_node_text_attributes_spec.rb +1 -1
  190. data/spec/models/ui_text_spec.rb +1 -1
  191. data/spec/models/update_identity_body_spec.rb +1 -1
  192. data/spec/models/update_login_flow_body_spec.rb +1 -1
  193. data/spec/models/update_login_flow_with_lookup_secret_method_spec.rb +1 -1
  194. data/spec/models/update_login_flow_with_oidc_method_spec.rb +1 -1
  195. data/spec/models/update_login_flow_with_password_method_spec.rb +1 -1
  196. data/spec/models/update_login_flow_with_totp_method_spec.rb +1 -1
  197. data/spec/models/update_login_flow_with_web_authn_method_spec.rb +1 -1
  198. data/spec/models/update_recovery_flow_body_spec.rb +1 -1
  199. data/spec/models/update_recovery_flow_with_code_method_spec.rb +1 -1
  200. data/spec/models/update_recovery_flow_with_link_method_spec.rb +1 -1
  201. data/spec/models/update_registration_flow_body_spec.rb +1 -1
  202. data/spec/models/update_registration_flow_with_oidc_method_spec.rb +1 -1
  203. data/spec/models/update_registration_flow_with_password_method_spec.rb +1 -1
  204. data/spec/models/update_registration_flow_with_web_authn_method_spec.rb +1 -1
  205. data/spec/models/update_settings_flow_body_spec.rb +1 -1
  206. data/spec/models/update_settings_flow_with_lookup_method_spec.rb +1 -1
  207. data/spec/models/update_settings_flow_with_oidc_method_spec.rb +1 -1
  208. data/spec/models/update_settings_flow_with_password_method_spec.rb +1 -1
  209. data/spec/models/update_settings_flow_with_profile_method_spec.rb +1 -1
  210. data/spec/models/update_settings_flow_with_totp_method_spec.rb +1 -1
  211. data/spec/models/update_settings_flow_with_web_authn_method_spec.rb +1 -1
  212. data/spec/models/update_verification_flow_body_spec.rb +1 -1
  213. data/spec/models/update_verification_flow_with_code_method_body_spec.rb +1 -1
  214. data/spec/models/update_verification_flow_with_link_method_spec.rb +1 -1
  215. data/spec/models/verifiable_identity_address_spec.rb +1 -1
  216. data/spec/models/verification_flow_spec.rb +1 -1
  217. data/spec/models/verification_flow_state_spec.rb +1 -1
  218. data/spec/models/version_spec.rb +1 -1
  219. data/spec/spec_helper.rb +1 -1
  220. data/vendor/bundle/ruby/2.5.0/cache/parser-3.2.0.0.gem +0 -0
  221. data/vendor/bundle/ruby/2.5.0/cache/rspec-expectations-3.12.2.gem +0 -0
  222. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.12.2.gem +0 -0
  223. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.4.gem +0 -0
  224. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  225. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  226. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  227. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.6/gem_make.out +2 -2
  228. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.2 → stringio-3.0.4}/gem.build_complete +0 -0
  229. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.2 → stringio-3.0.4}/gem_make.out +6 -6
  230. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{stringio-3.0.2 → stringio-3.0.4}/mkmf.log +2 -2
  231. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.4/stringio.so +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  233. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  234. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  235. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/LICENSE.txt +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/bin/ruby-parse +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/bin/ruby-rewrite +0 -0
  238. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/gauntlet_parser.rb +0 -0
  239. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/all.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ast/node.rb +0 -0
  241. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ast/processor.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/base.rb +0 -0
  243. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/builders/default.rb +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/clobbering_error.rb +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/color.rb +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/context.rb +0 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/current.rb +5 -5
  248. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/current_arg_stack.rb +0 -0
  249. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/deprecation.rb +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/diagnostic/engine.rb +0 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/diagnostic.rb +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/lexer/dedenter.rb +0 -0
  253. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/lexer/explanation.rb +0 -0
  254. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/lexer/literal.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/lexer/stack_state.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/parser-3.2.0.0/lib/parser/lexer-F0.rb +17642 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0/lib/parser/lexer.rb → parser-3.2.0.0/lib/parser/lexer-F1.rb} +2738 -6576
  258. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/macruby.rb +0 -0
  259. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/max_numparam_stack.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/messages.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/meta.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/rewriter.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby18.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby19.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby20.rb +0 -0
  266. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby21.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby22.rb +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby23.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby24.rb +0 -0
  270. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby25.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby26.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby27.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby28.rb +0 -0
  274. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby30.rb +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby31.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/ruby32.rb +1034 -1023
  277. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/rubymotion.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/runner/ruby_parse.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/runner.rb +0 -0
  281. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/buffer.rb +12 -3
  282. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/comment/associator.rb +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/comment.rb +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/collection.rb +0 -0
  285. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/condition.rb +0 -0
  286. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/constant.rb +0 -0
  287. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/definition.rb +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/for.rb +0 -0
  289. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/heredoc.rb +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/index.rb +0 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/keyword.rb +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/method_definition.rb +0 -0
  293. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  294. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/operator.rb +0 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/rescue_body.rb +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/send.rb +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/ternary.rb +0 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map/variable.rb +0 -0
  299. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/map.rb +0 -0
  300. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/range.rb +1 -1
  301. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/rewriter/action.rb +0 -0
  302. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/rewriter.rb +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  304. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/source/tree_rewriter.rb +0 -0
  305. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/static_environment.rb +0 -0
  306. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/syntax_error.rb +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/tree_rewriter.rb +0 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/variables_stack.rb +0 -0
  309. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser/version.rb +1 -1
  310. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/lib/parser.rb +5 -1
  311. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.3.0 → parser-3.2.0.0}/parser.gemspec +1 -1
  312. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
  313. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/.document +0 -0
  314. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/.yardopts +0 -0
  315. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/Changelog.md +18 -1
  316. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/LICENSE.md +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/README.md +0 -0
  318. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  319. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/configuration.rb +0 -0
  320. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/expectation_target.rb +0 -0
  321. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/fail_with.rb +0 -0
  322. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/failure_aggregator.rb +17 -0
  323. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/handler.rb +0 -0
  324. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/minitest_integration.rb +0 -0
  325. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/syntax.rb +0 -0
  326. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations/version.rb +1 -1
  327. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/expectations.rb +0 -0
  328. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/aliased_matcher.rb +3 -3
  329. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/all.rb +0 -0
  330. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  331. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/be.rb +0 -0
  332. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  333. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  334. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  335. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  336. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/change.rb +0 -0
  337. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/compound.rb +1 -1
  338. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  339. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  340. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/cover.rb +0 -0
  341. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/eq.rb +0 -0
  342. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/eql.rb +0 -0
  343. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/equal.rb +0 -0
  344. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/exist.rb +1 -1
  345. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/has.rb +0 -0
  346. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  347. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/include.rb +0 -0
  348. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/match.rb +0 -0
  349. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/operators.rb +0 -0
  350. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/output.rb +0 -0
  351. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  352. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  353. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  354. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  355. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  356. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in/yield.rb +0 -0
  357. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/built_in.rb +0 -0
  358. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/composable.rb +1 -1
  359. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/dsl.rb +8 -7
  360. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/english_phrasing.rb +0 -0
  361. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -0
  362. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/fail_matchers.rb +0 -0
  363. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  364. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  365. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  366. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.12.0 → rspec-expectations-3.12.2}/lib/rspec/matchers.rb +1 -1
  367. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/.document +0 -0
  368. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/.yardopts +0 -0
  369. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/Changelog.md +26 -1
  370. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/LICENSE.md +0 -0
  371. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/README.md +0 -0
  372. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  373. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  374. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  375. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  376. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/message_chains.rb +1 -1
  377. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/proxy.rb +1 -1
  378. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  379. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  380. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  381. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/any_instance.rb +0 -0
  382. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/argument_list_matcher.rb +3 -1
  383. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/argument_matchers.rb +0 -0
  384. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/configuration.rb +0 -0
  385. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/error_generator.rb +14 -4
  386. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/example_methods.rb +0 -0
  387. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  388. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/marshal_extension.rb +0 -0
  389. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  390. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/matchers/have_received.rb +1 -1
  391. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/matchers/receive.rb +1 -1
  392. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/matchers/receive_message_chain.rb +1 -1
  393. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/matchers/receive_messages.rb +1 -1
  394. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/message_chain.rb +0 -0
  395. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/message_expectation.rb +0 -0
  396. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/method_double.rb +19 -1
  397. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/method_reference.rb +0 -0
  398. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/minitest_integration.rb +1 -1
  399. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/mutate_const.rb +1 -1
  400. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/object_reference.rb +0 -0
  401. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/order_group.rb +0 -0
  402. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/proxy.rb +3 -8
  403. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/space.rb +0 -0
  404. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/standalone.rb +0 -0
  405. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/syntax.rb +0 -0
  406. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/targets.rb +1 -1
  407. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/test_double.rb +0 -0
  408. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/verifying_double.rb +0 -0
  409. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  410. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/verifying_proxy.rb +4 -3
  411. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks/version.rb +1 -1
  412. data/vendor/bundle/ruby/2.5.0/gems/{rspec-mocks-3.12.0 → rspec-mocks-3.12.2}/lib/rspec/mocks.rb +0 -0
  413. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.2 → stringio-3.0.4}/README.md +0 -0
  414. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.2 → stringio-3.0.4}/ext/stringio/.sitearchdir.time +0 -0
  415. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.2 → stringio-3.0.4}/ext/stringio/Makefile +2 -2
  416. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.2 → stringio-3.0.4}/ext/stringio/extconf.rb +0 -0
  417. data/vendor/bundle/ruby/2.5.0/gems/{stringio-3.0.2 → stringio-3.0.4}/ext/stringio/stringio.c +241 -132
  418. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.4/ext/stringio/stringio.o +0 -0
  419. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.4/ext/stringio/stringio.so +0 -0
  420. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.4/lib/stringio.so +0 -0
  421. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.1.3.0.gemspec → parser-3.2.0.0.gemspec} +7 -7
  422. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-expectations-3.12.0.gemspec → rspec-expectations-3.12.2.gemspec} +5 -5
  423. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-mocks-3.12.0.gemspec → rspec-mocks-3.12.2.gemspec} +5 -5
  424. data/vendor/bundle/ruby/2.5.0/specifications/{stringio-3.0.2.gemspec → stringio-3.0.4.gemspec} +3 -3
  425. metadata +204 -199
  426. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.3.0.gem +0 -0
  427. data/vendor/bundle/ruby/2.5.0/cache/rspec-expectations-3.12.0.gem +0 -0
  428. data/vendor/bundle/ruby/2.5.0/cache/rspec-mocks-3.12.0.gem +0 -0
  429. data/vendor/bundle/ruby/2.5.0/cache/stringio-3.0.2.gem +0 -0
  430. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/stringio.so +0 -0
  431. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/stringio.o +0 -0
  432. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/stringio.so +0 -0
  433. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
@@ -0,0 +1,329 @@
1
+ =begin
2
+ #Ory Identities API
3
+
4
+ #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
+
6
+ The version of the OpenAPI document: v0.11.1
7
+ Contact: office@ory.sh
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.0.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module OryKratosClient
17
+ # MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured
18
+ class MessageDispatch
19
+ # CreatedAt is a helper struct field for gobuffalo.pop.
20
+ attr_accessor :created_at
21
+
22
+ attr_accessor :error
23
+
24
+ # The ID of this message dispatch
25
+ attr_accessor :id
26
+
27
+ # The ID of the message being dispatched
28
+ attr_accessor :message_id
29
+
30
+ # The status of this dispatch Either \"failed\" or \"success\" failed CourierMessageDispatchStatusFailed success CourierMessageDispatchStatusSuccess
31
+ attr_accessor :status
32
+
33
+ # UpdatedAt is a helper struct field for gobuffalo.pop.
34
+ attr_accessor :updated_at
35
+
36
+ class EnumAttributeValidator
37
+ attr_reader :datatype
38
+ attr_reader :allowable_values
39
+
40
+ def initialize(datatype, allowable_values)
41
+ @allowable_values = allowable_values.map do |value|
42
+ case datatype.to_s
43
+ when /Integer/i
44
+ value.to_i
45
+ when /Float/i
46
+ value.to_f
47
+ else
48
+ value
49
+ end
50
+ end
51
+ end
52
+
53
+ def valid?(value)
54
+ !value || allowable_values.include?(value)
55
+ end
56
+ end
57
+
58
+ # Attribute mapping from ruby-style variable name to JSON key.
59
+ def self.attribute_map
60
+ {
61
+ :'created_at' => :'created_at',
62
+ :'error' => :'error',
63
+ :'id' => :'id',
64
+ :'message_id' => :'message_id',
65
+ :'status' => :'status',
66
+ :'updated_at' => :'updated_at'
67
+ }
68
+ end
69
+
70
+ # Returns all the JSON keys this model knows about
71
+ def self.acceptable_attributes
72
+ attribute_map.values
73
+ end
74
+
75
+ # Attribute type mapping.
76
+ def self.openapi_types
77
+ {
78
+ :'created_at' => :'Time',
79
+ :'error' => :'Object',
80
+ :'id' => :'String',
81
+ :'message_id' => :'String',
82
+ :'status' => :'String',
83
+ :'updated_at' => :'Time'
84
+ }
85
+ end
86
+
87
+ # List of attributes with nullable: true
88
+ def self.openapi_nullable
89
+ Set.new([
90
+ ])
91
+ end
92
+
93
+ # Initializes the object
94
+ # @param [Hash] attributes Model attributes in the form of hash
95
+ def initialize(attributes = {})
96
+ if (!attributes.is_a?(Hash))
97
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OryKratosClient::MessageDispatch` initialize method"
98
+ end
99
+
100
+ # check to see if the attribute exists and convert string to symbol for hash key
101
+ attributes = attributes.each_with_object({}) { |(k, v), h|
102
+ if (!self.class.attribute_map.key?(k.to_sym))
103
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OryKratosClient::MessageDispatch`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
104
+ end
105
+ h[k.to_sym] = v
106
+ }
107
+
108
+ if attributes.key?(:'created_at')
109
+ self.created_at = attributes[:'created_at']
110
+ end
111
+
112
+ if attributes.key?(:'error')
113
+ self.error = attributes[:'error']
114
+ end
115
+
116
+ if attributes.key?(:'id')
117
+ self.id = attributes[:'id']
118
+ end
119
+
120
+ if attributes.key?(:'message_id')
121
+ self.message_id = attributes[:'message_id']
122
+ end
123
+
124
+ if attributes.key?(:'status')
125
+ self.status = attributes[:'status']
126
+ end
127
+
128
+ if attributes.key?(:'updated_at')
129
+ self.updated_at = attributes[:'updated_at']
130
+ end
131
+ end
132
+
133
+ # Show invalid properties with the reasons. Usually used together with valid?
134
+ # @return Array for valid properties with the reasons
135
+ def list_invalid_properties
136
+ invalid_properties = Array.new
137
+ if @created_at.nil?
138
+ invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
139
+ end
140
+
141
+ if @id.nil?
142
+ invalid_properties.push('invalid value for "id", id cannot be nil.')
143
+ end
144
+
145
+ if @message_id.nil?
146
+ invalid_properties.push('invalid value for "message_id", message_id cannot be nil.')
147
+ end
148
+
149
+ if @status.nil?
150
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
151
+ end
152
+
153
+ if @updated_at.nil?
154
+ invalid_properties.push('invalid value for "updated_at", updated_at cannot be nil.')
155
+ end
156
+
157
+ invalid_properties
158
+ end
159
+
160
+ # Check to see if the all the properties in the model are valid
161
+ # @return true if the model is valid
162
+ def valid?
163
+ return false if @created_at.nil?
164
+ return false if @id.nil?
165
+ return false if @message_id.nil?
166
+ return false if @status.nil?
167
+ status_validator = EnumAttributeValidator.new('String', ["failed", "success"])
168
+ return false unless status_validator.valid?(@status)
169
+ return false if @updated_at.nil?
170
+ true
171
+ end
172
+
173
+ # Custom attribute writer method checking allowed values (enum).
174
+ # @param [Object] status Object to be assigned
175
+ def status=(status)
176
+ validator = EnumAttributeValidator.new('String', ["failed", "success"])
177
+ unless validator.valid?(status)
178
+ fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
179
+ end
180
+ @status = status
181
+ end
182
+
183
+ # Checks equality by comparing each attribute.
184
+ # @param [Object] Object to be compared
185
+ def ==(o)
186
+ return true if self.equal?(o)
187
+ self.class == o.class &&
188
+ created_at == o.created_at &&
189
+ error == o.error &&
190
+ id == o.id &&
191
+ message_id == o.message_id &&
192
+ status == o.status &&
193
+ updated_at == o.updated_at
194
+ end
195
+
196
+ # @see the `==` method
197
+ # @param [Object] Object to be compared
198
+ def eql?(o)
199
+ self == o
200
+ end
201
+
202
+ # Calculates hash code according to all attributes.
203
+ # @return [Integer] Hash code
204
+ def hash
205
+ [created_at, error, id, message_id, status, updated_at].hash
206
+ end
207
+
208
+ # Builds the object from hash
209
+ # @param [Hash] attributes Model attributes in the form of hash
210
+ # @return [Object] Returns the model itself
211
+ def self.build_from_hash(attributes)
212
+ new.build_from_hash(attributes)
213
+ end
214
+
215
+ # Builds the object from hash
216
+ # @param [Hash] attributes Model attributes in the form of hash
217
+ # @return [Object] Returns the model itself
218
+ def build_from_hash(attributes)
219
+ return nil unless attributes.is_a?(Hash)
220
+ attributes = attributes.transform_keys(&:to_sym)
221
+ self.class.openapi_types.each_pair do |key, type|
222
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
223
+ self.send("#{key}=", nil)
224
+ elsif type =~ /\AArray<(.*)>/i
225
+ # check to ensure the input is an array given that the attribute
226
+ # is documented as an array but the input is not
227
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
228
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
229
+ end
230
+ elsif !attributes[self.class.attribute_map[key]].nil?
231
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
232
+ end
233
+ end
234
+
235
+ self
236
+ end
237
+
238
+ # Deserializes the data based on type
239
+ # @param string type Data type
240
+ # @param string value Value to be deserialized
241
+ # @return [Object] Deserialized data
242
+ def _deserialize(type, value)
243
+ case type.to_sym
244
+ when :Time
245
+ Time.parse(value)
246
+ when :Date
247
+ Date.parse(value)
248
+ when :String
249
+ value.to_s
250
+ when :Integer
251
+ value.to_i
252
+ when :Float
253
+ value.to_f
254
+ when :Boolean
255
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
256
+ true
257
+ else
258
+ false
259
+ end
260
+ when :Object
261
+ # generic object (usually a Hash), return directly
262
+ value
263
+ when /\AArray<(?<inner_type>.+)>\z/
264
+ inner_type = Regexp.last_match[:inner_type]
265
+ value.map { |v| _deserialize(inner_type, v) }
266
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
267
+ k_type = Regexp.last_match[:k_type]
268
+ v_type = Regexp.last_match[:v_type]
269
+ {}.tap do |hash|
270
+ value.each do |k, v|
271
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
272
+ end
273
+ end
274
+ else # model
275
+ # models (e.g. Pet) or oneOf
276
+ klass = OryKratosClient.const_get(type)
277
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
278
+ end
279
+ end
280
+
281
+ # Returns the string representation of the object
282
+ # @return [String] String presentation of the object
283
+ def to_s
284
+ to_hash.to_s
285
+ end
286
+
287
+ # to_body is an alias to to_hash (backward compatibility)
288
+ # @return [Hash] Returns the object in the form of hash
289
+ def to_body
290
+ to_hash
291
+ end
292
+
293
+ # Returns the object in the form of hash
294
+ # @return [Hash] Returns the object in the form of hash
295
+ def to_hash
296
+ hash = {}
297
+ self.class.attribute_map.each_pair do |attr, param|
298
+ value = self.send(attr)
299
+ if value.nil?
300
+ is_nullable = self.class.openapi_nullable.include?(attr)
301
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
302
+ end
303
+
304
+ hash[param] = _to_hash(value)
305
+ end
306
+ hash
307
+ end
308
+
309
+ # Outputs non-array value in the form of hash
310
+ # For object, use to_hash. Otherwise, just return the value
311
+ # @param [Object] value Any valid value
312
+ # @return [Hash] Returns the value in the form of hash
313
+ def _to_hash(value)
314
+ if value.is_a?(Array)
315
+ value.compact.map { |v| _to_hash(v) }
316
+ elsif value.is_a?(Hash)
317
+ {}.tap do |hash|
318
+ value.each { |k, v| hash[k] = _to_hash(v) }
319
+ end
320
+ elsif value.respond_to? :to_hash
321
+ value.to_hash
322
+ else
323
+ value
324
+ end
325
+ end
326
+
327
+ end
328
+
329
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
5
5
 
6
- The version of the OpenAPI document: v0.11.0
6
+ The version of the OpenAPI document: v0.11.1
7
7
  Contact: office@ory.sh
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1