cybrid_api_bank_ruby 0.56.1 → 0.56.2

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 (227) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +5 -5
  4. data/cybrid_api_bank_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +1 -1
  6. data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +1 -1
  7. data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +1 -1
  8. data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +1 -1
  9. data/lib/cybrid_api_bank_ruby/api/external_bank_accounts_bank_api.rb +1 -1
  10. data/lib/cybrid_api_bank_ruby/api/fee_configurations_bank_api.rb +1 -1
  11. data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +1 -1
  12. data/lib/cybrid_api_bank_ruby/api/identity_verifications_bank_api.rb +1 -1
  13. data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +1 -1
  14. data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +1 -1
  15. data/lib/cybrid_api_bank_ruby/api/rewards_bank_api.rb +1 -1
  16. data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +1 -1
  17. data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +1 -1
  18. data/lib/cybrid_api_bank_ruby/api/transfers_bank_api.rb +1 -1
  19. data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +1 -1
  20. data/lib/cybrid_api_bank_ruby/api/workflows_bank_api.rb +1 -1
  21. data/lib/cybrid_api_bank_ruby/api_client.rb +1 -1
  22. data/lib/cybrid_api_bank_ruby/api_error.rb +1 -1
  23. data/lib/cybrid_api_bank_ruby/configuration.rb +1 -1
  24. data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +1 -1
  25. data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +1 -1
  26. data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +1 -1
  27. data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +1 -1
  28. data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +1 -1
  29. data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +1 -1
  30. data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +1 -1
  31. data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +1 -1
  32. data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +1 -1
  33. data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +1 -1
  34. data/lib/cybrid_api_bank_ruby/models/external_bank_account_bank_model.rb +1 -1
  35. data/lib/cybrid_api_bank_ruby/models/external_bank_account_list_bank_model.rb +1 -1
  36. data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +1 -1
  37. data/lib/cybrid_api_bank_ruby/models/fee_configuration_bank_model.rb +1 -1
  38. data/lib/cybrid_api_bank_ruby/models/fee_configuration_list_bank_model.rb +1 -1
  39. data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +1 -1
  40. data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +1 -1
  41. data/lib/cybrid_api_bank_ruby/models/identity_verification_bank_model.rb +1 -1
  42. data/lib/cybrid_api_bank_ruby/models/identity_verification_list_bank_model.rb +1 -1
  43. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_all_of_bank_model.rb +1 -1
  44. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_bank_model.rb +1 -1
  45. data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +1 -1
  46. data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +1 -1
  47. data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +1 -1
  48. data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +1 -1
  49. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_bank_model.rb +1 -1
  50. data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +1 -1
  51. data/lib/cybrid_api_bank_ruby/models/post_fee_configuration_bank_model.rb +1 -1
  52. data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +1 -1
  53. data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +1 -1
  54. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_bank_model.rb +1 -1
  55. data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +1 -1
  56. data/lib/cybrid_api_bank_ruby/models/post_reward_bank_model.rb +1 -1
  57. data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +1 -1
  58. data/lib/cybrid_api_bank_ruby/models/post_transfer_bank_model.rb +1 -1
  59. data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +1 -1
  60. data/lib/cybrid_api_bank_ruby/models/post_workflow_bank_model.rb +1 -1
  61. data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +1 -1
  62. data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +1 -1
  63. data/lib/cybrid_api_bank_ruby/models/reward_bank_model.rb +1 -1
  64. data/lib/cybrid_api_bank_ruby/models/reward_list_bank_model.rb +1 -1
  65. data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +1 -1
  66. data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +1 -1
  67. data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +1 -1
  68. data/lib/cybrid_api_bank_ruby/models/transfer_bank_model.rb +1 -1
  69. data/lib/cybrid_api_bank_ruby/models/transfer_list_bank_model.rb +1 -1
  70. data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +1 -1
  71. data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +1 -1
  72. data/lib/cybrid_api_bank_ruby/models/workflow_bank_model.rb +1 -1
  73. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_all_of_bank_model.rb +1 -1
  74. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_bank_model.rb +1 -1
  75. data/lib/cybrid_api_bank_ruby/models/workflows_list_bank_model.rb +1 -1
  76. data/lib/cybrid_api_bank_ruby/version.rb +2 -2
  77. data/lib/cybrid_api_bank_ruby.rb +1 -1
  78. data/spec/api/accounts_bank_api_spec.rb +1 -1
  79. data/spec/api/assets_bank_api_spec.rb +1 -1
  80. data/spec/api/banks_bank_api_spec.rb +1 -1
  81. data/spec/api/customers_bank_api_spec.rb +1 -1
  82. data/spec/api/external_bank_accounts_bank_api_spec.rb +1 -1
  83. data/spec/api/fee_configurations_bank_api_spec.rb +1 -1
  84. data/spec/api/identity_records_bank_api_spec.rb +1 -1
  85. data/spec/api/identity_verifications_bank_api_spec.rb +1 -1
  86. data/spec/api/prices_bank_api_spec.rb +1 -1
  87. data/spec/api/quotes_bank_api_spec.rb +1 -1
  88. data/spec/api/rewards_bank_api_spec.rb +1 -1
  89. data/spec/api/symbols_bank_api_spec.rb +1 -1
  90. data/spec/api/trades_bank_api_spec.rb +1 -1
  91. data/spec/api/transfers_bank_api_spec.rb +1 -1
  92. data/spec/api/verification_keys_bank_api_spec.rb +1 -1
  93. data/spec/api/workflows_bank_api_spec.rb +1 -1
  94. data/spec/api_client_spec.rb +1 -1
  95. data/spec/configuration_spec.rb +1 -1
  96. data/spec/models/account_bank_model_spec.rb +1 -1
  97. data/spec/models/account_list_bank_model_spec.rb +1 -1
  98. data/spec/models/asset_bank_model_spec.rb +1 -1
  99. data/spec/models/asset_list_bank_model_spec.rb +1 -1
  100. data/spec/models/attestation_details_bank_model_spec.rb +1 -1
  101. data/spec/models/bank_bank_model_spec.rb +1 -1
  102. data/spec/models/bank_list_bank_model_spec.rb +1 -1
  103. data/spec/models/customer_bank_model_spec.rb +1 -1
  104. data/spec/models/customer_list_bank_model_spec.rb +1 -1
  105. data/spec/models/error_response_bank_model_spec.rb +1 -1
  106. data/spec/models/external_bank_account_bank_model_spec.rb +1 -1
  107. data/spec/models/external_bank_account_list_bank_model_spec.rb +1 -1
  108. data/spec/models/fee_bank_model_spec.rb +1 -1
  109. data/spec/models/fee_configuration_bank_model_spec.rb +1 -1
  110. data/spec/models/fee_configuration_list_bank_model_spec.rb +1 -1
  111. data/spec/models/identity_record_bank_model_spec.rb +1 -1
  112. data/spec/models/identity_record_list_bank_model_spec.rb +1 -1
  113. data/spec/models/identity_verification_bank_model_spec.rb +1 -1
  114. data/spec/models/identity_verification_list_bank_model_spec.rb +1 -1
  115. data/spec/models/identity_verification_with_details_all_of_bank_model_spec.rb +1 -1
  116. data/spec/models/identity_verification_with_details_bank_model_spec.rb +1 -1
  117. data/spec/models/patch_bank_bank_model_spec.rb +1 -1
  118. data/spec/models/post_account_bank_model_spec.rb +1 -1
  119. data/spec/models/post_bank_bank_model_spec.rb +1 -1
  120. data/spec/models/post_customer_bank_model_spec.rb +1 -1
  121. data/spec/models/post_external_bank_account_bank_model_spec.rb +1 -1
  122. data/spec/models/post_fee_bank_model_spec.rb +1 -1
  123. data/spec/models/post_fee_configuration_bank_model_spec.rb +1 -1
  124. data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +1 -1
  125. data/spec/models/post_identity_record_bank_model_spec.rb +1 -1
  126. data/spec/models/post_identity_verification_bank_model_spec.rb +1 -1
  127. data/spec/models/post_quote_bank_model_spec.rb +1 -1
  128. data/spec/models/post_reward_bank_model_spec.rb +1 -1
  129. data/spec/models/post_trade_bank_model_spec.rb +1 -1
  130. data/spec/models/post_transfer_bank_model_spec.rb +1 -1
  131. data/spec/models/post_verification_key_bank_model_spec.rb +1 -1
  132. data/spec/models/post_workflow_bank_model_spec.rb +1 -1
  133. data/spec/models/quote_bank_model_spec.rb +1 -1
  134. data/spec/models/quote_list_bank_model_spec.rb +1 -1
  135. data/spec/models/reward_bank_model_spec.rb +1 -1
  136. data/spec/models/reward_list_bank_model_spec.rb +1 -1
  137. data/spec/models/symbol_price_bank_model_spec.rb +1 -1
  138. data/spec/models/trade_bank_model_spec.rb +1 -1
  139. data/spec/models/trade_list_bank_model_spec.rb +1 -1
  140. data/spec/models/transfer_bank_model_spec.rb +1 -1
  141. data/spec/models/transfer_list_bank_model_spec.rb +1 -1
  142. data/spec/models/verification_key_bank_model_spec.rb +1 -1
  143. data/spec/models/verification_key_list_bank_model_spec.rb +1 -1
  144. data/spec/models/workflow_bank_model_spec.rb +1 -1
  145. data/spec/models/workflow_with_details_all_of_bank_model_spec.rb +1 -1
  146. data/spec/models/workflow_with_details_bank_model_spec.rb +1 -1
  147. data/spec/models/workflows_list_bank_model_spec.rb +1 -1
  148. data/spec/spec_helper.rb +1 -1
  149. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/byebug/byebug.so +0 -0
  150. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/byebug-11.1.3/gem.build_complete +0 -0
  151. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/gem_make.out +45 -0
  152. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.15.5/ffi_c.so +0 -0
  153. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/ffi-1.15.5/gem.build_complete +0 -0
  154. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/ffi-1.15.5/gem_make.out +4 -4
  155. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/ffi-1.15.5/mkmf.log +19 -19
  156. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/jaro_winkler-1.5.4/gem.build_complete +0 -0
  157. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/jaro_winkler-1.5.4/gem_make.out +15 -7
  158. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
  159. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/psych-4.0.6/gem.build_complete +0 -0
  160. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/psych-4.0.6/gem_make.out +4 -4
  161. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/psych-4.0.6/mkmf.log +7 -7
  162. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/psych.so +0 -0
  163. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/stringio-3.0.2/gem.build_complete +0 -0
  164. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/{3.1.0-static → 3.1.0}/stringio-3.0.2/gem_make.out +4 -4
  165. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/mkmf.log +36 -0
  166. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/stringio.so +0 -0
  167. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +6 -6
  168. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/breakpoint.o +0 -0
  169. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.o +0 -0
  170. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/byebug.so +0 -0
  171. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/context.o +0 -0
  172. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/locker.o +0 -0
  173. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/threads.o +0 -0
  174. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
  175. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.o +0 -0
  176. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.o +0 -0
  177. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.o +0 -0
  178. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Call.o +0 -0
  179. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ClosurePool.o +0 -0
  180. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.o +0 -0
  181. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Function.o +0 -0
  182. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.o +0 -0
  183. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/LastError.o +0 -0
  184. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/LongDouble.o +0 -0
  185. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +5 -5
  186. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.o +0 -0
  187. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.o +0 -0
  188. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.o +0 -0
  189. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Platform.o +0 -0
  190. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.o +0 -0
  191. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Struct.o +0 -0
  192. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.o +0 -0
  193. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.o +0 -0
  194. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Thread.o +0 -0
  195. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Type.o +0 -0
  196. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Types.o +0 -0
  197. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.o +0 -0
  198. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ffi.o +0 -0
  199. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so +0 -0
  200. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/lib/ffi_c.so +0 -0
  201. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +6 -6
  202. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/adj_matrix.o +0 -0
  203. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/codepoints.o +0 -0
  204. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro.o +0 -0
  205. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler.o +0 -0
  206. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/jaro_winkler_ext.so +0 -0
  207. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
  208. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/Makefile +6 -6
  209. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.o +0 -0
  210. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych.so +0 -0
  211. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_emitter.o +0 -0
  212. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_parser.o +0 -0
  213. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_to_ruby.o +0 -0
  214. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/psych_yaml_tree.o +0 -0
  215. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych.so +0 -0
  216. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +6 -6
  217. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/stringio.o +0 -0
  218. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/stringio.so +0 -0
  219. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
  220. metadata +19 -19
  221. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/byebug/byebug.so +0 -0
  222. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +0 -25
  223. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/ffi_c.so +0 -0
  224. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so +0 -0
  225. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/psych.so +0 -0
  226. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/mkmf.log +0 -36
  227. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/stringio.so +0 -0
