cybrid_api_id_ruby 0.125.275 → 0.125.295

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 (161) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +44 -4
  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/patch_user_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  20. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  21. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  22. data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
  23. data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
  24. data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
  25. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  26. data/lib/cybrid_api_id_ruby.rb +1 -1
  27. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  28. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  29. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  30. data/spec/api/users_idp_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/application_idp_model_spec.rb +1 -1
  34. data/spec/models/application_list_idp_model_spec.rb +1 -1
  35. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  36. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  37. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  38. data/spec/models/error_response_idp_model_spec.rb +1 -1
  39. data/spec/models/patch_user_idp_model_spec.rb +1 -1
  40. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  41. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  42. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  43. data/spec/models/post_user_idp_model_spec.rb +1 -1
  44. data/spec/models/user_idp_model_spec.rb +1 -1
  45. data/spec/models/user_list_idp_model_spec.rb +1 -1
  46. data/spec/spec_helper.rb +1 -1
  47. data/vendor/bundle/ruby/3.3.0/cache/date-3.5.1.gem +0 -0
  48. data/vendor/bundle/ruby/3.3.0/cache/psych-5.3.0.gem +0 -0
  49. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-12.0.0/gem_make.out +5 -5
  50. data/vendor/bundle/ruby/3.3.0/{gems/date-3.5.0/lib → extensions/x86_64-linux/3.3.0/date-3.5.1}/date_core.so +0 -0
  51. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +32 -0
  52. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  53. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.6 → psych-5.3.0}/gem_make.out +18 -20
  54. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.0/mkmf.log +41 -0
  55. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.6 → psych-5.3.0}/psych.so +0 -0
  56. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  57. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.9/gem_make.out +5 -5
  58. data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_core.c +45 -46
  59. data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/lib/date.rb +1 -1
  60. data/vendor/bundle/ruby/3.3.0/{extensions/x86_64-linux/3.3.0/date-3.5.0 → gems/date-3.5.1/lib}/date_core.so +0 -0
  61. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/README.md +10 -0
  62. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/Makefile +1 -1
  63. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/extconf.rb +5 -2
  64. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_to_ruby.c +7 -6
  65. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/core_ext.rb +1 -5
  66. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/node.rb +2 -2
  67. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/scalar_scanner.rb +3 -2
  68. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/versions.rb +1 -1
  69. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/to_ruby.rb +4 -3
  70. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych.rb +7 -6
  71. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych.so +0 -0
  72. data/vendor/bundle/ruby/3.3.0/specifications/ast-2.4.3.gemspec +1 -1
  73. data/vendor/bundle/ruby/3.3.0/specifications/byebug-12.0.0.gemspec +1 -1
  74. data/vendor/bundle/ruby/3.3.0/specifications/coderay-1.1.3.gemspec +1 -1
  75. data/vendor/bundle/ruby/3.3.0/specifications/{date-3.5.0.gemspec → date-3.5.1.gemspec} +4 -4
  76. data/vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.6.2.gemspec +1 -1
  77. data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.15.0.gemspec +1 -1
  78. data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec +1 -1
  79. data/vendor/bundle/ruby/3.3.0/specifications/jaro_winkler-1.5.6.gemspec +1 -1
  80. data/vendor/bundle/ruby/3.3.0/specifications/method_source-1.1.0.gemspec +1 -1
  81. data/vendor/bundle/ruby/3.3.0/specifications/parallel-1.27.0.gemspec +1 -1
  82. data/vendor/bundle/ruby/3.3.0/specifications/parser-3.3.10.0.gemspec +1 -1
  83. data/vendor/bundle/ruby/3.3.0/specifications/pry-0.15.2.gemspec +1 -1
  84. data/vendor/bundle/ruby/3.3.0/specifications/pry-byebug-3.11.0.gemspec +1 -1
  85. data/vendor/bundle/ruby/3.3.0/specifications/{psych-5.2.6.gemspec → psych-5.3.0.gemspec} +5 -5
  86. data/vendor/bundle/ruby/3.3.0/specifications/racc-1.8.1.gemspec +1 -1
  87. data/vendor/bundle/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec +1 -1
  88. data/vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec +1 -1
  89. data/vendor/bundle/ruby/3.3.0/specifications/rspec-3.13.2.gemspec +1 -1
  90. data/vendor/bundle/ruby/3.3.0/specifications/rspec-core-3.13.6.gemspec +1 -1
  91. data/vendor/bundle/ruby/3.3.0/specifications/rspec-expectations-3.13.5.gemspec +1 -1
  92. data/vendor/bundle/ruby/3.3.0/specifications/rspec-mocks-3.13.7.gemspec +1 -1
  93. data/vendor/bundle/ruby/3.3.0/specifications/rspec-support-3.13.6.gemspec +1 -1
  94. data/vendor/bundle/ruby/3.3.0/specifications/rubocop-0.66.0.gemspec +1 -1
  95. data/vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec +1 -1
  96. data/vendor/bundle/ruby/3.3.0/specifications/stringio-3.1.9.gemspec +1 -1
  97. data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.5.0.gemspec +1 -1
  98. data/vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-1.5.0.gemspec +1 -1
  99. metadata +83 -83
  100. data/vendor/bundle/ruby/3.3.0/cache/date-3.5.0.gem +0 -0
  101. data/vendor/bundle/ruby/3.3.0/cache/psych-5.2.6.gem +0 -0
  102. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.0/gem_make.out +0 -32
  103. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/mkmf.log +0 -105
  104. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{date-3.5.0 → date-3.5.1}/gem.build_complete +0 -0
  105. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{date-3.5.0 → date-3.5.1}/mkmf.log +0 -0
  106. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.6 → psych-5.3.0}/gem.build_complete +0 -0
  107. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/BSDL +0 -0
  108. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/COPYING +0 -0
  109. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/README.md +0 -0
  110. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/Makefile +0 -0
  111. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_parse.c +0 -0
  112. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_strftime.c +0 -0
  113. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_strptime.c +0 -0
  114. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_tmx.h +0 -0
  115. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/extconf.rb +0 -0
  116. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/prereq.mk +0 -0
  117. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/zonetab.h +0 -0
  118. /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/zonetab.list +0 -0
  119. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/CONTRIBUTING.md +0 -0
  120. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/LICENSE +0 -0
  121. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/depend +0 -0
  122. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych.c +0 -0
  123. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych.h +0 -0
  124. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_emitter.c +0 -0
  125. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_emitter.h +0 -0
  126. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_parser.c +0 -0
  127. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_parser.h +0 -0
  128. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_to_ruby.h +0 -0
  129. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_yaml_tree.c +0 -0
  130. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_yaml_tree.h +0 -0
  131. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/class_loader.rb +0 -0
  132. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/coder.rb +0 -0
  133. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/exception.rb +0 -0
  134. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/handler.rb +0 -0
  135. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/handlers/document_stream.rb +0 -0
  136. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/handlers/recorder.rb +0 -0
  137. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/ruby_events.rb +0 -0
  138. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/stream.rb +0 -0
  139. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/tree_builder.rb +0 -0
  140. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/yaml_events.rb +0 -0
  141. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/alias.rb +0 -0
  142. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/document.rb +0 -0
  143. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/mapping.rb +0 -0
  144. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/scalar.rb +0 -0
  145. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/sequence.rb +0 -0
  146. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/stream.rb +0 -0
  147. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes.rb +0 -0
  148. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/omap.rb +0 -0
  149. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/parser.rb +0 -0
  150. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/set.rb +0 -0
  151. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/stream.rb +0 -0
  152. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/streaming.rb +0 -0
  153. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/syntax_error.rb +0 -0
  154. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/tree_builder.rb +0 -0
  155. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/depth_first.rb +0 -0
  156. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/emitter.rb +0 -0
  157. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/json_tree.rb +0 -0
  158. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/visitor.rb +0 -0
  159. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/yaml_tree.rb +0 -0
  160. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors.rb +0 -0
  161. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/y.rb +0 -0
