ka-ching-client 0.7.3 → 0.7.4

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: 4f6151a532019da7ab464fd1a87cd8dbc275de3e5f43e6373a74d42f4579017c
4
+ data.tar.gz: 3d30f76dc37474bf0aa4e72a889330deecde0e2916251ce84c965660d234a16d
5
5
  SHA512:
6
- metadata.gz: 98f96bd64466daf260b26e994f7082430e5bc6676b378d6dcb643a7befa9a0c476a0c75202841b5aa58c341e412ac8fb56d714fb7a90ff895628e4a5c5635124
7
- data.tar.gz: e1abe061c3505d0d09885f08fb747e69f681fe36f42ae04deb2a2905c6f87075dcd8b1ab9f5d74468b4ec0ff3bbaa2e2a4676deb4f02607e0e186591e4949859
6
+ metadata.gz: f695fb5b7fc477a0eb3024053b61216871116ae919667e88ba65443b683f6215eaed2616b079b5d76b371507195c2ca50d00677f88700a1e325f59542f20cbc4
7
+ data.tar.gz: 0bafae38490e7b0eb0fe9df3c89c12dadb8c6004c19f31d7aa18de21c715994c254b540838e041791dfdd8942ef6220cfdbebff65771b1ec3d786e030307ae6e
data/CHANGELOG.md CHANGED
@@ -15,6 +15,23 @@ 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.4] - 2026-02-20
19
+
20
+ - Minimal Ruby version bumped to 3.2.0 to support the newest bundler versions.
21
+ - Minimal JRuby version bumped to 10.0.0 to support the newest bundler versions.
22
+
23
+ - [#103](https://github.com/simonneutert/ka-ching-client/pull/103) dependency management - [@simonneutert](https://github.com/simonneutert).
24
+ - [#101](https://github.com/simonneutert/ka-ching-client/pull/101) dependency management - [@simonneutert](https://github.com/simonneutert).
25
+ - [#98](https://github.com/simonneutert/ka-ching-client/pull/98) dependency management - [@simonneutert](https://github.com/simonneutert).
26
+
27
+ ## [0.7.3] - 2025-10-10
28
+
29
+ - fix rack version
30
+
31
+ ## [0.7.2] - 2025-10-09
32
+
33
+ - fix rack version
34
+
18
35
  ## [0.7.1] - 2025-10-04
19
36
 
20
37
  - Version bump to match backend's version bump to v0.7.1.
data/Gemfile CHANGED
@@ -10,9 +10,9 @@ group :development, :test do
10
10
  gem 'rake', '~> 13.3'
11
11
  gem 'rubocop', '~> 1.81', require: false
12
12
  gem 'rubocop-minitest', '~> 0.38.2', require: false
13
- gem 'rubocop-performance', '~> 1.25', 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,48 +1,47 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.7.3)
4
+ ka-ching-client (0.7.4)
5
5
  faraday (>= 2.7.10, < 2.15.0)
6
6
  httpx (>= 1.0.0, < 1.7.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.8)
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
+ faraday (2.14.1)
22
21
  faraday-net_http (>= 2.0, < 3.5)
23
22
  json
24
23
  logger
25
- faraday-net_http (3.4.1)
26
- net-http (>= 0.5.0)
27
- ffi (1.17.2-java)
24
+ faraday-net_http (3.4.2)
25
+ net-http (~> 0.5)
26
+ ffi (1.17.3-java)
28
27
  hashdiff (1.2.1)
29
- http-2 (1.1.1)
30
- httpx (1.6.2)
28
+ http-2 (1.1.2)
29
+ httpx (1.6.3)
31
30
  http-2 (>= 1.0.0)
32
- json (2.15.1)
33
- json (2.15.1-java)
31
+ json (2.18.1)
32
+ json (2.18.1-java)
34
33
  language_server-protocol (3.17.0.5)
35
34
  lint_roller (1.1.0)
36
35
  logger (1.7.0)
37
36
  method_source (1.1.0)
38
- minitest (5.26.0)
39
- net-http (0.6.0)
40
- uri
37
+ minitest (5.27.0)
38
+ net-http (0.9.1)
39
+ uri (>= 0.11.1)
41
40
  parallel (1.27.0)
42
- parser (3.3.9.0)
41
+ parser (3.3.10.2)
43
42
  ast (~> 2.4.1)
44
43
  racc
45
- prism (1.5.2)
44
+ prism (1.9.0)
46
45
  pry (0.15.2)
47
46
  coderay (~> 1.1)
48
47
  method_source (~> 1.0)
@@ -50,14 +49,14 @@ GEM
50
49
  coderay (~> 1.1)
51
50
  method_source (~> 1.0)
52
51
  spoon (~> 0.0)
53
- public_suffix (6.0.2)
52
+ public_suffix (7.0.2)
54
53
  racc (1.8.1)
55
54
  racc (1.8.1-java)
56
55
  rainbow (3.1.1)
57
- rake (13.3.0)
56
+ rake (13.3.1)
58
57
  regexp_parser (2.11.3)
59
58
  rexml (3.4.4)
60
- rubocop (1.81.1)
59
+ rubocop (1.84.2)
61
60
  json (~> 2.3)
62
61
  language_server-protocol (~> 3.17.0.2)
63
62
  lint_roller (~> 1.1.0)
@@ -65,20 +64,20 @@ GEM
65
64
  parser (>= 3.3.0.2)
66
65
  rainbow (>= 2.2.2, < 4.0)
67
66
  regexp_parser (>= 2.9.3, < 3.0)
68
- rubocop-ast (>= 1.47.1, < 2.0)
67
+ rubocop-ast (>= 1.49.0, < 2.0)
69
68
  ruby-progressbar (~> 1.7)
70
69
  unicode-display_width (>= 2.4.0, < 4.0)
71
- rubocop-ast (1.47.1)
70
+ rubocop-ast (1.49.0)
72
71
  parser (>= 3.3.7.2)
73
- prism (~> 1.4)
72
+ prism (~> 1.7)
74
73
  rubocop-minitest (0.38.2)
75
74
  lint_roller (~> 1.1)
76
75
  rubocop (>= 1.75.0, < 2.0)
77
76
  rubocop-ast (>= 1.38.0, < 2.0)
78
- rubocop-performance (1.26.0)
77
+ rubocop-performance (1.26.1)
79
78
  lint_roller (~> 1.1)
80
79
  rubocop (>= 1.75.0, < 2.0)
81
- rubocop-ast (>= 1.44.0, < 2.0)
80
+ rubocop-ast (>= 1.47.1, < 2.0)
82
81
  rubocop-rake (0.7.1)
83
82
  lint_roller (~> 1.1)
84
83
  rubocop (>= 1.72.1)
@@ -87,15 +86,14 @@ GEM
87
86
  ffi
88
87
  unicode-display_width (3.2.0)
89
88
  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)
89
+ unicode-emoji (4.2.0)
90
+ uri (1.1.1)
91
+ vcr (6.4.0)
92
+ webmock (3.26.1)
95
93
  addressable (>= 2.8.0)
96
94
  crack (>= 0.3.2)
97
95
  hashdiff (>= 0.4.0, < 2.0.0)
98
- yard (0.9.37)
96
+ yard (0.9.38)
99
97
 
100
98
  PLATFORMS
101
99
  arm64-darwin-22
@@ -110,11 +108,11 @@ DEPENDENCIES
110
108
  rake (~> 13.3)
111
109
  rubocop (~> 1.81)
112
110
  rubocop-minitest (~> 0.38.2)
113
- rubocop-performance (~> 1.25)
111
+ rubocop-performance (~> 1.26)
114
112
  rubocop-rake (~> 0.7.1)
115
113
  vcr (~> 6.2)
116
- webmock (~> 3.19)
114
+ webmock (~> 3.26)
117
115
  yard (~> 0.9.34)
118
116
 
119
117
  BUNDLED WITH
120
- 2.5.23
118
+ 4.0.6
@@ -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.4'
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.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Neutert
@@ -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
  - - ">="