ka-ching-client 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -2
- data/Gemfile +4 -5
- data/Gemfile.lock +33 -58
- data/lib/ka_ching/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e64fd95c479ec5e8024ac578d47555d27f13d4d2cc9e27d457b231cfcd66fd6
|
4
|
+
data.tar.gz: 607291437c2678309c5129b993411bac06f34979a2a870df2855d25be26b4b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d335d09eb5cbe7144042804a9254b21975f9336f852fc2919e7c51393d4806dddd73e76dc8b9e0e9df8fed1406c263aeda5f82358310ba9a39660ec261fecdb6
|
7
|
+
data.tar.gz: cf9665fbf9e98fb51c1c417e38c137cff5c04a7e25221f59bfc0ec46ec7f89b6285cd652dd13613a5a8aa5f96e1842c7387b2bd55a6d4494794ff6817ac33287
|
data/CHANGELOG.md
CHANGED
@@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
-
## [
|
8
|
+
## [0.6.1] - 2024-09-23
|
9
|
+
|
10
|
+
- Release to match backend's version bump to v0.6.1.
|
11
|
+
|
12
|
+
## [0.6.0] - 2024-09-06
|
9
13
|
|
10
|
-
- [#<PRNUMBER>](https://github.com/simonneutert/ka-ching-client/pull/<PRNUMBER>) add PR description - [@<username>](https://github.com/<username>).
|
11
14
|
- [#62](https://github.com/simonneutert/ka-ching-client/pull/62) Drops support for Ruby v2.7 - [@simonneutert](https://github.com/simonneutert).
|
12
15
|
|
13
16
|
## [0.5.0] - 2024-01-20
|
data/Gemfile
CHANGED
@@ -8,11 +8,10 @@ group :development, :test do
|
|
8
8
|
gem 'minitest', '~> 5.20'
|
9
9
|
gem 'pry', '~> 0.14.2'
|
10
10
|
gem 'rake', '~> 13.1'
|
11
|
-
gem 'rubocop', '~> 1.59'
|
12
|
-
gem 'rubocop-minitest', '~> 0.
|
13
|
-
gem 'rubocop-performance', '~> 1.20'
|
14
|
-
gem 'rubocop-rake', '~> 0.6.0'
|
15
|
-
gem 'solargraph', '~> 0.50.0'
|
11
|
+
gem 'rubocop', '~> 1.59', require: false
|
12
|
+
gem 'rubocop-minitest', '~> 0.36.0', require: false
|
13
|
+
gem 'rubocop-performance', '~> 1.20', require: false
|
14
|
+
gem 'rubocop-rake', '~> 0.6.0', require: false
|
16
15
|
gem 'vcr', '~> 6.2'
|
17
16
|
gem 'webmock', '~> 3.19'
|
18
17
|
gem 'yard', '~> 0.9.34'
|
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 (>= 0.
|
4
|
+
ka-ching-client (0.6.1)
|
5
|
+
faraday (>= 2.7.10, < 2.12.0)
|
6
|
+
httpx (>= 1.0.0, < 1.4.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -11,42 +11,31 @@ GEM
|
|
11
11
|
addressable (2.8.7)
|
12
12
|
public_suffix (>= 2.0.2, < 7.0)
|
13
13
|
ast (2.4.2)
|
14
|
-
backport (1.2.0)
|
15
14
|
base64 (0.2.0)
|
16
|
-
benchmark (0.3.0)
|
17
15
|
bigdecimal (3.1.8)
|
16
|
+
bigdecimal (3.1.8-java)
|
18
17
|
coderay (1.1.3)
|
19
18
|
crack (1.0.0)
|
20
19
|
bigdecimal
|
21
20
|
rexml
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
faraday-net_http (3.0.2)
|
21
|
+
faraday (2.11.0)
|
22
|
+
faraday-net_http (>= 2.0, < 3.4)
|
23
|
+
logger
|
24
|
+
faraday-net_http (3.3.0)
|
25
|
+
net-http
|
26
|
+
ffi (1.17.0-java)
|
29
27
|
hashdiff (1.1.1)
|
30
|
-
http-2
|
31
|
-
httpx (1.
|
32
|
-
http-2
|
33
|
-
jaro_winkler (1.6.0)
|
28
|
+
http-2 (1.0.1)
|
29
|
+
httpx (1.3.1)
|
30
|
+
http-2 (>= 1.0.0)
|
34
31
|
json (2.7.2)
|
35
|
-
|
36
|
-
rexml
|
37
|
-
kramdown-parser-gfm (1.1.0)
|
38
|
-
kramdown (~> 2.0)
|
32
|
+
json (2.7.2-java)
|
39
33
|
language_server-protocol (3.17.0.3)
|
34
|
+
logger (1.6.1)
|
40
35
|
method_source (1.1.0)
|
41
|
-
mini_portile2 (2.8.7)
|
42
36
|
minitest (5.25.1)
|
43
|
-
|
44
|
-
|
45
|
-
racc (~> 1.4)
|
46
|
-
nokogiri (1.16.7-arm64-darwin)
|
47
|
-
racc (~> 1.4)
|
48
|
-
nokogiri (1.16.7-x86_64-linux)
|
49
|
-
racc (~> 1.4)
|
37
|
+
net-http (0.4.1)
|
38
|
+
uri
|
50
39
|
parallel (1.26.3)
|
51
40
|
parser (3.3.5.0)
|
52
41
|
ast (~> 2.4.1)
|
@@ -54,14 +43,16 @@ GEM
|
|
54
43
|
pry (0.14.2)
|
55
44
|
coderay (~> 1.1)
|
56
45
|
method_source (~> 1.0)
|
46
|
+
pry (0.14.2-java)
|
47
|
+
coderay (~> 1.1)
|
48
|
+
method_source (~> 1.0)
|
49
|
+
spoon (~> 0.0)
|
57
50
|
public_suffix (6.0.1)
|
58
51
|
racc (1.8.1)
|
52
|
+
racc (1.8.1-java)
|
59
53
|
rainbow (3.1.1)
|
60
54
|
rake (13.2.1)
|
61
|
-
rbs (2.8.4)
|
62
55
|
regexp_parser (2.9.2)
|
63
|
-
reverse_markdown (2.1.1)
|
64
|
-
nokogiri
|
65
56
|
rexml (3.3.7)
|
66
57
|
rubocop (1.66.1)
|
67
58
|
json (~> 2.3)
|
@@ -75,35 +66,19 @@ GEM
|
|
75
66
|
unicode-display_width (>= 2.4.0, < 3.0)
|
76
67
|
rubocop-ast (1.32.3)
|
77
68
|
parser (>= 3.3.1.0)
|
78
|
-
rubocop-minitest (0.
|
79
|
-
rubocop (>= 1.
|
80
|
-
rubocop-ast (>= 1.
|
81
|
-
rubocop-performance (1.
|
69
|
+
rubocop-minitest (0.36.0)
|
70
|
+
rubocop (>= 1.61, < 2.0)
|
71
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
72
|
+
rubocop-performance (1.22.1)
|
82
73
|
rubocop (>= 1.48.1, < 2.0)
|
83
74
|
rubocop-ast (>= 1.31.1, < 2.0)
|
84
75
|
rubocop-rake (0.6.0)
|
85
76
|
rubocop (~> 1.0)
|
86
77
|
ruby-progressbar (1.13.0)
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
bundler (~> 2.0)
|
92
|
-
diff-lcs (~> 1.4)
|
93
|
-
e2mmap
|
94
|
-
jaro_winkler (~> 1.5)
|
95
|
-
kramdown (~> 2.3)
|
96
|
-
kramdown-parser-gfm (~> 1.1)
|
97
|
-
parser (~> 3.0)
|
98
|
-
rbs (~> 2.0)
|
99
|
-
reverse_markdown (~> 2.0)
|
100
|
-
rubocop (~> 1.38)
|
101
|
-
thor (~> 1.0)
|
102
|
-
tilt (~> 2.0)
|
103
|
-
yard (~> 0.9, >= 0.9.24)
|
104
|
-
thor (1.3.2)
|
105
|
-
tilt (2.4.0)
|
106
|
-
unicode-display_width (2.5.0)
|
78
|
+
spoon (0.0.6)
|
79
|
+
ffi
|
80
|
+
unicode-display_width (2.6.0)
|
81
|
+
uri (0.13.1)
|
107
82
|
vcr (6.3.1)
|
108
83
|
base64
|
109
84
|
webmock (3.23.1)
|
@@ -115,6 +90,7 @@ GEM
|
|
115
90
|
PLATFORMS
|
116
91
|
arm64-darwin-22
|
117
92
|
ruby
|
93
|
+
universal-java-17
|
118
94
|
x86_64-linux
|
119
95
|
|
120
96
|
DEPENDENCIES
|
@@ -123,13 +99,12 @@ DEPENDENCIES
|
|
123
99
|
pry (~> 0.14.2)
|
124
100
|
rake (~> 13.1)
|
125
101
|
rubocop (~> 1.59)
|
126
|
-
rubocop-minitest (~> 0.
|
102
|
+
rubocop-minitest (~> 0.36.0)
|
127
103
|
rubocop-performance (~> 1.20)
|
128
104
|
rubocop-rake (~> 0.6.0)
|
129
|
-
solargraph (~> 0.50.0)
|
130
105
|
vcr (~> 6.2)
|
131
106
|
webmock (~> 3.19)
|
132
107
|
yard (~> 0.9.34)
|
133
108
|
|
134
109
|
BUNDLED WITH
|
135
|
-
2.5.
|
110
|
+
2.5.19
|
data/lib/ka_ching/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Neutert
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: 2.7.10
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 2.
|
22
|
+
version: 2.12.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,27 +29,27 @@ dependencies:
|
|
29
29
|
version: 2.7.10
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 2.
|
32
|
+
version: 2.12.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: httpx
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - ">="
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 0.
|
39
|
+
version: 1.0.0
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 1.
|
42
|
+
version: 1.4.0
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.
|
49
|
+
version: 1.0.0
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: 1.
|
52
|
+
version: 1.4.0
|
53
53
|
description: This gem is a client for the ka-ching API.
|
54
54
|
email:
|
55
55
|
- simonneutert@users.noreply.github.com
|