wasmtime 6.0.1-x86_64-linux → 8.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: 43635924a293ab88ce1067c01b628d7f18316865c7e326e78e0fb417551536f9
4
- data.tar.gz: 27dbdbaed2559ca347ce14112fab6e5d295ee2117d1d7dc0585e18fcbcc68705
3
+ metadata.gz: 4eae422295b7b7f3233a9ae227ce99b021648737d31d642ebbdfa7fd3958b3a7
4
+ data.tar.gz: cfbc0d46f87a2523569ef63f091f6982127ed3b6c5c3a4efcbd90e40c4225dbc
5
5
  SHA512:
6
- metadata.gz: 34c3b4ed08864664d9317eceb2e680574769ab919cd9dbb747c983a7fabfc65883ad406883363f1406181170da0e8656f1caf83a92e15286a73b85e13541b66b
7
- data.tar.gz: 8c7a68f60724dffbfa18337a1ce8785b7fcb7bf2c08ecbf7547c54c99e8148563b350d86c2671cfb85266326bfc7894eeb3bef4fb8b0fea2d53d73e9a4a058ff
6
+ metadata.gz: c57eeb365b0293bef44f1c59ae14190c94c57aed1301538c8214520af801f788916b3044faafaaf0f771fa7ea00e47a395b428e0b3b97839a26b915018897ade
7
+ data.tar.gz: eca81cd0c2cd3409690f2600cf89cbaa96c11b5292cdeab649e5630d554a9cd1149869a4a20060b5e2c67ce250d15360a795d993808685f420ff3c9c25bccc5c
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "6.0.1"
4
+ VERSION = "8.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: 6.0.1
4
+ version: 8.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-03-13 00:00:00.000000000 Z
11
+ date: 2023-04-25 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/2.7/wasmtime_rb.so
24
23
  - lib/wasmtime/3.0/wasmtime_rb.so
25
24
  - lib/wasmtime/3.1/wasmtime_rb.so
26
25
  - lib/wasmtime/3.2/wasmtime_rb.so
@@ -44,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - ">="
46
45
  - !ruby/object:Gem::Version
47
- version: '2.7'
46
+ version: '3.0'
48
47
  - - "<"
49
48
  - !ruby/object:Gem::Version
50
49
  version: 3.3.dev
Binary file