ory-keto-client 0.9.0.alpha0 → 0.10.0.alpha0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (326) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/README.md +5 -5
  4. data/docs/ExpandTree.md +3 -5
  5. data/lib/ory-keto-client/api/metadata_api.rb +1 -1
  6. data/lib/ory-keto-client/api/read_api.rb +1 -1
  7. data/lib/ory-keto-client/api/write_api.rb +1 -1
  8. data/lib/ory-keto-client/api_client.rb +1 -1
  9. data/lib/ory-keto-client/api_error.rb +1 -1
  10. data/lib/ory-keto-client/configuration.rb +1 -1
  11. data/lib/ory-keto-client/models/expand_tree.rb +11 -21
  12. data/lib/ory-keto-client/models/generic_error.rb +1 -1
  13. data/lib/ory-keto-client/models/get_check_response.rb +1 -1
  14. data/lib/ory-keto-client/models/get_relation_tuples_response.rb +1 -1
  15. data/lib/ory-keto-client/models/get_version200_response.rb +1 -1
  16. data/lib/ory-keto-client/models/health_not_ready_status.rb +1 -1
  17. data/lib/ory-keto-client/models/health_status.rb +1 -1
  18. data/lib/ory-keto-client/models/is_alive200_response.rb +1 -1
  19. data/lib/ory-keto-client/models/is_ready503_response.rb +1 -1
  20. data/lib/ory-keto-client/models/patch_delta.rb +1 -1
  21. data/lib/ory-keto-client/models/relation_query.rb +1 -1
  22. data/lib/ory-keto-client/models/relation_tuple.rb +1 -1
  23. data/lib/ory-keto-client/models/subject_set.rb +1 -1
  24. data/lib/ory-keto-client/models/version.rb +1 -1
  25. data/lib/ory-keto-client/version.rb +2 -2
  26. data/lib/ory-keto-client.rb +1 -1
  27. data/ory-keto-client.gemspec +1 -1
  28. data/spec/api/metadata_api_spec.rb +1 -1
  29. data/spec/api/read_api_spec.rb +1 -1
  30. data/spec/api/write_api_spec.rb +1 -1
  31. data/spec/api_client_spec.rb +1 -1
  32. data/spec/configuration_spec.rb +1 -1
  33. data/spec/models/expand_tree_spec.rb +3 -9
  34. data/spec/models/generic_error_spec.rb +1 -1
  35. data/spec/models/get_check_response_spec.rb +1 -1
  36. data/spec/models/get_relation_tuples_response_spec.rb +1 -1
  37. data/spec/models/get_version200_response_spec.rb +1 -1
  38. data/spec/models/health_not_ready_status_spec.rb +1 -1
  39. data/spec/models/health_status_spec.rb +1 -1
  40. data/spec/models/is_alive200_response_spec.rb +1 -1
  41. data/spec/models/is_ready503_response_spec.rb +1 -1
  42. data/spec/models/patch_delta_spec.rb +1 -1
  43. data/spec/models/relation_query_spec.rb +1 -1
  44. data/spec/models/relation_tuple_spec.rb +1 -1
  45. data/spec/models/subject_set_spec.rb +1 -1
  46. data/spec/models/version_spec.rb +1 -1
  47. data/spec/spec_helper.rb +1 -1
  48. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.1.gem +0 -0
  49. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.5.gem +0 -0
  50. data/vendor/bundle/ruby/2.5.0/cache/rspec-expectations-3.11.1.gem +0 -0
  51. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.11.1.gem +0 -0
  52. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  53. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  54. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  55. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.4 → psych-4.0.5}/gem.build_complete +0 -0
  56. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.4 → psych-4.0.5}/gem_make.out +6 -6
  57. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.4 → psych-4.0.5}/mkmf.log +0 -0
  58. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.4 → psych-4.0.5}/psych.so +0 -0
  59. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/gem_make.out +2 -2
  60. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/mkmf.log +1 -1
  61. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  62. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  63. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  64. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/LICENSE.txt +0 -0
  65. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/bin/ruby-parse +0 -0
  66. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/bin/ruby-rewrite +0 -0
  67. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/gauntlet_parser.rb +0 -0
  68. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/all.rb +0 -0
  69. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ast/node.rb +0 -0
  70. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ast/processor.rb +0 -0
  71. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/base.rb +0 -0
  72. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/builders/default.rb +0 -0
  73. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/clobbering_error.rb +0 -0
  74. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/color.rb +0 -0
  75. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/context.rb +0 -0
  76. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/current.rb +0 -0
  77. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/current_arg_stack.rb +0 -0
  78. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/deprecation.rb +0 -0
  79. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/diagnostic/engine.rb +0 -0
  80. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/diagnostic.rb +0 -0
  81. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/dedenter.rb +0 -0
  82. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/explanation.rb +0 -0
  83. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/literal.rb +0 -0
  84. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer/stack_state.rb +0 -0
  85. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/lexer.rb +0 -0
  86. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/macruby.rb +0 -0
  87. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/max_numparam_stack.rb +0 -0
  88. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/messages.rb +0 -0
  89. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/meta.rb +0 -0
  90. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/rewriter.rb +0 -0
  91. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby18.rb +0 -0
  92. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby19.rb +0 -0
  93. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby20.rb +0 -0
  94. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby21.rb +0 -0
  95. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby22.rb +0 -0
  96. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby23.rb +0 -0
  97. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby24.rb +0 -0
  98. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby25.rb +0 -0
  99. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby26.rb +0 -0
  100. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby27.rb +0 -0
  101. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby28.rb +0 -0
  102. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby30.rb +0 -0
  103. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby31.rb +4 -0
  104. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/ruby32.rb +4 -0
  105. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/rubymotion.rb +0 -0
  106. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner/ruby_parse.rb +0 -0
  107. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner/ruby_rewrite.rb +0 -0
  108. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/runner.rb +0 -0
  109. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/buffer.rb +0 -0
  110. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/comment/associator.rb +0 -0
  111. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/comment.rb +0 -0
  112. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/collection.rb +0 -0
  113. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/condition.rb +0 -0
  114. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/constant.rb +0 -0
  115. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/definition.rb +0 -0
  116. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/for.rb +0 -0
  117. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/heredoc.rb +0 -0
  118. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/index.rb +0 -0
  119. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/keyword.rb +0 -0
  120. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/method_definition.rb +0 -0
  121. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/objc_kwarg.rb +0 -0
  122. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/operator.rb +0 -0
  123. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/rescue_body.rb +0 -0
  124. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/send.rb +0 -0
  125. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/ternary.rb +0 -0
  126. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map/variable.rb +0 -0
  127. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/map.rb +0 -0
  128. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/range.rb +0 -0
  129. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/rewriter/action.rb +0 -0
  130. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/rewriter.rb +0 -0
  131. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/tree_rewriter/action.rb +0 -0
  132. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/source/tree_rewriter.rb +0 -0
  133. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/static_environment.rb +0 -0
  134. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/syntax_error.rb +0 -0
  135. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/tree_rewriter.rb +0 -0
  136. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/variables_stack.rb +0 -0
  137. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser/version.rb +1 -1
  138. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/lib/parser.rb +0 -0
  139. data/vendor/bundle/ruby/2.5.0/gems/{parser-3.1.2.0 → parser-3.1.2.1}/parser.gemspec +0 -0
  140. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/.gitignore +0 -0
  141. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/Gemfile +0 -0
  142. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/LICENSE +0 -0
  143. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/Mavenfile +0 -0
  144. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/README.md +0 -0
  145. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/Rakefile +0 -0
  146. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/bin/console +0 -0
  147. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/bin/setup +0 -0
  148. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/.sitearchdir.time +0 -0
  149. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/Makefile +2 -2
  150. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/api.o +0 -0
  151. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/depend +0 -0
  152. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/dumper.o +0 -0
  153. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/emitter.o +0 -0
  154. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/extconf.rb +0 -0
  155. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/loader.o +0 -0
  156. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/parser.o +0 -0
  157. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych.c +0 -0
  158. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych.h +0 -0
  159. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych.o +0 -0
  160. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych.so +0 -0
  161. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_emitter.c +0 -0
  162. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_emitter.h +0 -0
  163. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_emitter.o +0 -0
  164. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_parser.c +0 -0
  165. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_parser.h +0 -0
  166. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_parser.o +0 -0
  167. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_to_ruby.c +0 -0
  168. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_to_ruby.h +0 -0
  169. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_to_ruby.o +0 -0
  170. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_yaml_tree.c +0 -0
  171. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_yaml_tree.h +0 -0
  172. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/psych_yaml_tree.o +0 -0
  173. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/reader.o +0 -0
  174. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/scanner.o +0 -0
  175. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/writer.o +0 -0
  176. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/LICENSE +0 -0
  177. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/api.c +0 -0
  178. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/config.h +0 -0
  179. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/dumper.c +0 -0
  180. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/emitter.c +0 -0
  181. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/loader.c +0 -0
  182. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/parser.c +0 -0
  183. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/reader.c +0 -0
  184. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/scanner.c +0 -0
  185. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/writer.c +0 -0
  186. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/yaml.h +0 -0
  187. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/ext/psych/yaml/yaml_private.h +0 -0
  188. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/class_loader.rb +0 -0
  189. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/coder.rb +0 -0
  190. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/core_ext.rb +0 -0
  191. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/exception.rb +0 -0
  192. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/handler.rb +0 -0
  193. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/handlers/document_stream.rb +0 -0
  194. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/handlers/recorder.rb +0 -0
  195. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/json/ruby_events.rb +0 -0
  196. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/json/stream.rb +0 -0
  197. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/json/tree_builder.rb +0 -0
  198. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/json/yaml_events.rb +0 -0
  199. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes/alias.rb +0 -0
  200. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes/document.rb +0 -0
  201. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes/mapping.rb +0 -0
  202. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes/node.rb +0 -0
  203. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes/scalar.rb +0 -0
  204. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes/sequence.rb +0 -0
  205. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes/stream.rb +0 -0
  206. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/nodes.rb +0 -0
  207. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/omap.rb +0 -0
  208. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/parser.rb +0 -0
  209. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/scalar_scanner.rb +1 -1
  210. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/set.rb +0 -0
  211. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/stream.rb +0 -0
  212. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/streaming.rb +0 -0
  213. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/syntax_error.rb +0 -0
  214. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/tree_builder.rb +0 -0
  215. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/versions.rb +2 -2
  216. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/visitors/depth_first.rb +0 -0
  217. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/visitors/emitter.rb +0 -0
  218. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/visitors/json_tree.rb +0 -0
  219. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/visitors/to_ruby.rb +3 -1
  220. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/visitors/visitor.rb +0 -0
  221. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/visitors/yaml_tree.rb +8 -8
  222. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/visitors.rb +0 -0
  223. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych/y.rb +0 -0
  224. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych.rb +0 -0
  225. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/lib/psych.so +0 -0
  226. data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.4 → psych-4.0.5}/psych.gemspec +0 -0
  227. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/.document +0 -0
  228. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/.yardopts +0 -0
  229. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/Changelog.md +11 -1
  230. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/LICENSE.md +0 -0
  231. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/README.md +0 -0
  232. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  233. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/configuration.rb +0 -0
  234. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/expectation_target.rb +0 -0
  235. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/fail_with.rb +0 -0
  236. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  237. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/handler.rb +0 -0
  238. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/minitest_integration.rb +0 -0
  239. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/syntax.rb +0 -0
  240. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations/version.rb +1 -1
  241. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/expectations.rb +0 -0
  242. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  243. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/all.rb +0 -0
  244. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  245. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be.rb +0 -0
  246. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  247. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  248. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  249. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  250. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/change.rb +0 -0
  251. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/compound.rb +0 -0
  252. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/contain_exactly.rb +10 -2
  253. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/count_expectation.rb +1 -1
  254. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/cover.rb +0 -0
  255. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/eq.rb +0 -0
  256. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/eql.rb +0 -0
  257. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/equal.rb +0 -0
  258. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/exist.rb +1 -1
  259. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/has.rb +0 -0
  260. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  261. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/include.rb +0 -0
  262. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/match.rb +0 -0
  263. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/operators.rb +0 -0
  264. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/output.rb +0 -0
  265. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/raise_error.rb +6 -6
  266. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  267. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  268. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  269. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/throw_symbol.rb +4 -4
  270. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in/yield.rb +0 -0
  271. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/built_in.rb +0 -0
  272. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/composable.rb +0 -0
  273. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/dsl.rb +2 -2
  274. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/english_phrasing.rb +0 -0
  275. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -0
  276. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/fail_matchers.rb +0 -0
  277. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  278. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  279. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  280. data/vendor/bundle/ruby/2.5.0/gems/{rspec-expectations-3.11.0 → rspec-expectations-3.11.1}/lib/rspec/matchers.rb +3 -3
  281. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/Changelog.md +8 -1
  282. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/LICENSE.md +0 -0
  283. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/README.md +0 -0
  284. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/caller_filter.rb +2 -2
  285. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/comparable_version.rb +1 -1
  286. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/differ.rb +4 -4
  287. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/directory_maker.rb +0 -0
  288. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/encoded_string.rb +3 -3
  289. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  290. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/hunk_generator.rb +0 -0
  291. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/matcher_definition.rb +0 -0
  292. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/method_signature_verifier.rb +2 -2
  293. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/mutex.rb +1 -1
  294. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/object_formatter.rb +0 -0
  295. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/recursive_const_methods.rb +0 -0
  296. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/reentrant_mutex.rb +0 -0
  297. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/ruby_features.rb +3 -0
  298. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source/location.rb +0 -0
  299. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source/node.rb +0 -0
  300. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source/token.rb +0 -0
  301. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/source.rb +0 -0
  302. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  303. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  304. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/formatting_support.rb +0 -0
  305. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/in_sub_process.rb +1 -1
  306. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  307. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/shell_out.rb +0 -0
  308. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/stderr_splitter.rb +1 -1
  309. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/string_matcher.rb +0 -0
  310. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  311. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  312. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/spec.rb +0 -0
  313. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/version.rb +1 -1
  314. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/warnings.rb +0 -0
  315. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support/with_keywords_when_needed.rb +1 -1
  316. data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.11.0 → rspec-support-3.11.1}/lib/rspec/support.rb +0 -0
  317. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
  318. data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.1.2.0.gemspec → parser-3.1.2.1.gemspec} +4 -4
  319. data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.4.gemspec → psych-4.0.5.gemspec} +3 -3
  320. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-expectations-3.11.0.gemspec → rspec-expectations-3.11.1.gemspec} +5 -5
  321. data/vendor/bundle/ruby/2.5.0/specifications/{rspec-support-3.11.0.gemspec → rspec-support-3.11.1.gemspec} +5 -5
  322. metadata +267 -267
  323. data/vendor/bundle/ruby/2.5.0/cache/parser-3.1.2.0.gem +0 -0
  324. data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.4.gem +0 -0
  325. data/vendor/bundle/ruby/2.5.0/cache/rspec-expectations-3.11.0.gem +0 -0
  326. data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.11.0.gem +0 -0
@@ -63,7 +63,7 @@ module Psych
63
63
  elsif string.match?(/^\d{4}-(?:1[012]|0\d|\d)-(?:[12]\d|3[01]|0\d|\d)$/)
64
64
  require 'date'
65
65
  begin
66
- class_loader.date.strptime(string, '%Y-%m-%d')
66
+ class_loader.date.strptime(string, '%F', Date::GREGORIAN)
67
67
  rescue ArgumentError
68
68
  string
69
69
  end
@@ -2,9 +2,9 @@
2
2
 
3
3
  module Psych
4
4
  # The version of Psych you are using
5
- VERSION = '4.0.4'
5
+ VERSION = '4.0.5'
6
6
 
7
7
  if RUBY_ENGINE == 'jruby'
8
- DEFAULT_SNAKEYAML_VERSION = '1.28'.freeze
8
+ DEFAULT_SNAKEYAML_VERSION = '1.31'.freeze
9
9
  end
10
10
  end
@@ -80,7 +80,9 @@ module Psych
80
80
  when "!ruby/object:DateTime"
81
81
  class_loader.date_time
82
82
  require 'date' unless defined? DateTime
83
- @ss.parse_time(o.value).to_datetime
83
+ t = @ss.parse_time(o.value)
84
+ DateTime.civil(*t.to_a[0, 6].reverse, Rational(t.utc_offset, 86400)) +
85
+ (t.subsec/86400)
84
86
  when '!ruby/encoding'
85
87
  ::Encoding.find o.value
86
88
  when "!ruby/object:Complex"
@@ -192,12 +192,13 @@ module Psych
192
192
  register o, @emitter.scalar(o.inspect, nil, '!ruby/regexp', false, false, Nodes::Scalar::ANY)
193
193
  end
194
194
 
195
+ def visit_Date o
196
+ register o, visit_Integer(o.gregorian)
197
+ end
198
+
195
199
  def visit_DateTime o
196
- formatted = if o.offset.zero?
197
- o.strftime("%Y-%m-%d %H:%M:%S.%9N Z".freeze)
198
- else
199
- o.strftime("%Y-%m-%d %H:%M:%S.%9N %:z".freeze)
200
- end
200
+ t = o.italy
201
+ formatted = format_time t, t.offset.zero?
201
202
  tag = '!ruby/object:DateTime'
202
203
  register o, @emitter.scalar(formatted, nil, tag, false, false, Nodes::Scalar::ANY)
203
204
  end
@@ -235,7 +236,6 @@ module Psych
235
236
  end
236
237
  alias :visit_TrueClass :visit_Integer
237
238
  alias :visit_FalseClass :visit_Integer
238
- alias :visit_Date :visit_Integer
239
239
 
240
240
  def visit_Float o
241
241
  if o.nan?
