cybrid_api_organization_ruby 0.110.6 → 0.110.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +5 -5
  4. data/cybrid_api_organization_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_organization_ruby/api/organizations_organization_api.rb +1 -1
  6. data/lib/cybrid_api_organization_ruby/api_client.rb +1 -1
  7. data/lib/cybrid_api_organization_ruby/api_error.rb +1 -1
  8. data/lib/cybrid_api_organization_ruby/configuration.rb +1 -1
  9. data/lib/cybrid_api_organization_ruby/models/error_response_organization_model.rb +1 -1
  10. data/lib/cybrid_api_organization_ruby/models/organization_organization_model.rb +1 -1
  11. data/lib/cybrid_api_organization_ruby/models/patch_organization_organization_model.rb +1 -1
  12. data/lib/cybrid_api_organization_ruby/version.rb +2 -2
  13. data/lib/cybrid_api_organization_ruby.rb +1 -1
  14. data/spec/api/organizations_organization_api_spec.rb +1 -1
  15. data/spec/api_client_spec.rb +1 -1
  16. data/spec/configuration_spec.rb +1 -1
  17. data/spec/models/error_response_organization_model_spec.rb +1 -1
  18. data/spec/models/organization_organization_model_spec.rb +1 -1
  19. data/spec/models/patch_organization_organization_model_spec.rb +1 -1
  20. data/spec/spec_helper.rb +1 -1
  21. data/vendor/bundle/ruby/3.2.0/cache/typhoeus-1.4.1.gem +0 -0
  22. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  23. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
  24. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  25. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/gem_make.out +5 -5
  26. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
  27. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.9/gem_make.out +5 -5
  28. data/vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +30 -0
  29. data/vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +33 -0
  30. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/CHANGELOG.md +5 -1
  31. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/Gemfile +5 -1
  32. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/README.md +10 -6
  33. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/config.rb +16 -0
  34. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/easy_factory.rb +26 -0
  35. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request.rb +2 -0
  36. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/informations.rb +57 -0
  37. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/version.rb +1 -1
  38. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request_spec.rb +25 -1
  39. data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response/informations_spec.rb +40 -0
  40. data/vendor/bundle/ruby/3.2.0/specifications/{typhoeus-1.4.0.gemspec → typhoeus-1.4.1.gemspec} +3 -3
  41. metadata +100 -99
  42. data/vendor/bundle/ruby/3.2.0/cache/typhoeus-1.4.0.gem +0 -0
  43. data/vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/.travis.yml +0 -26
  44. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/.gitignore +0 -0
  45. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/.rspec +0 -0
  46. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/CONTRIBUTING.md +0 -0
  47. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/Guardfile +0 -0
  48. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/LICENSE +0 -0
  49. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/Rakefile +0 -0
  50. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/UPGRADE.md +0 -0
  51. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  52. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  53. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus.rb +0 -0
  54. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/adapters/faraday.rb +0 -0
  55. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/dalli.rb +0 -0
  56. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/rails.rb +0 -0
  57. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/redis.rb +0 -0
  58. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors/no_stub.rb +0 -0
  59. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  60. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors.rb +0 -0
  61. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/expectation.rb +0 -0
  62. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/addable.rb +0 -0
  63. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/before.rb +0 -0
  64. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/block_connection.rb +0 -0
  65. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/cacheable.rb +0 -0
  66. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/memoizable.rb +0 -0
  67. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/queueable.rb +0 -0
  68. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/runnable.rb +0 -0
  69. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/stubbable.rb +0 -0
  70. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra.rb +0 -0
  71. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/pool.rb +0 -0
  72. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/railtie.rb +0 -0
  73. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/actions.rb +0 -0
  74. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/before.rb +0 -0
  75. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/block_connection.rb +0 -0
  76. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/cacheable.rb +0 -0
  77. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/callbacks.rb +0 -0
  78. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/marshal.rb +0 -0
  79. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/memoizable.rb +0 -0
  80. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/operations.rb +0 -0
  81. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/responseable.rb +0 -0
  82. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/streamable.rb +0 -0
  83. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/stubbable.rb +0 -0
  84. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/cacheable.rb +0 -0
  85. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/header.rb +0 -0
  86. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/status.rb +0 -0
  87. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response.rb +0 -0
  88. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus.rb +0 -0
  89. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/perf/profile.rb +0 -0
  90. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/perf/vs_nethttp.rb +0 -0
  91. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -0
  92. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -0
  93. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/spec_helper.rb +0 -0
  94. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/localhost_server.rb +0 -0
  95. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/memory_cache.rb +0 -0
  96. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/server.rb +0 -0
  97. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/adapters/faraday_spec.rb +0 -0
  98. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/cache/dalli_spec.rb +0 -0
  99. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/cache/redis_spec.rb +0 -0
  100. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/config_spec.rb +0 -0
  101. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/easy_factory_spec.rb +0 -0
  102. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/errors/no_stub_spec.rb +0 -0
  103. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/expectation_spec.rb +0 -0
  104. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/addable_spec.rb +0 -0
  105. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/before_spec.rb +0 -0
  106. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/block_connection_spec.rb +0 -0
  107. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/cacheable_spec.rb +0 -0
  108. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/memoizable_spec.rb +0 -0
  109. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/queueable_spec.rb +0 -0
  110. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/runnable_spec.rb +0 -0
  111. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/stubbable_spec.rb +0 -0
  112. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra_spec.rb +0 -0
  113. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/pool_spec.rb +0 -0
  114. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/actions_spec.rb +0 -0
  115. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/before_spec.rb +0 -0
  116. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/block_connection_spec.rb +0 -0
  117. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/cacheable_spec.rb +0 -0
  118. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/callbacks_spec.rb +0 -0
  119. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/marshal_spec.rb +0 -0
  120. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/memoizable_spec.rb +0 -0
  121. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/operations_spec.rb +0 -0
  122. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/responseable_spec.rb +0 -0
  123. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/stubbable_spec.rb +0 -0
  124. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response/header_spec.rb +0 -0
  125. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response/status_spec.rb +0 -0
  126. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response_spec.rb +0 -0
  127. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus_spec.rb +0 -0
  128. /data/vendor/bundle/ruby/3.2.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/typhoeus.gemspec +0 -0