@@ -0,0 +1,36 @@
1
+ have_func: checking for rb_io_extract_modeenc() in ruby/io.h... -------------------- yes
2
+
3
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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 -lc"
4
+ checked program was:
5
+ /* begin */
6
+ 1: #include "ruby.h"
7
+ 2:
8
+ 3: int main(int argc, char **argv)
9
+ 4: {
10
+ 5: return !!argv[argc];
11
+ 6: }
12
+ /* end */
13
+
14
+ LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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 -lc"
15
+ checked program was:
16
+ /* begin */
17
+ 1: #include "ruby.h"
18
+ 2:
19
+ 3: #include <ruby/io.h>
20
+ 4:
21
+ 5: /*top*/
22
+ 6: extern int t(void);
23
+ 7: int main(int argc, char **argv)
24
+ 8: {
25
+ 9: if (argc > 1000000) {
26
+ 10: int (* volatile tp)(void)=(int (*)(void))&t;
27
+ 11: printf("%d", (*tp)());
28
+ 12: }
29
+ 13:
30
+ 14: return !!argv[argc];
31
+ 15: }
32
+ 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_io_extract_modeenc; return !p; }
33
+ /* end */
34
+
35
+ --------------------
36
+
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -82,15 +82,15 @@ cflags = $(optflags) $(debugflags) $(warnflags)
82
82
  cxxflags =
