ka-ching-client 0.4.1 → 0.4.2

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: db52d31fd7f27fd2eb354d1ae70a90aa4699f91f6d0e9bc9b4232bbfc61af879
4
- data.tar.gz: 256122db2442d874a1524898f87404077f14ef1b20b8ee62b261f3004503cbe8
3
+ metadata.gz: 3b1be8f4aa3acffb1f8c7bca75283dd77e0c0325a00920fcafd5638ffc8c4b95
4
+ data.tar.gz: 524fb9b00f13bea9e02c22492c07530359ca54a297d86c4dce07e22324a4d16e
5
5
  SHA512:
6
- metadata.gz: 64a4f749aec6b45f7a6e1cacbf9990ebad70c7210ac50f8cd2d5055d380e58a048813040f3f87ccaddc2068c8b4fad3f9fb98ea65653f88e36299d4ccd25b61a
7
- data.tar.gz: e7146f915876f592374904f4a5ce0ea8af696749b63fd47a4243ecae7c7f81803860657067bd0e9217ecceb886a5b7f346988031d0b2c2c2919ea542a82ad15e
6
+ metadata.gz: ab5652749c57c079be814bffb2aa7b0e379adf699865a96ace02efe74f7c2e0052fabb89ed009bd5ff8c10e2820ef1d5676528c576bbd14d830d2148d739f3f3
7
+ data.tar.gz: 22bf100961c0f92dbf9129370c42af4cbf622d00655f0bce83fcb95a152601968ba4965f1564f094d85674df1705668144c2b31a7a4219df20c8c90c2bc29cb3
data/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ 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.4.2] - 2023-10-09
9
+
10
+ - [#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.
11
+ - [#40](https://github.com/simonneutert/ka-ching-client/pull/40) Bump rubocop from 1.56.3 to 1.56.4.
12
+ - [#39](https://github.com/simonneutert/ka-ching-client/pull/39) Bump httpx from 0.24.5 to 0.24.6.
13
+ - [#38](https://github.com/simonneutert/ka-ching-client/pull/38) Bump rubocop-minitest from 0.32.1 to 0.32.2.
14
+ - [#37](https://github.com/simonneutert/ka-ching-client/pull/37) Bump rubocop-minitest from 0.31.1 to 0.32.1.
15
+ - [#36](https://github.com/simonneutert/ka-ching-client/pull/36) Bump rubocop-performance from 1.19.0 to 1.19.1.
16
+ - [#35](https://github.com/simonneutert/ka-ching-client/pull/35) Bump httpx from 0.24.4 to 0.24.5.
17
+
8
18
  ## [0.4.1] - 2023-09-16
9
19
 
10
20
  - [#19](https://github.com/simonneutert/ka-ching-client/pull/19) upgrades dependencies - [@simonneutert](https://github.com/simonneutert).
data/Gemfile CHANGED
@@ -9,7 +9,7 @@ group :development, :test do
9
9
  gem 'pry', '~> 0.14.2'
10
10
  gem 'rake', '~> 13.0'
11
11
  gem 'rubocop', '~> 1.56'
12
- gem 'rubocop-minitest', '~> 0.31.1'
12
+ gem 'rubocop-minitest', '~> 0.32.2'
13
13
  gem 'rubocop-performance', '~> 1.19'
14
14
  gem 'solargraph', '~> 0.49.0'
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.1)
4
+ ka-ching-client (0.4.2)
5
5
  faraday (~> 2.7.10)
6
- httpx (>= 0.22.4, < 0.25.0)
6
+ httpx (>= 0.22.4, < 1.1.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -25,9 +25,9 @@ GEM
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 (0.5.1)
29
- httpx (0.24.4)
30
- http-2-next (>= 0.4.1)
28
+ http-2-next (1.0.0)
29
+ httpx (1.0.1)
30
+ http-2-next (>= 1.0.0)
31
31
  jaro_winkler (1.5.6)
32
32
  json (2.6.3)
33
33
  kramdown (2.4.0)
@@ -61,7 +61,7 @@ GEM
61
61
  reverse_markdown (2.1.1)
62
62
  nokogiri
63
63
  rexml (3.2.6)
64
- rubocop (1.56.3)
64
+ rubocop (1.56.4)
65
65
  base64 (~> 0.1.1)
66
66
  json (~> 2.3)
67
67
  language_server-protocol (>= 3.17.0)
@@ -75,9 +75,9 @@ GEM
75
75
  unicode-display_width (>= 2.4.0, < 3.0)
76
76
  rubocop-ast (1.29.0)
77
77
  parser (>= 3.2.1.0)
78
- rubocop-minitest (0.31.1)
78
+ rubocop-minitest (0.32.2)
79
79
  rubocop (>= 1.39, < 2.0)
80
- rubocop-performance (1.19.0)
80
+ rubocop-performance (1.19.1)
81
81
  rubocop (>= 1.7.0, < 2.0)
82
82
  rubocop-ast (>= 0.4.0)
83
83
  ruby-progressbar (1.13.0)
@@ -100,7 +100,7 @@ GEM
100
100
  yard (~> 0.9, >= 0.9.24)
101
101
  thor (1.2.2)
102
102
  tilt (2.3.0)
103
- unicode-display_width (2.4.2)
103
+ unicode-display_width (2.5.0)
104
104
  vcr (6.2.0)
105
105
  webmock (3.19.1)
106
106
  addressable (>= 2.8.0)
@@ -119,7 +119,7 @@ DEPENDENCIES
119
119
  pry (~> 0.14.2)
120
120
  rake (~> 13.0)
121
121
  rubocop (~> 1.56)
122
- rubocop-minitest (~> 0.31.1)
122
+ rubocop-minitest (~> 0.32.2)
123
123
  rubocop-performance (~> 1.19)
124
124
  solargraph (~> 0.49.0)
125
125
  vcr (~> 6.2)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.4.1'
4
+ VERSION = '0.4.2'
5
5
  end
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.4.1
4
+ version: 0.4.2
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-09-16 00:00:00.000000000 Z
11
+ date: 2023-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 0.22.4
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: 0.25.0
36
+ version: 1.1.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 0.22.4
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.25.0
46
+ version: 1.1.0
47
47
  description: This gem is a client for the ka-ching API.
48
48
  email:
49
49
  - simonneutert@users.noreply.github.com
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.4.13
98
+ rubygems_version: 3.4.14
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: This gem is a client for the ka-ching API.