@@ -1,4 +1,4 @@
1
- # Typhoeus [![Build Status](https://img.shields.io/travis/typhoeus/typhoeus/master.svg)](https://travis-ci.org/typhoeus/typhoeus) [![Code Climate](https://img.shields.io/codeclimate/maintainability/typhoeus/typhoeus.svg)](https://codeclimate.com/github/typhoeus/typhoeus) [![Gem Version](https://img.shields.io/gem/v/typhoeus.svg)](https://rubygems.org/gems/typhoeus)
1
+ # Typhoeus [![CI](https://github.com/typhoeus/typhoeus/actions/workflows/ci.yml/badge.svg)](https://github.com/typhoeus/typhoeus/actions/workflows/ci.yml) [![Experimental](https://github.com/typhoeus/typhoeus/actions/workflows/experimental.yml/badge.svg)](https://github.com/typhoeus/typhoeus/actions/workflows/experimental.yml) [![Code Climate](https://img.shields.io/codeclimate/maintainability/typhoeus/typhoeus.svg)](https://codeclimate.com/github/typhoeus/typhoeus) [![Gem Version](https://img.shields.io/gem/v/typhoeus.svg)](https://rubygems.org/gems/typhoeus)
2
2
 
3
3
  Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
4
4
 
@@ -19,11 +19,10 @@ hydra.run
19
19
  ```
20
20
 
21
21
  ## Installation
22
- Add the following line to your Gemfile:
22
+ Run:
23
23
  ```
