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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/svix/version.rb +1 -1
- data/svix.gemspec +0 -6
- metadata +2 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f628f335f05d95af048e5e5db697f0d61a9836d9e0bb8a07775dbfa3c826c6ec
|
|
4
|
+
data.tar.gz: '084af0b17af5b537532d2b5accbbf285b32d37631d02e7354904ab35191364fc'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc9eb0665138ed9619c3fbd7ddef3bf379aa7f3e0faaefb5f79eeddcb7e6dbe9b38fdf3e10f455ad5a4208bd2ee3bc39c80ad44245a3085c92ca7e5976e0d8dc
|
|
7
|
+
data.tar.gz: 4618a327fc1545fb01f1b0a97742fd5c7b422503fb51b233408172ba61cb46bf0d0c4d6077bae6d772c6ce335e4342f1b9ca1b35365172b0bf1cea0f301d0684
|
data/Gemfile.lock
CHANGED
data/lib/svix/version.rb
CHANGED
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.
|
|
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-
|
|
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
|
-
...
|