ka-ching-client 0.6.6 → 0.7.0
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/CHANGELOG.md +2 -2
- data/Gemfile +3 -3
- data/Gemfile.lock +29 -29
- data/lib/ka_ching/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4162c89549ee987aac67a1bbaccc291bef944ff7fdeed64151c714245411ba99
|
4
|
+
data.tar.gz: 753a6ec86626bfa0cf27e1f2cc71ba11ecc13974d2c1106b3d70dda3dccea459
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00fbec1541fb8419baa95da224422d456453d23ac8528e0bf347a1dc150a3599efeabc89b023f4930f045f503f818af4de8cb36841c950d18149ea342215b67f
|
7
|
+
data.tar.gz: 63ae8beee98ea6e0c9924a47a152848108a88969d73bb374dadf634bf6a7a8a0f5e87a6744dadb46059bb3f3a5d4be2c09ef8cf474f59cf9505a2dff16dadb32
|
data/CHANGELOG.md
CHANGED
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
11
11
|
|
12
12
|
---
|
13
13
|
|
14
|
-
## [
|
14
|
+
## [0.7.0] - 2025-09-10
|
15
15
|
|
16
|
-
- [
|
16
|
+
- [#95](https://github.com/simonneutert/ka-ching-client/pull/95) add PR description - [@simonneutert](https://github.com/simonneutert).
|
17
17
|
|
18
18
|
## 0.6.4 - 2024-03-12
|
19
19
|
|
data/Gemfile
CHANGED
@@ -7,9 +7,9 @@ gemspec
|
|
7
7
|
group :development, :test do
|
8
8
|
gem 'minitest', '~> 5.25'
|
9
9
|
gem 'pry', '~> 0.15.2'
|
10
|
-
gem 'rake', '~> 13.
|
11
|
-
gem 'rubocop', '~> 1.
|
12
|
-
gem 'rubocop-minitest', '~> 0.38.
|
10
|
+
gem 'rake', '~> 13.3'
|
11
|
+
gem 'rubocop', '~> 1.80', 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.
|
4
|
+
ka-ching-client (0.7.0)
|
5
5
|
faraday (>= 2.7.10, < 2.14.0)
|
6
|
-
httpx (>= 1.0.0, < 1.
|
6
|
+
httpx (>= 1.0.0, < 1.6.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -11,27 +11,27 @@ GEM
|
|
11
11
|
addressable (2.8.7)
|
12
12
|
public_suffix (>= 2.0.2, < 7.0)
|
13
13
|
ast (2.4.3)
|
14
|
-
base64 (0.
|
15
|
-
bigdecimal (3.
|
16
|
-
bigdecimal (3.
|
14
|
+
base64 (0.3.0)
|
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.
|
21
|
+
faraday (2.13.4)
|
22
22
|
faraday-net_http (>= 2.0, < 3.5)
|
23
23
|
json
|
24
24
|
logger
|
25
|
-
faraday-net_http (3.4.
|
25
|
+
faraday-net_http (3.4.1)
|
26
26
|
net-http (>= 0.5.0)
|
27
27
|
ffi (1.17.2-java)
|
28
|
-
hashdiff (1.1
|
28
|
+
hashdiff (1.2.1)
|
29
29
|
http-2 (1.1.1)
|
30
|
-
httpx (1.
|
30
|
+
httpx (1.5.1)
|
31
31
|
http-2 (>= 1.0.0)
|
32
|
-
json (2.
|
33
|
-
json (2.
|
34
|
-
language_server-protocol (3.17.0.
|
32
|
+
json (2.13.2)
|
33
|
+
json (2.13.2-java)
|
34
|
+
language_server-protocol (3.17.0.5)
|
35
35
|
lint_roller (1.1.0)
|
36
36
|
logger (1.7.0)
|
37
37
|
method_source (1.1.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.
|
42
|
+
parser (3.3.9.0)
|
43
43
|
ast (~> 2.4.1)
|
44
44
|
racc
|
45
|
-
prism (1.
|
45
|
+
prism (1.5.1)
|
46
46
|
pry (0.15.2)
|
47
47
|
coderay (~> 1.1)
|
48
48
|
method_source (~> 1.0)
|
@@ -54,10 +54,10 @@ GEM
|
|
54
54
|
racc (1.8.1)
|
55
55
|
racc (1.8.1-java)
|
56
56
|
rainbow (3.1.1)
|
57
|
-
rake (13.
|
58
|
-
regexp_parser (2.
|
59
|
-
rexml (3.4.
|
60
|
-
rubocop (1.
|
57
|
+
rake (13.3.0)
|
58
|
+
regexp_parser (2.11.2)
|
59
|
+
rexml (3.4.4)
|
60
|
+
rubocop (1.80.2)
|
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.
|
68
|
+
rubocop-ast (>= 1.46.0, < 2.0)
|
69
69
|
ruby-progressbar (~> 1.7)
|
70
70
|
unicode-display_width (>= 2.4.0, < 4.0)
|
71
|
-
rubocop-ast (1.
|
71
|
+
rubocop-ast (1.46.0)
|
72
72
|
parser (>= 3.3.7.2)
|
73
73
|
prism (~> 1.4)
|
74
|
-
rubocop-minitest (0.38.
|
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.
|
78
|
+
rubocop-performance (1.26.0)
|
79
79
|
lint_roller (~> 1.1)
|
80
80
|
rubocop (>= 1.75.0, < 2.0)
|
81
|
-
rubocop-ast (>= 1.
|
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.
|
89
|
-
unicode-emoji (~> 4.
|
90
|
-
unicode-emoji (4.0
|
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
|
@@ -107,9 +107,9 @@ DEPENDENCIES
|
|
107
107
|
ka-ching-client!
|
108
108
|
minitest (~> 5.25)
|
109
109
|
pry (~> 0.15.2)
|
110
|
-
rake (~> 13.
|
111
|
-
rubocop (~> 1.
|
112
|
-
rubocop-minitest (~> 0.38.
|
110
|
+
rake (~> 13.3)
|
111
|
+
rubocop (~> 1.80)
|
112
|
+
rubocop-minitest (~> 0.38.2)
|
113
113
|
rubocop-performance (~> 1.25)
|
114
114
|
rubocop-rake (~> 0.7.1)
|
115
115
|
vcr (~> 6.2)
|
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.
|
4
|
+
version: 0.7.0
|
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.6.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.6.0
|
52
52
|
description: This gem is a client for the ka-ching API.
|
53
53
|
email:
|
54
54
|
- simonneutert@users.noreply.github.com
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
- !ruby/object:Gem::Version
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
|
-
rubygems_version: 3.6.
|
102
|
+
rubygems_version: 3.6.9
|
103
103
|
specification_version: 4
|
104
104
|
summary: This gem is a client for the ka-ching API.
|
105
105
|
test_files: []
|