ka-ching-client 0.6.4 → 0.6.5

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: 66bd302a95ce7eeb0a1a7472317018141542a6de75e74137a81b3955eee9b7ea
4
- data.tar.gz: a6dd7a9341069c6da32277850425a954ccf1403db228342255c1199bfe1c1f4b
3
+ metadata.gz: caa8412e406d3a57006533494da26027071cd4460b39bedec5aada7b37086bf3
4
+ data.tar.gz: 130823d72f7e2f3ce9b651a4ad7d417ba51518482b031cfd31a41f23478375e4
5
5
  SHA512:
6
- metadata.gz: 839e88a6e1ff863caf8f5e821a1d3ef033db9144dfecc3bb68b34d1b32c2bc4038f66f85111c1dd3c38af80f6aea406916511718aaed1c2b059cf4955de17015
7
- data.tar.gz: 5dc6ae85d44f51c42c42e272734c716c070731a4bfed64a2bc97b5919e6e8dbd2b68688ec139dec8224b8ff34c828ed048bd9ed398c4d6435ab4cc1d27698f81
6
+ metadata.gz: 6e7a2752674b6f0ff2810c04cc1bd5716349a99efce901dc096f9e859630ad8d1aa7c5292c981b9e8821263475ab85f5a002a561e02161c49c0d5ae1449de97f
7
+ data.tar.gz: 634cf3dbcdb23994d89e0f0978e6e300df9b932ae078dda24a2d3f39e912038b0d17892c546803804f689a74c5ef38d8cadd22082a1e70d6c092a5563510a4c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.6.4)
4
+ ka-ching-client (0.6.5)
5
5
  faraday (>= 2.7.10, < 2.13.0)
6
6
  httpx (>= 1.0.0, < 1.5.0)
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.6.4'
4
+ VERSION = '0.6.5'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ka-ching-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Neutert
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-12 00:00:00.000000000 Z
10
+ date: 2025-03-22 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday