mt-uv-rays 2.4.7 → 2.4.71

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83172a1213c66ea2b83c177a7f7a374498d8167a286ce71bd829fc5786ccd0bb
4
- data.tar.gz: 7b9b3620628d7587e06f38ac57bfc9aa7037d1442d3defdf0d6ba95d5cadebde
3
+ metadata.gz: e856731079abb89680364cc6215e7134f1c05cf7c1ea6747ecdad3b8af7cee3e
4
+ data.tar.gz: a0e30cb078b30f209c2e5f91de31443865bfb7c49bb7e5ed682af1cfbfe5753a
5
5
  SHA512:
6
- metadata.gz: 2225d0202e4ff24e1da86b9be15c1d81baf01a00548006f557da22c3032c9486a0b78124bf2853a253c70f9aed538411fb8dbe2f0c7d3ed2987a5956d2d22caf
7
- data.tar.gz: 4ce9366261183a0ab2699da88fc404e8d3c52ef9d7073180ebf7547e3f90cf940b256755d61c45c159f51e9954072e6b666ebcc665786e7ff46ef0d4dffe62bd
6
+ metadata.gz: 00fff97c1ff5d0196190f15ef3d035c0ae6ed5e310b28c397127c76c2ad243f39e6a0d40217120e42891975804c477c36c5eed2eca0b6f1097b45ea460f1c54f
7
+ data.tar.gz: 3ed6e3d25c907f683db2ae122802c5858d928451328030150e8ee1fd9529d9fa642ea62464df49c7c7500da587b037d7c5534c5aec52f2a4582f44c2bec698cf
@@ -73,7 +73,7 @@ module Faraday
73
73
  end
74
74
 
75
75
  def perform_request(env, opts)
76
- conn = ::UV::HttpEndpoint.new(env[:url].to_s, opts.merge!(@connection_options))
76
+ conn = ::MTUV::HttpEndpoint.new(env[:url].to_s, opts.merge!(@connection_options))
77
77
  resp = conn.request(env[:method].to_s.downcase.to_sym,
78
78
  headers: env[:request_headers],
79
79
  path: "/#{env[:url].to_s.split('/', 4)[-1]}",
@@ -12,7 +12,7 @@ module Handsoap
12
12
  end
13
13
 
14
14
  def send_http_request_async(request)
15
- endp = ::UV::HttpEndpoint.new(request.url)
15
+ endp = ::MTUV::HttpEndpoint.new(request.url)
16
16
 
17
17
  if request.username && request.password
18
18
  request.headers['Authorization'] = [request.username, request.password]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MTUV
4
- VERSION = '2.4.7'
4
+ VERSION = '2.4.71'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mt-uv-rays
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.7
4
+ version: 2.4.71
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giallombardo Nathan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-22 00:00:00.000000000 Z
11
+ date: 2022-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mt-libuv