wasmtime 18.0.3-x86_64-darwin → 19.0.0-x86_64-darwin

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: e2348c8e3380ba363c689f1c762b779cafd0e8f4f34df0874d3f48e981480ff9
4
- data.tar.gz: 2234c158e9865a0c3a1668fe81a43da0e60abcda787e4ad7c8c8fbb359e14484
3
+ metadata.gz: 573a23b3f09a5f1cbc80ec449131c63fd2be51a5b4a06e95608652d2764b9553
4
+ data.tar.gz: 2f172944395d1a3ffb16ea05a9ae4b9b251a8ba2e5fe90a204b5aeeeb5c81052
5
5
  SHA512:
6
- metadata.gz: b14eed6ed502bb3801c0ad54faefc3bc77041fc93ed769effa63bbcab8a4f2664c6736a33bf4bf3dac6599926bd2fc3aef384ef1d7feba1f46aa1101c6894eb1
7
- data.tar.gz: 56aac3b6453c7fbe347f5dc0a1c57e1730f5907cc3e7c8edd884b0d3a20297c4432197f281113c5fae955c8120e2bceee0a7cfa5064f6cf13ce742bc794779f1
6
+ metadata.gz: 705b05da32700639a4ef87fc9d17a844d893b1e6731b09ecb00e36a79decc17aa4daea51d49688c59722c05b1f7e5abe3896fa5f50a0e384d8e7352233983d12
7
+ data.tar.gz: dcdc69c8974298e27d9b58c033a8bdf2204fdd06af1e52913478161a97a38cf9911bb2bbf5c88636a0195d8a7223b901d86488a3b16f421cb71d691b627bb8be
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.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: 18.0.3
4
+ version: 19.0.0
5
5
  platform: x86_64-darwin
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-13 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.bundle
24
23
  - lib/wasmtime/3.1/wasmtime_rb.bundle
25
24
  - lib/wasmtime/3.2/wasmtime_rb.bundle
26
25
  - lib/wasmtime/3.3/wasmtime_rb.bundle
@@ -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