ka-ching-client 0.7.5 → 0.7.6

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +10 -16
  4. data/lib/ka_ching/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85f80a74f7e10ccf4521735d18580f7938727ad25f5cfcfef33c37ba284c4a0c
4
- data.tar.gz: 4742be2d53ce31d4f9cbcb7cb7ca79446c5ef385f7468ac076690e03644556bd
3
+ metadata.gz: '019524385e32c26fda541105a59490340a54bac1375f98dc5984b0c808b2a4fb'
4
+ data.tar.gz: ed1b45f8a1eb9e19e19a564cf189da5368b8ede5fbbfaced6406c06add32711b
5
5
  SHA512:
6
- metadata.gz: c003298012bf2020a6c0c05de7636df6860addaabe55246a975c8b3e2511fc149dfe9c5b2a014cb492914a3987d5fa993db39df12e0b0dcfd3fdd6237fc1c59d
7
- data.tar.gz: 9380d533eb2a613fe5144b5caf1d03a91505b59d9698c7cc09aa2157b3d4b3394da74aa84bc88db03ee967b81467e2ddbd986780a0659bedd1bd5423851bfd39
6
+ metadata.gz: e4db1e676dae5d4328b4f9e05333dc57e6aa3ea08766d2b2a6a69f8a1ffff268ce561cdc0074f070d2426cc1a6c8c19b443f25f9ab8685b293961f25fe86d6cf
7
+ data.tar.gz: 0b8ce82d382ad1e6512ef0a1d11ec3997092f496935f9f7300e1cf20f760c3e99818cdb6d6c1a438ed575b340757551cd9da69a8179943fc89260a17bbc80480
data/Gemfile CHANGED
@@ -8,7 +8,7 @@ group :development, :test do
8
8
  gem 'minitest', '~> 6.0'
9
9
  gem 'pry', '~> 0.16.0'
10
10
  gem 'rake', '~> 13.3'
11
- gem 'rubocop', '~> 1.85', require: false
11
+ gem 'rubocop', '~> 1.86', require: false
12
12
  gem 'rubocop-minitest', '~> 0.39.1', require: false
13
13
  gem 'rubocop-performance', '~> 1.26', require: false
14
14
  gem 'rubocop-rake', '~> 0.7.1', require: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ka-ching-client (0.7.5)
4
+ ka-ching-client (0.7.6)
5
5
  faraday (>= 2.7.10, < 2.15.0)
6
6
  httpx (>= 1.0.0, < 1.8.0)
7
7
 
@@ -11,8 +11,8 @@ GEM
11
11
  addressable (2.8.9)
12
12
  public_suffix (>= 2.0.2, < 8.0)
13
13
  ast (2.4.3)
14
- bigdecimal (4.0.1)
15
- bigdecimal (4.0.1-java)
14
+ bigdecimal (4.1.0)
15
+ bigdecimal (4.1.0-java)
16
16
  coderay (1.1.3)
17
17
  crack (1.0.1)
18
18
  bigdecimal
@@ -27,28 +27,23 @@ GEM
27
27
  ffi (1.17.3-java)
28
28
  hashdiff (1.2.1)
29
29
  http-2 (1.1.3)
30
- httpx (1.7.4)
30
+ httpx (1.7.5)
31
31
  http-2 (>= 1.1.3)
32
32
  io-console (0.8.2)
33
33
  io-console (0.8.2-java)
34
- json (2.19.2)
35
- json (2.19.2-java)
36
- json-schema (6.2.0)
37
- addressable (~> 2.8)
38
- bigdecimal (>= 3.1, < 5)
34
+ json (2.19.3)
35
+ json (2.19.3-java)
39
36
  language_server-protocol (3.17.0.5)
40
37
  lint_roller (1.1.0)
41
38
  logger (1.7.0)
42
- mcp (0.8.0)
43
- json-schema (>= 4.1)
44
39
  method_source (1.1.0)
45
- minitest (6.0.2)
40
+ minitest (6.0.3)
46
41
  drb (~> 2.0)
47
42
  prism (~> 1.5)
48
43
  net-http (0.9.1)
49
44
  uri (>= 0.11.1)
50
45
  parallel (1.27.0)
51
- parser (3.3.10.2)
46
+ parser (3.3.11.1)
52
47
  ast (~> 2.4.1)
53
48
  racc
54
49
  prism (1.9.0)
@@ -70,11 +65,10 @@ GEM
70
65
  reline (0.6.3)
71
66
  io-console (~> 0.5)
72
67
  rexml (3.4.4)
73
- rubocop (1.85.1)
68
+ rubocop (1.86.0)
74
69
  json (~> 2.3)
75
70
  language_server-protocol (~> 3.17.0.2)
76
71
  lint_roller (~> 1.1.0)
77
- mcp (~> 0.6)
78
72
  parallel (~> 1.10)
79
73
  parser (>= 3.3.0.2)
80
74
  rainbow (>= 2.2.2, < 4.0)
@@ -121,7 +115,7 @@ DEPENDENCIES
121
115
  minitest (~> 6.0)
122
116
  pry (~> 0.16.0)
123
117
  rake (~> 13.3)
124
- rubocop (~> 1.85)
118
+ rubocop (~> 1.86)
125
119
  rubocop-minitest (~> 0.39.1)
126
120
  rubocop-performance (~> 1.26)
127
121
  rubocop-rake (~> 0.7.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KaChing
4
- VERSION = '0.7.5'
4
+ VERSION = '0.7.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ka-ching-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Neutert