@@ -482,8 +482,8 @@ module Psych
482
482
  @emitter.end_mapping
483
483
  end
484
484
 
485
- def format_time time
486
- if time.utc?
485
+ def format_time time, utc = time.utc?
486
+ if utc
487
487
  time.strftime("%Y-%m-%d %H:%M:%S.%9N Z")
488
488
  else
489
489
  time.strftime("%Y-%m-%d %H:%M:%S.%9N %:z")
@@ -1,5 +1,15 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.11.0...3-11-maintenance)
2
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.11.1...3-11-maintenance)
3
+
4
+ ### 3.11.1 / 2022-09-12
5
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.11.0...v3.11.1)
6
+
7
+ Bug Fixes:
8
+
9
+ * Allow the `contain_exactly` matcher to be reused by resetting its
10
+ internals on `matches?` (@bclayman-sq, #1326)
11
+ * Using the exist matcher on `FileTest` no longer produces a deprecation warning.
12
+ (Ryo Nakamura, #1383)
3
13
 
4
14
  ### 3.11.0 / 2022-02-09
5
15
  [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.10.2...v3.11.0)
@@ -2,7 +2,7 @@ module RSpec
2
2
  module Expectations
3
3
  # @private
4
4
  module Version
5
- STRING = '3.11.0'
5
+ STRING = '3.11.1'
6
6
  end
7
7
  end
8
8
  end
@@ -1,7 +1,7 @@
1
1
  module RSpec
2
2
  module Matchers
3
3
  module BuiltIn
4
- # rubocop:disable ClassLength
4
+ # rubocop:disable Metrics/ClassLength
5
5
  # @api private
6
6
  # Provides the implementation for `contain_exactly` and `match_array`.
7
7
  # Not intended to be instantiated directly.
@@ -31,6 +31,14 @@ module RSpec
31
31
  "contain exactly#{list}"
32
32
  end
33
33
 
34
+ def matches?(actual)
35
+ @pairings_maximizer = nil
36
+ @best_solution = nil
37
+ @extra_items = nil
38
+ @missing_items = nil
39
+ super(actual)
40
+ end
41
+
34
42
  private
35
43
 
36
44
  def generate_failure_message
@@ -296,7 +304,7 @@ module RSpec
296
304
  end
297
305
  end
298
306
  end
299
- # rubocop:enable ClassLength
307
+ # rubocop:enable Metrics/ClassLength
300
308
  end
301
309
  end
302
310
  end
@@ -2,7 +2,7 @@ module RSpec
2
2
  module Matchers
3
3
  module BuiltIn
4
4
  # @api private
5
- # Asbtract class to implement `once`, `at_least` and other
5
+ # Abstract class to implement `once`, `at_least` and other
6
6
  # count constraints.
7
7
  module CountExpectation
8
8
  # @api public
@@ -81,7 +81,7 @@ module RSpec
81
81
  end
82
82
 
83
83
  def deprecated(predicate, actual)
84
- predicate == :exists? && File == actual
84
+ predicate == :exists? && (File == actual || FileTest == actual)
85
85
  end
86
86
  end
87
87
  end
@@ -4,8 +4,8 @@ module RSpec
4
4
  # @api private
5
5
  # Provides the implementation for `raise_error`.
6
6
  # Not intended to be instantiated directly.
7
- # rubocop:disable ClassLength
8
- # rubocop:disable RescueException
7
+ # rubocop:disable Metrics/ClassLength
8
+ # rubocop:disable Lint/RescueException
9
9
  class RaiseError
10
10
  include Composable
11
11
 
@@ -43,7 +43,7 @@ module RSpec
43
43
  self
44
44
  end
45
45
 
46
- # rubocop:disable MethodLength
46
+ # rubocop:disable Metrics/MethodLength
47
47
  # @private
48
48
  def matches?(given_proc, negative_expectation=false, &block)
49
49
  @given_proc = given_proc
@@ -73,7 +73,7 @@ module RSpec
73
73
 
74
74
  expectation_matched?
75
75
  end
76
- # rubocop:enable MethodLength
76
+ # rubocop:enable Metrics/MethodLength
77
77
 
78
78
  # @private
79
79
  def does_not_match?(given_proc)
@@ -264,8 +264,8 @@ module RSpec
264
264
  warning if @actual_error
265
265
  end
266
266
  end
267
- # rubocop:enable RescueException
268
- # rubocop:enable ClassLength
267
+ # rubocop:enable Lint/RescueException
268
+ # rubocop:enable Metrics/ClassLength
269
269
  end
270
270
  end
271
271
  end
@@ -13,7 +13,7 @@ module RSpec
13
13
  @caught_symbol = @caught_arg = nil
14
14
  end
15
15
 
16
- # rubocop:disable MethodLength
16
+ # rubocop:disable Metrics/MethodLength
17
17
  # @private
18
18
  def matches?(given_proc)
19
19
  @block = given_proc
@@ -48,7 +48,7 @@ module RSpec
48
48
  rescue => other_exception
49
49
  raise
50
50
  ensure
51
- # rubocop:disable EnsureReturn
51
+ # rubocop:disable Lint/EnsureReturn
52
52
  unless other_exception
53
53
  if @expected_symbol.nil?
54
54
  return !!@caught_symbol
@@ -60,10 +60,10 @@ module RSpec
60
60
  end
61
61
  end
62
62
  end
63
- # rubocop:enable EnsureReturn
63
+ # rubocop:enable Lint/EnsureReturn
64
64
  end
65
65
  end
66
- # rubocop:enable MethodLength
66
+ # rubocop:enable Metrics/MethodLength
67
67
 
68
68
  def does_not_match?(given_proc)
69
69
  !matches?(given_proc) && Proc === given_proc
@@ -122,7 +122,7 @@ module RSpec
122
122
  #
123
123
  # By default the match block will swallow expectation errors (e.g.
124
124
  # caused by using an expectation such as `expect(1).to eq 2`), if you
125
- # with to allow these to bubble up, pass in the option
125
+ # wish to allow these to bubble up, pass in the option
126
126
  # `:notify_expectation_failures => true`.
127
127
  #
128
128
  # @param [Hash] options for defining the behavior of the match block.
@@ -151,7 +151,7 @@ module RSpec
151
151
  #
152
152
  # By default the match block will swallow expectation errors (e.g.
153
153
  # caused by using an expectation such as `expect(1).to eq 2`), if you
154
- # with to allow these to bubble up, pass in the option
154
+ # wish to allow these to bubble up, pass in the option
155
155
  # `:notify_expectation_failures => true`.
156
156
  #
157
157
  # @param [Hash] options for defining the behavior of the match block.
@@ -36,7 +36,7 @@ module RSpec
36
36
  # expect([]).to be_empty # => [].empty?() | passes
37
37
  # expect([]).not_to be_empty # => [].empty?() | fails
38
38
  #
39
- # In addtion to prefixing the predicate matchers with "be_", you can also use "be_a_"
39
+ # In addition to prefixing the predicate matchers with "be_", you can also use "be_a_"
40
40
  # and "be_an_", making your specs read much more naturally:
41
41
  #
42
42
  # expect("a string").to be_an_instance_of(String) # =>"a string".instance_of?(String) # passes
@@ -753,8 +753,8 @@ module RSpec
753
753
 
754
754
  # With no args, matches if any error is raised.
755
755
  # With a named error, matches only if that specific error is raised.
756
- # With a named error and messsage specified as a String, matches only if both match.
757
- # With a named error and messsage specified as a Regexp, matches only if both match.
756
+ # With a named error and message specified as a String, matches only if both match.
757
+ # With a named error and message specified as a Regexp, matches only if both match.
758
758
  # Pass an optional block to perform extra verifications on the exception matched
759
759
  #
760
760
  # @example
@@ -1,5 +1,12 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.0...3-11-maintenance)
2
+ [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.1...3-11-maintenance)
3
+
4
+ ### 3.11.1 / 2022-09-12
5
+ [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.0...v3.11.1)
6
+
7
+ Bug Fixes:
8
+
9
+ * Fix ripper detection on TruffleRuby. (Brandon Fish, #541)
3
10
 
4
11
  ### 3.11.0 / 2022-02-09
5
12
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.3...v3.11.0)
@@ -25,7 +25,7 @@ module RSpec
25
25
  # when `CallerFilter.first_non_rspec_line` is called from the top level of a required
26
26
  # file, but it depends on if rubygems is loaded or not. We don't want to have to deal
27
27
  # with this complexity in our `RSpec.deprecate` calls, so we ignore it here.
28
- IGNORE_REGEX = Regexp.union(LIB_REGEX, "rubygems/core_ext/kernel_require.rb")
28
+ IGNORE_REGEX = Regexp.union(LIB_REGEX, "rubygems/core_ext/kernel_require.rb", "<internal:")
29
29
 
30
30
  if RSpec::Support::RubyFeatures.caller_locations_supported?
31
31
  # This supports args because it's more efficient when the caller specifies
@@ -34,7 +34,7 @@ module RSpec
34
34
  # be found in a small number of stack frames from `skip_frames`.
35
35
  #
36
36
  # Note that there is a risk to passing a `skip_frames` value that is too high:
37
- # If it skippped the first non-rspec line, then this method would return the
37
+ # If it skipped the first non-rspec line, then this method would return the
38
38
  # 2nd or 3rd (or whatever) non-rspec line. Thus, you generally shouldn't pass
39
39
  # values for these parameters, particularly since most places that use this are
40
40
  # not hot spots (generally it gets used for deprecation warnings). However,
@@ -10,7 +10,7 @@ module RSpec
10
10
  @string = string
11
11
  end
12
12
 
13
- def <=>(other) # rubocop:disable Metrics/AbcSize
13
+ def <=>(other)
14
14
  other = self.class.new(other) unless other.is_a?(self.class)
15
15
 
16
16
  return 0 if string == other.string
@@ -6,7 +6,7 @@ require 'pp'
6
6
 
7
7
  module RSpec
8
8
  module Support
9
- # rubocop:disable ClassLength
9
+ # rubocop:disable Metrics/ClassLength
10
10
  class Differ
11
11
  def diff(actual, expected)
12
12
  diff = ""
@@ -24,7 +24,7 @@ module RSpec
24
24
  diff.to_s
25
25
  end
26
26
 
27
- # rubocop:disable MethodLength
27
+ # rubocop:disable Metrics/MethodLength
28
28
  def diff_as_string(actual, expected)
29
29
  encoding = EncodedString.pick_encoding(actual, expected)
30
30
 
@@ -52,7 +52,7 @@ module RSpec
52
52
  rescue Encoding::CompatibilityError
53
53
  handle_encoding_errors(actual, expected)
54
54
  end
55
- # rubocop:enable MethodLength
55
+ # rubocop:enable Metrics/MethodLength
56
56
 
57
57
  def diff_as_object(actual, expected)
58
58
  actual_as_string = object_to_string(actual)
@@ -210,6 +210,6 @@ module RSpec
210
210
  end
211
211
  end
212
212
  end
213
- # rubocop:enable ClassLength
213
+ # rubocop:enable Metrics/ClassLength
214
214
  end
215
215
  end
@@ -60,7 +60,7 @@ module RSpec
60
60
  # vs "\x80".encode('UTF-8','ASCII-8BIT', undef: :replace, replace: '<undef>')
61
61
  # # => '<undef>'
62
62
  # Encoding::CompatibilityError
63
- # when Encoding.compatibile?(str1, str2) is nil
63
+ # when Encoding.compatible?(str1, str2) is nil
64
64
  # e.g. utf_16le_emoji_string.split("\n")
65
65
  # e.g. valid_unicode_string.encode(utf8_encoding) << ascii_string
66
66
  # Encoding::InvalidByteSequenceError:
@@ -92,7 +92,7 @@ module RSpec
92
92
  string = remove_invalid_bytes(string)
93
93
  string.encode(@encoding)
94
94
  rescue Encoding::UndefinedConversionError, Encoding::InvalidByteSequenceError
95
- # Originally defined as a constant to avoid uneeded allocations, this hash must
95
+ # Originally defined as a constant to avoid unneeded allocations, this hash must
96
96
  # be defined inline (without {}) to avoid warnings on Ruby 2.7
97
97
  #
98
98
  # In MRI 2.1 'invalid: :replace' changed to also replace an invalid byte sequence
@@ -108,7 +108,7 @@ module RSpec
108
108
  #
109
109
  string.encode(@encoding, :invalid => :replace, :undef => :replace, :replace => REPLACE)
110
110
  rescue Encoding::ConverterNotFoundError
111
- # Originally defined as a constant to avoid uneeded allocations, this hash must
111
+ # Originally defined as a constant to avoid unneeded allocations, this hash must
112
112
  # be defined inline (without {}) to avoid warnings on Ruby 2.7
113
113
  string.dup.force_encoding(@encoding).encode(:invalid => :replace, :replace => REPLACE)
114
114
  end
@@ -8,7 +8,7 @@ module RSpec
8
8
  # keyword args of a given method.
9
9
  #
10
10
  # @private
11
- class MethodSignature # rubocop:disable ClassLength
11
+ class MethodSignature # rubocop:disable Metrics/ClassLength
12
12
  attr_reader :min_non_kw_args, :max_non_kw_args, :optional_kw_args, :required_kw_args
13
13
 
14
14
  def initialize(method)
@@ -285,7 +285,7 @@ module RSpec
285
285
  @arbitrary_kw_args = @unlimited_args = false
286
286
  end
287
287
 
288
- def with_expectation(expectation) # rubocop:disable MethodLength, Metrics/PerceivedComplexity
288
+ def with_expectation(expectation) # rubocop:disable Metrics/MethodLength
289
289
  return self unless MethodSignatureExpectation === expectation
290
290
 
291
291
  if expectation.empty?
@@ -9,7 +9,7 @@ module RSpec
9
9
  # Some methods we don't need are deleted. Anything I don't
10
10
  # understand (there's quite a bit, actually) is left in.
11
11
  #
12
- # Some formating changes are made to appease the robot overlord:
12
+ # Some formatting changes are made to appease the robot overlord:
13
13
  # https://travis-ci.org/rspec/rspec-core/jobs/54410874
14
14
  # @private
15
15
  class Mutex
@@ -116,6 +116,9 @@ module RSpec
116
116
  ripper_requirements.push(!Ruby.jruby_version.between?('9.0.0.0.rc1', '9.2.0.0'))
117
117
  end
118
118
 
119
+ # TruffleRuby disables ripper due to low performance
120
+ ripper_requirements.push(false) if Ruby.truffleruby?
121
+
119
122
  if ripper_requirements.all?
120
123
  def ripper_supported?
121
124
  true