@@ -1,105 +0,0 @@
1
- pkg_config: checking for pkg-config for yaml-0.1... -------------------- [" ", "", "-lyaml"]
2
-
3
- LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --exists yaml-0.1
4
- LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --libs yaml-0.1 |
5
- => "-lyaml\n"
6
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lpthread -lc"
7
- checked program was:
8
- /* begin */
9
- 1: #include "ruby.h"
10
- 2:
11
- 3: int main(int argc, char **argv)
12
- 4: {
13
- 5: return !!argv[argc];
14
- 6: }
15
- /* end */
16
-
17
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lm -lpthread -lc"
18
- checked program was:
19
- /* begin */
20
- 1: #include "ruby.h"
21
- 2:
22
- 3: int main(int argc, char **argv)
23
- 4: {
24
- 5: return !!argv[argc];
25
- 6: }
26
- /* end */
27
-
28
- LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --cflags-only-I yaml-0.1 |
29
- => "\n"
30
- LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --cflags-only-other yaml-0.1 |
31
- => "\n"
32
- LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --libs-only-l yaml-0.1 |
33
- => "-lyaml\n"
34
- package configuration for yaml-0.1
35
- incflags:
36
- cflags:
37
- ldflags:
38
- libs: -lyaml
39
-
40
- --------------------
41
-
42
- find_header: checking for yaml.h... -------------------- yes
43
-
44
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -c conftest.c"
45
- checked program was:
46
- /* begin */
47
- 1: #include "ruby.h"
48
- 2:
49
- 3: #include <yaml.h>
50
- /* end */
51
-
52
- --------------------
53
-
54
- find_library: checking for yaml_get_version() in -lyaml... -------------------- yes
55
-
56
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lyaml -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lyaml -lm -lpthread -lc"
57
- conftest.c: In function ‘t’:
58
- conftest.c:14:57: error: ‘yaml_get_version’ undeclared (first use in this function)
59
- 14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
60
- | ^~~~~~~~~~~~~~~~
61
- conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
62
- conftest.c: At top level:
63
- cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
64
- cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
65
- cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
66
- checked program was:
67
- /* begin */
68
- 1: #include "ruby.h"
69
- 2:
70
- 3: /*top*/
71
- 4: extern int t(void);
72
- 5: int main(int argc, char **argv)
73
- 6: {
74
- 7: if (argc > 1000000) {
75
- 8: int (* volatile tp)(void)=(int (*)(void))&t;
76
- 9: printf("%d", (*tp)());
77
- 10: }
78
- 11:
79
- 12: return !!argv[argc];
80
- 13: }
81
- 14: int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
82
- /* end */
83
-
84
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lyaml -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lyaml -lm -lpthread -lc"
85
- checked program was:
86
- /* begin */
87
- 1: #include "ruby.h"
88
- 2:
89
- 3: /*top*/
90
- 4: extern int t(void);
91
- 5: int main(int argc, char **argv)
92
- 6: {
93
- 7: if (argc > 1000000) {
94
- 8: int (* volatile tp)(void)=(int (*)(void))&t;
95
- 9: printf("%d", (*tp)());
96
- 10: }
97
- 11:
98
- 12: return !!argv[argc];
99
- 13: }
100
- 14: extern void yaml_get_version();
101
- 15: int t(void) { yaml_get_version(); return 0; }
102
- /* end */
103
-
104
- --------------------
105
-