24
- gem "typhoeus"
24
+ bundle add typhoeus
25
25
  ```
26
- Then run `bundle install`
27
26
 
28
27
  Or install it yourself as:
29
28
 
@@ -33,8 +32,7 @@ gem install typhoeus
33
32
 
34
33
  ## Project Tracking
35
34
 
36
- * [Documentation](http://rubydoc.info/github/typhoeus/typhoeus/frames/Typhoeus) (GitHub master)
37
- * [Mailing list](http://groups.google.com/group/typhoeus)
35
+ * [API Documentation](https://rubydoc.info/github/typhoeus/typhoeus/frames/Typhoeus) (GitHub master)
38
36
 
39
37
  ## Usage
40
38
 
@@ -350,6 +348,8 @@ Typhoeus.get("www.example.com").cached?
350
348
  For use with [Dalli](https://github.com/mperham/dalli):
351
349
 
352
350
  ```ruby
351
+ require "typhoeus/cache/dalli"
352
+
353
353
  dalli = Dalli::Client.new(...)
354
354
  Typhoeus::Config.cache = Typhoeus::Cache::Dalli.new(dalli)
355
355
  ```
@@ -357,12 +357,16 @@ Typhoeus::Config.cache = Typhoeus::Cache::Dalli.new(dalli)
357
357
  For use with Rails:
358
358
 
359
359
  ```ruby
360
+ require "typhoeus/cache/rails"
361
+
360
362
  Typhoeus::Config.cache = Typhoeus::Cache::Rails.new
361
363
  ```
362
364
 
363
365
  For use with [Redis](https://github.com/redis/redis-rb):
364
366
 
365
367
  ```ruby
368
+ require "typhoeus/cache/redis"
369
+
366
370
  redis = Redis.new(...)
367
371
  Typhoeus::Config.cache = Typhoeus::Cache::Redis.new(redis)
