cybrid_api_id_ruby 0.56.5 → 0.56.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  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_client.rb +1 -1
  9. data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
  10. data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
  11. data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
  12. data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
  13. data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
  14. data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
  15. data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
  16. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  17. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  18. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  20. data/lib/cybrid_api_id_ruby.rb +1 -1
  21. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  22. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  23. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  24. data/spec/api_client_spec.rb +1 -1
  25. data/spec/configuration_spec.rb +1 -1
  26. data/spec/models/application_idp_model_spec.rb +1 -1
  27. data/spec/models/application_list_idp_model_spec.rb +1 -1
  28. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  29. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  30. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  31. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  32. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  33. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  34. data/spec/spec_helper.rb +1 -1
  35. data/vendor/bundle/ruby/3.1.0/cache/psych-5.0.0.gem +0 -0
  36. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/gem_make.out +4 -4
  37. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.15.5/gem_make.out +4 -4
  38. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/gem_make.out +4 -4
  39. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/{psych-4.0.6 → psych-5.0.0}/gem.build_complete +0 -0
  40. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-5.0.0/gem_make.out +30 -0
  41. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/{psych-4.0.6 → psych-5.0.0}/mkmf.log +31 -5
  42. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-5.0.0/psych.so +0 -0
  43. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/gem_make.out +4 -4
  44. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/.gitignore +0 -0
  45. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/Gemfile +0 -0
  46. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/LICENSE +0 -0
  47. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/Mavenfile +0 -0
  48. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/README.md +0 -0
  49. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/Rakefile +0 -0
  50. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/bin/console +0 -0
  51. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/bin/setup +0 -0
  52. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/.sitearchdir.time +0 -0
  53. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/Makefile +22 -7
  54. data/vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/depend +17 -0
  55. data/vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/extconf.rb +53 -0
  56. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych.c +0 -0
  57. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych.h +0 -0
  58. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych.o +0 -0
  59. data/vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych.so +0 -0
  60. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_emitter.c +0 -0
  61. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_emitter.h +0 -0
  62. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_emitter.o +0 -0
  63. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_parser.c +19 -33
  64. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_parser.h +0 -0
  65. data/vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_parser.o +0 -0
  66. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_to_ruby.c +0 -0
  67. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_to_ruby.h +0 -0
  68. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_to_ruby.o +0 -0
  69. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_yaml_tree.c +0 -0
  70. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_yaml_tree.h +0 -0
  71. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/ext/psych/psych_yaml_tree.o +0 -0
  72. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/class_loader.rb +0 -0
  73. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/coder.rb +0 -0
  74. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/core_ext.rb +0 -0
  75. data/vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/exception.rb +28 -0
  76. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/handler.rb +0 -0
  77. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/handlers/document_stream.rb +0 -0
  78. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/handlers/recorder.rb +0 -0
  79. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/json/ruby_events.rb +0 -0
  80. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/json/stream.rb +0 -0
  81. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/json/tree_builder.rb +0 -0
  82. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/json/yaml_events.rb +0 -0
  83. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes/alias.rb +0 -0
  84. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes/document.rb +0 -0
  85. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes/mapping.rb +0 -0
  86. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes/node.rb +0 -0
  87. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes/scalar.rb +0 -0
  88. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes/sequence.rb +0 -0
  89. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes/stream.rb +0 -0
  90. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/nodes.rb +0 -0
  91. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/omap.rb +0 -0
  92. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/parser.rb +13 -0
  93. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/scalar_scanner.rb +0 -0
  94. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/set.rb +0 -0
  95. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/stream.rb +0 -0
  96. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/streaming.rb +0 -0
  97. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/syntax_error.rb +0 -0
  98. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/tree_builder.rb +0 -0
  99. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/versions.rb +1 -1
  100. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/visitors/depth_first.rb +0 -0
  101. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/visitors/emitter.rb +0 -0
  102. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/visitors/json_tree.rb +0 -0
  103. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/visitors/to_ruby.rb +2 -2
  104. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/visitors/visitor.rb +0 -0
  105. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/visitors/yaml_tree.rb +0 -0
  106. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/visitors.rb +0 -0
  107. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych/y.rb +0 -0
  108. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/lib/psych.rb +1 -1
  109. data/vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych.so +0 -0
  110. data/vendor/bundle/ruby/3.1.0/gems/{psych-4.0.6 → psych-5.0.0}/psych.gemspec +0 -3
  111. data/vendor/bundle/ruby/3.1.0/specifications/{psych-4.0.6.gemspec → psych-5.0.0.gemspec} +3 -3
  112. metadata +75 -87
  113. data/vendor/bundle/ruby/3.1.0/cache/psych-4.0.6.gem +0 -0
  114. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/gem_make.out +0 -27
  115. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/psych.so +0 -0
  116. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/depend +0 -5
  117. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/extconf.rb +0 -43
  118. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.so +0 -0
  119. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_parser.o +0 -0
  120. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/LICENSE +0 -19
  121. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/api.c +0 -1393
  122. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/config.h +0 -80
  123. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/dumper.c +0 -394
  124. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/emitter.c +0 -2358
  125. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/loader.c +0 -544
  126. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/parser.c +0 -1375
  127. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/reader.c +0 -469
  128. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/scanner.c +0 -3598
  129. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/writer.c +0 -141
  130. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/yaml.h +0 -1985
  131. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/yaml_private.h +0 -688
  132. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb +0 -14
  133. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych.so +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybrid_api_id_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.5
