ka-ching-client 0.6.3 → 0.6.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 +4 -4
- data/.rubocop.yml +3 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +6 -6
- data/lib/ka_ching/version.rb +1 -1
- data/mise.toml +2 -0
- metadata +3 -3
- data/.tool-versions +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66bd302a95ce7eeb0a1a7472317018141542a6de75e74137a81b3955eee9b7ea
|
4
|
+
data.tar.gz: a6dd7a9341069c6da32277850425a954ccf1403db228342255c1199bfe1c1f4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 839e88a6e1ff863caf8f5e821a1d3ef033db9144dfecc3bb68b34d1b32c2bc4038f66f85111c1dd3c38af80f6aea406916511718aaed1c2b059cf4955de17015
|
7
|
+
data.tar.gz: 5dc6ae85d44f51c42c42e272734c716c070731a4bfed64a2bc97b5919e6e8dbd2b68688ec139dec8224b8ff34c828ed048bd9ed398c4d6435ab4cc1d27698f81
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
15
15
|
|
16
16
|
- [#<PRNUMBER>](https://github.com/simonneutert/ka-ching-client/pull/<PRNUMBER>) add PR description - [@<username>](https://github.com/<username>).
|
17
17
|
|
18
|
+
## 0.6.4 - 2024-03-12
|
19
|
+
|
20
|
+
- dependency management - @simonneutert.
|
21
|
+
|
22
|
+
## 0.6.3 - 2024-03-04
|
23
|
+
|
24
|
+
- dependency management - @simonneutert.
|
25
|
+
|
18
26
|
## [0.6.2] - 2024-10-28
|
19
27
|
|
20
28
|
- Release to match backend's version bump to v0.6.2.
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ka-ching-client (0.6.
|
4
|
+
ka-ching-client (0.6.4)
|
5
5
|
faraday (>= 2.7.10, < 2.13.0)
|
6
6
|
httpx (>= 1.0.0, < 1.5.0)
|
7
7
|
|
@@ -27,10 +27,10 @@ GEM
|
|
27
27
|
ffi (1.17.1-java)
|
28
28
|
hashdiff (1.1.2)
|
29
29
|
http-2 (1.0.2)
|
30
|
-
httpx (1.4.
|
30
|
+
httpx (1.4.2)
|
31
31
|
http-2 (>= 1.0.0)
|
32
|
-
json (2.10.
|
33
|
-
json (2.10.
|
32
|
+
json (2.10.2)
|
33
|
+
json (2.10.2-java)
|
34
34
|
language_server-protocol (3.17.0.4)
|
35
35
|
lint_roller (1.1.0)
|
36
36
|
logger (1.6.6)
|
@@ -56,7 +56,7 @@ GEM
|
|
56
56
|
rake (13.2.1)
|
57
57
|
regexp_parser (2.10.0)
|
58
58
|
rexml (3.4.1)
|
59
|
-
rubocop (1.73.
|
59
|
+
rubocop (1.73.2)
|
60
60
|
json (~> 2.3)
|
61
61
|
language_server-protocol (~> 3.17.0.2)
|
62
62
|
lint_roller (~> 1.1.0)
|
@@ -87,7 +87,7 @@ GEM
|
|
87
87
|
uri (1.0.3)
|
88
88
|
vcr (6.3.1)
|
89
89
|
base64
|
90
|
-
webmock (3.25.
|
90
|
+
webmock (3.25.1)
|
91
91
|
addressable (>= 2.8.0)
|
92
92
|
crack (>= 0.3.2)
|
93
93
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/lib/ka_ching/version.rb
CHANGED
data/mise.toml
ADDED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ka-ching-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Neutert
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: faraday
|
@@ -58,7 +58,6 @@ extra_rdoc_files: []
|
|
58
58
|
files:
|
59
59
|
- ".editorconfig"
|
60
60
|
- ".rubocop.yml"
|
61
|
-
- ".tool-versions"
|
62
61
|
- CHANGELOG.md
|
63
62
|
- CONTRIBUTING.md
|
64
63
|
- Gemfile
|
@@ -77,6 +76,7 @@ files:
|
|
77
76
|
- lib/ka_ching/api_v1/saldo.rb
|
78
77
|
- lib/ka_ching/api_v1/tenants.rb
|
79
78
|
- lib/ka_ching/version.rb
|
79
|
+
- mise.toml
|
80
80
|
homepage: https://github.com/simonneutert/ka-ching-client
|
81
81
|
licenses:
|
82
82
|
- MIT
|
data/.tool-versions
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
ruby 3.4
|