ka-ching-client 0.6.5 → 0.6.6

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +4 -4
  3. data/Gemfile.lock +33 -29
  4. data/lib/ka_ching/version.rb +1 -1
  5. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caa8412e406d3a57006533494da26027071cd4460b39bedec5aada7b37086bf3
4
- data.tar.gz: 130823d72f7e2f3ce9b651a4ad7d417ba51518482b031cfd31a41f23478375e4
3
+ metadata.gz: 57a9194b8b68974619242f8814f45d0ec4781deefc81ffd174507a549a9dcdc3
4
+ data.tar.gz: 152acfe3f9bd9e4a0836e29b8d4f071a1a1d5822719f73e6518be1673cc30583
5
5
  SHA512:
6
- metadata.gz: 6e7a2752674b6f0ff2810c04cc1bd5716349a99efce901dc096f9e859630ad8d1aa7c5292c981b9e8821263475ab85f5a002a561e02161c49c0d5ae1449de97f
7
- data.tar.gz: 634cf3dbcdb23994d89e0f0978e6e300df9b932ae078dda24a2d3f39e912038b0d17892c546803804f689a74c5ef38d8cadd22082a1e70d6c092a5563510a4c8
6
+ metadata.gz: 07acfb95980d3f1fa0bf3edd71e76f0589b00ed2dc237652ad9ce9d3a43f47fc497eaea4a0fc23bc3ae39ef2907c334a8d9ad7cc53fe3c4a23612c472b4bc4a5
7
+ data.tar.gz: dfc33f8efd6e53cfa5a408bb8c98e141266b296557559a52a671df894b5572305c58f73d560f21227778cd0c77e32a3b39d7aad69b0c3c77d89fed74a8717b8e
data/Gemfile CHANGED
@@ -8,10 +8,10 @@ group :development, :test do
8
8
  gem 'minitest', '~> 5.25'
9
9
  gem 'pry', '~> 0.15.2'
10
10
  gem 'rake', '~> 13.1'
11
- gem 'rubocop', '~> 1.71', require: false
12
- gem 'rubocop-minitest', '~> 0.36.0', require: false
13
- gem 'rubocop-performance', '~> 1.23', require: false
14
- gem 'rubocop-rake', '~> 0.6.0', require: false
11
+ gem 'rubocop', '~> 1.75', require: false
12
+ gem 'rubocop-minitest', '~> 0.38.0', require: false
13
+ gem 'rubocop-performance', '~> 1.25', require: false
14
+ gem 'rubocop-rake', '~> 0.7.1', require: false
15
15
  gem 'vcr', '~> 6.2'
16
16
  gem 'webmock', '~> 3.19'
17
17
  gem 'yard', '~> 0.9.34'
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.6.5)
5
- faraday (>= 2.7.10, < 2.13.0)
4
+ ka-ching-client (0.6.6)
5
+ faraday (>= 2.7.10, < 2.14.0)
6
6
  httpx (>= 1.0.0, < 1.5.0)
7
7
 
8
8
  GEM
@@ -10,7 +10,7 @@ GEM
10
10
  specs:
11
11
  addressable (2.8.7)
12
12
  public_suffix (>= 2.0.2, < 7.0)
13
- ast (2.4.2)
13
+ ast (2.4.3)
14
14
  base64 (0.2.0)
15
15
  bigdecimal (3.1.9)
16
16
  bigdecimal (3.1.9-java)
@@ -18,30 +18,31 @@ GEM
18
18
  crack (1.0.0)
19
19
  bigdecimal
20
20
  rexml
21
- faraday (2.12.2)
21
+ faraday (2.13.1)
22
22
  faraday-net_http (>= 2.0, < 3.5)
23
23
  json
24
24
  logger
25
25
  faraday-net_http (3.4.0)
26
26
  net-http (>= 0.5.0)
27
- ffi (1.17.1-java)
27
+ ffi (1.17.2-java)
28
28
  hashdiff (1.1.2)
29
- http-2 (1.0.2)
30
- httpx (1.4.2)
29
+ http-2 (1.1.1)
30
+ httpx (1.4.4)
31
31
  http-2 (>= 1.0.0)
32
- json (2.10.2)
33
- json (2.10.2-java)
32
+ json (2.11.3)
33
+ json (2.11.3-java)
34
34
  language_server-protocol (3.17.0.4)
35
35
  lint_roller (1.1.0)