4
+ version: 0.56.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-04 00:00:00.000000000 Z
11
+ date: 2022-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -126,7 +126,7 @@ files:
126
126
  - vendor/bundle/ruby/3.1.0/cache/parser-3.1.3.0.gem
127
127
  - vendor/bundle/ruby/3.1.0/cache/pry-0.14.1.gem
128
128
  - vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.10.1.gem
129
- - vendor/bundle/ruby/3.1.0/cache/psych-4.0.6.gem
129
+ - vendor/bundle/ruby/3.1.0/cache/psych-5.0.0.gem
130
130
  - vendor/bundle/ruby/3.1.0/cache/rainbow-3.1.1.gem
131
131
  - vendor/bundle/ruby/3.1.0/cache/rake-13.0.6.gem
132
132
  - vendor/bundle/ruby/3.1.0/cache/rspec-3.12.0.gem
@@ -149,10 +149,10 @@ files:
149
149
  - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/gem.build_complete
150
150
  - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/gem_make.out
151
151
  - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so
152
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/gem.build_complete
153
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/gem_make.out
154
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/mkmf.log
155
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/psych.so
152
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-5.0.0/gem.build_complete
153
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-5.0.0/gem_make.out
154
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-5.0.0/mkmf.log
155
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-5.0.0/psych.so
156
156
  - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/gem.build_complete
157
157
  - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/gem_make.out
158
158
  - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/mkmf.log
@@ -1418,85 +1418,73 @@ files:
1418
1418
  - vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_remote_ext.rb
1419
1419
  - vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry-byebug/version.rb
1420
1420
  - vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb
