vrpayment-ruby-sdk 5.1.0 → 5.2.0

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 (280) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/lib/vrpayment-ruby-sdk/api/charge_flow_service_api.rb +1 -1
  4. data/lib/vrpayment-ruby-sdk/api/human_user_service_api.rb +1 -1
  5. data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +8 -18
  6. data/lib/vrpayment-ruby-sdk/api/transaction_iframe_service_api.rb +1 -1
  7. data/lib/vrpayment-ruby-sdk/api/transaction_lightbox_service_api.rb +1 -1
  8. data/lib/vrpayment-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +1 -1
  9. data/lib/vrpayment-ruby-sdk/api/transaction_payment_page_service_api.rb +1 -1
  10. data/lib/vrpayment-ruby-sdk/api/transaction_service_api.rb +1 -1
  11. data/lib/vrpayment-ruby-sdk/api_client.rb +1 -1
  12. data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +13 -1
  13. data/lib/vrpayment-ruby-sdk/models/pan_type.rb +1 -0
  14. data/lib/vrpayment-ruby-sdk/models/payment_link.rb +13 -1
  15. data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +13 -1
  16. data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +13 -1
  17. data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +13 -1
  18. data/lib/vrpayment-ruby-sdk/models/scope.rb +51 -1
  19. data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +34 -4
  20. data/lib/vrpayment-ruby-sdk/version.rb +1 -1
  21. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem +0 -0
  22. data/vendor/bundle/ruby/3.3.0/cache/json-2.15.1.gem +0 -0
  23. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem +0 -0
  24. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/gem_make.out +10 -10
  25. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/generator.so +0 -0
  26. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/parser.so +0 -0
  27. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/mkmf.log +11 -10
  28. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
  29. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
  30. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
  31. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
  32. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
  33. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
  34. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
  35. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
  36. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
  37. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
  38. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
  39. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
  40. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
  41. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/CHANGES.md +50 -9
  42. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/README.md +3 -1
  43. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/fbuffer/fbuffer.h +31 -5
  44. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/generator.c +134 -104
  45. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/parser.c +58 -8
  46. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/conf.rb +24 -0
  47. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/simd/simd.h +47 -46
  48. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/vendor/fpconv.c +12 -11
  49. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/core.rb +1 -0
  50. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/string.rb +35 -0
  51. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/common.rb +49 -23
  52. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext/generator/state.rb +7 -14
  53. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator.so +0 -0
  54. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/parser.so +0 -0
  55. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/generic_object.rb +0 -8
  56. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/truffle_ruby/generator.rb +63 -45
  57. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/version.rb +1 -1
  58. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json.rb +23 -1
  59. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
  60. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
  61. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
  62. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
  63. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
  64. data/vendor/bundle/ruby/3.3.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
  65. data/vendor/bundle/ruby/3.3.0/specifications/{json-2.13.0.gemspec → json-2.15.1.gemspec} +0 -0
  66. data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +7 -5
  67. metadata +205 -252
  68. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
  69. data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
  70. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
  71. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
  72. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
  73. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +0 -20
  74. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
  75. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
  76. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
  77. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
  78. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +0 -8
  79. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +0 -4
  80. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +0 -36
  81. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +0 -9
  82. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +0 -38
  83. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
  84. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
  85. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
  86. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
  87. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
  88. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
  89. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
  90. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
  91. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
  92. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
  93. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
  94. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
  95. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
  96. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
  97. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
  98. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
  99. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
  100. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
  101. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
  102. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
  103. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
  104. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
  105. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
  106. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
  107. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
  108. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
  109. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
  110. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
  111. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
  112. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
  113. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
  114. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
  115. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
  116. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
  117. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
  118. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
  119. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
  120. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
  121. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
  122. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
  123. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
  124. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/gem.build_complete +0 -0
  125. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
  126. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
  127. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
  128. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
  129. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
  130. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
  131. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
  132. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
  133. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
  134. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
  135. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
  136. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
  137. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
  138. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
  139. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
  140. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
  141. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
  142. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
  143. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
  144. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
  145. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
  146. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
  147. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
  148. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
  149. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
  150. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
  151. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
  152. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
  153. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
  154. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
  155. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
  156. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
  157. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
  158. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
  159. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
  160. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
  161. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
  162. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
  163. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
  164. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
  165. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
  166. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
  167. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
  168. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  169. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
  170. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  171. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
  172. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
  173. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
  174. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
  175. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
  176. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
  177. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
  178. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
  179. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
  180. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
  181. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
  182. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
  183. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
  184. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
  185. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
  186. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
  187. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
  188. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
  189. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
  190. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
  191. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
  192. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
  193. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
  194. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
  195. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
  196. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
  197. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
  198. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
  199. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
  200. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
  201. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
  202. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
  203. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
  204. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
  205. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
  206. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
  207. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
  208. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
  209. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
  210. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
  211. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
  212. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
  213. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
  214. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/BSDL +0 -0
  215. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/COPYING +0 -0
  216. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/LEGAL +0 -0
  217. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/Makefile +0 -0
  218. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/extconf.rb +0 -0
  219. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/Makefile +0 -0
  220. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/extconf.rb +0 -0
  221. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/vendor/jeaiii-ltoa.h +0 -0
  222. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/json.gemspec +0 -0
  223. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/bigdecimal.rb +0 -0
  224. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/complex.rb +0 -0
  225. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date.rb +0 -0
  226. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date_time.rb +0 -0
  227. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/exception.rb +0 -0
  228. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/ostruct.rb +0 -0
  229. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/range.rb +0 -0
  230. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/rational.rb +0 -0
  231. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/regexp.rb +0 -0
  232. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/set.rb +0 -0
  233. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/struct.rb +0 -0
  234. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/symbol.rb +0 -0
  235. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/time.rb +0 -0
  236. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext.rb +0 -0
  237. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
  238. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
  239. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
  240. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
  241. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  242. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  243. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
  244. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  245. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
  246. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
  247. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
  248. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
  249. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
  250. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  251. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  252. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
  253. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
  254. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
  255. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  256. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  257. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  258. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  259. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  260. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  261. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
  262. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
  263. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
  264. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
  265. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
  266. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
  267. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
  268. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
  269. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
  270. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
  271. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
  272. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
  273. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
  274. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
  275. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
  276. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
  277. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
  278. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
  279. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
  280. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vrpayment-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - wallee AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-18 00:00:00.000000000 Z