36
- logger (1.6.6)
36
+ logger (1.7.0)
37
37
  method_source (1.1.0)
38
- minitest (5.25.4)
38
+ minitest (5.25.5)
39
39
  net-http (0.6.0)
40
40
  uri
41
- parallel (1.26.3)
42
- parser (3.3.7.1)
41
+ parallel (1.27.0)
42
+ parser (3.3.8.0)
43
43
  ast (~> 2.4.1)
44
44
  racc
45
+ prism (1.4.0)
45
46
  pry (0.15.2)
46
47
  coderay (~> 1.1)
47
48
  method_source (~> 1.0)
@@ -49,14 +50,14 @@ GEM
49
50
  coderay (~> 1.1)
50
51
  method_source (~> 1.0)
51
52
  spoon (~> 0.0)
52
- public_suffix (6.0.1)
53
+ public_suffix (6.0.2)
53
54
  racc (1.8.1)
54
55
  racc (1.8.1-java)
55
56
  rainbow (3.1.1)
56
57
  rake (13.2.1)
57
58
  regexp_parser (2.10.0)
58
59
  rexml (3.4.1)
59
- rubocop (1.73.2)
60
+ rubocop (1.75.5)
60
61
  json (~> 2.3)
61
62
  language_server-protocol (~> 3.17.0.2)
62
63
  lint_roller (~> 1.1.0)
@@ -64,20 +65,23 @@ GEM
64
65
  parser (>= 3.3.0.2)
65
66
  rainbow (>= 2.2.2, < 4.0)
66
67
  regexp_parser (>= 2.9.3, < 3.0)
67
- rubocop-ast (>= 1.38.0, < 2.0)
68
+ rubocop-ast (>= 1.44.0, < 2.0)
68
69
  ruby-progressbar (~> 1.7)
69
70
  unicode-display_width (>= 2.4.0, < 4.0)
70
- rubocop-ast (1.38.1)
71
- parser (>= 3.3.1.0)
72
- rubocop-minitest (0.36.0)
73
- rubocop (>= 1.61, < 2.0)
74
- rubocop-ast (>= 1.31.1, < 2.0)
75
- rubocop-performance (1.24.0)
71
+ rubocop-ast (1.44.1)
72
+ parser (>= 3.3.7.2)
73
+ prism (~> 1.4)
74
+ rubocop-minitest (0.38.0)
75
+ lint_roller (~> 1.1)
76
+ rubocop (>= 1.75.0, < 2.0)
77
+ rubocop-ast (>= 1.38.0, < 2.0)
78
+ rubocop-performance (1.25.0)
76
79
  lint_roller (~> 1.1)
77
- rubocop (>= 1.72.1, < 2.0)
80
+ rubocop (>= 1.75.0, < 2.0)
78
81
  rubocop-ast (>= 1.38.0, < 2.0)
79
- rubocop-rake (0.6.0)
80
- rubocop (~> 1.0)
82
+ rubocop-rake (0.7.1)
83
+ lint_roller (~> 1.1)
84
+ rubocop (>= 1.72.1)
81
85
  ruby-progressbar (1.13.0)
82
86
  spoon (0.0.6)
83
87
  ffi
@@ -104,10 +108,10 @@ DEPENDENCIES
104
108
  minitest (~> 5.25)
105
109
  pry (~> 0.15.2)
106
110
  rake (~> 13.1)
107
- rubocop (~> 1.71)
108
- rubocop-minitest (~> 0.36.0)
109
- rubocop-performance (~> 1.23)
110
- rubocop-rake (~> 0.6.0)
111
+ rubocop (~> 1.75)
112
+ rubocop-minitest (~> 0.38.0)
113
+ rubocop-performance (~> 1.25)
114
+ rubocop-rake (~> 0.7.1)
111
115
  vcr (~> 6.2)
112
116
  webmock (~> 3.19)
113
117
  yard (~> 0.9.34)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.6.5'
4
+ VERSION = '0.6.6'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ka-ching-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Neutert
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-22 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: 2.7.10
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: 2.13.0
21
+ version: 2.14.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: 2.7.10
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: 2.13.0
31
+ version: 2.14.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: httpx
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  - !ruby/object:Gem::Version
100
100
  version: '0'
101
101
  requirements: []
102
- rubygems_version: 3.6.2
102
+ rubygems_version: 3.6.7
103
103
  specification_version: 4
104
104
  summary: This gem is a client for the ka-ching API.
105
105
  test_files: []