wasmtime 27.0.0-x86_64-darwin → 28.0.0-x86_64-darwin

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: 5f26c0fe105272231436ff312d6db264629b93e72f1b7425ce8ede81043ae4e1
4
- data.tar.gz: 749f19ea49f661c64eb6467ad9300cf34c4f843d77cf5c501ca1c8971ea7d9ab
3
+ metadata.gz: 8fe201f8012d114671836ced719f67e0486f00da0448da50192134ffd95c8d0c
4
+ data.tar.gz: bd0ef8c5b714072f8df8627ee2cb0a339e6e94f5ff96d1986d025bbd3df15fb8
5
5
  SHA512:
6
- metadata.gz: d68810289d1195383e60da8eb2964d325269930059dd12a27139dcabec2cbc372b81e69e6dd6fc0d7c25f4a65c9bf9de33670ec6588f81353f1a3b182d91b087
7
- data.tar.gz: ec6370df6dcdb1beca3e4cc5685c7cb14aef4e263b49b7b1db495f8c8fd9af497a91c3e0650ad708aa7a7c56177e374fa178c06b39c67f0b9f4d7946e0e0a020
6
+ metadata.gz: de4bab53f313213605ed1e43448929de5f2e68e8859fff68a0e65c561ddf59e5c9da5daf8c81963d55bc5fa2ddac8fb8f1cbbb3cd097c42efb651b521a27acd4
7
+ data.tar.gz: 12b88a3edc1da23799905592d1137edceb4a67919df291dc8aa8eeff588b4821f82ef1c02bc262dad60cddd522bd3684131d09f0d7169a5a569dab9698917866
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "27.0.0"
4
+ VERSION = "28.0.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wasmtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 27.0.0
4
+ version: 28.0.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-22 00:00:00.000000000 Z
11
+ date: 2025-01-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -23,6 +23,7 @@ files:
23
23
  - lib/wasmtime/3.1/wasmtime_rb.bundle
24
24
  - lib/wasmtime/3.2/wasmtime_rb.bundle
25
25
  - lib/wasmtime/3.3/wasmtime_rb.bundle
26
+ - lib/wasmtime/3.4/wasmtime_rb.bundle
26
27
  - lib/wasmtime/component.rb
27
28
  - lib/wasmtime/error.rb
28
29
  - lib/wasmtime/version.rb
@@ -46,14 +47,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
47
  version: '3.1'
47
48
  - - "<"
48
49
  - !ruby/object:Gem::Version
49
- version: 3.4.dev
50
+ version: 3.5.dev
50
51
  required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  requirements:
52
53
  - - ">="
53
54
  - !ruby/object:Gem::Version
54
55
  version: '0'
55
56
  requirements: []
56
- rubygems_version: 3.4.4
57
+ rubygems_version: 3.5.23
57
58
  signing_key:
58
59
  specification_version: 4
59
60
  summary: Wasmtime bindings for Ruby