1421
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/.gitignore
1422
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/Gemfile
1423
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/LICENSE
1424
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/Mavenfile
1425
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/README.md
1426
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/Rakefile
1427
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/bin/console
1428
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/bin/setup
1429
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/.sitearchdir.time
1430
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/Makefile
1431
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/depend
1432
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/extconf.rb
1433
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.c
1434
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.h
1435
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.o
1436
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.so
1437
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_emitter.c
1438
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_emitter.h
1439
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_emitter.o
1440
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_parser.c
1441
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_parser.h
1442
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_parser.o
1443
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_to_ruby.c
1444
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_to_ruby.h
1445
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_to_ruby.o
1446
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_yaml_tree.c
1447
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_yaml_tree.h
1448
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_yaml_tree.o
1449
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/LICENSE
1450
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/api.c
1451
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/config.h
1452
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/dumper.c
1453
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/emitter.c
1454
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/loader.c
1455
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/parser.c
1456
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/reader.c
1457
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/scanner.c
1458
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/writer.c
1459
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/yaml.h
1460
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/yaml/yaml_private.h
1461
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych.rb
1462
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych.so
1463
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/class_loader.rb
1464
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/coder.rb
1465
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/core_ext.rb
1466
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
1467
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/handler.rb
1468
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/handlers/document_stream.rb
1469
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/handlers/recorder.rb
1470
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/ruby_events.rb
1471
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/stream.rb
1472
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/tree_builder.rb
1473
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/yaml_events.rb
1474
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes.rb
1475
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes/alias.rb
1476
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes/document.rb
1477
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes/mapping.rb
1478
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes/node.rb
1479
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes/scalar.rb
1480
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes/sequence.rb
1481
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/nodes/stream.rb
1482
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/omap.rb
1483
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/parser.rb
1484
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/scalar_scanner.rb
1485
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/set.rb
1486
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/stream.rb
1487
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/streaming.rb
1488
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/syntax_error.rb
1489
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/tree_builder.rb
1490
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/versions.rb
1491
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/visitors.rb
1492
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/visitors/depth_first.rb
1493
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/visitors/emitter.rb
1494
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/visitors/json_tree.rb
1495
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/visitors/to_ruby.rb
1496
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/visitors/visitor.rb
1497
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/visitors/yaml_tree.rb
1498
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/y.rb
1499
- - vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/psych.gemspec
1421
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/.gitignore
1422
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/Gemfile
1423
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/LICENSE
1424
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/Mavenfile
1425
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/README.md
1426
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/Rakefile
1427
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/bin/console
1428
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/bin/setup
1429
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/.sitearchdir.time
1430
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/Makefile
1431
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/depend
1432
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/extconf.rb
1433
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych.c
1434
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych.h
1435
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych.o
1436
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych.so
1437
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_emitter.c
1438
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_emitter.h
1439
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_emitter.o
1440
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_parser.c
1441
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_parser.h
1442
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_parser.o
1443
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_to_ruby.c
1444
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_to_ruby.h
1445
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_to_ruby.o
1446
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_yaml_tree.c
1447
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_yaml_tree.h
1448
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/ext/psych/psych_yaml_tree.o
1449
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych.rb
1450
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych.so
1451
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/class_loader.rb
1452
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/coder.rb
1453
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/core_ext.rb
1454
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/exception.rb
1455
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/handler.rb
1456
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/handlers/document_stream.rb
1457
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/handlers/recorder.rb
1458
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/json/ruby_events.rb
1459
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/json/stream.rb
1460
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/json/tree_builder.rb
1461
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/json/yaml_events.rb
1462
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes.rb
1463
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes/alias.rb
1464
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes/document.rb
1465
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes/mapping.rb
1466
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes/node.rb
1467
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes/scalar.rb
1468
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes/sequence.rb
1469
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/nodes/stream.rb
1470
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/omap.rb
1471
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/parser.rb
1472
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/scalar_scanner.rb
1473
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/set.rb
1474
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/stream.rb
1475
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/streaming.rb
1476
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/syntax_error.rb
1477
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/tree_builder.rb
1478
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/versions.rb
1479
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/visitors.rb
1480
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/visitors/depth_first.rb
1481
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/visitors/emitter.rb
1482
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/visitors/json_tree.rb
1483
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/visitors/to_ruby.rb
1484
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/visitors/visitor.rb
1485
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/visitors/yaml_tree.rb
1486
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/lib/psych/y.rb
1487
+ - vendor/bundle/ruby/3.1.0/gems/psych-5.0.0/psych.gemspec
1500
1488
  - vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/Changelog.md
1501
1489
  - vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/LICENSE
1502
1490
  - vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/README.markdown
@@ -2593,7 +2581,7 @@ files:
2593
2581
  - vendor/bundle/ruby/3.1.0/specifications/parser-3.1.3.0.gemspec
2594
2582
  - vendor/bundle/ruby/3.1.0/specifications/pry-0.14.1.gemspec