11
+ date: 2025-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -576,19 +576,19 @@ files:
576
576
  - test/transaction_service_test.rb
577
577
  - vendor/bundle/ruby/3.3.0/bin/rake
578
578
  - vendor/bundle/ruby/3.3.0/cache/addressable-2.8.7.gem
579
- - vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem
579
+ - vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem
580
580
  - vendor/bundle/ruby/3.3.0/cache/ffi-1.17.2-x86_64-linux-gnu.gem
581
- - vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem
581
+ - vendor/bundle/ruby/3.3.0/cache/json-2.15.1.gem
582
582
  - vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.5.gem
583
583
  - vendor/bundle/ruby/3.3.0/cache/public_suffix-6.0.2.gem
584
584
  - vendor/bundle/ruby/3.3.0/cache/rake-13.0.6.gem
585
585
  - vendor/bundle/ruby/3.3.0/cache/test-unit-3.3.9.gem
586
- - vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem
587
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem.build_complete
588
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem_make.out
589
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so
590
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so
591
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/mkmf.log
586
+ - vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem
587
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/gem.build_complete
588
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/gem_make.out
589
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/generator.so
590
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/parser.so
591
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/mkmf.log
592
592
  - vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md
593
593
  - vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Gemfile
594
594
  - vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt
@@ -616,108 +616,108 @@ files:
616
616
  - vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/profile.rake
617
617
  - vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/rspec.rake
618
618
  - vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/yard.rake
