ka-ching-client 0.7.4 → 0.7.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f6151a532019da7ab464fd1a87cd8dbc275de3e5f43e6373a74d42f4579017c
4
- data.tar.gz: 3d30f76dc37474bf0aa4e72a889330deecde0e2916251ce84c965660d234a16d
3
+ metadata.gz: 85f80a74f7e10ccf4521735d18580f7938727ad25f5cfcfef33c37ba284c4a0c
4
+ data.tar.gz: 4742be2d53ce31d4f9cbcb7cb7ca79446c5ef385f7468ac076690e03644556bd
5
5
  SHA512:
6
- metadata.gz: f695fb5b7fc477a0eb3024053b61216871116ae919667e88ba65443b683f6215eaed2616b079b5d76b371507195c2ca50d00677f88700a1e325f59542f20cbc4
7
- data.tar.gz: 0bafae38490e7b0eb0fe9df3c89c12dadb8c6004c19f31d7aa18de21c715994c254b540838e041791dfdd8942ef6220cfdbebff65771b1ec3d786e030307ae6e
6
+ metadata.gz: c003298012bf2020a6c0c05de7636df6860addaabe55246a975c8b3e2511fc149dfe9c5b2a014cb492914a3987d5fa993db39df12e0b0dcfd3fdd6237fc1c59d
7
+ data.tar.gz: 9380d533eb2a613fe5144b5caf1d03a91505b59d9698c7cc09aa2157b3d4b3394da74aa84bc88db03ee967b81467e2ddbd986780a0659bedd1bd5423851bfd39
data/.rubocop.yml CHANGED
@@ -1,12 +1,10 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rake
3
3
  - rubocop-minitest
4
-
5
- plugins:
6
4
  - rubocop-performance
7
5
 
8
6
  AllCops:
9
- TargetRubyVersion: 3.0
7
+ TargetRubyVersion: 3.2
10
8
  NewCops: enable
11
9
 
12
10
  Naming/FileName:
data/CHANGELOG.md CHANGED
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
 
16
16
  insert changes here
17
17
 
18
+ ## 0.7.5 - 2026-03-19
19
+
20
+ - dependency upgrades - @simonneutert
21
+
18
22
  ## [0.7.4] - 2026-02-20
19
23
 
20
24
  - Minimal Ruby version bumped to 3.2.0 to support the newest bundler versions.
data/Gemfile CHANGED
@@ -5,11 +5,11 @@ source 'https://rubygems.org'
5
5
  gemspec
6
6
 
7
7
  group :development, :test do
8
- gem 'minitest', '~> 5.25'
9
- gem 'pry', '~> 0.15.2'
8
+ gem 'minitest', '~> 6.0'
9
+ gem 'pry', '~> 0.16.0'
10
10
  gem 'rake', '~> 13.3'
11
- gem 'rubocop', '~> 1.81', require: false
12
- gem 'rubocop-minitest', '~> 0.38.2', require: false
11
+ gem 'rubocop', '~> 1.85', require: false
12
+ gem 'rubocop-minitest', '~> 0.39.1', require: false
13
13
  gem 'rubocop-performance', '~> 1.26', require: false
14
14
  gem 'rubocop-rake', '~> 0.7.1', require: false
15
15
  gem 'vcr', '~> 6.2'
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.7.4)
4
+ ka-ching-client (0.7.5)
5
5
  faraday (>= 2.7.10, < 2.15.0)
6
- httpx (>= 1.0.0, < 1.7.0)
6
+ httpx (>= 1.0.0, < 1.8.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.8.8)
11
+ addressable (2.8.9)
12
12
  public_suffix (>= 2.0.2, < 8.0)
13
13
  ast (2.4.3)
14
14
  bigdecimal (4.0.1)
@@ -17,6 +17,7 @@ GEM
17
17
  crack (1.0.1)
18
18
  bigdecimal
19
19
  rexml
20
+ drb (2.2.3)
20
21
  faraday (2.14.1)
21
22
  faraday-net_http (>= 2.0, < 3.5)
22
23
  json
@@ -25,16 +26,25 @@ GEM
25
26
  net-http (~> 0.5)
26
27
  ffi (1.17.3-java)
27
28
  hashdiff (1.2.1)
28
- http-2 (1.1.2)
29
- httpx (1.6.3)
30
- http-2 (>= 1.0.0)
31
- json (2.18.1)
32
- json (2.18.1-java)
29
+ http-2 (1.1.3)
30
+ httpx (1.7.4)
31
+ http-2 (>= 1.1.3)
32
+ io-console (0.8.2)
33
+ io-console (0.8.2-java)
34
+ json (2.19.2)
35
+ json (2.19.2-java)
36
+ json-schema (6.2.0)
37
+ addressable (~> 2.8)
38
+ bigdecimal (>= 3.1, < 5)
33
39
  language_server-protocol (3.17.0.5)
