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
@@ -1,339 +0,0 @@
1
- if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("1.9.0")
2
- require 'spec_helper'
3
- require 'typhoeus/adapters/faraday'
4
-
5
- describe Faraday::Adapter::Typhoeus do
6
- let(:base_url) { "http://localhost:3001" }
7
- let(:adapter) { described_class.new(nil) }
8
- let(:request) { Typhoeus::Request.new(base_url) }
9
- let(:conn) do
10
- Faraday.new(:url => base_url) do |faraday|
11
- faraday.adapter :typhoeus
12
- end
13
- end
14
- let(:response) { conn.get("/") }
15
-
16
- context "when parallel" do
17
- it "returns a faraday response" do
18
- response = nil
19
- conn.in_parallel { response = conn.get("/") }
20
- expect(response).to be_a(Faraday::Response)
21
- end
22
-
23
- it "succeeds" do
24
- response = nil
25
- conn.in_parallel { response = conn.get("/") }
26
- expect(response.status).to be(200)
27
- end
28
- end
29
-
30
- context "when not parallel" do
31
- it "returns a faraday response" do
32
- expect(response).to be_a(Faraday::Response)
33
- end
34
-
35
- it "succeeds" do
36
- expect(response.status).to be(200)
37
- end
38
- end
39
-
40
- context "when a response is stubbed" do
41
- before do
42
- stub = Typhoeus::Response.new \
43
- :code => 200,
44
- :headers => { "Foo" => "2", "Bar" => "3" },
45
- :body => "Hello",
46
- :mock => true
47
-
48
- Typhoeus.stub(base_url + '/').and_return(stub)
49
- end
50
-
51
- it 'stubs the status code' do
52
- expect(response.status).to eq(200)
53
- end
54
-
55
- it 'stubs the response body' do
56
- expect(response.body).to eq("Hello")
57
- end
58
-
59
- it 'stubs the headers' do
60
- expect(response.headers).to eq("Foo" => "2", "Bar" => "3")
61
- end
62
- end
63
-
64
- describe "#initialize" do
65
- let(:request) { adapter.method(:typhoeus_request).call({}) }
66
-
67
- context "when typhoeus request options specified" do
68
- let(:adapter) { described_class.new(nil, { :forbid_reuse => true, :maxredirs => 1 }) }
69
-
70
- it "should set option for request" do
71
- expect(request.options[:forbid_reuse]).to be_truthy
72
- expect(request.options[:maxredirs]).to eq(1)
73
- end
74
- end
75
- end
76
-
77
- describe "#perform_request" do
78
- let(:env) { {} }
79
-
80
- context "when body" do
81
- let(:env) { { :body => double(:read => "body") } }
82
-
83
- it "reads body" do
84
- expect(adapter.method(:read_body).call(env)).to eq("body")
85
- end
86
- end
87
-
88
- context "parallel_manager" do
89
- context "when given" do
90
- let(:env) { { :parallel_manager => double(:queue => true), :ssl => {}, :request => {} } }
91
-
92
- it "uses" do
93
- adapter.method(:perform_request).call(env)
94
- end
95
- end
96
-
97
- context "when not given" do
98
- let(:env) { { :method => :get, :ssl => {}, :request => {} } }
99
-
100
- it "falls back to single" do
101
- expect(Typhoeus::Request).to receive(:new).and_return(double(:options => {}, :on_complete => [], :run => true))
102
- adapter.method(:perform_request).call(env)
103
- end
104
- end
105
- end
106
- end
107
-
108
- describe "#request" do
109
- let(:env) do
110
- { :url => "url", :method => :get, :body => "body", :request_headers => {}, :ssl => {}, :request => {} }
111
- end
112
-
113
- let(:request) { adapter.method(:request).call(env) }
114
-
115
- it "returns request" do
116
- expect(request).to be_a(Typhoeus::Request)
117
- end
118
-
119
- it "sets url" do
120
- expect(request.base_url).to eq("url")
121
- end
122
-
123
- it "sets http method" do
124
- expect(request.original_options[:method]).to eq(:get)
125
- end
126
-
127
- it "sets body" do
128
- expect(request.original_options[:body]).to eq("body")
129
- end
130
-
131
- it "sets headers" do
132
- expect(request.original_options[:headers]).to eq({})
133
- end
134
-
135
- it "sets on_complete callback" do
136
- expect(request.on_complete.size).to eq(1)
137
- end
138
- end
139
-
140
- context "when the connection failed" do
141
- before do
142
- stub = Typhoeus::Response.new \
143
- :response_code => 0,
144
- :return_code => 0,
145
- :mock => true
146
-
147
- Typhoeus.stub(base_url + '/').and_return(stub)
148
- end
149
-
150
- context "when parallel" do
151
- it "isn't successful" do
152
- response = nil
153
- conn.in_parallel { response = conn.get("/") }
154
- expect(response.success?).to be_falsey
155
- end
156
-
157
- it "translates the response code into an error message" do
158
- response = nil
159
- conn.in_parallel { response = conn.get("/") }
160
- expect(response.env[:typhoeus_return_message]).to eq("No error")
161
- end
162
- end
163
-
164
- context "when not parallel" do
165
- it "raises an error" do
166
- expect { conn.get("/") }.to raise_error(Faraday::ConnectionFailed, "No error")
167
- end
168
- end
169
- end
170
-
171
- describe "#configure_socket" do
172
- let(:env) { { :request => { :bind => { :host => "interface" } } } }
173
-
174
- before { adapter.method(:configure_socket).call(request, env) }
175
-
176
- context "when host" do
177
- it "sets interface" do
178
- expect(request.options[:interface]).to eq("interface")
179
- end
180
- end
181
- end
182
-
183
- describe "#configure_timeout" do
184
- before { adapter.method(:configure_timeout).call(request, env) }
185
-
186
- context "when timeout" do
187
- let(:env) { { :request => { :timeout => 1 } } }
188
-
189
- it "sets timeout_ms" do
190
- expect(request.options[:timeout_ms]).to eq(1000)
191
- end
192
- end
193
-
194
- context "when open_timeout" do
195
- let(:env) { { :request => { :open_timeout => 1 } } }
196
-
197
- it "sets connecttimeout_ms" do
198
- expect(request.options[:connecttimeout_ms]).to eq(1000)
199
- end
200
- end
201
- end
202
-
203
- describe "#configure_proxy" do
204
- before { adapter.method(:configure_proxy).call(request, env) }
205
-
206
- context "when proxy" do
207
- let(:env) { { :request => { :proxy => { :uri => double(:scheme => 'http', :host => "localhost", :port => "3001") } } } }
208
-
209
- it "sets proxy" do
210
- expect(request.options[:proxy]).to eq("http://localhost:3001")
211
- end
212
-
213
- context "when username and password" do
214
- let(:env) do
215
- { :request => { :proxy => {
216
- :uri => double(:scheme => 'http', :host => :a, :port => :b),
217
- :user => "a",
218
- :password => "b"
219
- } } }
220
- end
221
-
222
- it "sets proxyuserpwd" do
223
- expect(request.options[:proxyuserpwd]).to eq("a:b")
224
- end
225
- end
226
- end
227
- end
228
-
229
- describe "#configure_ssl" do
230
- before { adapter.method(:configure_ssl).call(request, env) }
231
-
232
- context "when version" do
233
- let(:env) { { :ssl => { :version => "a" } } }
234
-
235
- it "sets sslversion" do
236
- expect(request.options[:sslversion]).to eq("a")
237
- end
238
- end
239
-
240
- context "when client_cert" do
241
- let(:env) { { :ssl => { :client_cert => "a" } } }
242
-
243
- it "sets sslcert" do
244
- expect(request.options[:sslcert]).to eq("a")
245
- end
246
- end
247
-
248
- context "when client_key" do
249
- let(:env) { { :ssl => { :client_key => "a" } } }
250
-
251
- it "sets sslkey" do
252
- expect(request.options[:sslkey]).to eq("a")
253
- end
254
- end
255
-
256
- context "when ca_file" do
257
- let(:env) { { :ssl => { :ca_file => "a" } } }
258
-
259
- it "sets cainfo" do
260
- expect(request.options[:cainfo]).to eq("a")
261
- end
262
- end
263
-
264
- context "when ca_path" do
265
- let(:env) { { :ssl => { :ca_path => "a" } } }
266
-
267
- it "sets capath" do
268
- expect(request.options[:capath]).to eq("a")
269
- end
270
- end
271
-
272
- context "when client_cert_passwd" do
273
- let(:env) { { :ssl => { :client_cert_passwd => "a" } } }
274
-
275
- it "sets keypasswd to the value of client_cert_passwd" do
276
- expect(request.options[:keypasswd]).to eq("a")
277
- end
278
- end
279
-
280
- context "when client_certificate_password" do
281
- let(:env) { { :ssl => { :client_certificate_password => "a" } } }
282
-
283
- it "sets keypasswd to the value of client_cert_passwd" do
284
- expect(request.options[:keypasswd]).to eq("a")
285
- end
286
- end
287
-
288
- context "when no client_cert_passwd" do
289
- let(:env) { { :ssl => { } } }
290
-
291
- it "does not set keypasswd on options" do
292
- expect(request.options).not_to have_key :keypasswd
293
- end
294
- end
295
-
296
- context "when verify is false" do
297
- let(:env) { { :ssl => { :verify => false } } }
298
-
299
- it "sets ssl_verifyhost to 0" do
300
- expect(request.options[:ssl_verifyhost]).to eq(0)
301
- end
302
-
303
- it "sets ssl_verifypeer to false" do
304
- expect(request.options[:ssl_verifypeer]).to be_falsey
305
- end
306
- end
307
-
308
- context "when verify is true" do
309
- let(:env) { { :ssl => { :verify => true } } }
310
-
311
- it "sets ssl_verifyhost to 2" do
312
- expect(request.options[:ssl_verifyhost]).to eq(2)
313
- end
314
-
315
- it "sets ssl_verifypeer to true" do
316
- expect(request.options[:ssl_verifypeer]).to be_truthy
317
- end
318
- end
319
- end
320
-
321
- describe "#parallel?" do
322
- context "when parallel_manager" do
323
- let(:env) { { :parallel_manager => true } }
324
-
325
- it "returns true" do
326
- expect(adapter.method(:parallel?).call(env)).to be_truthy
327
- end
328
- end
329
-
330
- context "when no parallel_manager" do
331
- let(:env) { { :parallel_manager => nil } }
332
-
333
- it "returns false" do
334
- expect(adapter.method(:parallel?).call(env)).to be_falsey
335
- end
336
- end
337
- end
338
- end
339
- end
@@ -1,41 +0,0 @@
1
- if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("1.9.0")
2
- require 'dalli'
3
- require 'typhoeus/cache/dalli'
4
- require 'spec_helper'
5
-
6
- describe Typhoeus::Cache::Dalli do
7
- let(:dalli) { instance_double(Dalli::Client) }
8
- let(:cache) { Typhoeus::Cache::Dalli.new(dalli) }
9
-
10
- let(:base_url) { "localhost:3001" }
11
- let(:request) { Typhoeus::Request.new(base_url, {:method => :get}) }
12
- let(:response) { Typhoeus::Response.new(:response_code => 0, :return_code => 0, :mock => true) }
13
-
14
- describe "#set" do
15
- it "sends the request to Dalli" do
16
- expect(dalli).to receive(:set).with(request.cache_key, response, nil)
17
-
18
- cache.set(request, response)
19
- end
20
- end
21
-
22
- describe "#get" do
23
- it "returns nil when the key is not in the cache" do
24
- expect(dalli).to receive(:get).with(request.cache_key).and_return(nil)
25
-
26
- expect(cache.get(request)).to be_nil
27
- end
28
-
29
- it "returns the cached response when the key is in cache" do
30
- expect(dalli).to receive(:get).with(request.cache_key).and_return(response)
31
-
32
- result = cache.get(request)
33
- expect(result).to_not be_nil
34
- expect(result.response_code).to eq(response.response_code)
35
- expect(result.return_code).to eq(response.return_code)
36
- expect(result.headers).to eq(response.headers)
37
- expect(result.body).to eq(response.body)
38
- end
39
- end
40
- end
41
- end
@@ -1,41 +0,0 @@
1
- require 'redis'
2
- require 'typhoeus/cache/redis'
3
- require 'spec_helper'
4
-
5
- describe Typhoeus::Cache::Redis do
6
- let(:redis) { instance_double(Redis) }
7
- let(:cache) { Typhoeus::Cache::Redis.new(redis) }
8
-
9
- let(:base_url) { "localhost:3001" }
10
- let(:request) { Typhoeus::Request.new(base_url, {:method => :get}) }
11
- let(:response) { Typhoeus::Response.new(:response_code => 0, :return_code => 0, :mock => true) }
12
- let(:serialized_response) { Marshal.dump(response) }
13
-
14
- describe "#set" do
15
- it "sends the serialized request to Redis" do
16
- expect(redis).to receive(:set).with(request.cache_key, serialized_response)
17
- expect(redis).to_not receive(:expire).with(request.cache_key, request.cache_ttl)
18
-
19
- cache.set(request, response)
20
- end
21
- end
22
-
23
- describe "#get" do
24
- it "returns nil when the key is not in Redis" do
25
- expect(redis).to receive(:get).with(request.cache_key).and_return(nil)
26
-
27
- expect(cache.get(request)).to be_nil
28
- end
29
-
30
- it "returns the cached response when the key is in Redis" do
31
- expect(redis).to receive(:get).with(request.cache_key).and_return(serialized_response)
32
-
33
- result = cache.get(request)
34
- expect(result).to_not be_nil
35
- expect(result.response_code).to eq(response.response_code)
36
- expect(result.return_code).to eq(response.return_code)
37
- expect(result.headers).to eq(response.headers)
38
- expect(result.body).to eq(response.body)
39
- end
40
- end
41
- end
@@ -1,15 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Config do
4
- let(:config) { Typhoeus::Config }
5
-
6
- [:block_connection, :memoize, :verbose, :cache, :user_agent, :proxy].each do |name|
7
- it "responds to #{name}" do
8
- expect(config).to respond_to(name)
9
- end
10
-
11
- it "responds to #{name}=" do
12
- expect(config).to respond_to("#{name}=")
13
- end
14
- end
15
- end
@@ -1,143 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::EasyFactory do
4
- let(:base_url) { "http://localhost:3001" }
5
- let(:hydra) { Typhoeus::Hydra.new(:max_concurrency => 1) }
6
- let(:options) { {} }
7
- let(:request) { Typhoeus::Request.new(base_url, options) }
8
- let(:easy_factory) { described_class.new(request, hydra) }
9
-
10
- describe "#get" do
11
- context "when option[:cache_ttl]" do
12
- let(:options) { {:cache_ttl => 1} }
13
-
14
- it "creates Ethon::Easy" do
15
- expect(easy_factory.get).to be_a(Ethon::Easy)
16
- end
17
- end
18
-
19
- context "timeouts" do
20
- it "sets nosignal to true by default" do
21
- expect(easy_factory.easy).to receive(:http_request).with(anything(), anything(), hash_including(:nosignal => true))
22
- easy_factory.get
23
- end
24
-
25
- context "when timeout is not a whole number and timeout_ms is not set" do
26
- let(:options) { {:timeout => 0.1} }
27
- it "ceils timeout and sets timeout_ms" do
28
- expect(easy_factory.easy).to receive(:http_request).with(anything(), anything(), hash_including(:timeout_ms => 100, :timeout => 1))
29
- easy_factory.get
30
- end
31
- end
32
-
33
- context "when timeout is not a whole number and timeout_ms is set" do
34
- let(:options) { {:timeout => 0.1, :timeout_ms => 123} }
35
- it "ceils timeout and does not change timeout_ms" do
36
- expect(easy_factory.easy).to receive(:http_request).with(anything(), anything(), hash_including(:timeout_ms => 123, :timeout => 1))
37
- easy_factory.get
38
- end
39
- end
40
-
41
- context "when connecttimeout is not a whole number and connecttimeout_ms is not set" do
42
- let(:options) { {:connecttimeout => 0.1} }
43
- it "ceils connecttimeout and sets connecttimeout_ms" do
44
- expect(easy_factory.easy).to receive(:http_request).with(anything(), anything(), hash_including(:connecttimeout_ms => 100, :connecttimeout => 1))
45
- easy_factory.get
46
- end
47
- end
48
-
49
- context "when connecttimeout is not a whole number and connecttimeout_ms is set" do
50
- let(:options) { {:connecttimeout => 0.1, :connecttimeout_ms => 123} }
51
- it "ceils connecttimeout and does not change connecttimeout_ms" do
52
- expect(easy_factory.easy).to receive(:http_request).with(anything(), anything(), hash_including(:connecttimeout_ms => 123, :connecttimeout => 1))
53
- easy_factory.get
54
- end
55
- end
56
-
57
-
58
- end
59
-
60
- context "when invalid option" do
61
- let(:options) { {:invalid => 1} }
62
-
63
- it "reraises" do
64
- expect{ easy_factory.get }.to raise_error(Ethon::Errors::InvalidOption)
65
- end
66
- end
67
-
68
- context "when removed option" do
69
- let(:options) { {:cache_timeout => 1} }
70
-
71
- it "reraises with help" do
72
- expect{ easy_factory.get }.to raise_error(
73
- Ethon::Errors::InvalidOption, /The option cache_timeout was removed/
74
- )
75
- end
76
- end
77
-
78
- context "when changed option" do
79
- let(:options) { {:proxy_auth_method => 1} }
80
-
81
- it "reraises with help" do
82
- expect{ easy_factory.get }.to raise_error(
83
- Ethon::Errors::InvalidOption, /Please try proxyauth instead of proxy_auth_method/
84
- )
85
- end
86
- end
87
-
88
- context "when renamed option" do
89
- let(:options) { {:connect_timeout => 1} }
90
-
91
- it "warns" do
92
- expect(easy_factory).to receive(:warn).with(
93
- "Deprecated option connect_timeout. Please use connecttimeout instead."
94
- )
95
- easy_factory.get
96
- end
97
-
98
- it "passes correct option" do
99
- expect(easy_factory).to receive(:warn)
100
- expect(easy_factory.easy).to receive(:connecttimeout=).with(1)
101
- easy_factory.get
102
- end
103
- end
104
- end
105
-
106
- describe "#set_callback" do
107
- it "sets easy.on_progress callback when an on_progress callback is provided" do
108
- request.on_progress { 1 }
109
- expect(easy_factory.easy).to receive(:on_progress)
110
- easy_factory.send(:set_callback)
111
- end
112
-
113
- it "sets easy.on_complete callback" do
114
- expect(easy_factory.easy).to receive(:on_complete)
115
- easy_factory.send(:set_callback)
116
- end
117
-
118
- it "finishes request" do
119
- easy_factory.send(:set_callback)
120
- expect(request).to receive(:finish)
121
- easy_factory.easy.complete
122
- end
123
-
124
- it "resets easy" do
125
- easy_factory.send(:set_callback)
126
- expect(easy_factory.easy).to receive(:reset)
127
- easy_factory.easy.complete
128
- end
129
-
130
- it "pushes easy back into the pool" do
131
- easy_factory.send(:set_callback)
132
- easy_factory.easy.complete
133
- expect(Typhoeus::Pool.send(:easies)).to include(easy_factory.easy)
134
- end
135
-
136
- it "adds next request" do
137
- easy_factory.hydra.instance_variable_set(:@queued_requests, [request])
138
- expect(easy_factory.hydra).to receive(:add).with(request)
139
- easy_factory.send(:set_callback)
140
- easy_factory.easy.complete
141
- end
142
- end
143
- end
@@ -1,13 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Errors::NoStub do
4
- let(:base_url) { "localhost:3001" }
5
- let(:request) { Typhoeus::Request.new(base_url) }
6
- let(:message) { "The connection is blocked and no stub defined: " }
7
-
8
- subject { Typhoeus::Errors::NoStub }
9
-
10
- it "displays the request url" do
11
- expect { raise subject.new(request) }.to raise_error(subject, message + base_url)
12
- end
13
- end