619
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.github/workflows/ruby.yml
620
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.gitignore
621
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.rspec
622
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/CHANGELOG.md
623
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Gemfile
624
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Guardfile
625
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/LICENSE
626
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/README.md
627
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Rakefile
628
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/ethon.gemspec
629
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb
630
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curl.rb
631
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb
632
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/codes.rb
633
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/constants.rb
634
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/form_options.rb
635
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/functions.rb
636
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/infos.rb
637
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/messages.rb
638
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb
639
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb
640
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy.rb
641
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb
642
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/debug_info.rb
643
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/features.rb
644
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/form.rb
645
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/header.rb
646
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http.rb
647
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/actionable.rb
648
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/custom.rb
649
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/delete.rb
650
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/get.rb
651
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/head.rb
652
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/options.rb
653
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/patch.rb
654
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/post.rb
655
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/postable.rb
656
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/put.rb
657
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/putable.rb
658
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb
659
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/mirror.rb
660
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/operations.rb
661
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/options.rb
662
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/params.rb
663
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/queryable.rb
664
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb
665
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/util.rb
666
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors.rb
667
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/ethon_error.rb
668
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/global_init.rb
669
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_option.rb
670
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_value.rb
671
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_add.rb
672
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_fdset.rb
673
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_remove.rb
674
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_timeout.rb
675
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/select.rb
676
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/libc.rb
677
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/loggable.rb
678
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi.rb
679
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/operations.rb
680
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/options.rb
681
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/stack.rb
682
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/version.rb
683
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/benchmarks.rb
684
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/memory_leaks.rb
685
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/perf_spec_helper.rb
686
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/memory_test_helpers.rb
687
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/os_memory_leak_tracker.rb
688
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/ruby_object_leak_tracker.rb
689
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/curl_spec.rb
690
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb
691
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/debug_info_spec.rb
692
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/features_spec.rb
693
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/form_spec.rb
694
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/header_spec.rb
695
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/custom_spec.rb
696
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/delete_spec.rb
697
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/get_spec.rb
698
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/head_spec.rb
699
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/options_spec.rb
700
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/patch_spec.rb
701
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/post_spec.rb
702
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/put_spec.rb
703
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http_spec.rb
704
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb
705
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb
706
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb
707
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/options_spec.rb
708
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/queryable_spec.rb
709
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/response_callbacks_spec.rb
710
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/util_spec.rb
711
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy_spec.rb
712
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/libc_spec.rb
713
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/loggable_spec.rb
714
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/operations_spec.rb
715
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/options_spec.rb
716
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/stack_spec.rb
717
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi_spec.rb
718
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/spec_helper.rb
719
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/localhost_server.rb
720
- - vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/server.rb
619
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.github/workflows/ruby.yml
620
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.gitignore
621
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.rspec
622
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/CHANGELOG.md
623
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Gemfile
624
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Guardfile
625
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/LICENSE
626
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/README.md
627
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Rakefile
628
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/ethon.gemspec
629
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon.rb
630
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curl.rb
631
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/classes.rb
632
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/codes.rb
633
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/constants.rb
634
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/form_options.rb
635
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/functions.rb
636
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/infos.rb
637
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/messages.rb
638
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/options.rb
639
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/settings.rb
640
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy.rb
641
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/callbacks.rb
642
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/debug_info.rb
643
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/features.rb
644
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/form.rb
645
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/header.rb
646
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http.rb
647
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/actionable.rb
648
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/custom.rb
649
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/delete.rb
650
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/get.rb
651
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/head.rb
652
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/options.rb
653
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/patch.rb
654
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/post.rb
655
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/postable.rb
656
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/put.rb
657
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/putable.rb
658
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/informations.rb
659
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/mirror.rb
660
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/operations.rb
661
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/options.rb
662
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/params.rb
663
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/queryable.rb
664
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/response_callbacks.rb
665
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/util.rb
666
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors.rb
667
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/ethon_error.rb
668
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/global_init.rb
669
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_option.rb
670
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_value.rb
671
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_add.rb
672
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_fdset.rb
673
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_remove.rb
674
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_timeout.rb
675
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/select.rb
676
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/libc.rb
677
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/loggable.rb
678
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi.rb
679
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/operations.rb
680
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/options.rb
681
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/stack.rb
682
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/version.rb
683
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/benchmarks.rb
684
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/memory_leaks.rb
685
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb
686
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb
687
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb
688
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb
689
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb
690
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb
691
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb
692
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb
693
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb
694
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb
695
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb
696
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb
697
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb
698
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb
699
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb
700
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb
701
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb
702
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb
703
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb
704
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb
705
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb
706
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb
707
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb
708
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb
709
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb
710
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb
711
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb
712
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb
713
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
714
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb
715
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb
716
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb
717
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb
718
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/spec_helper.rb
719
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/localhost_server.rb
720
+ - vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/server.rb
721
721
  - vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/CHANGELOG.md
722
722
  - vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/COPYING
723
723
  - vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Gemfile
@@ -851,46 +851,47 @@ files:
851
851
  - vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout.rbs
852
852
  - vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs
853
853
  - vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/type.rbs
854
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/BSDL
855
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/CHANGES.md
856
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/COPYING
857
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/LEGAL
858
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/README.md
859
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/fbuffer/fbuffer.h
860
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/Makefile
861
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/extconf.rb
862
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/generator.c
863
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/Makefile
864
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/extconf.rb
865
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/parser.c
866
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb
867
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/simd.h
868
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/fpconv.c
869
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/jeaiii-ltoa.h
870
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/json.gemspec
871
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json.rb
872
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/bigdecimal.rb
873
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/complex.rb
874
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/core.rb
875
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date.rb
876
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date_time.rb
877
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/exception.rb
878
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/ostruct.rb
879
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/range.rb
880
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/rational.rb
881
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/regexp.rb
882
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/set.rb
883
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/struct.rb
884
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/symbol.rb
885
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/time.rb
886
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/common.rb
887
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext.rb
888
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so
889
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator/state.rb
890
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so
891
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/generic_object.rb
892
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/truffle_ruby/generator.rb
893
- - vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/version.rb
854
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/BSDL
855
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/CHANGES.md
856
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/COPYING
857
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/LEGAL
858
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/README.md
859
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/fbuffer/fbuffer.h
860
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/Makefile
861
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/extconf.rb
862
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/generator.c
863
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/Makefile
864
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/extconf.rb
865
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/parser.c
866
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/conf.rb
867
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/simd.h
868
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/vendor/fpconv.c
869
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/vendor/jeaiii-ltoa.h
870
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/json.gemspec
871
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json.rb
872
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/bigdecimal.rb
873
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/complex.rb
874
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/core.rb
875
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/date.rb
876
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/date_time.rb
877
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/exception.rb
878
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/ostruct.rb
879
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/range.rb
880
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/rational.rb
881
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/regexp.rb
882
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/set.rb
883
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/string.rb
884
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/struct.rb
885
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/symbol.rb
886
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/time.rb
887
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/common.rb
888
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext.rb
889
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator.so
890
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator/state.rb
891
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/parser.so
892
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/generic_object.rb
893
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/truffle_ruby/generator.rb
894
+ - vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/version.rb
894
895
  - vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/dependabot.yml
895
896
  - vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/workflows/ci.yml
896
897
  - vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.gitignore
@@ -1083,112 +1084,64 @@ files:
1083
1084
  - vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_backtracefilter.rb
1084
1085
  - vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_observable.rb
1085
1086
  - vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_procwrapper.rb
