wasmtime 27.0.0-x86_64-linux → 28.0.0-x86_64-linux

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: 42d104bc2a3d4d5f027c844ae8db55c10c79ca1d659cd6274a11dab4b394e8fe
4
- data.tar.gz: 71b463094d4565e3ce53304571caad880f8e7144c5362ae29b3656c80b67a56c
3
+ metadata.gz: cc895a4aaf7514084788aca206b7cadbdec96d5f92d83af806f8da0cdad19eb3
4
+ data.tar.gz: ed08e1cb2116b77ac6919a4a06480845830a4bb1692815d6180f25f750e7bc6d
5
5
  SHA512:
6
- metadata.gz: fdcb59ec888b727b2113234843ba44ac82b59aa49392161fd3ed6d74bc815d505e129aba12f203d6801b55bd1ddcdd4bab2d76d3562099c4d5ee8e5ecaa3d96b
7
- data.tar.gz: 378546dc27fc727aca69655b9300f12656fb0ab6cf1b86aa5f2492d9f1205d7709c779847a481485f7f81959fef7307471b8ce503e9fc7d771347b38f60eb140
6
+ metadata.gz: dd1b9238ea4799309c51e56b43ebacd3a53d20a5ee59b04152504ff986c3802b3adbb845148c1757435fa92dfb1d75a9726b41dc235af6e391b7140adb2d5c9d
7
+ data.tar.gz: 8da120973f61816cb545a4dd8573731555a48f6c69266cddfa214f357f235c05c8fdbadd09a809ffb4e9f621ab94353ef0c864ee5efa2ad312b0c07cab2c99fa
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-linux
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.so
24
24
  - lib/wasmtime/3.2/wasmtime_rb.so
25
25
  - lib/wasmtime/3.3/wasmtime_rb.so
26
+ - lib/wasmtime/3.4/wasmtime_rb.so
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