ka-ching-client 0.6.1 → 0.6.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: 3e64fd95c479ec5e8024ac578d47555d27f13d4d2cc9e27d457b231cfcd66fd6
4
- data.tar.gz: 607291437c2678309c5129b993411bac06f34979a2a870df2855d25be26b4b7f
3
+ metadata.gz: d5af7452c314619177a13da180c9e9c6592f64e2f3c2b75a6370550b17a31229
4
+ data.tar.gz: 3154a1cfad0ceb596aef831183ddc20c1251e56e0ca7cd6d38c613c67c8c0391
5
5
  SHA512:
6
- metadata.gz: d335d09eb5cbe7144042804a9254b21975f9336f852fc2919e7c51393d4806dddd73e76dc8b9e0e9df8fed1406c263aeda5f82358310ba9a39660ec261fecdb6
7
- data.tar.gz: cf9665fbf9e98fb51c1c417e38c137cff5c04a7e25221f59bfc0ec46ec7f89b6285cd652dd13613a5a8aa5f96e1842c7387b2bd55a6d4494794ff6817ac33287
6
+ metadata.gz: de3b92d805b56144e5d486d105d60958ae096d6bfa6094361b40c4d25dfe91469d0879b807105179610cb92dd8a622b5558fac17477a8f1cea30c07238aefa8d
7
+ data.tar.gz: 40931c8fe2e6f0d87254d86f20c0efd807d320d0738d21b02b2d4359c17797a1702b47201df5a23c5719b5502587f22b6dc7a8cc2d8beaba9a075669dc237a8a
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
+ ## [next release] - unreleased
9
+
10
+ - [#<PRNUMBER>](https://github.com/simonneutert/ka-ching-client/pull/<PRNUMBER>) add PR description - [@<username>](https://github.com/<username>).
11
+
12
+ ---
13
+
14
+ ## [0.6.2] - 2024-10-28
15
+
16
+ - Release to match backend's version bump to v0.6.2.
17
+ - [#71](https://github.com/simonneutert/ka-ching-client/pull/71) Fix security issue in rexml gem - [@simonneutert](https://github.com/simonneutert).
18
+
8
19
  ## [0.6.1] - 2024-09-23
9
20
 
10
21
  - Release to match backend's version bump to v0.6.1.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.6.1)
4
+ ka-ching-client (0.6.2)
5
5
  faraday (>= 2.7.10, < 2.12.0)
6
6
  httpx (>= 1.0.0, < 1.4.0)
7
7
 
@@ -53,7 +53,7 @@ GEM
53
53
  rainbow (3.1.1)
54
54
  rake (13.2.1)
55
55
  regexp_parser (2.9.2)
56
- rexml (3.3.7)
56
+ rexml (3.3.9)
57
57
  rubocop (1.66.1)
58
58
  json (~> 2.3)
59
59
  language_server-protocol (>= 3.17.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.6.1'
4
+ VERSION = '0.6.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.6.1
4
+ version: 0.6.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.5.16
104
+ rubygems_version: 3.5.22
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: This gem is a client for the ka-ching API.