ka-ching-client 0.4.2 → 0.5.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 +11 -0
- data/Gemfile +5 -5
- data/Gemfile.lock +35 -35
- data/UPGRADING.md +9 -0
- data/lib/ka-ching-client.rb +12 -0
- data/lib/ka_ching/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0979247bfcb9ca28e05054a40c3341faf04dd840000a737252cd2fd504b56e59'
|
4
|
+
data.tar.gz: 962463c97cec737b0f6ed8ca7f166e54979a5dee840388d710d0cb6cada9d6e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c8820df73baa3a93cfacd01189e3ff6f9f823376105007f8c948771ded8056dbd2ee5837cdac9be1d5dd565119b2718114b64e4ec3cc77f979ec50886a6af96
|
7
|
+
data.tar.gz: 2e7b256b30c99b301cb18abee1cbd65aa32f8d8745d56c5488b7b54a00c65813df3777808e94904cbd49234df3ca2d9cbda319b8c3820b22b08e871543ba3401
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,17 @@ 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
|
+
## [0.5.0] - 2024-01-20
|
9
|
+
|
10
|
+
### Deprecation Warning 🚨
|
11
|
+
|
12
|
+
- [#65](https://github.com/simonneutert/ka-ching-client/pull/65) Adds deprecation warning in code for Ruby v2.7 - [@simonneutert](https://github.com/simonneutert).
|
13
|
+
|
14
|
+
## [0.4.3] - 2023-12-21
|
15
|
+
|
16
|
+
- [#63](https://github.com/simonneutert/ka-ching-client/pull/63) Deprecation warning for Ruby v2.7 - [@simonneutert](https://github.com/simonneutert).
|
17
|
+
- [#42](https://github.com/simonneutert/ka-ching-client/pull/42) Bump httpx to 1.0.2 - [@simonneutert](https://github.com/simonneutert).
|
18
|
+
|
8
19
|
## [0.4.2] - 2023-10-09
|
9
20
|
|
10
21
|
- [#41](https://github.com/simonneutert/ka-ching-client/pull/41) Update httpx requirement from >= 0.22.4, < 0.25.0 to >= 0.22.4, < 1.1.0.
|
data/Gemfile
CHANGED
@@ -7,11 +7,11 @@ gemspec
|
|
7
7
|
group :development, :test do
|
8
8
|
gem 'minitest', '~> 5.20'
|
9
9
|
gem 'pry', '~> 0.14.2'
|
10
|
-
gem 'rake', '~> 13.
|
11
|
-
gem 'rubocop', '~> 1.
|
12
|
-
gem 'rubocop-minitest', '~> 0.
|
13
|
-
gem 'rubocop-performance', '~> 1.
|
14
|
-
gem 'solargraph', '~> 0.
|
10
|
+
gem 'rake', '~> 13.1'
|
11
|
+
gem 'rubocop', '~> 1.59'
|
12
|
+
gem 'rubocop-minitest', '~> 0.34.1'
|
13
|
+
gem 'rubocop-performance', '~> 1.20'
|
14
|
+
gem 'solargraph', '~> 0.50.0'
|
15
15
|
gem 'vcr', '~> 6.2'
|
16
16
|
gem 'webmock', '~> 3.19'
|
17
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.
|
5
|
-
faraday (
|
6
|
-
httpx (>= 0.22.4, < 1.
|
4
|
+
ka-ching-client (0.5.1)
|
5
|
+
faraday (>= 2.7.10, < 2.9.0)
|
6
|
+
httpx (>= 0.22.4, < 1.3.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -12,77 +12,77 @@ GEM
|
|
12
12
|
public_suffix (>= 2.0.2, < 6.0)
|
13
13
|
ast (2.4.2)
|
14
14
|
backport (1.2.0)
|
15
|
-
base64 (0.
|
16
|
-
benchmark (0.
|
15
|
+
base64 (0.2.0)
|
16
|
+
benchmark (0.3.0)
|
17
17
|
coderay (1.1.3)
|
18
18
|
crack (0.4.5)
|
19
19
|
rexml
|
20
20
|
diff-lcs (1.5.0)
|
21
21
|
e2mmap (0.1.0)
|
22
|
-
faraday (2.
|
22
|
+
faraday (2.8.1)
|
23
23
|
base64
|
24
24
|
faraday-net_http (>= 2.0, < 3.1)
|
25
25
|
ruby2_keywords (>= 0.0.4)
|
26
26
|
faraday-net_http (3.0.2)
|
27
27
|
hashdiff (1.0.1)
|
28
|
-
http-2-next (1.0.
|
29
|
-
httpx (1.0
|
30
|
-
http-2-next (>= 1.0.
|
28
|
+
http-2-next (1.0.2)
|
29
|
+
httpx (1.2.0)
|
30
|
+
http-2-next (>= 1.0.1)
|
31
31
|
jaro_winkler (1.5.6)
|
32
|
-
json (2.
|
32
|
+
json (2.7.1)
|
33
33
|
kramdown (2.4.0)
|
34
34
|
rexml
|
35
35
|
kramdown-parser-gfm (1.1.0)
|
36
36
|
kramdown (~> 2.0)
|
37
37
|
language_server-protocol (3.17.0.3)
|
38
38
|
method_source (1.0.0)
|
39
|
-
mini_portile2 (2.8.
|
39
|
+
mini_portile2 (2.8.5)
|
40
40
|
minitest (5.20.0)
|
41
|
-
nokogiri (1.15.
|
41
|
+
nokogiri (1.15.5)
|
42
42
|
mini_portile2 (~> 2.8.2)
|
43
43
|
racc (~> 1.4)
|
44
|
-
nokogiri (1.15.
|
44
|
+
nokogiri (1.15.5-arm64-darwin)
|
45
45
|
racc (~> 1.4)
|
46
|
-
nokogiri (1.15.
|
46
|
+
nokogiri (1.15.5-x86_64-linux)
|
47
47
|
racc (~> 1.4)
|
48
|
-
parallel (1.
|
49
|
-
parser (3.2.2.
|
48
|
+
parallel (1.24.0)
|
49
|
+
parser (3.2.2.4)
|
50
50
|
ast (~> 2.4.1)
|
51
51
|
racc
|
52
52
|
pry (0.14.2)
|
53
53
|
coderay (~> 1.1)
|
54
54
|
method_source (~> 1.0)
|
55
55
|
public_suffix (5.0.3)
|
56
|
-
racc (1.7.
|
56
|
+
racc (1.7.3)
|
57
57
|
rainbow (3.1.1)
|
58
|
-
rake (13.0
|
58
|
+
rake (13.1.0)
|
59
59
|
rbs (2.8.4)
|
60
|
-
regexp_parser (2.8.
|
60
|
+
regexp_parser (2.8.3)
|
61
61
|
reverse_markdown (2.1.1)
|
62
62
|
nokogiri
|
63
63
|
rexml (3.2.6)
|
64
|
-
rubocop (1.
|
65
|
-
base64 (~> 0.1.1)
|
64
|
+
rubocop (1.59.0)
|
66
65
|
json (~> 2.3)
|
67
66
|
language_server-protocol (>= 3.17.0)
|
68
67
|
parallel (~> 1.10)
|
69
|
-
parser (>= 3.2.2.
|
68
|
+
parser (>= 3.2.2.4)
|
70
69
|
rainbow (>= 2.2.2, < 4.0)
|
71
70
|
regexp_parser (>= 1.8, < 3.0)
|
72
71
|
rexml (>= 3.2.5, < 4.0)
|
73
|
-
rubocop-ast (>= 1.
|
72
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
74
73
|
ruby-progressbar (~> 1.7)
|
75
74
|
unicode-display_width (>= 2.4.0, < 3.0)
|
76
|
-
rubocop-ast (1.
|
75
|
+
rubocop-ast (1.30.0)
|
77
76
|
parser (>= 3.2.1.0)
|
78
|
-
rubocop-minitest (0.
|
77
|
+
rubocop-minitest (0.34.1)
|
79
78
|
rubocop (>= 1.39, < 2.0)
|
80
|
-
|
81
|
-
|
82
|
-
rubocop
|
79
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
80
|
+
rubocop-performance (1.20.0)
|
81
|
+
rubocop (>= 1.48.1, < 2.0)
|
82
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
83
83
|
ruby-progressbar (1.13.0)
|
84
84
|
ruby2_keywords (0.0.5)
|
85
|
-
solargraph (0.
|
85
|
+
solargraph (0.50.0)
|
86
86
|
backport (~> 1.2)
|
87
87
|
benchmark
|
88
88
|
bundler (~> 2.0)
|
@@ -98,7 +98,7 @@ GEM
|
|
98
98
|
thor (~> 1.0)
|
99
99
|
tilt (~> 2.0)
|
100
100
|
yard (~> 0.9, >= 0.9.24)
|
101
|
-
thor (1.
|
101
|
+
thor (1.3.0)
|
102
102
|
tilt (2.3.0)
|
103
103
|
unicode-display_width (2.5.0)
|
104
104
|
vcr (6.2.0)
|
@@ -117,11 +117,11 @@ DEPENDENCIES
|
|
117
117
|
ka-ching-client!
|
118
118
|
minitest (~> 5.20)
|
119
119
|
pry (~> 0.14.2)
|
120
|
-
rake (~> 13.
|
121
|
-
rubocop (~> 1.
|
122
|
-
rubocop-minitest (~> 0.
|
123
|
-
rubocop-performance (~> 1.
|
124
|
-
solargraph (~> 0.
|
120
|
+
rake (~> 13.1)
|
121
|
+
rubocop (~> 1.59)
|
122
|
+
rubocop-minitest (~> 0.34.1)
|
123
|
+
rubocop-performance (~> 1.20)
|
124
|
+
solargraph (~> 0.50.0)
|
125
125
|
vcr (~> 6.2)
|
126
126
|
webmock (~> 3.19)
|
127
127
|
yard (~> 0.9.34)
|
data/UPGRADING.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Upgrading ka-ching-client
|
2
2
|
|
3
|
+
## 0.5.0 Deprecation Warning!
|
4
|
+
|
5
|
+
Ruby v2.7 will be removed any time soon!
|
6
|
+
|
7
|
+
## 0.4.3 Deprecation Warning!
|
8
|
+
|
9
|
+
Ruby v2.7 will be deprecated from v0.5.0 on.
|
10
|
+
Ruby v3.0 will be the minimum supported version.
|
11
|
+
|
3
12
|
## 0.1.0 to 0.2.0
|
4
13
|
|
5
14
|
### Changes
|
data/lib/ka-ching-client.rb
CHANGED
@@ -12,3 +12,15 @@ require_relative 'ka_ching/api_v1/saldo'
|
|
12
12
|
require_relative 'ka_ching/api_v1/admin'
|
13
13
|
require_relative 'ka_ching/api_v1/tenants'
|
14
14
|
require_relative 'ka_ching/api_v1/client'
|
15
|
+
|
16
|
+
if RUBY_DESCRIPTION.match?(/ruby 2\.7\./)
|
17
|
+
puts <<~WARNING
|
18
|
+
|
19
|
+
DEPRECATION WARNING!
|
20
|
+
KaChingClient will deprecate support for Ruby 2.7 in one of the next minor releases.
|
21
|
+
|
22
|
+
|
23
|
+
WARNING
|
24
|
+
warn 'KaChingClient will deprecate support for Ruby 2.7 in one of the next minor releases.'
|
25
|
+
# warn 'KaChingClient does not support Ruby 2.7. Please upgrade to Ruby 3.0 or higher.'
|
26
|
+
end
|
data/lib/ka_ching/version.rb
CHANGED
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.5.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:
|
11
|
+
date: 2024-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 2.7.10
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.9.0
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: 2.7.10
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 2.9.0
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: httpx
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -33,7 +39,7 @@ dependencies:
|
|
33
39
|
version: 0.22.4
|
34
40
|
- - "<"
|
35
41
|
- !ruby/object:Gem::Version
|
36
|
-
version: 1.
|
42
|
+
version: 1.3.0
|
37
43
|
type: :runtime
|
38
44
|
prerelease: false
|
39
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +49,7 @@ dependencies:
|
|
43
49
|
version: 0.22.4
|
44
50
|
- - "<"
|
45
51
|
- !ruby/object:Gem::Version
|
46
|
-
version: 1.
|
52
|
+
version: 1.3.0
|
47
53
|
description: This gem is a client for the ka-ching API.
|
48
54
|
email:
|
49
55
|
- simonneutert@users.noreply.github.com
|