invoicetronic_sdk 1.0.0 → 1.0.1

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 (341) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -0
  3. data/Gemfile.lock +6 -6
  4. data/README.md +4 -4
  5. data/lib/invoicetronic_sdk/api_client.rb +1 -1
  6. data/lib/invoicetronic_sdk/version.rb +1 -1
  7. data/vendor/bundle/ruby/3.4.0/cache/ethon-0.15.0.gem +0 -0
  8. data/vendor/bundle/ruby/3.4.0/cache/parser-3.3.9.0.gem +0 -0
  9. data/vendor/bundle/ruby/3.4.0/cache/rspec-support-3.13.5.gem +0 -0
  10. data/vendor/bundle/ruby/3.4.0/cache/typhoeus-1.5.0.gem +0 -0
  11. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/byebug-12.0.0/gem_make.out +5 -5
  12. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/date-3.4.1/gem_make.out +5 -5
  13. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  14. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/psych-5.2.6/gem_make.out +5 -5
  15. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/racc-1.8.1/gem_make.out +5 -5
  16. data/vendor/bundle/ruby/3.4.0/extensions/x86_64-linux/3.4.0/stringio-3.1.7/gem_make.out +5 -5
  17. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
  18. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
  19. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
  20. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
  21. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
  22. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
  23. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
  24. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
  25. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
  26. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
  27. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
  28. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
  29. data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
  30. data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/current.rb +2 -2
  31. data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/version.rb +1 -1
  32. data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/Changelog.md +10 -1
  33. data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/method_signature_verifier.rb +35 -10
  34. data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/version.rb +1 -1
  35. data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
  36. data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
  37. data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
  38. data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
  39. data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
  40. data/vendor/bundle/ruby/3.4.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +4 -4
  41. data/vendor/bundle/ruby/3.4.0/specifications/{parser-3.3.8.0.gemspec → parser-3.3.9.0.gemspec} +4 -4
  42. data/vendor/bundle/ruby/3.4.0/specifications/{rspec-support-3.13.4.gemspec → rspec-support-3.13.5.gemspec} +4 -4
  43. data/vendor/bundle/ruby/3.4.0/specifications/typhoeus-1.5.0.gemspec +26 -0
  44. metadata +277 -324
  45. data/vendor/bundle/ruby/3.4.0/cache/ethon-0.16.0.gem +0 -0
  46. data/vendor/bundle/ruby/3.4.0/cache/parser-3.3.8.0.gem +0 -0
  47. data/vendor/bundle/ruby/3.4.0/cache/rspec-support-3.13.4.gem +0 -0
  48. data/vendor/bundle/ruby/3.4.0/cache/typhoeus-1.4.1.gem +0 -0
  49. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
  50. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
  51. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/.gitignore +0 -8
  52. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/.rspec +0 -4
  53. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/Gemfile +0 -36
  54. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/Guardfile +0 -9
  55. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/Rakefile +0 -38
  56. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
  57. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
  58. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
  59. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
  60. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
  61. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
  62. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
  63. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
  64. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
  65. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
  66. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
  67. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
  68. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
  69. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
  70. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
  71. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
  72. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
  73. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
  74. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
  75. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
  76. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
  77. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
  78. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
  79. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
  80. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
  81. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
  82. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
  83. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
  84. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
  85. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
  86. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
  87. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
  88. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
  89. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
  90. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
  91. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
  92. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
  93. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
  94. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
  95. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
  96. data/vendor/bundle/ruby/3.4.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
  97. data/vendor/bundle/ruby/3.4.0/specifications/typhoeus-1.4.1.gemspec +0 -24
  98. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
  99. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
  100. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
  101. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
  102. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
  103. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
  104. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
  105. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
  106. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
  107. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
  108. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
  109. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
  110. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
  111. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
  112. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
  113. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
  114. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
  115. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
  116. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
  117. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
  118. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
  119. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
  120. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
  121. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
  122. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
  123. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
  124. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
  125. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
  126. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
  127. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
  128. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
  129. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
  130. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
  131. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
  132. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
  133. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
  134. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
  135. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
  136. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
  137. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
  138. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
  139. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
  140. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
  141. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  142. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
  143. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  144. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
  145. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
  146. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
  147. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
  148. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
  149. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
  150. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
  151. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
  152. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
  153. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
  154. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
  155. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
  156. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
  157. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
  158. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
  159. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
  160. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
  161. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
  162. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
  163. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
  164. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
  165. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
  166. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
  167. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
  168. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
  169. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
  170. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
  171. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
  172. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
  173. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
  174. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
  175. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
  176. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
  177. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
  178. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
  179. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
  180. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
  181. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
  182. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
  183. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
  184. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
  185. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
  186. /data/vendor/bundle/ruby/3.4.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
  187. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/LICENSE.txt +0 -0
  188. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/bin/ruby-parse +0 -0
  189. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/bin/ruby-rewrite +0 -0
  190. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/gauntlet_parser.rb +0 -0
  191. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/all.rb +0 -0
  192. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ast/node.rb +0 -0
  193. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ast/processor.rb +0 -0
  194. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/base.rb +0 -0
  195. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/builders/default.rb +0 -0
  196. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/clobbering_error.rb +0 -0
  197. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/color.rb +0 -0
  198. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/context.rb +0 -0
  199. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/current_arg_stack.rb +0 -0
  200. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/deprecation.rb +0 -0
  201. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/diagnostic/engine.rb +0 -0
  202. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/diagnostic.rb +0 -0
  203. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/lexer/dedenter.rb +0 -0
  204. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/lexer/explanation.rb +0 -0
  205. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/lexer/literal.rb +0 -0
  206. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/lexer/stack_state.rb +0 -0
  207. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/lexer-F0.rb +0 -0
  208. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/lexer-F1.rb +0 -0
  209. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/lexer-strings.rb +0 -0
  210. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/macruby.rb +0 -0
  211. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/max_numparam_stack.rb +0 -0
  212. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/messages.rb +0 -0
  213. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/meta.rb +0 -0
  214. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/rewriter.rb +0 -0
  215. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby18.rb +0 -0
  216. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby19.rb +0 -0
  217. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby20.rb +0 -0
  218. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby21.rb +0 -0
  219. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby22.rb +0 -0
  220. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby23.rb +0 -0
  221. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby24.rb +0 -0
  222. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby25.rb +0 -0
  223. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby26.rb +0 -0
  224. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby27.rb +0 -0
  225. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby30.rb +0 -0
  226. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby31.rb +0 -0
  227. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby32.rb +0 -0
  228. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby33.rb +0 -0
  229. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/ruby34.rb +0 -0
  230. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/rubymotion.rb +0 -0
  231. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/runner/ruby_parse.rb +0 -0
  232. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/runner/ruby_rewrite.rb +0 -0
  233. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/runner.rb +0 -0
  234. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/buffer.rb +0 -0
  235. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/comment/associator.rb +0 -0
  236. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/comment.rb +0 -0
  237. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/collection.rb +0 -0
  238. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/condition.rb +0 -0
  239. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/constant.rb +0 -0
  240. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/definition.rb +0 -0
  241. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/for.rb +0 -0
  242. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/heredoc.rb +0 -0
  243. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/index.rb +0 -0
  244. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/keyword.rb +0 -0
  245. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/method_definition.rb +0 -0
  246. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
  247. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/operator.rb +0 -0
  248. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/rescue_body.rb +0 -0
  249. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/send.rb +0 -0
  250. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/ternary.rb +0 -0
  251. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map/variable.rb +0 -0
  252. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/map.rb +0 -0
  253. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/range.rb +0 -0
  254. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/rewriter/action.rb +0 -0
  255. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/rewriter.rb +0 -0
  256. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/tree_rewriter/action.rb +0 -0
  257. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/source/tree_rewriter.rb +0 -0
  258. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/static_environment.rb +0 -0
  259. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/syntax_error.rb +0 -0
  260. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/tree_rewriter.rb +0 -0
  261. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/unknown_encoding_in_magic_comment_error.rb +0 -0
  262. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser/variables_stack.rb +0 -0
  263. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/lib/parser.rb +0 -0
  264. /data/vendor/bundle/ruby/3.4.0/gems/{parser-3.3.8.0 → parser-3.3.9.0}/parser.gemspec +0 -0
  265. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/LICENSE.md +0 -0
  266. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/README.md +0 -0
  267. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/caller_filter.rb +0 -0
  268. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/comparable_version.rb +0 -0
  269. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/differ.rb +0 -0
  270. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/directory_maker.rb +0 -0
  271. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/encoded_string.rb +0 -0
  272. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  273. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/hunk_generator.rb +0 -0
  274. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/matcher_definition.rb +0 -0
  275. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/mutex.rb +0 -0
  276. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/object_formatter.rb +0 -0
  277. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/recursive_const_methods.rb +0 -0
  278. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/reentrant_mutex.rb +0 -0
  279. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/ruby_features.rb +0 -0
  280. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/source/location.rb +0 -0
  281. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/source/node.rb +0 -0
  282. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/source/token.rb +0 -0
  283. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/source.rb +0 -0
  284. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  285. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  286. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/formatting_support.rb +0 -0
  287. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  288. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  289. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/shell_out.rb +0 -0
  290. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  291. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/string_matcher.rb +0 -0
  292. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  293. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  294. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/spec.rb +0 -0
  295. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/warnings.rb +0 -0
  296. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  297. /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.5}/lib/rspec/support.rb +0 -0
  298. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
  299. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
  300. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
  301. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
  302. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  303. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  304. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
  305. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  306. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
  307. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
  308. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
  309. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
  310. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
  311. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  312. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  313. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
  314. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
  315. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
  316. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  317. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  318. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  319. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  320. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  321. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  322. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
  323. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
  324. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
  325. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
  326. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
  327. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
  328. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
  329. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
  330. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
  331. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
  332. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
  333. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
  334. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
  335. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
  336. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
  337. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
  338. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
  339. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
  340. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
  341. /data/vendor/bundle/ruby/3.4.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