368
372
  ```
@@ -44,6 +44,22 @@ module Typhoeus
44
44
  # @see http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTVERBOSE
45
45
  attr_accessor :verbose
46
46
 
47
+ # Defines the default HTTP timeout for the entire request in seconds
48
+ # See README for more details about timeouts
49
+ #
50
+ # @return [ Integer, Float ]
51
+ #
52
+ # @see https://curl.haxx.se/libcurl/c/curl_easy_setopt#CURLOPTTIMEOUT
53
+ attr_accessor :timeout
54
+
55
+ # Defines the default HTTP timeout for the connection phase in seconds
56
+ # See README for more details about timeouts
57
+ #
58
+ # @return [ Integer, Float ]
59
+ #
60
+ # @see https://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTCONNECTTIMEOUT
61
+ attr_accessor :connecttimeout
62
+
47
63
  # Defines whether requests are cached.
48
64
  #
49
65
  # @return [ Object ]
@@ -78,11 +78,17 @@ module Typhoeus
78
78
  # @return [ Ethon::Easy ] The easy.
79
79
  def get
80
80
  begin
81
+ read_callback_body = request.options.delete(:set_read_callback)
82
+
81
83
  easy.http_request(
82
84
  request.base_url.to_s,
83
85
  request.options.fetch(:method, :get),
84
86
  sanitize(request.options)
85
87
  )
88
+
89
+ # this needs to happen after http_request because
90
+ # ethon will set infilesize to zero if form.empty?
91
+ set_read_callback(read_callback_body) if !read_callback_body.nil?
86
92
  rescue Ethon::Errors::InvalidOption => e
87
93
  help = provide_help(e.message.match(/:\s(\w+)/)[1])
88
94
  raise $!, "#{$!}#{help}", $!.backtrace
@@ -169,6 +175,26 @@ module Typhoeus
169
175
  end
170
176
  end
171
177
 
178
+ # Sets up an easy upload with CURLOPT_READFUNCTION
179
+ # along with CURLOPT_INFILESIZE_LARGE and CURLOPT_UPLOAD
180
+ #
181
+ # @param [ String/File ] body The body read by the readfunction.
182
+ #
183
+ # @return [ Ethon::Easy ] The easy.
184
+ def set_read_callback(body)
185
+ easy.infilesize_large =
186
+ if body.respond_to?(:bytesize)
187
+ body.bytesize
188
+ elsif body.respond_to?(:size)
189
+ body.size
190
+ end
191
+
192
+ easy.upload = true
193
+ easy.set_read_callback(body)
194
+
195
+ easy
196
+ end
197
+
172
198
  def provide_help(option)
173
199
  if new_option = CHANGED_OPTIONS[option.to_sym]
174
200
  "\nPlease try #{new_option} instead of #{option}." if new_option
@@ -214,6 +214,8 @@ module Typhoeus
214
214
  options[:headers] = {'User-Agent' => default_user_agent}.merge(options[:headers] || {})
215
215
  options[:headers]['Expect'] ||= ''
216
216
  options[:verbose] = Typhoeus::Config.verbose if options[:verbose].nil? && !Typhoeus::Config.verbose.nil?
217
+ options[:timeout] = Typhoeus::Config.timeout if options[:timeout].nil? && !Typhoeus::Config.timeout.nil?
218
+ options[:connecttimeout] = Typhoeus::Config.connecttimeout if options[:connecttimeout].nil? && !Typhoeus::Config.connecttimeout.nil?
217
219
  options[:maxredirs] ||= 50
218
220
  options[:proxy] = Typhoeus::Config.proxy unless options.has_key?(:proxy) || Typhoeus::Config.proxy.nil?
219
221
  end
@@ -210,10 +210,67 @@ module Typhoeus
210
210
  options[:redirect_count]
211
211
  end
212
212
 
213
+ # Return the URL a redirect would take you to, had you enabled redirects.
214
+ #
215
+ # @example Get redirect_url.
216
+ # response.redirect_url
217
+ #
218
+ # @return [ String ] The redirect_url.
219
+ def redirect_url
220
+ options[:redirect_url]
221
+ end
222
+
213
223
  def request_size
214
224
  options[:request_size]
215
225
  end
216
226
 
227
+ # Return the bytes, the total amount of bytes that were uploaded
228
+ #
229
+ # @example Get size_upload.
230
+ # response.size_upload
231
+ #
232
+ # @return [ Float ] The size_upload.
233
+ def size_upload
234
+ options[:size_upload]
235
+ end
236
+
237
+
238
+ # Return the bytes, the total amount of bytes that were downloaded.
239
+ # The amount is only for the latest transfer and will be reset again
240
+ # for each new transfer. This counts actual payload data, what's
241
+ # also commonly called body. All meta and header data are excluded
242
+ # and will not be counted in this number.
243
+ #
244
+ # @example Get size_download
245
+ # response.size_download
246
+ #
247
+ # @return [ Float ] The size_download.
248
+ def size_download
249
+ options[:size_download]
250
+ end
251
+
252
+ # Return the bytes/second, the average upload speed that curl
253
+ # measured for the complete upload
254
+ #
255
+ # @example Get speed_upload.
256
+ # response.speed_upload
257
+ #
258
+ # @return [ Float ] The speed_upload.
259
+ def speed_upload
260
+ options[:speed_upload]
261
+ end
262
+
263
+ # Return the bytes/second, the average download speed that curl
264
+ # measured for the complete download
265
+ #
266
+ # @example Get speed_download.
267
+ # response.speed_download
268
+ #
269
+ # @return [ Float ] The speed_download.
270
+ def speed_download
271
+ options[:speed_download]
272
+ end
273
+
217
274
  def debug_info
218
275
  options[:debug_info]
219
276
  end
@@ -1,5 +1,5 @@
1
1
  module Typhoeus
2
2
 
3
3
  # The current Typhoeus version.
4
- VERSION = '1.4.0'
4
+ VERSION = '1.4.1'
5
5
  end
@@ -2,7 +2,13 @@ require 'spec_helper'
2
2
 
3
3
  describe Typhoeus::Request do
4
4
  let(:base_url) { "localhost:3001" }
5
- let(:options) { {:verbose => true, :headers => { 'User-Agent' => "Fubar", 'Expect' => "" }, :maxredirs => 50} }
5
+ let(:options) do
6
+ {
7
+ verbose: true,
8
+ headers: { "User-Agent" => "Fubar", "Expect" => "" },
9
+ maxredirs: 50
10
+ }
11
+ end
6
12
  let(:request) { Typhoeus::Request.new(base_url, options) }
7
13
 
8
14
  describe ".url" do
@@ -95,6 +101,24 @@ describe Typhoeus::Request do
95
101
  end
96
102
  end
97
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
+
98
122
  context "when maxredirs" do
99
123
  context "when not set" do
100
124
  it "defaults to 50" do
@@ -195,6 +195,14 @@ describe Typhoeus::Response::Informations do
195
195
  end
196
196
  end
197
197
 
198
+ describe "#redirect_url" do
199
+ let(:options) { { :redirect_url => "http://www.example.com" } }
200
+
201
+ it "returns redirect_url from options" do
202
+ expect(response.redirect_url).to eq("http://www.example.com")
203
+ end
204
+ end
205
+
198
206
  describe "#request_size" do
199
207
  let(:options) { { :request_size => 2 } }
200
208
 
@@ -203,6 +211,38 @@ describe Typhoeus::Response::Informations do
203
211
  end
204
212
  end
205
213
 
214
+ describe "#size_upload" do
215
+ let(:options) { { :size_upload => 2.0 } }
216
+
217
+ it "returns size_upload from options" do
218
+ expect(response.size_upload).to eq(2.0)
219
+ end
220
+ end
221
+
222
+ describe "#size_download" do
223
+ let(:options) { { :size_download => 2.0 } }
224
+
225
+ it "returns size_download from options" do
226
+ expect(response.size_download).to eq(2.0)
227
+ end
228
+ end
229
+
230
+ describe "#speed_upload" do
231
+ let(:options) { { :speed_upload => 2.0 } }
232
+
233
+ it "returns speed_upload from options" do
234
+ expect(response.speed_upload).to eq(2.0)
235
+ end
236
+ end
237
+
238
+ describe "#speed_download" do
239
+ let(:options) { { :speed_download => 2.0 } }
240
+
241
+ it "returns speed_download from options" do
242
+ expect(response.speed_download).to eq(2.0)
243
+ end
244
+ end
245
+
206
246
  describe "#headers" do
207
247
  context "when no response_headers" do
208
248
  it "returns nil" do
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: typhoeus 1.4.0 ruby lib
2
+ # stub: typhoeus 1.4.1 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "typhoeus".freeze
6
- s.version = "1.4.0"
6
+ s.version = "1.4.1"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
10
10
  s.authors = ["David Balatero".freeze, "Paul Dix".freeze, "Hans Hasselberg".freeze]
11
- s.date = "2020-05-08"
11
+ s.date = "2023-11-17"
12
12
  s.description = "Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.".freeze
13
13
  s.email = ["hans.hasselberg@gmail.com".freeze]
14
14
  s.homepage = "https://github.com/typhoeus/typhoeus".freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybrid_api_organization_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.110.6
4
+ version: 0.110.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
@@ -118,7 +118,7 @@ files:
118
118
  - vendor/bundle/ruby/3.2.0/cache/rubocop-0.66.0.gem
119
119
  - vendor/bundle/ruby/3.2.0/cache/ruby-progressbar-1.13.0.gem
120
120
  - vendor/bundle/ruby/3.2.0/cache/stringio-3.0.9.gem
121
- - vendor/bundle/ruby/3.2.0/cache/typhoeus-1.4.0.gem
121
+ - vendor/bundle/ruby/3.2.0/cache/typhoeus-1.4.1.gem
122
122
  - vendor/bundle/ruby/3.2.0/cache/unicode-display_width-1.5.0.gem
123
123
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so
124
124
  - vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem.build_complete
@@ -2478,102 +2478,103 @@ files:
2478
2478
  - vendor/bundle/ruby/3.2.0/gems/stringio-3.0.9/ext/stringio/extconf.rb
2479
2479
  - vendor/bundle/ruby/3.2.0/gems/stringio-3.0.9/ext/stringio/stringio.c
2480
2480
  - vendor/bundle/ruby/3.2.0/gems/stringio-3.0.9/lib/stringio.so
2481
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/.gitignore
2482
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/.rspec
2483
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/.travis.yml
2484
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/CHANGELOG.md
2485
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/CONTRIBUTING.md
2486
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/Gemfile
2487
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/Guardfile
2488
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/LICENSE
2489
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/README.md
2490
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/Rakefile
2491
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/UPGRADE.md
2492
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/rack/typhoeus.rb
2493
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/rack/typhoeus/middleware/params_decoder.rb
2494
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb
2495
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus.rb
2496
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/adapters/faraday.rb
2497
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/cache/dalli.rb
2498
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/cache/rails.rb
2499
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/cache/redis.rb
2500
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/config.rb
2501
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/easy_factory.rb
2502
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/errors.rb
2503
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/errors/no_stub.rb
2504
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/errors/typhoeus_error.rb
2505
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/expectation.rb
2506
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra.rb
2507
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/addable.rb
2508
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/before.rb
2509
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/block_connection.rb
2510
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/cacheable.rb
2511
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/memoizable.rb
2512
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/queueable.rb
2513
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/runnable.rb
2514
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/hydra/stubbable.rb
2515
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/pool.rb
2516
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/railtie.rb
2517
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request.rb
2518
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/actions.rb
2519
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/before.rb
2520
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/block_connection.rb
2521
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/cacheable.rb
2522
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/callbacks.rb
2523
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/marshal.rb
2524
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/memoizable.rb
2525
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/operations.rb
2526
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/responseable.rb
2527
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/streamable.rb
2528
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/request/stubbable.rb
2529
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/response.rb
2530
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/response/cacheable.rb
2531
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/response/header.rb
2532
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/response/informations.rb
2533
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/response/status.rb
2534
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/lib/typhoeus/version.rb
2535
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/perf/profile.rb
2536
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/perf/vs_nethttp.rb
2537
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
2538
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/rack/typhoeus/middleware/params_decoder_spec.rb
2539
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/spec_helper.rb
2540
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/support/localhost_server.rb
2541
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/support/memory_cache.rb
2542
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/support/server.rb
2543
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/adapters/faraday_spec.rb
2544
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/cache/dalli_spec.rb
2545
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/cache/redis_spec.rb
2546
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/config_spec.rb
2547
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/easy_factory_spec.rb
2548
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/errors/no_stub_spec.rb
2549
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/expectation_spec.rb
2550
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/addable_spec.rb
2551
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/before_spec.rb
2552
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/block_connection_spec.rb
2553
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/cacheable_spec.rb
2554
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/memoizable_spec.rb
2555
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/queueable_spec.rb
2556
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/runnable_spec.rb
2557
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra/stubbable_spec.rb
2558
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/hydra_spec.rb
2559
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/pool_spec.rb
2560
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/actions_spec.rb
2561
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/before_spec.rb
2562
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/block_connection_spec.rb
2563
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/cacheable_spec.rb
2564
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/callbacks_spec.rb
2565
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/marshal_spec.rb
2566
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/memoizable_spec.rb
2567
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/operations_spec.rb
2568
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/responseable_spec.rb
2569
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request/stubbable_spec.rb
2570
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/request_spec.rb
2571
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/response/header_spec.rb
2572
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/response/informations_spec.rb
2573
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/response/status_spec.rb
2574
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus/response_spec.rb
2575
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/spec/typhoeus_spec.rb
2576
- - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/typhoeus.gemspec
2481
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml
2482
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml
2483
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/.gitignore
2484
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/.rspec
2485
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/CHANGELOG.md
2486
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/CONTRIBUTING.md
2487
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/Gemfile
2488
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/Guardfile
2489
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/LICENSE
2490
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/README.md
2491
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/Rakefile
2492
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/UPGRADE.md
2493
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/rack/typhoeus.rb
2494
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder.rb
2495
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder/helper.rb
2496
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus.rb
2497
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/adapters/faraday.rb
2498
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/dalli.rb
2499
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/rails.rb
2500
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/redis.rb
2501
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb
2502
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb
2503
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/errors.rb
2504
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/no_stub.rb
2505
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/typhoeus_error.rb
2506
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/expectation.rb
2507
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra.rb
2508
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/addable.rb
2509
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/before.rb
2510
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/block_connection.rb
2511
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/cacheable.rb
2512
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/memoizable.rb
2513
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/queueable.rb
2514
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/runnable.rb
2515
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/stubbable.rb
2516
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/pool.rb
2517
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/railtie.rb
2518
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb
2519
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/actions.rb
2520
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/before.rb
2521
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/block_connection.rb
2522
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/cacheable.rb
2523
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/callbacks.rb
2524
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/marshal.rb
2525
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/memoizable.rb
2526
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/operations.rb
2527
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb
2528
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/streamable.rb
2529
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/request/stubbable.rb
2530
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb
2531
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb
2532
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb
2533
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb
2534
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb
2535
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb
2536
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/perf/profile.rb
2537
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb
2538
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
2539
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb
2540
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
2541
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb
2542
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb
2543
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/support/server.rb
2544
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb
2545
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb
2546
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb
2547
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb
2548
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb
2549
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb
2550
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb
2551
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb
2552
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb
2553
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb
2554
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb
2555
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb
2556
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb
2557
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb
2558
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb
2559
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb
2560
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb
2561
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb
2562
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb
2563
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb
2564
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb
2565
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb
2566
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb
2567
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb
2568
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb
2569
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb
2570
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb
2571
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb
2572
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb
2573
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb
2574
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb
2575
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb
2576
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb
2577
+ - vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.1/typhoeus.gemspec
2577
2578
  - vendor/bundle/ruby/3.2.0/gems/unicode-display_width-1.5.0/CHANGELOG.md
2578
2579
  - vendor/bundle/ruby/3.2.0/gems/unicode-display_width-1.5.0/MIT-LICENSE.txt
2579
2580
  - vendor/bundle/ruby/3.2.0/gems/unicode-display_width-1.5.0/README.md
@@ -2607,7 +2608,7 @@ files:
2607
2608
  - vendor/bundle/ruby/3.2.0/specifications/rubocop-0.66.0.gemspec
2608
2609
  - vendor/bundle/ruby/3.2.0/specifications/ruby-progressbar-1.13.0.gemspec
2609
2610
  - vendor/bundle/ruby/3.2.0/specifications/stringio-3.0.9.gemspec
2610
- - vendor/bundle/ruby/3.2.0/specifications/typhoeus-1.4.0.gemspec
2611
+ - vendor/bundle/ruby/3.2.0/specifications/typhoeus-1.4.1.gemspec
2611
2612
  - vendor/bundle/ruby/3.2.0/specifications/unicode-display_width-1.5.0.gemspec
2612
2613
  homepage: https://github.com/Cybrid-app/cybrid-api-organization-ruby/
2613
2614
  licenses:
@@ -1,26 +0,0 @@
1
- language: ruby
2
- script: "bundle exec rake"
3
- rvm:
4
- - 1.9.3
5
- - 2.0.0
6
- - 2.1.10
7
- - 2.2.10
8
- - 2.3.8
9
- - 2.4.7
10
- - 2.5.6
11
- - 2.6.4
12
- - ruby-head
13
- - jruby-head
14
- - jruby-18mode
15
- - jruby-19mode
16
- matrix:
17
- fast_finish: true
18
- allow_failures:
19
- - rvm: ruby-head
20
- - rvm: jruby-head
21
- - rvm: ree
22
- include:
23
- - rvm: 1.8.7
24
- dist: precise
25
- - rvm: 1.9.2
26
- dist: trusty