ka-ching-client 0.6.7 → 0.7.1

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: cb15b8f29dc39362836cd88321726102b386e4b9ed3191018ee5281cb25ac207
4
- data.tar.gz: e0b12d1626416604555c5bc8ad859febc2357c712770408a90edc337366fa1b0
3
+ metadata.gz: 5574bf4f0337575eb4f86ac4b044d8c4364d071cf1ca61c0613d84f89fff6c7a
4
+ data.tar.gz: '09510554ba98db1a4e3e81849da51e7090493c1c91c5af6631e1eeed8766ca3f'
5
5
  SHA512:
6
- metadata.gz: ff24ae5eb7e127e4271cbead00c8f876d358a6546899cbd8032750140f9080d1ec03e9b78b51c95af08394fbbaf7cf1da01d784b32a1273b41a82d30bb09cbf9
7
- data.tar.gz: 316388833e61c402bcd60f2b3d4ec38ff6bc4c452ca4e4f20f274368c3176bd4ce6e3e99a80d68779d8806326d0591e90c26cbff4abb5ce4255cf9bd070ec55c
6
+ metadata.gz: 3162b63c3d437f8e9150aeecb5a2745642811c2a22e0ed1a92451fc914bde2886c885e01102394b0cc6b64368544f34d89af083fa8b398c722719c63aea4cff4
7
+ data.tar.gz: 59b34d8b5e1528642bcf96c3b6f60e31eaee1efa4f585bd52291b7c4e3d787f2feb41cfb540dcef3878f8247698f35e22b3feea12e9b52ec406a07c3c916dc2f
data/CHANGELOG.md CHANGED
@@ -11,9 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ---
13
13
 
14
- ## [next release] - unreleased
14
+ ## [0.7.1] - 2025-10-04
15
15
 
16
- - [#<PRNUMBER>](https://github.com/simonneutert/ka-ching-client/pull/<PRNUMBER>) add PR description - [@<username>](https://github.com/<username>).
16
+ - Version bump to match backend's version bump to v0.7.1.
17
+
18
+ ## [0.7.0] - 2025-09-10
19
+
20
+ - [#95](https://github.com/simonneutert/ka-ching-client/pull/95) add PR description - [@simonneutert](https://github.com/simonneutert).
17
21
 
18
22
  ## 0.6.4 - 2024-03-12
19
23
 
data/Gemfile CHANGED
@@ -8,8 +8,8 @@ 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.77', require: false
12
- gem 'rubocop-minitest', '~> 0.38.1', require: false
11
+ gem 'rubocop', '~> 1.81', require: false
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
15
15
  gem 'vcr', '~> 6.2'
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.6.7)
5
- faraday (>= 2.7.10, < 2.14.0)
6
- httpx (>= 1.0.0, < 1.6.0)
4
+ ka-ching-client (0.7.1)
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/
@@ -12,25 +12,25 @@ GEM
12
12
  public_suffix (>= 2.0.2, < 7.0)
13
13
  ast (2.4.3)
14
14
  base64 (0.3.0)
15
- bigdecimal (3.2.2)
16
- bigdecimal (3.2.2-java)
15
+ bigdecimal (3.2.3)
16
+ bigdecimal (3.2.3-java)
17
17
  coderay (1.1.3)
18
18
  crack (1.0.0)
19
19
  bigdecimal
20
20
  rexml
21
- faraday (2.13.3)
21
+ faraday (2.14.0)
22
22
  faraday-net_http (>= 2.0, < 3.5)
23
23
  json
24
24
  logger
25
25
  faraday-net_http (3.4.1)
26
26
  net-http (>= 0.5.0)
27
27
  ffi (1.17.2-java)
28
- hashdiff (1.2.0)
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.0)
33
- json (2.13.0-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)
@@ -39,10 +39,10 @@ GEM
39
39
  net-http (0.6.0)
40
40
  uri
41
41
  parallel (1.27.0)
42
- parser (3.3.8.0)
42
+ parser (3.3.9.0)
43
43
  ast (~> 2.4.1)
44
44
  racc
45
- prism (1.4.0)
45
+ prism (1.5.1)
46
46
  pry (0.15.2)
47
47
  coderay (~> 1.1)
48
48
  method_source (~> 1.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.10.0)
59
- rexml (3.4.1)
60
- rubocop (1.78.0)
58
+ regexp_parser (2.11.3)
59
+ rexml (3.4.4)
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,29 +65,29 @@ 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.45.1, < 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
- rubocop-minitest (0.38.1)
74
+ rubocop-minitest (0.38.2)
75
75
  lint_roller (~> 1.1)
76
76
  rubocop (>= 1.75.0, < 2.0)
77
77
  rubocop-ast (>= 1.38.0, < 2.0)
78
- rubocop-performance (1.25.0)
78
+ rubocop-performance (1.26.0)
79
79
  lint_roller (~> 1.1)
80
80
  rubocop (>= 1.75.0, < 2.0)
81
- rubocop-ast (>= 1.38.0, < 2.0)
81
+ rubocop-ast (>= 1.44.0, < 2.0)
82
82
  rubocop-rake (0.7.1)
83
83
  lint_roller (~> 1.1)
84
84
  rubocop (>= 1.72.1)
85
85
  ruby-progressbar (1.13.0)
86
86
  spoon (0.0.6)
87
87
  ffi
88
- unicode-display_width (3.1.4)
89
- unicode-emoji (~> 4.0, >= 4.0.4)
90
- unicode-emoji (4.0.4)
88
+ unicode-display_width (3.2.0)
89
+ unicode-emoji (~> 4.1)
90
+ unicode-emoji (4.1.0)
91
91
  uri (1.0.3)
92
92
  vcr (6.3.1)
93
93
  base64
@@ -108,8 +108,8 @@ DEPENDENCIES
108
108
  minitest (~> 5.25)
109
109
  pry (~> 0.15.2)
110
110
  rake (~> 13.3)
111
- rubocop (~> 1.77)
112
- rubocop-minitest (~> 0.38.1)
111
+ rubocop (~> 1.81)
112
+ rubocop-minitest (~> 0.38.2)
113
113
  rubocop-performance (~> 1.25)
114
114
  rubocop-rake (~> 0.7.1)
115
115
  vcr (~> 6.2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.6.7'
4
+ VERSION = '0.7.1'
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.6.7
4
+ version: 0.7.1
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