83
83
  optflags = -O3 -fno-fast-math
84
84
  debugflags = -ggdb3
85
- warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef
85
+ warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix = /byebug
141
141
  LOCAL_LIBS =
142
- LIBS = -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lm -lc
143
143
  ORIG_SRCS = breakpoint.c byebug.c context.c locker.c threads.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = breakpoint.o byebug.o context.o locker.o threads.o
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -85,12 +85,12 @@ debugflags = -ggdb3
85
85
  warnflags =
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = -DRUBY_EXTCONF_H=\"$(RUBY_EXTCONF_H)\" $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -pthread
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -pthread
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix =
141
141
  LOCAL_LIBS =
142
- LIBS = -lffi -lffi -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lffi -lffi -lm -lc
143
143
  ORIG_SRCS = AbstractMemory.c ArrayType.c Buffer.c Call.c ClosurePool.c DynamicLibrary.c Function.c FunctionInfo.c LastError.c LongDouble.c MappedType.c MemoryPointer.c MethodHandle.c Platform.c Pointer.c Struct.c StructByValue.c StructLayout.c Thread.c Type.c Types.c Variadic.c ffi.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = AbstractMemory.o ArrayType.o Buffer.o Call.o ClosurePool.o DynamicLibrary.o Function.o FunctionInfo.o LastError.o LongDouble.o MappedType.o MemoryPointer.o MethodHandle.o Platform.o Pointer.o Struct.o StructByValue.o StructLayout.o Thread.o Type.o Types.o Variadic.o ffi.o
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -82,15 +82,15 @@ cflags = $(optflags) $(debugflags) $(warnflags)
82
82
  cxxflags =
