wasmtime 27.0.0-x64-mingw-ucrt → 28.0.0-x64-mingw-ucrt

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: 3f306012d25c5f3a0a95f872c2103fca6e8cb77edad9991fe11572fcf9eebb23
4
- data.tar.gz: bda1c838cf71141493f3d53d0dffb7b5e086c6043ccece83493d8bb91b9a9be7
3
+ metadata.gz: 574f27182207de3d2abcc968dcb71230d936bd6f3c08e64ca2ada85f696557d8
4
+ data.tar.gz: f03e1c506e23de2e5ffa5834ec90cd843771b93846a04dad93ea04b7f368d54b
5
5
  SHA512:
6
- metadata.gz: 786b5fad5bf005e9688652eea7cf4631646ba061cf679d5c123d00de80fddaf11506a52bf8e0a5410c32f006011660f60ba288be4f9c175984072efd229056b2
7
- data.tar.gz: 6f2555ad3ad43755f663f1dad4d71022c5850aadc00dd4235c3b13c3d0f40166747686280c78ae53ff5f05b83e9639fdf5f2cfb933121205d0434a5561f46b74
6
+ metadata.gz: bcb3c50f0f9c4cef56613f3c77ecf2e72d6e7fc7dce95593d4abebc0229074f9797a922cd781e22c217b943708eb5d1fc7d05dc85c7c6fea2a00b77aaa519e7f
7
+ data.tar.gz: 8efbcfd99b40dc66a2f718faffeebfd2423a4a5f51ba843acd687ad06e740dfc83867ab8d0dc66f086c0e28ca713300292b0281adf5f5647af1b4ab4062bb505
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: x64-mingw-ucrt
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