wasmtime 14.0.4-x86_64-linux → 15.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: 72261dbcfea252789ffa10a471013cd07ee76aaad28f43c7f9e1f131a04c43ab
4
- data.tar.gz: 12b545c64cfc676cd2e775c2da408223675bd6f5ef125f992034dea74ffbdc14
3
+ metadata.gz: c513a58d1c2a3e48138bb0347af4b3704d83e88aab5a65446a9e51b5e692ab20
4
+ data.tar.gz: b969bc1319461d203937837066900b597a00a04cb630dc4d15e673458f6ac779
5
5
  SHA512:
6
- metadata.gz: ea8b5bdf26f411c929c9e49465cf0aeb926ba0afc453cd1c0745422ad211c6922134ff5147f09dc7aea063cbae53c8ea5cf9726b6b32f344b1df16e7ce836576
7
- data.tar.gz: 4bba425bdaa1ed492f53310aeff6a767507e3ab61c761e91190f5a7510837f2eebe8bac00cfddcc5af4eb5906d7904c7b52f469922389a60d39439088f79d447
6
+ metadata.gz: 0f1d75ae0d2135ac720df700aed5a0609f10dfd016c1ffb624df8d219e48cec38190a85a0976edf27eb0aa969f5e5b96c60222f04b55970f009e8d3a10358b7c
7
+ data.tar.gz: 69c8670332e2356a064fc04fbd97b347687dcaf11b18fe377e712045a66fecfc23eec7873e652930ce663d9be877f92a0470686cd767dac3bc5b5d114684644d
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 = "14.0.4"
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.4
4
+ version: 15.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: 2023-11-09 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:
@@ -23,13 +23,13 @@ files:
23
23
  - lib/wasmtime/3.0/wasmtime_rb.so
24
24
  - lib/wasmtime/3.1/wasmtime_rb.so
25
25
  - lib/wasmtime/3.2/wasmtime_rb.so
26
+ - lib/wasmtime/3.3/wasmtime_rb.so
26
27
  - lib/wasmtime/error.rb
27
28
  - lib/wasmtime/version.rb
28
29
  homepage: https://github.com/BytecodeAlliance/wasmtime-rb
29
30
  licenses:
30
31
  - Apache-2.0
31
32
  metadata:
32
- homepage_uri: https://github.com/BytecodeAlliance/wasmtime-rb
33
33
  source_code_uri: https://github.com/BytecodeAlliance/wasmtime-rb
34
34
  cargo_crate_name: wasmtime-rb
35
35
  changelog_uri: https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
46
  version: '3.0'
47
47
  - - "<"
48
48
  - !ruby/object:Gem::Version
49
- version: 3.3.dev
49
+ version: 3.4.dev
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="