34
40
  lint_roller (1.1.0)
35
41
  logger (1.7.0)
42
+ mcp (0.8.0)
43
+ json-schema (>= 4.1)
36
44
  method_source (1.1.0)
37
- minitest (5.27.0)
45
+ minitest (6.0.2)
46
+ drb (~> 2.0)
47
+ prism (~> 1.5)
38
48
  net-http (0.9.1)
39
49
  uri (>= 0.11.1)
40
50
  parallel (1.27.0)
@@ -42,24 +52,29 @@ GEM
42
52
  ast (~> 2.4.1)
43
53
  racc
44
54
  prism (1.9.0)
45
- pry (0.15.2)
55
+ pry (0.16.0)
46
56
  coderay (~> 1.1)
47
57
  method_source (~> 1.0)
48
- pry (0.15.2-java)
58
+ reline (>= 0.6.0)
59
+ pry (0.16.0-java)
49
60
  coderay (~> 1.1)
50
61
  method_source (~> 1.0)
62
+ reline (>= 0.6.0)
51
63
  spoon (~> 0.0)
52
- public_suffix (7.0.2)
64
+ public_suffix (7.0.5)
53
65
  racc (1.8.1)
54
66
  racc (1.8.1-java)
55
67
  rainbow (3.1.1)
56
68
  rake (13.3.1)
57
69
  regexp_parser (2.11.3)
70
+ reline (0.6.3)
71
+ io-console (~> 0.5)
58
72
  rexml (3.4.4)
59
- rubocop (1.84.2)
73
+ rubocop (1.85.1)
60
74
  json (~> 2.3)
61
75
  language_server-protocol (~> 3.17.0.2)
62
76
  lint_roller (~> 1.1.0)
77
+ mcp (~> 0.6)
63
78
  parallel (~> 1.10)
64
79
  parser (>= 3.3.0.2)
65
80
  rainbow (>= 2.2.2, < 4.0)
@@ -67,10 +82,10 @@ GEM
67
82
  rubocop-ast (>= 1.49.0, < 2.0)
68
83
  ruby-progressbar (~> 1.7)
69
84
  unicode-display_width (>= 2.4.0, < 4.0)
70
- rubocop-ast (1.49.0)
85
+ rubocop-ast (1.49.1)
71
86
  parser (>= 3.3.7.2)
72
87
  prism (~> 1.7)
73
- rubocop-minitest (0.38.2)
88
+ rubocop-minitest (0.39.1)
74
89
  lint_roller (~> 1.1)
75
90
  rubocop (>= 1.75.0, < 2.0)
76
91
  rubocop-ast (>= 1.38.0, < 2.0)
@@ -89,7 +104,7 @@ GEM
89
104
  unicode-emoji (4.2.0)
90
105
  uri (1.1.1)
91
106
  vcr (6.4.0)
92
- webmock (3.26.1)
107
+ webmock (3.26.2)
93
108
  addressable (>= 2.8.0)
94
109
  crack (>= 0.3.2)
95
110
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -103,11 +118,11 @@ PLATFORMS
103
118
 
104
119
  DEPENDENCIES
105
120
  ka-ching-client!
106
- minitest (~> 5.25)
107
- pry (~> 0.15.2)
121
+ minitest (~> 6.0)
122
+ pry (~> 0.16.0)
108
123
  rake (~> 13.3)
109
- rubocop (~> 1.81)
110
- rubocop-minitest (~> 0.38.2)
124
+ rubocop (~> 1.85)
125
+ rubocop-minitest (~> 0.39.1)
111
126
  rubocop-performance (~> 1.26)
112
127
  rubocop-rake (~> 0.7.1)
113
128
  vcr (~> 6.2)
@@ -115,4 +130,4 @@ DEPENDENCIES
115
130
  yard (~> 0.9.34)
116
131
 
117
132
  BUNDLED WITH
118
- 4.0.6
133
+ 4.0.8
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.7.4'
4
+ VERSION = '0.7.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ka-ching-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Neutert
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: 1.0.0
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
- version: 1.7.0
41
+ version: 1.8.0
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,7 +48,7 @@ dependencies:
48
48
  version: 1.0.0
49
49
  - - "<"
50
50
  - !ruby/object:Gem::Version
51
- version: 1.7.0
51
+ version: 1.8.0
52
52
  description: This gem is a client for the ka-ching API.
53
53
  email:
54
54
  - simonneutert@users.noreply.github.com