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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e98f276eeb62238aadce54fe323c48b62a6a4c76a8a2209a1b70ff09304d85a
4
- data.tar.gz: 1c1402b51b3621dbdf304a1645040ad02f142f2a691f511faa0642f25c5d161c
3
+ metadata.gz: 0c6ed0e9821cb3c06245006c1c79a99788e4f46d2fc3ab2fbc4ab6e5009a48f3
4
+ data.tar.gz: 30462fe5cfa99f8b5f3dbd6c5dacbcab75841dc93a155a41afb4f66ebcbb58fd
5
5
  SHA512:
6
- metadata.gz: 55d73eb8025b15d1fd22c104d4a4725f905b20c0f840971c1664ec943ecc86ef3a82f2386120bff921965d1f99e1cefa517cc15573842d64b756b6a48a8a6ba0
7
- data.tar.gz: 7f2a85465054aca63385b144bc7cbab8d5b2bda929298a00d118c00f5c19d425121c2a79cd9ee6370af8044a8c4245a9995260d2b06d128b3e7b882e64abfb9c
6
+ metadata.gz: 0dcf0bd755f9ee72b3961ac8cf57c3b6cc32c712fe2f4e4ff357ff98a0074a13436d84e395e35da1ea02e9ef173a7177f57487fa8b6207e98582c72b43800c41
7
+ data.tar.gz: d22767005133cd7bf1a2b6fd7c0804a37e7bae777af7e93493cc0678207037dbcafa05493c0dab7ebf4d23b31c8bedfc1d3178de15953514fe8980efc4f70897
data/.circleci/config.yml CHANGED
@@ -6,7 +6,7 @@ orbs:
6
6
  jobs:
7
7
  build:
8
8
  docker:
9
- - image: cimg/ruby:3.2.2-node
9
+ - image: cimg/ruby:3.3.2-node
10
10
  - image: cimg/redis:6.0.16
11
11
 
12
12
  working_directory: ~/repo
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.3.2
data/.travis.yml CHANGED
@@ -3,5 +3,5 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
- - 3.2.2
6
+ - 3.3.2
7
7
  before_install: gem install bundler -v 1.17.2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v2.1.0 2024-06-05
2
+ - Bump dependencies
3
+
1
4
  # v2.0.1 2024-02-22
2
5
  - Handle response code for empty strings and blank responses
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_http_client (2.0.1)
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.2)
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.4)
22
+ addressable (2.8.6)
23
23
  public_suffix (>= 2.0.2, < 6.0)
24
24
  base64 (0.2.0)
25
- bigdecimal (3.1.6)
25
+ bigdecimal (3.1.8)
26
26
  coderay (1.1.3)
27
- concurrent-ruby (1.2.3)
27
+ concurrent-ruby (1.3.1)
28
28
  connection_pool (2.4.1)
29
- crack (0.4.5)
29
+ crack (1.0.0)
30
+ bigdecimal
30
31
  rexml
31
- diff-lcs (1.5.0)
32
- drb (2.2.0)
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.16.3)
37
- hashdiff (1.0.1)
38
- i18n (1.14.1)
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.0.0)
41
- minitest (5.22.2)
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.1.4)
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.3)
52
- rake (13.0.6)
53
- redis (5.0.6)
54
- redis-client (>= 0.9.0)
55
- redis-client (0.14.1)
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.6)
58
- rspec (3.12.0)
59
- rspec-core (~> 3.12.0)
60
- rspec-expectations (~> 3.12.0)
61
- rspec-mocks (~> 3.12.0)
62
- rspec-core (3.12.2)
63
- rspec-support (~> 3.12.0)
64
- rspec-expectations (3.12.3)
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.12.0)
67
- rspec-mocks (3.12.6)
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.12.0)
70
- rspec-support (3.12.1)
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
- ruby2_keywords (0.0.5)
74
- timecop (0.9.6)
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.18.1)
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)
@@ -1,3 +1,3 @@
1
1
  module NxtHttpClient
2
- VERSION = "2.0.1"
2
+ VERSION = "2.1.0"
3
3
  end
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.1
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-02-26 00:00:00.000000000 Z
14
+ date: 2024-06-05 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: typhoeus