cybrid_api_id_ruby 0.118.21 → 0.118.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +5 -5
  4. data/cybrid_api_id_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
  6. data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
  7. data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
  8. data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
  9. data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
  10. data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
  11. data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
  12. data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
  13. data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
  14. data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
  15. data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
  16. data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
  17. data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
  18. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  20. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  21. data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
  22. data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
  23. data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
  24. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  25. data/lib/cybrid_api_id_ruby.rb +1 -1
  26. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  27. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  28. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  29. data/spec/api/users_idp_api_spec.rb +1 -1
  30. data/spec/api_client_spec.rb +1 -1
  31. data/spec/configuration_spec.rb +1 -1
  32. data/spec/models/application_idp_model_spec.rb +1 -1
  33. data/spec/models/application_list_idp_model_spec.rb +1 -1
  34. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  35. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  36. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  37. data/spec/models/error_response_idp_model_spec.rb +1 -1
  38. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  39. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  40. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  41. data/spec/models/post_user_idp_model_spec.rb +1 -1
  42. data/spec/models/user_idp_model_spec.rb +1 -1
  43. data/spec/models/user_list_idp_model_spec.rb +1 -1
  44. data/spec/spec_helper.rb +1 -1
  45. data/vendor/bundle/ruby/3.2.0/cache/rspec-expectations-3.13.1.gem +0 -0
  46. data/vendor/bundle/ruby/3.2.0/cache/stringio-3.1.1.gem +0 -0
  47. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  48. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  49. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out +5 -5
  50. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/gem_make.out +5 -5
  51. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{stringio-3.1.0 → stringio-3.1.1}/gem_make.out +18 -18
  52. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/stringio.so +0 -0
  53. data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/Changelog.md +9 -1
  54. data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/README.md +10 -4
  55. data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/version.rb +1 -1
  56. data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/raise_error.rb +5 -1
  57. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/.document +5 -0
  58. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/.rdoc_options +2 -0
  59. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/COPYING +56 -0
  60. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/LICENSE.txt +22 -0
  61. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/NEWS.md +166 -0
  62. data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/README.md +1 -1
  63. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/docs/io.rb +8 -0
  64. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio/.document +1 -0
  65. data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/ext/stringio/stringio.c +114 -74
  66. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/lib/stringio.so +0 -0
  67. data/vendor/bundle/ruby/3.2.0/specifications/{rspec-expectations-3.13.0.gemspec → rspec-expectations-3.13.1.gemspec} +5 -5
  68. data/vendor/bundle/ruby/3.2.0/specifications/{stringio-3.1.0.gemspec → stringio-3.1.1.gemspec} +5 -4
  69. metadata +75 -68
  70. data/vendor/bundle/ruby/3.2.0/cache/rspec-expectations-3.13.0.gem +0 -0
  71. data/vendor/bundle/ruby/3.2.0/cache/stringio-3.1.0.gem +0 -0
  72. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/stringio.so +0 -0
  73. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/lib/stringio.so +0 -0
  74. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{stringio-3.1.0 → stringio-3.1.1}/gem.build_complete +0 -0
  75. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/.document +0 -0
  76. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/.yardopts +0 -0
  77. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/LICENSE.md +0 -0
  78. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  79. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/configuration.rb +0 -0
  80. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/expectation_target.rb +0 -0
  81. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/fail_with.rb +0 -0
  82. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  83. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/handler.rb +0 -0
  84. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/minitest_integration.rb +0 -0
  85. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations/syntax.rb +0 -0
  86. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/expectations.rb +0 -0
  87. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  88. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/all.rb +0 -0
  89. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  90. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/be.rb +0 -0
  91. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  92. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  93. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  94. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  95. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/change.rb +0 -0
  96. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/compound.rb +0 -0
  97. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  98. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  99. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/cover.rb +0 -0
  100. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/eq.rb +0 -0
  101. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/eql.rb +0 -0
  102. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/equal.rb +0 -0
  103. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/exist.rb +0 -0
  104. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/has.rb +0 -0
  105. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  106. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/include.rb +0 -0
  107. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/match.rb +0 -0
  108. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/operators.rb +0 -0
  109. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/output.rb +0 -0
  110. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  111. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  112. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  113. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  114. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in/yield.rb +0 -0
  115. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/built_in.rb +0 -0
  116. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/composable.rb +0 -0
  117. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/dsl.rb +0 -0
  118. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/english_phrasing.rb +0 -0
  119. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/fail_matchers.rb +0 -0
  120. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  121. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  122. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  123. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
  124. /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.1}/lib/rspec/matchers.rb +0 -0
  125. /data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/ext/stringio/Makefile +0 -0
  126. /data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/ext/stringio/extconf.rb +0 -0