83
83
  optflags = -O3 -fno-fast-math
84
84
  debugflags = -ggdb3
85
- warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef
85
+ warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) -std=c99 $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC -std=c99 $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix = /jaro_winkler
141
141
  LOCAL_LIBS =
142
- LIBS = -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lm -lc
143
143
  ORIG_SRCS = adj_matrix.c codepoints.c jaro.c jaro_winkler.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = adj_matrix.o codepoints.o jaro.o jaro_winkler.o
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -82,15 +82,15 @@ cflags = $(optflags) $(debugflags) $(warnflags)
82
82
  cxxflags =
83
83
  optflags = -O3 -fno-fast-math
84
84
  debugflags = -ggdb3
85
- warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef
85
+ warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix =
141
141
  LOCAL_LIBS =
142
- LIBS = -lyaml -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lyaml -lm -lc
143
143
  ORIG_SRCS = psych.c psych_emitter.c psych_parser.c psych_to_ruby.c psych_yaml_tree.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = psych.o psych_emitter.o psych_parser.o psych_to_ruby.o psych_yaml_tree.o
@@ -68,9 +68,9 @@ archdir = $(rubyarchdir)
68
68
  CC_WRAPPER =
69
69
  CC = gcc
70
70
  CXX = g++
71
- LIBRUBY = $(LIBRUBY_A)
71
+ LIBRUBY = $(LIBRUBY_SO)
72
72
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
73
- LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
73
+ LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
74
74
  LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static $(MAINLIBS)
75
75
  empty =
76
76
  OUTFLAG = -o $(empty)
@@ -82,15 +82,15 @@ cflags = $(optflags) $(debugflags) $(warnflags)
82
82
  cxxflags =
83
83
  optflags = -O3 -fno-fast-math
84
84
  debugflags = -ggdb3
85
- warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef
85
+ warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef
86
86
  cppflags =
87
87
  CCDLFLAGS = -fPIC
88
- CFLAGS = $(CCDLFLAGS) $(cflags) $(ARCH_FLAG)
88
+ CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
89
89
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
90
90
  DEFS =
91
91
  CPPFLAGS = -DHAVE_RB_IO_EXTRACT_MODEENC $(DEFS) $(cppflags)
92
92
  CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
