wasmtime 0.4.1-x64-mingw-ucrt → 5.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: 1397e7a0f3c231100eb6ce726cd3857a03d33423887ccb1ca2531acb1a1bd5ad
4
- data.tar.gz: 5059155305fee3ca06e10ea092c43d1b3b60ebbf49ac58b6a37258c9fe1655ee
3
+ metadata.gz: 9367c220ee9eb8b8c8e863bb5c47b31750848a3a76f501e963d58bdd0245b7d2
4
+ data.tar.gz: 977f6fa36f8f1600fb406924600cd9cf2de22c77169cc721aa65d88f6326ea14
5
5
  SHA512:
6
- metadata.gz: 6875528c8df50d0095d8a5356173a4d0fed59c69a84bce0c11045f69304539f813132694e2b700f2411029d043e3c12c96f946d9049ec4217a35e920ce58cf36
7
- data.tar.gz: fc25ac7a8ed45cf033ac2fdbf603d2555a321e3afe1149814e5fb272ae691bdf0d19cd80ddbcccc183504b2cec36fb441db875cf63386680969df9332bebdd45
6
+ metadata.gz: 478e33aa2fd9d942a8ee99a29feb1936d114772d9e0661481e829de86e00e032bd7ce340a7841b1b834ca88521f78f2f903aa033ff0f9c155f24dfa546399a10
7
+ data.tar.gz: fe218cde924d52e0652593432ae02ee3f6a1162ce2a86b2a4b21aa26fd1962914005a79c598f88ecdccd87cc7c0b898aca06b738a3d498731ba9cc56fc8444ba
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "0.4.1"
4
+ VERSION = "5.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: 0.4.1
4
+ version: 5.0.0
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-02 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -22,6 +22,7 @@ files:
22
22
  - ext/build.rs
23
23
  - lib/wasmtime.rb
24
24
  - lib/wasmtime/3.1/wasmtime_rb.so
25
+ - lib/wasmtime/3.2/wasmtime_rb.so
25
26
  - lib/wasmtime/version.rb
26
27
  homepage: https://github.com/BytecodeAlliance/wasmtime-rb
27
28
  licenses:
@@ -31,7 +32,7 @@ metadata:
31
32
  source_code_uri: https://github.com/BytecodeAlliance/wasmtime-rb
32
33
  cargo_crate_name: ext
33
34
  changelog_uri: https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md
34
- post_install_message:
35
+ post_install_message:
35
36
  rdoc_options:
36
37
  - "--exclude"
37
38
  - vendor
@@ -44,15 +45,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
45
  version: '3.1'
45
46
  - - "<"
46
47
  - !ruby/object:Gem::Version
47
- version: 3.2.dev
48
+ version: 3.3.dev
48
49
  required_rubygems_version: !ruby/object:Gem::Requirement
49
50
  requirements:
50
51
  - - ">="
51
52
  - !ruby/object:Gem::Version
52
53
  version: '0'
53
54
  requirements: []
54
- rubygems_version: 3.3.22
55
- signing_key:
55
+ rubygems_version: 3.4.4
56
+ signing_key:
56
57
  specification_version: 4
57
58
  summary: Wasmtime bindings for Ruby
58
59
  test_files: []