nxt_http_client 2.0.1 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.ruby-version +1 -1
- data/.travis.yml +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +38 -35
- data/lib/nxt_http_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c6ed0e9821cb3c06245006c1c79a99788e4f46d2fc3ab2fbc4ab6e5009a48f3
|
4
|
+
data.tar.gz: 30462fe5cfa99f8b5f3dbd6c5dacbcab75841dc93a155a41afb4f66ebcbb58fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dcf0bd755f9ee72b3961ac8cf57c3b6cc32c712fe2f4e4ff357ff98a0074a13436d84e395e35da1ea02e9ef173a7177f57487fa8b6207e98582c72b43800c41
|
7
|
+
data.tar.gz: d22767005133cd7bf1a2b6fd7c0804a37e7bae777af7e93493cc0678207037dbcafa05493c0dab7ebf4d23b31c8bedfc1d3178de15953514fe8980efc4f70897
|
data/.circleci/config.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.2
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
nxt_http_client (2.0
|
4
|
+
nxt_http_client (2.1.0)
|
5
5
|
activesupport (< 8.0)
|
6
6
|
nxt_registry
|
7
7
|
typhoeus
|
@@ -9,7 +9,7 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activesupport (7.1.3.
|
12
|
+
activesupport (7.1.3.4)
|
13
13
|
base64
|
14
14
|
bigdecimal
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -19,65 +19,68 @@ GEM
|
|
19
19
|
minitest (>= 5.1)
|
20
20
|
mutex_m
|
21
21
|
tzinfo (~> 2.0)
|
22
|
-
addressable (2.8.
|
22
|
+
addressable (2.8.6)
|
23
23
|
public_suffix (>= 2.0.2, < 6.0)
|
24
24
|
base64 (0.2.0)
|
25
|
-
bigdecimal (3.1.
|
25
|
+
bigdecimal (3.1.8)
|
26
26
|
coderay (1.1.3)
|
27
|
-
concurrent-ruby (1.
|
27
|
+
concurrent-ruby (1.3.1)
|
28
28
|
connection_pool (2.4.1)
|
29
|
-
crack (0.
|
29
|
+
crack (1.0.0)
|
30
|
+
bigdecimal
|
30
31
|
rexml
|
31
|
-
diff-lcs (1.5.
|
32
|
-
drb (2.2.
|
33
|
-
ruby2_keywords
|
32
|
+
diff-lcs (1.5.1)
|
33
|
+
drb (2.2.1)
|
34
34
|
ethon (0.16.0)
|
35
35
|
ffi (>= 1.15.0)
|
36
|
-
ffi (1.
|
37
|
-
|
38
|
-
|
36
|
+
ffi (1.17.0)
|
37
|
+
ffi (1.17.0-x86_64-darwin)
|
38
|
+
ffi (1.17.0-x86_64-linux-gnu)
|
39
|
+
hashdiff (1.1.0)
|
40
|
+
i18n (1.14.5)
|
39
41
|
concurrent-ruby (~> 1.0)
|
40
|
-
method_source (1.
|
41
|
-
minitest (5.
|
42
|
+
method_source (1.1.0)
|
43
|
+
minitest (5.23.1)
|
42
44
|
mutex_m (0.2.0)
|
43
45
|
nxt_registry (0.3.10)
|
44
46
|
activesupport
|
45
|
-
nxt_vcr_harness (0.
|
47
|
+
nxt_vcr_harness (0.2.0)
|
46
48
|
rspec (~> 3.0)
|
47
49
|
vcr (~> 6.0)
|
48
50
|
pry (0.14.2)
|
49
51
|
coderay (~> 1.1)
|
50
52
|
method_source (~> 1.0)
|
51
|
-
public_suffix (5.0.
|
52
|
-
rake (13.
|
53
|
-
redis (5.0
|
54
|
-
redis-client (>= 0.
|
55
|
-
redis-client (0.
|
53
|
+
public_suffix (5.0.5)
|
54
|
+
rake (13.2.1)
|
55
|
+
redis (5.2.0)
|
56
|
+
redis-client (>= 0.22.0)
|
57
|
+
redis-client (0.22.2)
|
56
58
|
connection_pool
|
57
|
-
rexml (3.2.
|
58
|
-
|
59
|
-
|
60
|
-
rspec-
|
61
|
-
rspec-
|
62
|
-
|
63
|
-
|
64
|
-
|
59
|
+
rexml (3.2.8)
|
60
|
+
strscan (>= 3.0.9)
|
61
|
+
rspec (3.13.0)
|
62
|
+
rspec-core (~> 3.13.0)
|
63
|
+
rspec-expectations (~> 3.13.0)
|
64
|
+
rspec-mocks (~> 3.13.0)
|
65
|
+
rspec-core (3.13.0)
|
66
|
+
rspec-support (~> 3.13.0)
|
67
|
+
rspec-expectations (3.13.0)
|
65
68
|
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
-
rspec-support (~> 3.
|
67
|
-
rspec-mocks (3.
|
69
|
+
rspec-support (~> 3.13.0)
|
70
|
+
rspec-mocks (3.13.1)
|
68
71
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
|
-
rspec-support (~> 3.
|
70
|
-
rspec-support (3.
|
72
|
+
rspec-support (~> 3.13.0)
|
73
|
+
rspec-support (3.13.1)
|
71
74
|
rspec_junit_formatter (0.6.0)
|
72
75
|
rspec-core (>= 2, < 4, != 2.12.0)
|
73
|
-
|
74
|
-
timecop (0.9.
|
76
|
+
strscan (3.1.0)
|
77
|
+
timecop (0.9.9)
|
75
78
|
typhoeus (1.4.1)
|
76
79
|
ethon (>= 0.9.0)
|
77
80
|
tzinfo (2.0.6)
|
78
81
|
concurrent-ruby (~> 1.0)
|
79
82
|
vcr (6.2.0)
|
80
|
-
webmock (3.
|
83
|
+
webmock (3.23.1)
|
81
84
|
addressable (>= 2.8.0)
|
82
85
|
crack (>= 0.3.2)
|
83
86
|
hashdiff (>= 0.4.0, < 2.0.0)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nxt_http_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andreas Robecke
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date: 2024-
|
14
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: typhoeus
|