ka-ching-client 0.7.4 → 0.7.6
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 +2 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +4 -4
- data/Gemfile.lock +33 -24
- data/lib/ka_ching/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '019524385e32c26fda541105a59490340a54bac1375f98dc5984b0c808b2a4fb'
|
|
4
|
+
data.tar.gz: ed1b45f8a1eb9e19e19a564cf189da5368b8ede5fbbfaced6406c06add32711b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4db1e676dae5d4328b4f9e05333dc57e6aa3ea08766d2b2a6a69f8a1ffff268ce561cdc0074f070d2426cc1a6c8c19b443f25f9ab8685b293961f25fe86d6cf
|
|
7
|
+
data.tar.gz: 0b8ce82d382ad1e6512ef0a1d11ec3997092f496935f9f7300e1cf20f760c3e99818cdb6d6c1a438ed575b340757551cd9da69a8179943fc89260a17bbc80480
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,10 @@ 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.5 - 2026-03-19
|
|
19
|
+
|
|
20
|
+
- dependency upgrades - @simonneutert
|
|
21
|
+
|
|
18
22
|
## [0.7.4] - 2026-02-20
|
|
19
23
|
|
|
20
24
|
- Minimal Ruby version bumped to 3.2.0 to support the newest bundler versions.
|
data/Gemfile
CHANGED
|
@@ -5,11 +5,11 @@ source 'https://rubygems.org'
|
|
|
5
5
|
gemspec
|
|
6
6
|
|
|
7
7
|
group :development, :test do
|
|
8
|
-
gem 'minitest', '~>
|
|
9
|
-
gem 'pry', '~> 0.
|
|
8
|
+
gem 'minitest', '~> 6.0'
|
|
9
|
+
gem 'pry', '~> 0.16.0'
|
|
10
10
|
gem 'rake', '~> 13.3'
|
|
11
|
-
gem 'rubocop', '~> 1.
|
|
12
|
-
gem 'rubocop-minitest', '~> 0.
|
|
11
|
+
gem 'rubocop', '~> 1.86', require: false
|
|
12
|
+
gem 'rubocop-minitest', '~> 0.39.1', require: false
|
|
13
13
|
gem 'rubocop-performance', '~> 1.26', require: false
|
|
14
14
|
gem 'rubocop-rake', '~> 0.7.1', require: false
|
|
15
15
|
gem 'vcr', '~> 6.2'
|
data/Gemfile.lock
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ka-ching-client (0.7.
|
|
4
|
+
ka-ching-client (0.7.6)
|
|
5
5
|
faraday (>= 2.7.10, < 2.15.0)
|
|
6
|
-
httpx (>= 1.0.0, < 1.
|
|
6
|
+
httpx (>= 1.0.0, < 1.8.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
addressable (2.8.
|
|
11
|
+
addressable (2.8.9)
|
|
12
12
|
public_suffix (>= 2.0.2, < 8.0)
|
|
13
13
|
ast (2.4.3)
|
|
14
|
-
bigdecimal (4.0
|
|
15
|
-
bigdecimal (4.0
|
|
14
|
+
bigdecimal (4.1.0)
|
|
15
|
+
bigdecimal (4.1.0-java)
|
|
16
16
|
coderay (1.1.3)
|
|
17
17
|
crack (1.0.1)
|
|
18
18
|
bigdecimal
|
|
19
19
|
rexml
|
|
20
|
+
drb (2.2.3)
|
|
20
21
|
faraday (2.14.1)
|
|
21
22
|
faraday-net_http (>= 2.0, < 3.5)
|
|
22
23
|
json
|
|
@@ -25,38 +26,46 @@ GEM
|
|
|
25
26
|
net-http (~> 0.5)
|
|
26
27
|
ffi (1.17.3-java)
|
|
27
28
|
hashdiff (1.2.1)
|
|
28
|
-
http-2 (1.1.
|
|
29
|
-
httpx (1.
|
|
30
|
-
http-2 (>= 1.
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
http-2 (1.1.3)
|
|
30
|
+
httpx (1.7.5)
|
|
31
|
+
http-2 (>= 1.1.3)
|
|
32
|
+
io-console (0.8.2)
|
|
33
|
+
io-console (0.8.2-java)
|
|
34
|
+
json (2.19.3)
|
|
35
|
+
json (2.19.3-java)
|
|
33
36
|
language_server-protocol (3.17.0.5)
|
|
34
37
|
lint_roller (1.1.0)
|
|
35
38
|
logger (1.7.0)
|
|
36
39
|
method_source (1.1.0)
|
|
37
|
-
minitest (
|
|
40
|
+
minitest (6.0.3)
|
|
41
|
+
drb (~> 2.0)
|
|
42
|
+
prism (~> 1.5)
|
|
38
43
|
net-http (0.9.1)
|
|
39
44
|
uri (>= 0.11.1)
|
|
40
45
|
parallel (1.27.0)
|
|
41
|
-
parser (3.3.
|
|
46
|
+
parser (3.3.11.1)
|
|
42
47
|
ast (~> 2.4.1)
|
|
43
48
|
racc
|
|
44
49
|
prism (1.9.0)
|
|
45
|
-
pry (0.
|
|
50
|
+
pry (0.16.0)
|
|
46
51
|
coderay (~> 1.1)
|
|
47
52
|
method_source (~> 1.0)
|
|
48
|
-
|
|
53
|
+
reline (>= 0.6.0)
|
|
54
|
+
pry (0.16.0-java)
|
|
49
55
|
coderay (~> 1.1)
|
|
50
56
|
method_source (~> 1.0)
|
|
57
|
+
reline (>= 0.6.0)
|
|
51
58
|
spoon (~> 0.0)
|
|
52
|
-
public_suffix (7.0.
|
|
59
|
+
public_suffix (7.0.5)
|
|
53
60
|
racc (1.8.1)
|
|
54
61
|
racc (1.8.1-java)
|
|
55
62
|
rainbow (3.1.1)
|
|
56
63
|
rake (13.3.1)
|
|
57
64
|
regexp_parser (2.11.3)
|
|
65
|
+
reline (0.6.3)
|
|
66
|
+
io-console (~> 0.5)
|
|
58
67
|
rexml (3.4.4)
|
|
59
|
-
rubocop (1.
|
|
68
|
+
rubocop (1.86.0)
|
|
60
69
|
json (~> 2.3)
|
|
61
70
|
language_server-protocol (~> 3.17.0.2)
|
|
62
71
|
lint_roller (~> 1.1.0)
|
|
@@ -67,10 +76,10 @@ GEM
|
|
|
67
76
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
68
77
|
ruby-progressbar (~> 1.7)
|
|
69
78
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
70
|
-
rubocop-ast (1.49.
|
|
79
|
+
rubocop-ast (1.49.1)
|
|
71
80
|
parser (>= 3.3.7.2)
|
|
72
81
|
prism (~> 1.7)
|
|
73
|
-
rubocop-minitest (0.
|
|
82
|
+
rubocop-minitest (0.39.1)
|
|
74
83
|
lint_roller (~> 1.1)
|
|
75
84
|
rubocop (>= 1.75.0, < 2.0)
|
|
76
85
|
rubocop-ast (>= 1.38.0, < 2.0)
|
|
@@ -89,7 +98,7 @@ GEM
|
|
|
89
98
|
unicode-emoji (4.2.0)
|
|
90
99
|
uri (1.1.1)
|
|
91
100
|
vcr (6.4.0)
|
|
92
|
-
webmock (3.26.
|
|
101
|
+
webmock (3.26.2)
|
|
93
102
|
addressable (>= 2.8.0)
|
|
94
103
|
crack (>= 0.3.2)
|
|
95
104
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
@@ -103,11 +112,11 @@ PLATFORMS
|
|
|
103
112
|
|
|
104
113
|
DEPENDENCIES
|
|
105
114
|
ka-ching-client!
|
|
106
|
-
minitest (~>
|
|
107
|
-
pry (~> 0.
|
|
115
|
+
minitest (~> 6.0)
|
|
116
|
+
pry (~> 0.16.0)
|
|
108
117
|
rake (~> 13.3)
|
|
109
|
-
rubocop (~> 1.
|
|
110
|
-
rubocop-minitest (~> 0.
|
|
118
|
+
rubocop (~> 1.86)
|
|
119
|
+
rubocop-minitest (~> 0.39.1)
|
|
111
120
|
rubocop-performance (~> 1.26)
|
|
112
121
|
rubocop-rake (~> 0.7.1)
|
|
113
122
|
vcr (~> 6.2)
|
|
@@ -115,4 +124,4 @@ DEPENDENCIES
|
|
|
115
124
|
yard (~> 0.9.34)
|
|
116
125
|
|
|
117
126
|
BUNDLED WITH
|
|
118
|
-
4.0.
|
|
127
|
+
4.0.8
|
data/lib/ka_ching/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Neutert
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
version: 1.0.0
|
|
39
39
|
- - "<"
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 1.
|
|
41
|
+
version: 1.8.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.
|
|
51
|
+
version: 1.8.0
|
|
52
52
|
description: This gem is a client for the ka-ching API.
|
|
53
53
|
email:
|
|
54
54
|
- simonneutert@users.noreply.github.com
|