svix 1.93.0 → 1.94.0

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: c93ea5ce62cf3681a65b3244a48e8787c65e763798398ed81a662bed6cb8f5d0
4
- data.tar.gz: d0242261a2b37ac3e49c27246b854bc027dc4ef6369968f47ca73ee899716605
3
+ metadata.gz: f628f335f05d95af048e5e5db697f0d61a9836d9e0bb8a07775dbfa3c826c6ec
4
+ data.tar.gz: '084af0b17af5b537532d2b5accbbf285b32d37631d02e7354904ab35191364fc'
5
5
  SHA512:
6
- metadata.gz: 5824f3ebe1dfae4ae4f1455e85bf731ebf43f5d7b73dc1791474ce041b5683595300faac9c11cd7afbfa5e5000bb366c03b291fafa06adc1868d62a2f47b4dca
7
- data.tar.gz: e3b796b52c466792f4dc2e34e4ea3be1528cefea41b5405ca792a64d924a5f3df00cb66b5aaa3ba61ab8ec607cfb5e5fbb9ecb9fa1f4b71df9a454d9702327b1
6
+ metadata.gz: dc9eb0665138ed9619c3fbd7ddef3bf379aa7f3e0faaefb5f79eeddcb7e6dbe9b38fdf3e10f455ad5a4208bd2ee3bc39c80ad44245a3085c92ca7e5976e0d8dc
7
+ data.tar.gz: 4618a327fc1545fb01f1b0a97742fd5c7b422503fb51b233408172ba61cb46bf0d0c4d6077bae6d772c6ce335e4342f1b9ca1b35365172b0bf1cea0f301d0684
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- svix (1.93.0)
4
+ svix (1.94.0)
5
5
  base64 (~> 0.3.0)
6
6
  logger (~> 1.0)
7
7
 
data/lib/svix/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Svix
4
- VERSION = "1.93.0"
4
+ VERSION = "1.94.0"
5
5
  end
data/svix.gemspec CHANGED
@@ -17,12 +17,6 @@ Gem::Specification.new do |spec|
17
17
 
18
18
  spec.required_ruby_version = ">= 3.2"
19
19
 
20
- spec.post_install_message = <<~MESSAGE
21
-
22
- Thank you for installing svix!
23
-
24
- MESSAGE
25
-
26
20
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
27
21
  # to allow pushing to a single host or delete this section to allow pushing to any host.
28
22
  if spec.respond_to?(:metadata)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svix
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-05-07 00:00:00.000000000 Z
10
+ date: 2026-05-19 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: base64
@@ -355,10 +355,6 @@ metadata:
355
355
  homepage_uri: https://www.svix.com
356
356
  source_code_uri: https://github.com/svix/svix-libs
357
357
  changelog_uri: https://github.com/svix/svix-libs/blob/main/ChangeLog.md
358
- post_install_message: |2+
359
-
360
- Thank you for installing svix!
361
-
362
358
  rdoc_options: []
363
359
  require_paths:
364
360
  - lib
@@ -377,4 +373,3 @@ rubygems_version: 3.6.2
377
373
  specification_version: 4
378
374
  summary: Svix webhooks API client and webhook verification library
379
375
  test_files: []
380
- ...