@@ -3,24 +3,24 @@ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendo
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
6
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-px0mkm sitelibdir\=./.gem.20240613-3696-px0mkm clean
7
7
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
8
8
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
9
9
 
10
10
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
11
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4
11
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-px0mkm sitelibdir\=./.gem.20240613-3696-px0mkm
12
12
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
13
13
  compiling cparse.c
14
14
  linking shared-object racc/cparse.so
15
15
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
16
16
 
17
17
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
18
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4 install
18
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-px0mkm sitelibdir\=./.gem.20240613-3696-px0mkm install
19
19
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
20
- /usr/bin/install -c -m 0755 cparse.so ./.gem.20240612-3689-i14ff4/racc
20
+ /usr/bin/install -c -m 0755 cparse.so ./.gem.20240613-3696-px0mkm/racc
21
21
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
22
22
 
23
23
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
24
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4 clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-px0mkm sitelibdir\=./.gem.20240613-3696-px0mkm clean
25
25
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
26
26
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
@@ -1,26 +1,26 @@
1
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
1
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
2
2
  /usr/local/bin/ruby extconf.rb
3
3
  creating Makefile
4
4
 
5
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
6
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r clean
7
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
8
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
5
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
6
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-z97ax9 sitelibdir\=./.gem.20240613-3696-z97ax9 clean
7
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
8
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
9
9
 
10
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
11
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r
12
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
10
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
11
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-z97ax9 sitelibdir\=./.gem.20240613-3696-z97ax9
12
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
13
13
  compiling stringio.c
14
14
  linking shared-object stringio.so
15
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
15
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
16
16
 
17
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
18
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r install
19
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
20
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20240612-3689-qik46r
21
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
17
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
18
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-z97ax9 sitelibdir\=./.gem.20240613-3696-z97ax9 install
19
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
20
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20240613-3696-z97ax9
21
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
22
22
 
