ka-ching-client 0.7.3 → 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: 51fbc56890f6d538ff4decab5dcc3f363ae9c73006f451995ceaf0e8729d24e4
4
- data.tar.gz: 59599efcef2d3aa6ef4f705c2ca1e198c54425623b32c61976747896345100a2
3
+ metadata.gz: 85f80a74f7e10ccf4521735d18580f7938727ad25f5cfcfef33c37ba284c4a0c
4
+ data.tar.gz: 4742be2d53ce31d4f9cbcb7cb7ca79446c5ef385f7468ac076690e03644556bd
5
5
  SHA512:
6
- metadata.gz: 98f96bd64466daf260b26e994f7082430e5bc6676b378d6dcb643a7befa9a0c476a0c75202841b5aa58c341e412ac8fb56d714fb7a90ff895628e4a5c5635124
7
- data.tar.gz: e1abe061c3505d0d09885f08fb747e69f681fe36f42ae04deb2a2905c6f87075dcd8b1ab9f5d74468b4ec0ff3bbaa2e2a4676deb4f02607e0e186591e4949859
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,27 @@ 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
+
22
+ ## [0.7.4] - 2026-02-20
23
+
24
+ - Minimal Ruby version bumped to 3.2.0 to support the newest bundler versions.
25
+ - Minimal JRuby version bumped to 10.0.0 to support the newest bundler versions.
26
+
27
+ - [#103](https://github.com/simonneutert/ka-ching-client/pull/103) dependency management - [@simonneutert](https://github.com/simonneutert).
28
+ - [#101](https://github.com/simonneutert/ka-ching-client/pull/101) dependency management - [@simonneutert](https://github.com/simonneutert).
29
+ - [#98](https://github.com/simonneutert/ka-ching-client/pull/98) dependency management - [@simonneutert](https://github.com/simonneutert).
30
+
31
+ ## [0.7.3] - 2025-10-10
32
+
33
+ - fix rack version
34
+
35
+ ## [0.7.2] - 2025-10-09
36
+
37
+ - fix rack version
38
+
18
39
  ## [0.7.1] - 2025-10-04
19
40
 
20
41
  - Version bump to match backend's version bump to v0.7.1.
data/Gemfile CHANGED
@@ -5,14 +5,14 @@ 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
13
- gem 'rubocop-performance', '~> 1.25', require: false
11
+ gem 'rubocop', '~> 1.85', require: false
12
+ gem 'rubocop-minitest', '~> 0.39.1', require: false
13
+ gem 'rubocop-performance', '~> 1.26', require: false
14
14
  gem 'rubocop-rake', '~> 0.7.1', require: false
15
15
  gem 'vcr', '~> 6.2'
16
- gem 'webmock', '~> 3.19'
16
+ gem 'webmock', '~> 3.26'
17
17
  gem 'yard', '~> 0.9.34'
18
18
  end
data/Gemfile.lock CHANGED
@@ -1,84 +1,98 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.7.3)
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.7)
12
- public_suffix (>= 2.0.2, < 7.0)
11
+ addressable (2.8.9)
12
+ public_suffix (>= 2.0.2, < 8.0)
13
13
  ast (2.4.3)
14
- base64 (0.3.0)
15
- bigdecimal (3.3.1)
16
- bigdecimal (3.3.1-java)
14
+ bigdecimal (4.0.1)
15
+ bigdecimal (4.0.1-java)
17
16
  coderay (1.1.3)
18
- crack (1.0.0)
17
+ crack (1.0.1)
19
18
  bigdecimal
20
19
  rexml
21
- faraday (2.14.0)
20
+ drb (2.2.3)
21
+ faraday (2.14.1)
22
22
  faraday-net_http (>= 2.0, < 3.5)
23
23
  json
24
24
  logger
25
- faraday-net_http (3.4.1)
26
- net-http (>= 0.5.0)
27
- ffi (1.17.2-java)
25
+ faraday-net_http (3.4.2)
26
+ net-http (~> 0.5)
27
+ ffi (1.17.3-java)
28
28
  hashdiff (1.2.1)
29
- http-2 (1.1.1)
30
- httpx (1.6.2)
31
- http-2 (>= 1.0.0)
32
- json (2.15.1)
33
- json (2.15.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)
34
39
  language_server-protocol (3.17.0.5)
35
40
  lint_roller (1.1.0)
36
41
  logger (1.7.0)
42
+ mcp (0.8.0)
43
+ json-schema (>= 4.1)
37
44
  method_source (1.1.0)
38
- minitest (5.26.0)
39
- net-http (0.6.0)
40
- uri
45
+ minitest (6.0.2)
46
+ drb (~> 2.0)
47
+ prism (~> 1.5)
48
+ net-http (0.9.1)
49
+ uri (>= 0.11.1)
41
50
  parallel (1.27.0)
42
- parser (3.3.9.0)
51
+ parser (3.3.10.2)
43
52
  ast (~> 2.4.1)
44
53
  racc
45
- prism (1.5.2)
46
- pry (0.15.2)
54
+ prism (1.9.0)
55
+ pry (0.16.0)
47
56
  coderay (~> 1.1)
48
57
  method_source (~> 1.0)
49
- pry (0.15.2-java)
58
+ reline (>= 0.6.0)
59
+ pry (0.16.0-java)
50
60
  coderay (~> 1.1)
51
61
  method_source (~> 1.0)
62
+ reline (>= 0.6.0)
52
63
  spoon (~> 0.0)
53
- public_suffix (6.0.2)
64
+ public_suffix (7.0.5)
54
65
  racc (1.8.1)
55
66
  racc (1.8.1-java)
56
67
  rainbow (3.1.1)
57
- rake (13.3.0)
68
+ rake (13.3.1)
58
69
  regexp_parser (2.11.3)
70
+ reline (0.6.3)
71
+ io-console (~> 0.5)
59
72
  rexml (3.4.4)
60
- rubocop (1.81.1)
73
+ rubocop (1.85.1)
61
74
  json (~> 2.3)
62
75
  language_server-protocol (~> 3.17.0.2)
63
76
  lint_roller (~> 1.1.0)
77
+ mcp (~> 0.6)
64
78
  parallel (~> 1.10)
65
79
  parser (>= 3.3.0.2)
66
80
  rainbow (>= 2.2.2, < 4.0)
67
81
  regexp_parser (>= 2.9.3, < 3.0)
68
- rubocop-ast (>= 1.47.1, < 2.0)
82
+ rubocop-ast (>= 1.49.0, < 2.0)
69
83
  ruby-progressbar (~> 1.7)
70
84
  unicode-display_width (>= 2.4.0, < 4.0)
71
- rubocop-ast (1.47.1)
85
+ rubocop-ast (1.49.1)
72
86
  parser (>= 3.3.7.2)
73
- prism (~> 1.4)
74
- rubocop-minitest (0.38.2)
87
+ prism (~> 1.7)
88
+ rubocop-minitest (0.39.1)
75
89
  lint_roller (~> 1.1)
76
90
  rubocop (>= 1.75.0, < 2.0)
77
91
  rubocop-ast (>= 1.38.0, < 2.0)
78
- rubocop-performance (1.26.0)
92
+ rubocop-performance (1.26.1)
79
93
  lint_roller (~> 1.1)
80
94
  rubocop (>= 1.75.0, < 2.0)
81
- rubocop-ast (>= 1.44.0, < 2.0)
95
+ rubocop-ast (>= 1.47.1, < 2.0)
82
96
  rubocop-rake (0.7.1)
83
97
  lint_roller (~> 1.1)
84
98
  rubocop (>= 1.72.1)
@@ -87,15 +101,14 @@ GEM
87
101
  ffi
88
102
  unicode-display_width (3.2.0)
89
103
  unicode-emoji (~> 4.1)
90
- unicode-emoji (4.1.0)
91
- uri (1.0.4)
92
- vcr (6.3.1)
93
- base64
94
- webmock (3.25.1)
104
+ unicode-emoji (4.2.0)
105
+ uri (1.1.1)
106
+ vcr (6.4.0)
107
+ webmock (3.26.2)
95
108
  addressable (>= 2.8.0)
96
109
  crack (>= 0.3.2)
97
110
  hashdiff (>= 0.4.0, < 2.0.0)
98
- yard (0.9.37)
111
+ yard (0.9.38)
99
112
 
100
113
  PLATFORMS
101
114
  arm64-darwin-22
@@ -105,16 +118,16 @@ PLATFORMS
105
118
 
106
119
  DEPENDENCIES
107
120
  ka-ching-client!
108
- minitest (~> 5.25)
109
- pry (~> 0.15.2)
121
+ minitest (~> 6.0)
122
+ pry (~> 0.16.0)
110
123
  rake (~> 13.3)
111
- rubocop (~> 1.81)
112
- rubocop-minitest (~> 0.38.2)
113
- rubocop-performance (~> 1.25)
124
+ rubocop (~> 1.85)
125
+ rubocop-minitest (~> 0.39.1)
126
+ rubocop-performance (~> 1.26)
114
127
  rubocop-rake (~> 0.7.1)
115
128
  vcr (~> 6.2)
116
- webmock (~> 3.19)
129
+ webmock (~> 3.26)
117
130
  yard (~> 0.9.34)
118
131
 
119
132
  BUNDLED WITH
120
- 2.5.23
133
+ 4.0.8
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.7.3'
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.3
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
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
- version: 3.0.0
95
+ version: 3.2.0
96
96
  required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - ">="