@@ -1,91 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Request::Callbacks do
4
- let(:request) { Typhoeus::Request.new("fubar") }
5
-
6
- [:on_complete, :on_success, :on_failure, :on_progress].each do |callback|
7
- describe "##{callback}" do
8
- it "responds" do
9
- expect(request).to respond_to(callback)
10
- end
11
-
12
- context "when no block given" do
13
- it "returns @#{callback}" do
14
- expect(request.method(callback).call).to eq([])
15
- end
16
- end
17
-
18
- context "when block given" do
19
- it "stores" do
20
- request.method(callback).call { p 1 }
21
- expect(request.instance_variable_get("@#{callback}").size).to eq(1)
22
- end
23
- end
24
-
25
- context "when multiple blocks given" do
26
- it "stores" do
27
- request.method(callback).call { p 1 }
28
- request.method(callback).call { p 2 }
29
- expect(request.instance_variable_get("@#{callback}").size).to eq(2)
30
- end
31
- end
32
- end
33
- end
34
-
35
- describe "#execute_callbacks" do
36
- [:on_complete, :on_success, :on_failure, :on_progress].each do |callback|
37
- context "when #{callback}" do
38
- context "when local callback" do
39
- before do
40
- code = if callback == :on_failure
41
- 500
42
- else
43
- 200
44
- end
45
- request.response = Typhoeus::Response.new(:mock => true, :response_code => code)
46
- request.method(callback).call {|r| expect(r).to be_a(Typhoeus::Response) }
47
- end
48
-
49
- it "executes blocks and passes response" do
50
- request.execute_callbacks
51
- end
52
-
53
- it "sets handled_response" do
54
- request.method(callback).call { 1 }
55
- request.execute_callbacks
56
- expect(request.response.handled_response).to be(1)
57
- end
58
- end
59
-
60
- context "when global callback" do
61
- before do
62
- request.response = Typhoeus::Response.new
63
- Typhoeus.method(callback).call {|r| expect(r).to be_a(Typhoeus::Response) }
64
- end
65
-
66
- it "executes blocks and passes response" do
67
- request.execute_callbacks
68
- end
69
- end
70
-
71
- context "when global and local callbacks" do
72
- before do
73
- request.response = Typhoeus::Response.new
74
- Typhoeus.method(callback).call {|r| r.instance_variable_set(:@fu, 1) }
75
- request.method(callback).call {|r| expect(r.instance_variable_get(:@fu)).to eq(1) }
76
- end
77
-
78
- it "runs global first" do
79
- request.execute_callbacks
80
- end
81
- end
82
- end
83
- end
84
-
85
- context "when local on_complete and gobal on_success" do
86
- it "runs all global callbacks first" do
87
- skip
88
- end
89
- end
90
- end
91
- end
@@ -1,60 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Request::Marshal do
4
- let(:base_url) { "localhost:3001" }
5
- let(:request) { Typhoeus::Request.new(base_url) }
6
-
7
- describe "#marshal_dump" do
8
- %w(on_complete on_success on_failure on_progress).each do |name|
9
- context "when #{name} handler" do
10
- before { request.instance_variable_set("@#{name}", Proc.new{}) }
11
-
12
- it "doesn't include @#{name}" do
13
- expect(request.send(:marshal_dump).map(&:first)).to_not include("@#{name}")
14
- end
15
-
16
- it "doesn't raise when dumped" do
17
- expect { Marshal.dump(request) }.to_not raise_error
18
- end
19
-
20
- context "when loading" do
21
- let(:loaded) { Marshal.load(Marshal.dump(request)) }
22
-
23
- it "includes base_url" do
24
- expect(loaded.base_url).to eq(request.base_url)
25
- end
26
-
27
- it "doesn't include #{name}" do
28
- expect(loaded.instance_variables).to_not include("@#{name}")
29
- end
30
- end
31
- end
32
- end
33
-
34
- context 'when run through hydra' do
35
- let(:options) { {} }
36
- let(:hydra) { Typhoeus::Hydra.new(options) }
37
-
38
- before(:each) do
39
- hydra.queue(request)
40
- hydra.run
41
- end
42
-
43
- it "doesn't include @hydra" do
44
- expect(request.send(:marshal_dump).map(&:first)).to_not include("@hydra")
45
- end
46
-
47
- context 'when loading' do
48
- let(:loaded) { Marshal.load(Marshal.dump(request)) }
49
-
50
- it "includes base_url" do
51
- expect(loaded.base_url).to eq(request.base_url)
52
- end
53
-
54
- it "doesn't include #{name}" do
55
- expect(loaded.instance_variables).to_not include("@hydra")
56
- end
57
- end
58
- end
59
- end
60
- end
@@ -1,34 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Request::Memoizable do
4
- let(:options) { {} }
5
- let(:request) { Typhoeus::Request.new("fu", options) }
6
- let(:response) { Typhoeus::Response.new }
7
- let(:hydra) { Typhoeus::Hydra.new }
8
-
9
- describe "#response=" do
10
- context "when memoization activated" do
11
- before { Typhoeus::Config.memoize = true }
12
- after { Typhoeus::Config.memoize = false }
13
-
14
- context "when GET request" do
15
- let(:options) { {:method => :get} }
16
- before { request.hydra = hydra }
17
-
18
- it "stores response in memory" do
19
- request.response = response
20
- expect(hydra.memory[request]).to be
21
- end
22
- end
23
-
24
- context "when no GET request" do
25
- let(:options) { {:method => :post} }
26
-
27
- it "doesn't store response in memory" do
28
- request.response = response
29
- expect(hydra.memory[request]).to be_nil
30
- end
31
- end
32
- end
33
- end
34
- end
@@ -1,101 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Request::Operations do
4
- let(:base_url) { "localhost:3001" }
5
- let(:options) { {} }
6
- let(:request) { Typhoeus::Request.new(base_url, options) }
7
-
8
- describe "#run" do
9
- let(:easy) { Ethon::Easy.new }
10
- before { expect(Typhoeus::Pool).to receive(:get).and_return(easy) }
11
-
12
- it "grabs an easy" do
13
- request.run
14
- end
15
-
16
- it "generates settings" do
17
- expect(easy).to receive(:http_request)
18
- request.run
19
- end
20
-
21
- it "performs" do
22
- expect(easy).to receive(:perform)
23
- request.run
24
- end
25
-
26
- it "sets response" do
27
- request.run
28
- expect(request.response).to be
29
- end
30
-
31
- it "releases easy" do
32
- expect(Typhoeus::Pool).to receive(:release)
33
- request.run
34
- end
35
-
36
- it "calls on_body" do
37
- on_body_called = false
38
- request.on_body { |body, response| on_body_called = true }
39
- request.run
40
- expect(on_body_called).to be_truthy
41
- expect(request.response.body).to satisfy { |v| v.nil? || v == '' }
42
- end
43
-
44
- it "makes response headers available to on_body" do
45
- headers = nil
46
- request.on_body { |body, response| headers = response.headers }
47
- request.run
48
- expect(headers).to be
49
- expect(headers).to eq(request.response.headers)
50
- end
51
-
52
- it "calls on_headers and on_body" do
53
- headers = nil
54
- request.on_headers { |response| headers = response.headers }
55
- request.on_body { |body, response| expect(headers).not_to be_nil ; expect(response.headers).to eq(headers) }
56
- request.on_complete { |response| expect(response).not_to be_nil ; expect(response.headers).to eq(headers) ; expect(response.body).to be_empty }
57
- request.run
58
- end
59
-
60
- it "calls on_headers and on_complete" do
61
- headers = nil
62
- request.on_headers { |response| headers = response.headers }
63
- request.on_complete { |response| expect(response).not_to be_nil ; expect(response.headers).to eq(headers) ; expect(response.body).not_to be_empty }
64
- request.run
65
- end
66
-
67
- it "calls on_complete" do
68
- callback = double(:call)
69
- expect(callback).to receive(:call)
70
- request.instance_variable_set(:@on_complete, [callback])
71
- request.run
72
- end
73
-
74
- it "returns a response" do
75
- expect(request.run).to be_a(Typhoeus::Response)
76
- end
77
- end
78
-
79
- describe "#finish" do
80
- let(:response) { Typhoeus::Response.new }
81
-
82
- it "assigns response" do
83
- request.finish(response)
84
- expect(request.response).to be(response)
85
- end
86
-
87
- it "assigns request to response" do
88
- request.finish(response)
89
- expect(request.response.request).to be(request)
90
- end
91
-
92
- it "executes callbacks" do
93
- expect(request).to receive(:execute_callbacks)
94
- request.finish(response)
95
- end
96
-
97
- it "returns response" do
98
- expect(request.finish(response)).to be(response)
99
- end
100
- end
101
- end
@@ -1,13 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Request::Responseable do
4
- let(:request) { Typhoeus::Request.new("base_url", {}) }
5
- let(:response) { Typhoeus::Response.new }
6
-
7
- describe "#response=" do
8
- it "stores response" do
9
- request.response = response
10
- expect(request.response).to eq(response)
11
- end
12
- end
13
- end
@@ -1,45 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Request::Stubbable do
4
- let(:base_url) { "localhost:3001" }
5
- let(:request) { Typhoeus::Request.new(base_url) }
6
- let(:response) { Typhoeus::Response.new }
7
-
8
- before { Typhoeus.stub(base_url).and_return(response) }
9
-
10
- describe "#run" do
11
- it "checks expectations" do
12
- request.run
13
- end
14
-
15
- context "when expectation found" do
16
- it "calls on_headers callbacks" do
17
- canary = :not_called
18
- request.on_headers do
19
- canary = :called
20
- end
21
- request.run
22
- expect(canary).to eq(:called)
23
- end
24
-
25
- it "calls on_body callbacks" do
26
- canary = :not_called
27
- request.on_body do
28
- canary = :called
29
- end
30
- request.run
31
- expect(canary).to eq(:called)
32
- end
33
-
34
- it "finishes request" do
35
- expect(request).to receive(:finish)
36
- request.run
37
- end
38
-
39
- it "sets mock on response" do
40
- request.run
41
- expect(request.response.mock).to be(true)
42
- end
43
- end
44
- end
45
- end
@@ -1,256 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Typhoeus::Request do
4
- let(:base_url) { "localhost:3001" }
5
- let(:options) do
6
- {
7
- verbose: true,
8
- headers: { "User-Agent" => "Fubar", "Expect" => "" },
9
- maxredirs: 50
10
- }
11
- end
12
- let(:request) { Typhoeus::Request.new(base_url, options) }
13
-
14
- describe ".url" do
15
- context "when no parameters" do
16
- it "returns base_url" do
17
- expect(request.url).to eq(request.base_url)
18
- end
19
- end
20
-
21
- context "when parameters" do
22
- let(:options) { {:params => {:a => 1}} }
23
-
24
- it "returns full url" do
25
- expect(request.url).to eq("#{request.base_url}?a=1")
26
- end
27
- end
28
-
29
- it "pushes an easy back into the pool" do
30
- easy = double.as_null_object
31
- allow(Typhoeus::Pool).to receive(:get).and_return(easy)
32
- expect(Typhoeus::Pool).to receive(:release).with(easy)
33
- request.url
34
- end
35
- end
36
-
37
- describe ".new" do
38
- it "stores base_url" do
39
- expect(request.base_url).to eq(base_url)
40
- end
41
-
42
- it "stores options" do
43
- expect(request.options).to eq(options)
44
- end
45
-
46
- it "stores original options" do
47
- expect(request.original_options).to eq(options)
48
- expect(request.original_options).to_not be(request.options)
49
- end
50
-
51
- it "sets defaults" do
52
- expect(request.options[:headers]['User-Agent']).to be
53
- end
54
- end
55
-
56
- describe "set_defaults" do
57
- context "when header with user agent" do
58
- let(:options) { {:headers => {'User-Agent' => "Custom"} } }
59
-
60
- it "doesn't modify user agent" do
61
- expect(request.options[:headers]['User-Agent']).to eq("Custom")
62
- end
63
- end
64
-
65
- context "when header without user agent" do
66
- let(:options) { {:headers => {} } }
67
-
68
- it "add user agent" do
69
- agent = request.options[:headers]['User-Agent']
70
- expect(agent).to eq(Typhoeus::USER_AGENT)
71
- end
72
- end
73
-
74
- context "when Config.user_agent set" do
75
- before { Typhoeus.configure { |config| config.user_agent = "Default" } }
76
- after { Typhoeus.configure { |config| config.user_agent = nil } }
77
-
78
- context "with headers" do
79
- let(:options) { {:headers => { "User-Agent" => "Fubar" } } }
80
-
81
- it "uses the request options' user agent" do
82
- expect(request.options[:headers]["User-Agent"]).to eq("Fubar")
83
- end
84
- end
85
-
86
- context "without headers" do
87
- let(:options) { {:headers => {} } }
88
-
89
- it "uses the global options' user agent" do
90
- expect(request.options[:headers]["User-Agent"]).to eq("Default")
91
- end
92
- end
93
- end
94
-
95
- context "when Config.verbose set" do
96
- before { Typhoeus.configure { |config| config.verbose = true} }
97
- after { Typhoeus.configure { |config| config.verbose = false} }
98
-
99
- it "respects" do
100
- expect(request.options[:verbose]).to be_truthy
101
- end
102
- end
103
-
104
- context "when Config.timeout set" do
105
- before { Typhoeus.configure { |config| config.timeout = 10 } }
106
- after { Typhoeus.configure { |config| config.timeout = nil } }
107
-
108
- it "respects configuration" do
109
- expect(request.options[:timeout]).to eq(10)
110
- end
111
- end
112
-
113
- context "when Config.connecttimeout set" do
114
- before { Typhoeus.configure { |config| config.connecttimeout = 10 } }
115
- after { Typhoeus.configure { |config| config.connecttimeout = nil } }
116
-
117
- it "respects configuration" do
118
- expect(request.options[:connecttimeout]).to eq(10)
119
- end
120
- end
121
-
122
- context "when maxredirs" do
123
- context "when not set" do
124
- it "defaults to 50" do
125
- expect(request.options[:maxredirs]).to be(50)
126
- end
127
- end
128
-
129
- context "when set" do
130
- let(:options) { {:maxredirs => 1} }
131
-
132
- it "respects" do
133
- expect(request.options[:maxredirs]).to be(1)
134
- end
135
- end
136
- end
137
-
138
- context "when Config.proxy set" do
139
- before { Typhoeus.configure { |config| config.proxy = "http://proxy.internal" } }
140
- after { Typhoeus.configure { |config| config.proxy = nil } }
141
-
142
- it "respects" do
143
- expect(request.options[:proxy]).to eq("http://proxy.internal")
144
- end
145
-
146
- context "when option proxy set" do
147
- let(:options) { {:proxy => nil} }
148
-
149
- it "does not override" do
150
- expect(request.options[:proxy]).to be_nil
151
- end
152
- end
153
- end
154
- end
155
-
156
- describe "#eql?" do
157
- context "when another class" do
158
- let(:other) { "" }
159
-
160
- it "returns false" do
161
- expect(request).to_not eql other
162
- end
163
- end
164
-
165
- context "when same class" do
166
- let(:other) { Typhoeus::Request.new("base_url", options) }
167
-
168
- context "when other base_url" do
169
- it "returns false" do
170
- expect(request).to_not eql other
171
- end
172
- end
173
-
174
- context "when same base_url and other options" do
175
- let(:other) { Typhoeus::Request.new(base_url, {}) }
176
-
177
- it "returns false" do
178
- expect(request).to_not eql other
179
- end
180
- end
181
-
182
-
183
- context "when same base_url and options" do
184
- context "when same order" do
185
- let(:other) { Typhoeus::Request.new(base_url, options) }
186
-
187
- it "returns true" do
188
- expect(request).to eql other
189
- end
190
- end
191
-
192
- context "when different order" do
193
- let(:other_options) {
194
- {:headers => { 'User-Agent' => "Fubar", 'Expect' => ""}, :verbose => true }
195
- }
196
- let(:other) { Typhoeus::Request.new(base_url, other_options)}
197
-
198
- it "returns true" do
199
- expect(request).to eql other
200
- end
201
- end
202
- end
203
- end
204
- end
205
-
206
- describe "#hash" do
207
- context "when request.eql?(other)" do
208
- context "when different order" do
209
- let(:other_options) {
210
- {:headers => { 'User-Agent' => "Fubar", 'Expect' => "" }, :verbose => true }
211
- }
212
- let(:other) { Typhoeus::Request.new(base_url, other_options)}
213
-
214
- it "has same hashes" do
215
- expect(request.hash).to eq(other.hash)
216
- end
217
- end
218
-
219
- context "when same order" do
220
- let(:other) { Typhoeus::Request.new(base_url, options) }
221
-
222
- it "has same hashes" do
223
- expect(request.hash).to eq(other.hash)
224
- end
225
- end
226
-
227
- context "when hashes with different orders are contained in arrays" do
228
- let(:request) { Typhoeus::Request.new(base_url, :params => [{:b => 2, :a => 1}]) }
229
- let(:other) { Typhoeus::Request.new(base_url, :params => [{:a => 1, :b => 2}]) }
230
- it "has different hashes" do
231
- expect(request.hash).to eq(other.hash)
232
- end
233
- end
234
- end
235
-
236
- context "when not request.eql?(other)" do
237
- let(:request) { Typhoeus::Request.new(base_url, :params => {:foo => 'bar'}) }
238
- let(:other) { Typhoeus::Request.new(base_url, :params => {:foo => 'baz'}) }
239
-
240
- it "has different hashes" do
241
- expect(request.hash).to_not eq(other.hash)
242
- end
243
- end
244
- end
245
-
246
- describe "#encoded_body" do
247
- let(:request) {
248
- Typhoeus::Request.new("www.example.com",:body => {:a => 1})
249
- }
250
-
251
- it "returns encoded body" do
252
- expect(request.encoded_body).to eq("a=1")
253
- end
254
- end
255
-
256
- end