ka-ching-client 0.4.2 → 0.4.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b1be8f4aa3acffb1f8c7bca75283dd77e0c0325a00920fcafd5638ffc8c4b95
4
- data.tar.gz: 524fb9b00f13bea9e02c22492c07530359ca54a297d86c4dce07e22324a4d16e
3
+ metadata.gz: 5dad66b9f3163e5e21ae8fc0f6901b5c79a4757215cc84e81dcd8057ee26e516
4
+ data.tar.gz: 0574ebb6ebf7d86bb453bc7a23c4526222f85200228d0c40a27295b8a85ab29a
5
5
  SHA512:
6
- metadata.gz: ab5652749c57c079be814bffb2aa7b0e379adf699865a96ace02efe74f7c2e0052fabb89ed009bd5ff8c10e2820ef1d5676528c576bbd14d830d2148d739f3f3
7
- data.tar.gz: 22bf100961c0f92dbf9129370c42af4cbf622d00655f0bce83fcb95a152601968ba4965f1564f094d85674df1705668144c2b31a7a4219df20c8c90c2bc29cb3
6
+ metadata.gz: 31ad0c13b23c192e85b596692a477cee1e14ede5e09592f668599453092a9bdf2a26789d42fd984bfc1f451f0e3a2d0f73eb5ff31e0ca742a6d7d6010c200892
7
+ data.tar.gz: 74eb6f5979ecf7f2ea5b86a909deed734463f516dda2ee31cf7ca652bbd38bbb242f06458be8ead2bff320b22d3db9a9e0d4a1ac543a6e414cf94dcbdfca1ea9
data/CHANGELOG.md CHANGED
@@ -5,6 +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
+ ## [next release] - unreleased
9
+
10
+ - [#63](https://github.com/simonneutert/ka-ching-client/pull/63) Deprecation warning for Ruby v2.7 - [@simonneutert](https://github.com/simonneutert).
11
+ - [#42](https://github.com/simonneutert/ka-ching-client/pull/42) Bump httpx to 1.0.2 - [@simonneutert](https://github.com/simonneutert).
12
+ - [#<PRNUMBER>](https://github.com/simonneutert/ka-ching-client/pull/<PRNUMBER>) add PR description - [@<username>](https://github.com/<username>).
13
+
8
14
  ## [0.4.2] - 2023-10-09
9
15
 
10
16
  - [#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.0'
11
- gem 'rubocop', '~> 1.56'
12
- gem 'rubocop-minitest', '~> 0.32.2'
13
- gem 'rubocop-performance', '~> 1.19'
14
- gem 'solargraph', '~> 0.49.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.4.2)
5
- faraday (~> 2.7.10)
6
- httpx (>= 0.22.4, < 1.1.0)
4
+ ka-ching-client (0.4.3)
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.1.1)
16
- benchmark (0.2.1)
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.7.11)
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.0)
29
- httpx (1.0.1)
30
- http-2-next (>= 1.0.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.6.3)
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.4)
39
+ mini_portile2 (2.8.5)
40
40
  minitest (5.20.0)
41
- nokogiri (1.15.4)
41
+ nokogiri (1.15.5)
42
42
  mini_portile2 (~> 2.8.2)
43
43
  racc (~> 1.4)
44
- nokogiri (1.15.4-arm64-darwin)
44
+ nokogiri (1.15.5-arm64-darwin)
45
45
  racc (~> 1.4)
46
- nokogiri (1.15.4-x86_64-linux)
46
+ nokogiri (1.15.5-x86_64-linux)
47
47
  racc (~> 1.4)
48
- parallel (1.23.0)
49
- parser (3.2.2.3)
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.1)
56
+ racc (1.7.3)
57
57
  rainbow (3.1.1)
58
- rake (13.0.6)
58
+ rake (13.1.0)
59
59
  rbs (2.8.4)
60
- regexp_parser (2.8.1)
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.56.4)
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.3)
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.28.1, < 2.0)
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.29.0)
75
+ rubocop-ast (1.30.0)
77
76
  parser (>= 3.2.1.0)
78
- rubocop-minitest (0.32.2)
77
+ rubocop-minitest (0.34.1)
79
78
  rubocop (>= 1.39, < 2.0)
80
- rubocop-performance (1.19.1)
81
- rubocop (>= 1.7.0, < 2.0)
82
- rubocop-ast (>= 0.4.0)
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.49.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.2.2)
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.0)
121
- rubocop (~> 1.56)
122
- rubocop-minitest (~> 0.32.2)
123
- rubocop-performance (~> 1.19)
124
- solargraph (~> 0.49.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,10 @@
1
1
  # Upgrading ka-ching-client
2
2
 
3
+ ## 0.4.3 Deprecation Warning!
4
+
5
+ Ruby v2.7 will be deprecated from v0.5.0 on.
6
+ Ruby v3.0 will be the minimum supported version.
7
+
3
8
  ## 0.1.0 to 0.2.0
4
9
 
5
10
  ### Changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.4.2'
4
+ VERSION = '0.4.3'
5
5
  end
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.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Neutert
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-09 00:00:00.000000000 Z
11
+ date: 2023-12-21 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.1.0
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.1.0
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