1086
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml
1087
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml
1088
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore
1089
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec
1090
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CHANGELOG.md
1091
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CONTRIBUTING.md
1092
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile
1093
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile
1094
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/LICENSE
1095
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/README.md
1096
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile
1097
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/UPGRADE.md
1098
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus.rb
1099
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder.rb
1100
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder/helper.rb
1101
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus.rb
1102
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/adapters/faraday.rb
1103
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/dalli.rb
1104
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/rails.rb
1105
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/redis.rb
1106
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb
1107
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb
1108
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors.rb
1109
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/no_stub.rb
1110
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/typhoeus_error.rb
1111
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/expectation.rb
1112
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra.rb
1113
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/addable.rb
1114
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/before.rb
1115
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/block_connection.rb
1116
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/cacheable.rb
1117
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/memoizable.rb
1118
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/queueable.rb
1119
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/runnable.rb
1120
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/stubbable.rb
1121
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/pool.rb
1122
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/railtie.rb
1123
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb
1124
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/actions.rb
1125
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/before.rb
1126
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/block_connection.rb
1127
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/cacheable.rb
1128
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/callbacks.rb
1129
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/marshal.rb
1130
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/memoizable.rb
1131
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/operations.rb
1132
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb
1133
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/streamable.rb
1134
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/stubbable.rb
1135
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb
1136
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb
1137
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb
1138
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb
1139
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb
1140
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb
1141
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb
1142
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb
1143
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
1144
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb
1145
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
1146
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb
1147
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb
1148
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb
1149
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb
1150
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb
1151
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb
1152
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb
1153
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb
1154
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb
1155
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb
1156
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb
1157
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb
1158
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb
1159
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb
1160
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb
1161
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb
1162
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb
1163
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb
1164
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb
1165
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb
1166
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb
1167
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb
1168
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb
1169
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb
1170
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb
1171
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb
1172
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb
1173
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb
1174
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb
1175
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb
1176
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb
1177
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb
1178
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb
1179
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb
1180
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb
1181
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb
1182
- - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/typhoeus.gemspec
1087
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/CHANGELOG.md
1088
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/CONTRIBUTING.md
1089
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/LICENSE
1090
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/README.md
1091
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/UPGRADE.md
1092
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/rack/typhoeus.rb
1093
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/rack/typhoeus/middleware/params_decoder.rb
1094
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb
1095
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus.rb
1096
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/adapters/faraday.rb
1097
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/dalli.rb
1098
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/rails.rb
1099
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/redis.rb
1100
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/config.rb
1101
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/easy_factory.rb
1102
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/errors.rb
1103
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/errors/no_stub.rb
1104
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/errors/typhoeus_error.rb
1105
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/expectation.rb
1106
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra.rb
1107
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/addable.rb
1108
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/before.rb
1109
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/block_connection.rb
1110
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/cacheable.rb
1111
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/memoizable.rb
1112
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/queueable.rb
1113
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/runnable.rb
1114
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/stubbable.rb
1115
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/pool.rb
1116
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/railtie.rb
1117
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request.rb
1118
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/actions.rb
1119
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/before.rb
1120
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/block_connection.rb
1121
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/cacheable.rb
1122
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/callbacks.rb
1123
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/marshal.rb
1124
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/memoizable.rb
1125
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/operations.rb
1126
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/responseable.rb
1127
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/streamable.rb
1128
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/stubbable.rb
1129
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response.rb
1130
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/cacheable.rb
1131
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/header.rb
1132
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/informations.rb
1133
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/status.rb
1134
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/version.rb
1135
+ - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/typhoeus.gemspec
1183
1136
  - vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec
1184
- - vendor/bundle/ruby/3.3.0/specifications/ethon-0.16.0.gemspec
1137
+ - vendor/bundle/ruby/3.3.0/specifications/ethon-0.15.0.gemspec
1185
1138
  - vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec
1186
- - vendor/bundle/ruby/3.3.0/specifications/json-2.13.0.gemspec
1139
+ - vendor/bundle/ruby/3.3.0/specifications/json-2.15.1.gemspec
1187
1140
  - vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.5.gemspec
1188
1141
  - vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.2.gemspec
1189
1142
  - vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec
1190
1143
  - vendor/bundle/ruby/3.3.0/specifications/test-unit-3.3.9.gemspec
1191
- - vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec
1144
+ - vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.5.0.gemspec
1192
1145
  - vrpayment-ruby-sdk.gemspec
1193
1146
  homepage: https://gateway.vr-payment.de/
1194
1147
  licenses:
@@ -1,20 +0,0 @@
1
- case RbConfig::CONFIG['host_cpu']
2
- when /^(arm|aarch64)/
3
- # Try to compile a small program using NEON instructions
4
- header, type, init = 'arm_neon.h', 'uint8x16_t', 'vdupq_n_u8(32)'
5
- when /^(x86_64|x64)/
6
- header, type, init = 'x86intrin.h', '__m128i', '_mm_set1_epi8(32)'
7
- end
8
- if header
9
- have_header(header) && try_compile(<<~SRC)
10
- #{cpp_include(header)}
11
- int main(int argc, char **argv) {
12
- #{type} test = #{init};
13
- if (argc > 100000) printf("%p", &test);
14
- return 0;
15
- }
16
- SRC
17
- $defs.push("-DJSON_ENABLE_SIMD")
18
- end
19
-
20
- have_header('cpuid.h')