93
- ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic
93
+ ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
94
94
  dldflags = -Wl,--compress-debug-sections=zlib
95
95
  ARCH_FLAG =
96
96
  DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
@@ -139,7 +139,7 @@ extout =
139
139
  extout_prefix =
140
140
  target_prefix =
141
141
  LOCAL_LIBS =
142
- LIBS = -lm -lc
142
+ LIBS = $(LIBRUBYARG_SHARED) -lm -lc
143
143
  ORIG_SRCS = stringio.c
144
144
  SRCS = $(ORIG_SRCS)
145
145
  OBJS = stringio.o
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybrid_api_bank_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.1
4
+ version: 0.56.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
@@ -310,24 +310,24 @@ files:
310
310
  - vendor/bundle/ruby/3.1.0/cache/stringio-3.0.2.gem
311
311
  - vendor/bundle/ruby/3.1.0/cache/typhoeus-1.4.0.gem
312
312
  - vendor/bundle/ruby/3.1.0/cache/unicode-display_width-1.5.0.gem
313
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/byebug/byebug.so
314
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem.build_complete
315
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out
316
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/ffi_c.so
317
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem.build_complete
318
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem_make.out
319
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/mkmf.log
320
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem.build_complete
321
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem_make.out
322
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so
323
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/gem.build_complete
324
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/gem_make.out
325
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/mkmf.log
326
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/psych.so
327
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem.build_complete
328
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out
329
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/mkmf.log
330
- - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/stringio.so
313
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/byebug/byebug.so
314
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/gem.build_complete
315
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-11.1.3/gem_make.out
316
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.15.5/ffi_c.so
317
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.15.5/gem.build_complete
318
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.15.5/gem_make.out
319
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.15.5/mkmf.log
320
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/gem.build_complete
321
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/gem_make.out
322
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/jaro_winkler-1.5.4/jaro_winkler/jaro_winkler_ext.so
323
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/gem.build_complete
324
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/gem_make.out
325
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/mkmf.log
326
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/psych-4.0.6/psych.so
327
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/gem.build_complete
328
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/gem_make.out
329
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/mkmf.log
330
+ - vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/stringio-3.0.2/stringio.so
331
331
  - vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/LICENSE.MIT
332
332
  - vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/README.YARD.md
333
333
  - vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast.rb
@@ -1,25 +0,0 @@
1
- current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/3.1.0 extconf.rb
3
- creating Makefile
4
-
5
- current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug
6
- make DESTDIR\= sitearchdir\=./.gem.20221201-3923-p6s28n sitelibdir\=./.gem.20221201-3923-p6s28n clean
7
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
8
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
9
-
10
- current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug
11
- make DESTDIR\= sitearchdir\=./.gem.20221201-3923-p6s28n sitelibdir\=./.gem.20221201-3923-p6s28n
12
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
13
- compiling breakpoint.c
14
- compiling byebug.c
15
- compiling context.c
16
- compiling locker.c
17
- compiling threads.c
18
- linking shared-object byebug/byebug.so
19
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
20
-
21
- current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug
22
- make DESTDIR\= sitearchdir\=./.gem.20221201-3923-p6s28n sitelibdir\=./.gem.20221201-3923-p6s28n install
23
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
24
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20221201-3923-p6s28n/byebug
25
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug'
@@ -1,36 +0,0 @@
1
- have_func: checking for rb_io_extract_modeenc() in ruby/io.h... -------------------- yes
2
-
3
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lm -lc"
4
- checked program was:
5
- /* begin */
6
- 1: #include "ruby.h"
7
- 2:
8
- 3: int main(int argc, char **argv)
9
- 4: {
10
- 5: return !!argv[argc];
11
- 6: }
12
- /* end */
13
-
14
- LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.1.0/x86_64-linux -I/usr/local/include/ruby-3.1.0/ruby/backward -I/usr/local/include/ruby-3.1.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -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 -Wundef conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby-static -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm -lm -lc"
15
- checked program was:
16
- /* begin */
17
- 1: #include "ruby.h"
18
- 2:
19
- 3: #include <ruby/io.h>
20
- 4:
21
- 5: /*top*/
22
- 6: extern int t(void);
23
- 7: int main(int argc, char **argv)
24
- 8: {
25
- 9: if (argc > 1000000) {
26
- 10: int (* volatile tp)(void)=(int (*)(void))&t;
27
- 11: printf("%d", (*tp)());
28
- 12: }
29
- 13:
30
- 14: return !!argv[argc];
31
- 15: }
32
- 16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_io_extract_modeenc; return !p; }
33
- /* end */
34
-
35
- --------------------
36
-