ka-ching-client 0.7.0 → 0.7.2

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: 4162c89549ee987aac67a1bbaccc291bef944ff7fdeed64151c714245411ba99
4
- data.tar.gz: 753a6ec86626bfa0cf27e1f2cc71ba11ecc13974d2c1106b3d70dda3dccea459
3
+ metadata.gz: 8bd51e0989c2ae51128bd0ab25ac2fafe4a77736ec4caa9eb435784dc17b4d3f
4
+ data.tar.gz: e92e6702d5c5eb833a4b46590a7afdf59aeb5b39f12886b675e0565584c56893
5
5
  SHA512:
6
- metadata.gz: 00fbec1541fb8419baa95da224422d456453d23ac8528e0bf347a1dc150a3599efeabc89b023f4930f045f503f818af4de8cb36841c950d18149ea342215b67f
7
- data.tar.gz: 63ae8beee98ea6e0c9924a47a152848108a88969d73bb374dadf634bf6a7a8a0f5e87a6744dadb46059bb3f3a5d4be2c09ef8cf474f59cf9505a2dff16dadb32
6
+ metadata.gz: ba814e3b931e699186a949e73061cc9e1e78ee88d7f24ecf8ee073d52d012009c2e7d4fd0f81ce9214ce6ce0cb35d92abe5c5f9758d8c5e55c2057bc46082170
7
+ data.tar.gz: d0b33b81efd5c97a3d60aa3e5104b61ad0a178bf4f39fe27d7c491287ca34869d28bf2364dd62e542f624d84995668c359e3e2beffce3177bb08ecc98c0b0048
data/CHANGELOG.md CHANGED
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ---
13
13
 
14
+ ## [next release] - unreleased
15
+
16
+ insert changes here
17
+
18
+ ## [0.7.1] - 2025-10-04
19
+
20
+ - Version bump to match backend's version bump to v0.7.1.
21
+
14
22
  ## [0.7.0] - 2025-09-10
15
23
 
16
24
  - [#95](https://github.com/simonneutert/ka-ching-client/pull/95) add PR description - [@simonneutert](https://github.com/simonneutert).
data/Gemfile CHANGED
@@ -8,7 +8,7 @@ group :development, :test do
8
8
  gem 'minitest', '~> 5.25'
9
9
  gem 'pry', '~> 0.15.2'
10
10
  gem 'rake', '~> 13.3'
11
- gem 'rubocop', '~> 1.80', require: false
11
+ gem 'rubocop', '~> 1.81', require: false
12
12
  gem 'rubocop-minitest', '~> 0.38.2', require: false
13
13
  gem 'rubocop-performance', '~> 1.25', require: false
14
14
  gem 'rubocop-rake', '~> 0.7.1', require: false
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.7.0)
5
- faraday (>= 2.7.10, < 2.14.0)
6
- httpx (>= 1.0.0, < 1.6.0)
4
+ ka-ching-client (0.7.2)
5
+ faraday (>= 2.7.10, < 2.15.0)
6
+ httpx (>= 1.0.0, < 1.7.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -18,7 +18,7 @@ GEM
18
18
  crack (1.0.0)
19
19
  bigdecimal
20
20
  rexml
21
- faraday (2.13.4)
21
+ faraday (2.14.0)
22
22
  faraday-net_http (>= 2.0, < 3.5)
23
23
  json
24
24
  logger
@@ -27,10 +27,10 @@ GEM
27
27
  ffi (1.17.2-java)
28
28
  hashdiff (1.2.1)
29
29
  http-2 (1.1.1)
30
- httpx (1.5.1)
30
+ httpx (1.6.2)
31
31
  http-2 (>= 1.0.0)
32
- json (2.13.2)
33
- json (2.13.2-java)
32
+ json (2.15.0)
33
+ json (2.15.0-java)
34
34
  language_server-protocol (3.17.0.5)
35
35
  lint_roller (1.1.0)
36
36
  logger (1.7.0)
@@ -55,9 +55,9 @@ GEM
55
55
  racc (1.8.1-java)
56
56
  rainbow (3.1.1)
57
57
  rake (13.3.0)
58
- regexp_parser (2.11.2)
58
+ regexp_parser (2.11.3)
59
59
  rexml (3.4.4)
60
- rubocop (1.80.2)
60
+ rubocop (1.81.1)
61
61
  json (~> 2.3)
62
62
  language_server-protocol (~> 3.17.0.2)
63
63
  lint_roller (~> 1.1.0)
@@ -65,10 +65,10 @@ GEM
65
65
  parser (>= 3.3.0.2)
66
66
  rainbow (>= 2.2.2, < 4.0)
67
67
  regexp_parser (>= 2.9.3, < 3.0)
68
- rubocop-ast (>= 1.46.0, < 2.0)
68
+ rubocop-ast (>= 1.47.1, < 2.0)
69
69
  ruby-progressbar (~> 1.7)
70
70
  unicode-display_width (>= 2.4.0, < 4.0)
71
- rubocop-ast (1.46.0)
71
+ rubocop-ast (1.47.1)
72
72
  parser (>= 3.3.7.2)
73
73
  prism (~> 1.4)
74
74
  rubocop-minitest (0.38.2)
@@ -108,7 +108,7 @@ DEPENDENCIES
108
108
  minitest (~> 5.25)
109
109
  pry (~> 0.15.2)
110
110
  rake (~> 13.3)
111
- rubocop (~> 1.80)
111
+ rubocop (~> 1.81)
112
112
  rubocop-minitest (~> 0.38.2)
113
113
  rubocop-performance (~> 1.25)
114
114
  rubocop-rake (~> 0.7.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.2'
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.0
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Neutert
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: 2.7.10
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: 2.14.0
21
+ version: 2.15.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.14.0
31
+ version: 2.15.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: httpx
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: 1.0.0
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
- version: 1.6.0
41
+ version: 1.7.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.6.0
51
+ version: 1.7.0
52
52
  description: This gem is a client for the ka-ching API.
53
53
  email:
54
54
  - simonneutert@users.noreply.github.com