ka-ching-client 0.6.2 → 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 +12 -0
- data/Gemfile +4 -4
- data/Gemfile.lock +47 -41
- data/lib/ka_ching/version.rb +1 -1
- data/mise.toml +2 -0
- metadata +8 -11
- 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
@@ -11,6 +11,18 @@ 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
|
+
- [#<PRNUMBER>](https://github.com/simonneutert/ka-ching-client/pull/<PRNUMBER>) add PR description - [@<username>](https://github.com/<username>).
|
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
|
+
|
14
26
|
## [0.6.2] - 2024-10-28
|
15
27
|
|
16
28
|
- Release to match backend's version bump to v0.6.2.
|
data/Gemfile
CHANGED
@@ -5,12 +5,12 @@ source 'https://rubygems.org'
|
|
5
5
|
gemspec
|
6
6
|
|
7
7
|
group :development, :test do
|
8
|
-
gem 'minitest', '~> 5.
|
9
|
-
gem 'pry', '~> 0.
|
8
|
+
gem 'minitest', '~> 5.25'
|
9
|
+
gem 'pry', '~> 0.15.2'
|
10
10
|
gem 'rake', '~> 13.1'
|
11
|
-
gem 'rubocop', '~> 1.
|
11
|
+
gem 'rubocop', '~> 1.71', require: false
|
12
12
|
gem 'rubocop-minitest', '~> 0.36.0', require: false
|
13
|
-
gem 'rubocop-performance', '~> 1.
|
13
|
+
gem 'rubocop-performance', '~> 1.23', require: false
|
14
14
|
gem 'rubocop-rake', '~> 0.6.0', require: false
|
15
15
|
gem 'vcr', '~> 6.2'
|
16
16
|
gem 'webmock', '~> 3.19'
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ka-ching-client (0.6.
|
5
|
-
faraday (>= 2.7.10, < 2.
|
6
|
-
httpx (>= 1.0.0, < 1.
|
4
|
+
ka-ching-client (0.6.4)
|
5
|
+
faraday (>= 2.7.10, < 2.13.0)
|
6
|
+
httpx (>= 1.0.0, < 1.5.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -12,38 +12,40 @@ GEM
|
|
12
12
|
public_suffix (>= 2.0.2, < 7.0)
|
13
13
|
ast (2.4.2)
|
14
14
|
base64 (0.2.0)
|
15
|
-
bigdecimal (3.1.
|
16
|
-
bigdecimal (3.1.
|
15
|
+
bigdecimal (3.1.9)
|
16
|
+
bigdecimal (3.1.9-java)
|
17
17
|
coderay (1.1.3)
|
18
18
|
crack (1.0.0)
|
19
19
|
bigdecimal
|
20
20
|
rexml
|
21
|
-
faraday (2.
|
22
|
-
faraday-net_http (>= 2.0, < 3.
|
21
|
+
faraday (2.12.2)
|
22
|
+
faraday-net_http (>= 2.0, < 3.5)
|
23
|
+
json
|
23
24
|
logger
|
24
|
-
faraday-net_http (3.
|
25
|
-
net-http
|
26
|
-
ffi (1.17.
|
27
|
-
hashdiff (1.1.
|
28
|
-
http-2 (1.0.
|
29
|
-
httpx (1.
|
25
|
+
faraday-net_http (3.4.0)
|
26
|
+
net-http (>= 0.5.0)
|
27
|
+
ffi (1.17.1-java)
|
28
|
+
hashdiff (1.1.2)
|
29
|
+
http-2 (1.0.2)
|
30
|
+
httpx (1.4.2)
|
30
31
|
http-2 (>= 1.0.0)
|
31
|
-
json (2.
|
32
|
-
json (2.
|
33
|
-
language_server-protocol (3.17.0.
|
34
|
-
|
32
|
+
json (2.10.2)
|
33
|
+
json (2.10.2-java)
|
34
|
+
language_server-protocol (3.17.0.4)
|
35
|
+
lint_roller (1.1.0)
|
36
|
+
logger (1.6.6)
|
35
37
|
method_source (1.1.0)
|
36
|
-
minitest (5.25.
|
37
|
-
net-http (0.
|
38
|
+
minitest (5.25.4)
|
39
|
+
net-http (0.6.0)
|
38
40
|
uri
|
39
41
|
parallel (1.26.3)
|
40
|
-
parser (3.3.
|
42
|
+
parser (3.3.7.1)
|
41
43
|
ast (~> 2.4.1)
|
42
44
|
racc
|
43
|
-
pry (0.
|
45
|
+
pry (0.15.2)
|
44
46
|
coderay (~> 1.1)
|
45
47
|
method_source (~> 1.0)
|
46
|
-
pry (0.
|
48
|
+
pry (0.15.2-java)
|
47
49
|
coderay (~> 1.1)
|
48
50
|
method_source (~> 1.0)
|
49
51
|
spoon (~> 0.0)
|
@@ -52,36 +54,40 @@ GEM
|
|
52
54
|
racc (1.8.1-java)
|
53
55
|
rainbow (3.1.1)
|
54
56
|
rake (13.2.1)
|
55
|
-
regexp_parser (2.
|
56
|
-
rexml (3.
|
57
|
-
rubocop (1.
|
57
|
+
regexp_parser (2.10.0)
|
58
|
+
rexml (3.4.1)
|
59
|
+
rubocop (1.73.2)
|
58
60
|
json (~> 2.3)
|
59
|
-
language_server-protocol (
|
61
|
+
language_server-protocol (~> 3.17.0.2)
|
62
|
+
lint_roller (~> 1.1.0)
|
60
63
|
parallel (~> 1.10)
|
61
64
|
parser (>= 3.3.0.2)
|
62
65
|
rainbow (>= 2.2.2, < 4.0)
|
63
|
-
regexp_parser (>= 2.
|
64
|
-
rubocop-ast (>= 1.
|
66
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
67
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
65
68
|
ruby-progressbar (~> 1.7)
|
66
|
-
unicode-display_width (>= 2.4.0, <
|
67
|
-
rubocop-ast (1.
|
69
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
70
|
+
rubocop-ast (1.38.1)
|
68
71
|
parser (>= 3.3.1.0)
|
69
72
|
rubocop-minitest (0.36.0)
|
70
73
|
rubocop (>= 1.61, < 2.0)
|
71
74
|
rubocop-ast (>= 1.31.1, < 2.0)
|
72
|
-
rubocop-performance (1.
|
73
|
-
|
74
|
-
rubocop
|
75
|
+
rubocop-performance (1.24.0)
|
76
|
+
lint_roller (~> 1.1)
|
77
|
+
rubocop (>= 1.72.1, < 2.0)
|
78
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
75
79
|
rubocop-rake (0.6.0)
|
76
80
|
rubocop (~> 1.0)
|
77
81
|
ruby-progressbar (1.13.0)
|
78
82
|
spoon (0.0.6)
|
79
83
|
ffi
|
80
|
-
unicode-display_width (
|
81
|
-
|
84
|
+
unicode-display_width (3.1.4)
|
85
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
86
|
+
unicode-emoji (4.0.4)
|
87
|
+
uri (1.0.3)
|
82
88
|
vcr (6.3.1)
|
83
89
|
base64
|
84
|
-
webmock (3.
|
90
|
+
webmock (3.25.1)
|
85
91
|
addressable (>= 2.8.0)
|
86
92
|
crack (>= 0.3.2)
|
87
93
|
hashdiff (>= 0.4.0, < 2.0.0)
|
@@ -95,16 +101,16 @@ PLATFORMS
|
|
95
101
|
|
96
102
|
DEPENDENCIES
|
97
103
|
ka-ching-client!
|
98
|
-
minitest (~> 5.
|
99
|
-
pry (~> 0.
|
104
|
+
minitest (~> 5.25)
|
105
|
+
pry (~> 0.15.2)
|
100
106
|
rake (~> 13.1)
|
101
|
-
rubocop (~> 1.
|
107
|
+
rubocop (~> 1.71)
|
102
108
|
rubocop-minitest (~> 0.36.0)
|
103
|
-
rubocop-performance (~> 1.
|
109
|
+
rubocop-performance (~> 1.23)
|
104
110
|
rubocop-rake (~> 0.6.0)
|
105
111
|
vcr (~> 6.2)
|
106
112
|
webmock (~> 3.19)
|
107
113
|
yard (~> 0.9.34)
|
108
114
|
|
109
115
|
BUNDLED WITH
|
110
|
-
2.5.
|
116
|
+
2.5.23
|
data/lib/ka_ching/version.rb
CHANGED
data/mise.toml
ADDED
metadata
CHANGED
@@ -1,14 +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
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: faraday
|
@@ -19,7 +18,7 @@ dependencies:
|
|
19
18
|
version: 2.7.10
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
|
-
version: 2.
|
21
|
+
version: 2.13.0
|
23
22
|
type: :runtime
|
24
23
|
prerelease: false
|
25
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +28,7 @@ dependencies:
|
|
29
28
|
version: 2.7.10
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
|
-
version: 2.
|
31
|
+
version: 2.13.0
|
33
32
|
- !ruby/object:Gem::Dependency
|
34
33
|
name: httpx
|
35
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -39,7 +38,7 @@ dependencies:
|
|
39
38
|
version: 1.0.0
|
40
39
|
- - "<"
|
41
40
|
- !ruby/object:Gem::Version
|
42
|
-
version: 1.
|
41
|
+
version: 1.5.0
|
43
42
|
type: :runtime
|
44
43
|
prerelease: false
|
45
44
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +48,7 @@ dependencies:
|
|
49
48
|
version: 1.0.0
|
50
49
|
- - "<"
|
51
50
|
- !ruby/object:Gem::Version
|
52
|
-
version: 1.
|
51
|
+
version: 1.5.0
|
53
52
|
description: This gem is a client for the ka-ching API.
|
54
53
|
email:
|
55
54
|
- simonneutert@users.noreply.github.com
|
@@ -59,7 +58,6 @@ extra_rdoc_files: []
|
|
59
58
|
files:
|
60
59
|
- ".editorconfig"
|
61
60
|
- ".rubocop.yml"
|
62
|
-
- ".tool-versions"
|
63
61
|
- CHANGELOG.md
|
64
62
|
- CONTRIBUTING.md
|
65
63
|
- Gemfile
|
@@ -78,6 +76,7 @@ files:
|
|
78
76
|
- lib/ka_ching/api_v1/saldo.rb
|
79
77
|
- lib/ka_ching/api_v1/tenants.rb
|
80
78
|
- lib/ka_ching/version.rb
|
79
|
+
- mise.toml
|
81
80
|
homepage: https://github.com/simonneutert/ka-ching-client
|
82
81
|
licenses:
|
83
82
|
- MIT
|
@@ -86,7 +85,6 @@ metadata:
|
|
86
85
|
source_code_uri: https://github.com/simonneutert/ka-ching-client
|
87
86
|
changelog_uri: https://github.com/simonneutert/ka-ching-client/ChangeLog.md
|
88
87
|
rubygems_mfa_required: 'true'
|
89
|
-
post_install_message:
|
90
88
|
rdoc_options: []
|
91
89
|
require_paths:
|
92
90
|
- lib
|
@@ -101,8 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
99
|
- !ruby/object:Gem::Version
|
102
100
|
version: '0'
|
103
101
|
requirements: []
|
104
|
-
rubygems_version: 3.
|
105
|
-
signing_key:
|
102
|
+
rubygems_version: 3.6.2
|
106
103
|
specification_version: 4
|
107
104
|
summary: This gem is a client for the ka-ching API.
|
108
105
|
test_files: []
|
data/.tool-versions
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
ruby 3.3.5
|