2595
2583
  - vendor/bundle/ruby/3.1.0/specifications/pry-byebug-3.10.1.gemspec
2596
- - vendor/bundle/ruby/3.1.0/specifications/psych-4.0.6.gemspec
2584
+ - vendor/bundle/ruby/3.1.0/specifications/psych-5.0.0.gemspec
2597
2585
  - vendor/bundle/ruby/3.1.0/specifications/rainbow-3.1.1.gemspec
2598
2586
  - vendor/bundle/ruby/3.1.0/specifications/rake-13.0.6.gemspec
2599
2587
  - vendor/bundle/ruby/3.1.0/specifications/rspec-3.12.0.gemspec
@@ -1,27 +0,0 @@
1
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/3.1.0 extconf.rb
3
- checking for yaml.h... yes
4
- checking for yaml_get_version() in -lyaml... yes
5
- creating Makefile
6
-
7
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych
8
- make DESTDIR\= sitearchdir\=./.gem.20221204-3901-o490ed sitelibdir\=./.gem.20221204-3901-o490ed clean
9
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
10
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
11
-
12
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych
13
- make DESTDIR\= sitearchdir\=./.gem.20221204-3901-o490ed sitelibdir\=./.gem.20221204-3901-o490ed
14
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
15
- compiling psych.c
16
- compiling psych_emitter.c
17
- compiling psych_parser.c
18
- compiling psych_to_ruby.c
19
- compiling psych_yaml_tree.c
20
- linking shared-object psych.so
21
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
22
-
23
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych
24
- make DESTDIR\= sitearchdir\=./.gem.20221204-3901-o490ed sitelibdir\=./.gem.20221204-3901-o490ed install
25
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
26
- /usr/bin/install -c -m 0755 psych.so ./.gem.20221204-3901-o490ed
27
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych'
@@ -1,5 +0,0 @@
1
- $(OBJS): $(YAML_H)
2
-
3
- $(OBJS): $(HDRS) $(ruby_headers) \
4
- $(hdrdir)/ruby/encoding.h \
5
- $(hdrdir)/ruby/oniguruma.h
@@ -1,43 +0,0 @@
1
- # -*- coding: us-ascii -*-
2
- # frozen_string_literal: true
3
- require 'mkmf'
4
- require 'fileutils'
5
-
6
- # :stopdoc:
7
-
8
- dir_config 'libyaml'
9
-
10
- if enable_config("bundled-libyaml", false) || !(find_header('yaml.h') && find_library('yaml', 'yaml_get_version'))
11
- # Embed libyaml since we could not find it.
12
-
13
- $VPATH << "$(srcdir)/yaml"
14
- $INCFLAGS << " -I$(srcdir)/yaml"
15
-
16
- $srcs = Dir.glob("#{$srcdir}/{,yaml/}*.c").map {|n| File.basename(n)}.sort
17
-
18
- header = 'yaml/yaml.h'
19
- header = "{$(VPATH)}#{header}" if $nmake
20
- if have_macro("_WIN32")
21
- $CPPFLAGS << " -DYAML_DECLARE_STATIC -DHAVE_CONFIG_H"
22
- end
23
-
24
- have_header 'dlfcn.h'
25
- have_header 'inttypes.h'
26
- have_header 'memory.h'
27
- have_header 'stdint.h'
28
- have_header 'stdlib.h'
29
- have_header 'strings.h'
30
- have_header 'string.h'
31
- have_header 'sys/stat.h'
32
- have_header 'sys/types.h'
33
- have_header 'unistd.h'
34
-
35
- find_header 'yaml.h'
36
- have_header 'config.h'
37
- end
38
-
39
- create_makefile 'psych' do |mk|
40
- mk << "YAML_H = #{header}".strip << "\n"
41
- end
42
-
43
- # :startdoc:
@@ -1,19 +0,0 @@
1
- Copyright (c) 2006 Kirill Simonov
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in
5
- the Software without restriction, including without limitation the rights to
6
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
- of the Software, and to permit persons to whom the Software is furnished to do
8
- so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.