23
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
24
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r clean
25
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
26
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
23
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
24
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3696-z97ax9 sitelibdir\=./.gem.20240613-3696-z97ax9 clean
25
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
26
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
@@ -1,5 +1,13 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.3...main)
2
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.1...3-13-maintenance)
3
+
4
+ ### 3.13.1 / 2024-06-13
5
+ [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.0...v3.13.1)
6
+
7
+ Bug Fixes:
8
+
9
+ * Fix the "false positive" warning message when using a negated `raise_error` matcher
10
+ with a `RegExp` instance. (Eric Mueller, #1456)
3
11
 
4
12
  ### 3.13.0 / 2024-02-04
5
13
  [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.4...v3.13.0)
@@ -13,7 +13,9 @@ If you want to use rspec-expectations with rspec, just install the rspec gem
13
13
  and RubyGems will also install rspec-expectations for you (along with
14
14
  rspec-core and rspec-mocks):
15
15
 
16
- gem install rspec
16
+ ```shell
17
+ gem install rspec
18
+ ```
17
19
 
18
20
  Want to run against the `main` branch? You'll need to include the dependent
19
21
  RSpec repos as well. Add the following to your `Gemfile`:
@@ -27,7 +29,9 @@ end
27
29
  If you want to use rspec-expectations with another tool, like Test::Unit,
28
30
  Minitest, or Cucumber, you can install it directly:
29
31
 
30
- gem install rspec-expectations
32
+ ```shell
33
+ gem install rspec-expectations
34
+ ```
31
35
 
32
36
  ## Contributing
33
37
 
@@ -67,8 +71,10 @@ The `describe` and `it` methods come from rspec-core. The `Order`, `LineItem`,
67
71
  expresses an expected outcome. If `order.total == Money.new(5.55, :USD)`, then
68
72
  the example passes. If not, it fails with a message like:
69
73
 
70
- expected: #<Money @value=5.55 @currency=:USD>
71
- got: #<Money @value=1.11 @currency=:USD>
74
+ ```
75
+ expected: #<Money @value=5.55 @currency=:USD>
76
+ got: #<Money @value=1.11 @currency=:USD>
77
+ ```
72
78
 
73
79
  ## Built-in matchers
74
80
 
@@ -2,7 +2,7 @@ module RSpec
2
2
  module Expectations
3
3
  # @private
4
4
  module Version
5
- STRING = '3.13.0'
5
+ STRING = '3.13.1'
6
6
  end
7
7
  end
8
8
  end
@@ -13,6 +13,10 @@ module RSpec
13
13
  # argument. We can't use `nil` for that because we need to warn when `nil` is
14
14
  # passed in a different way. It's an Object, not a Module, since Module's `===`
15
15
  # does not evaluate to true when compared to itself.
16
+ #
17
+ # Note; this _is_ the default value supplied for expected_error_or_message, but
18
+ # because there are two method-calls involved, that default is actually supplied
19
+ # in the definition of the _matcher_ method, `RSpec::Matchers#raise_error`
16
20
  UndefinedValue = Object.new.freeze
17
21
 
18
22
  def initialize(expected_error_or_message, expected_message, &block)
@@ -25,7 +29,7 @@ module RSpec
25
29
  when nil, UndefinedValue
26
30
  @expected_error = Exception
27
31
  @expected_message = expected_message
28
- when String
32
+ when String, Regexp
29
33
  @expected_error = Exception
30
34
  @expected_message = expected_error_or_message
31
35
  else
@@ -0,0 +1,5 @@
1
+ COPYING
2
+ *.md
3
+ *.txt
4
+ docs/
5
+ ext/stringio/
@@ -0,0 +1,2 @@
1
+ ---
2
+ main_page: README.md
@@ -0,0 +1,56 @@
1
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
2
+ You can redistribute it and/or modify it under either the terms of the
3
+ 2-clause BSDL (see the file BSDL), or the conditions below:
4
+
5
+ 1. You may make and give away verbatim copies of the source form of the
6
+ software without restriction, provided that you duplicate all of the
7
+ original copyright notices and associated disclaimers.
8
+
9
+ 2. You may modify your copy of the software in any way, provided that
10
+ you do at least ONE of the following:
11
+
12
+ a. place your modifications in the Public Domain or otherwise
13
+ make them Freely Available, such as by posting said
14
+ modifications to Usenet or an equivalent medium, or by allowing
15
+ the author to include your modifications in the software.
16
+
17
+ b. use the modified software only within your corporation or
18
+ organization.
19
+
20
+ c. give non-standard binaries non-standard names, with
21
+ instructions on where to get the original software distribution.
22
+
23
+ d. make other distribution arrangements with the author.
24
+
25
+ 3. You may distribute the software in object code or binary form,
26
+ provided that you do at least ONE of the following:
27
+
28
+ a. distribute the binaries and library files of the software,
29
+ together with instructions (in the manual page or equivalent)
30
+ on where to get the original distribution.
31
+
32
+ b. accompany the distribution with the machine-readable source of
33
+ the software.
34
+
35
+ c. give non-standard binaries non-standard names, with
36
+ instructions on where to get the original software distribution.
37
+
38
+ d. make other distribution arrangements with the author.
39
+
40
+ 4. You may modify and include the part of the software into any other
41
+ software (possibly commercial). But some files in the distribution
42
+ are not written by the author, so that they are not under these terms.
43
+
44
+ For the list of those files and their copying conditions, see the
45
+ file LEGAL.
46
+
47
+ 5. The scripts and library files supplied as input to or produced as
48
+ output from the software do not automatically fall under the
49
+ copyright of the software, but belong to whomever generated them,
50
+ and may be sold commercially, and may be aggregated with this
51
+ software.
52
+
53
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
54
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
55
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56
+ PURPOSE.
@@ -0,0 +1,22 @@
1
+ Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions
5
+ are met:
6
+ 1. Redistributions of source code must retain the above copyright
7
+ notice, this list of conditions and the following disclaimer.
8
+ 2. Redistributions in binary form must reproduce the above copyright
9
+ notice, this list of conditions and the following disclaimer in the
10
+ documentation and/or other materials provided with the distribution.
11
+
12
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
13
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
16
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22
+ SUCH DAMAGE.
@@ -0,0 +1,166 @@
1
+ # News
2
+
3
+ ## 3.1.1 - 2024-06-13
4
+
5
+ ### Improvements
6
+
7
+ * JRuby: Improved.
8
+ * GH-83
9
+ * GH-84
10
+ * GH-85
11
+
12
+ * Added `StringIO::MAX_LENGTH`.
13
+
14
+ * Added support for NULL `StringIO` by `StringIO.new(nil)`.
15
+
16
+ * Improved IO compatibility for partial read.
17
+ * GH-95
18
+ * https://bugs.ruby-lang.org/issues/20418
19
+
20
+ ### Fixes
21
+
22
+ * Fixed a bug that coderange isn't updated after overwrite.
23
+ * Reported by Tiago Cardoso.
24
+ * https://bugs.ruby-lang.org/issues/20185
25
+ * GH-77
26
+ * GH-79
27
+
28
+ ### Thanks
29
+
30
+ * Tiago Cardoso
31
+
32
+ ## 3.1.0 - 2023-11-28
33
+
34
+ ### Fixes
35
+
36
+ * TruffleRuby: Do not compile the C extension
37
+
38
+ GH-71
39
+
40
+ ## 3.0.9 - 2023-11-08
41
+
42
+ ### Improvements
43
+
44
+ * JRuby: Aligned `StringIO#gets` behavior with the C implementation.
45
+
46
+ GH-61
47
+
48
+ ### Fixes
49
+
50
+ * CRuby: Fixed `StringIO#pread` with the length 0.
51
+
52
+ Patch by Jean byroot Boussier.
53
+
54
+ GH-67
55
+
56
+ * CRuby: Fixed a bug that `StringIO#gets` with non ASCII compatible
57
+ encoding such as UTF-16 doesn't detect correct new line characters.
58
+
59
+ Reported by IWAMOTO Kouichi.
60
+
61
+ GH-68
62
+
63
+ ### Thanks
64
+
65
+ * Jean byroot Boussier
66
+
67
+ * IWAMOTO Kouichi
68
+
69
+ ## 3.0.8 - 2023-08-10
70
+
71
+ ### Improvements
72
+
73
+ * Added `StringIO#pread`.
74
+
75
+ Patch by Jean byroot Boussier.
76
+
77
+ GH-56
78
+
79
+ * JRuby: Added `StringIO::VERSION`.
80
+
81
+ GH-57 GH-59
82
+
83
+ ### Thanks
84
+
85
+ * Jean byroot Boussier
86
+
87
+ ## 3.0.7 - 2023-06-02
88
+
89
+ * CRuby: Avoid direct struct usage. This change is for supporting
90
+ Ruby 3.3.
91
+
92
+ GH-54
93
+
94
+ ## 3.0.6 - 2023-04-14
95
+
96
+ ### Improvements
97
+
98
+ * CRuby: Added support for write barrier.
99
+
100
+ * JRuby: Added missing arty-checking.
101
+
102
+ GH-48
103
+
104
+ * JRuby: Added support for `StringIO.new(encoding:)`.
105
+
106
+ GH-45
107
+
108
+ ## 3.0.5 - 2023-02-02
109
+
110
+ ### Improvements
111
+
112
+ ### Fixes
113
+
114
+ * Fixed a bug that `StringIO#gets("2+ character", chomp: true)` did not
115
+ remove the separator at the end.
116
+ [[Bug #19389](https://bugs.ruby-lang.org/issues/19389)]
117
+
118
+ ## 3.0.4 - 2022-12-09
119
+
120
+ ### Improvements
121
+
122
+ * JRuby: Changed to use flag registry.
123
+ [[GitHub#33](https://github.com/ruby/stringio/pull/26)]
124
+
125
+ ## 3.0.3 - 2022-12-08
126
+
127
+ ### Improvements
128
+
129
+ * Improved documents.
130
+ [[GitHub#33](https://github.com/ruby/stringio/pull/33)]
131
+ [[GitHub#34](https://github.com/ruby/stringio/pull/34)]
132
+ [[GitHub#35](https://github.com/ruby/stringio/pull/35)]
133
+ [[GitHub#36](https://github.com/ruby/stringio/pull/36)]
134
+ [[GitHub#37](https://github.com/ruby/stringio/pull/37)]
135
+ [Patch by Burdette Lamar]
136
+
137
+ ### Fixes
138
+
139
+ * Fixed a bug that large `StringIO#ungetc`/`StringIO#ungetbyte`
140
+ break internal buffer.
141
+
142
+ * Fixed a bug that `StringIO#each("2+ character", chomp: true)` cause
143
+ infinite loop.
144
+ [[Bug #18769](https://bugs.ruby-lang.org/issues/18769)]
145
+
146
+ * Fixed a bug that `StringIO#each(nil, chomp: true)` chomps.
147
+ [[Bug #18770](https://bugs.ruby-lang.org/issues/18770)]
148
+
149
+ * Fixed a bug that `StringIO#each("", chomp: true)` isn't compatible
150
+ with `IO#each("", chomp: true)`.
151
+ [[Bug #18768](https://bugs.ruby-lang.org/issues/18768)]
152
+
153
+ * Fixed a bug that `StringIO#set_encoding` doesn't accept external
154
+ and internal encodings pairo.
155
+ [[GitHub#16](https://github.com/ruby/stringio/issues/16)]
156
+ [Reported by Kenta Murata]
157
+
158
+ * Fixed a bug that `StringIO#truncate` isn't compatible with
159
+ `File#truncate`.
160
+
161
+ ### Thanks
162
+
163
+ * Kenta Murata
164
+
165
+ * Burdette Lamar
166
+
@@ -12,7 +12,7 @@ This library is based on MoonWolf version written in Ruby. Thanks a lot.
12
12
 
13
13
  * `fileno` raises `NotImplementedError`.
14
14
  * encoding conversion is not implemented, and ignored silently.
15
- * there is no `#to_io` method because this is not an `IO.
15
+ * there is no `#to_io` method because this is not an `IO`.
16
16
 
17
17
  ## Installation
18
18
 
@@ -0,0 +1,8 @@
1
+ # :stopdoc:
2
+ class IO
3
+ module generic_readable
4
+ end
5
+ module generic_writable
6
+ end
7
+ end
8
+ # :startdoc: