wasmtime 14.0.3-x64-mingw32 → 15.0.0-x64-mingw32

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: 16aff24551c9d67d049dbfa8c43b3a5a3ef8745ff443fa778d727c5e44352f62
4
- data.tar.gz: f69f27a5bb827dc245675b0c2952b5d83982cd17ce1d1878413a1f8548c9b97e
3
+ metadata.gz: 98b54ba7391c06a0fd66da6774b9ab47be8b9e1ac51ce7f55c6c2af3d0e8b1b8
4
+ data.tar.gz: 831eaccefcfcbaea2d77cb2aeca6a04db72b8a624f2e077d8910ea0c039dcaee
5
5
  SHA512:
6
- metadata.gz: 12b31e2c5df7ddbdbafbc16d64d6464e3d4d574246f54933c342e08faed87c3f72fb887c1b2d31b19c453e1f6bdada09fc5456e470a47614fe4e05ae2e186800
7
- data.tar.gz: 94b7eab5189a671dd17792aaa774f7dafea61e9d6e219ee4fcee8e9c9a0d45b81fc0a6bb2fe9c093503c0ec4302e387dd465f471c330d296caaf654eb5b9650b
6
+ metadata.gz: dbc0833149329354388a1b7ad013df1371c66afa574ca7ebbc7f37661a3cd9e53d284e36b1e30550d6bae1c48a0562ce602b36cfb853b7f35b467a6fc82884ce
7
+ data.tar.gz: 3e59fdd500b91269ba935fe2d9a9a7783d42f527a1e48127436df2ec844f9989ac747ce94eb3b58a45ff27cf3bbc03fdb17def023924adfde57b58ba48e681c2
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "14.0.3"
4
+ VERSION = "15.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: 14.0.3
4
+ version: 15.0.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-07 00:00:00.000000000 Z
11
+ date: 2024-01-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -27,7 +27,6 @@ homepage: https://github.com/BytecodeAlliance/wasmtime-rb
27
27
  licenses:
28
28
  - Apache-2.0
29
29
  metadata:
30
- homepage_uri: https://github.com/BytecodeAlliance/wasmtime-rb
31
30
  source_code_uri: https://github.com/BytecodeAlliance/wasmtime-rb
32
31
  cargo_crate_name: wasmtime-rb
33
32
  changelog_uri: https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md