wasmtime 18.0.3-aarch64-linux → 19.0.2-aarch64-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: 6fcbf86638e52096aa5c8856bf884bb8201e58c8d3126cdc2a1527f815ec1cd6
4
- data.tar.gz: 9d32948f2f27867ff261630dbff62c40522c0c8c72b9a19b79f40f70a531dab1
3
+ metadata.gz: be938eddb47873e70af0fdb613d8aafcecef9b86180aad2c42183c5b68df01e0
4
+ data.tar.gz: 5d152902af20f6cbeacb0c8e4d3d8aa03a70555098afc10014a6941f68b9b96c
5
5
  SHA512:
6
- metadata.gz: 13dec34af8fb853944e52ee18e639bc3100073c8eac76b27f28a773191254dd5993ce0fc0a29bcdc4ddcc321f6ac1cae08c94d6ff3447fb547f04a421e1bd3ac
7
- data.tar.gz: fbcc9ebff6802f595f1e43a69faea3da6d5b6c96860b39f4860482e641fe810d4a4ea3c5f81336e8042aeb822be4f414f5c1b9323a40b369cfa3d9bb6a7fc0bf
6
+ metadata.gz: b8c771b87fd18caf23dee79a1eff2e95c59eb4326993cb47a3adb2f36c2e9fad57396d888fbcd8c6c90810d5b5efdf1de1e08108555bad4c2a9e722c189c7365
7
+ data.tar.gz: 9e4ab68855fb3fe11d1852a590b05e80fad5d0043cbab505be2cd596deafe9e2609494c5f93cd1759f987aced9389719c9298cd8302727e3b0512e5d231505c5
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "18.0.3"
4
+ VERSION = "19.0.2"
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: 18.0.3
4
+ version: 19.0.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-14 00:00:00.000000000 Z
11
+ date: 2024-05-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -20,7 +20,6 @@ files:
20
20
  - LICENSE
21
21
  - README.md
22
22
  - lib/wasmtime.rb
23
- - lib/wasmtime/3.0/wasmtime_rb.so
24
23
  - lib/wasmtime/3.1/wasmtime_rb.so
25
24
  - lib/wasmtime/3.2/wasmtime_rb.so
26
25
  - lib/wasmtime/3.3/wasmtime_rb.so
@@ -43,7 +42,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - ">="
45
44
  - !ruby/object:Gem::Version
46
- version: '3.0'
45
+ version: '3.1'
47
46
  - - "<"
48
47
  - !ruby/object:Gem::Version
49
48
  version: 3.4.dev
Binary file