wasmtime 6.0.1-x86_64-linux → 7.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: 56a0922f860368c07edbcf45b20648f78060935f3bdcec77c4e1e0d5631df73c
4
+ data.tar.gz: 42f90221a1b3a7342242d8d2ae1a0581bcc533b3bc6170e50b3839fabff5dfb8
5
5
  SHA512:
6
- metadata.gz: 34c3b4ed08864664d9317eceb2e680574769ab919cd9dbb747c983a7fabfc65883ad406883363f1406181170da0e8656f1caf83a92e15286a73b85e13541b66b
7
- data.tar.gz: 8c7a68f60724dffbfa18337a1ce8785b7fcb7bf2c08ecbf7547c54c99e8148563b350d86c2671cfb85266326bfc7894eeb3bef4fb8b0fea2d53d73e9a4a058ff
6
+ metadata.gz: 5edfda81047e6ff5cae41ce55199da29dc5f0bb3773abc32e96b10de1a528899deac3b457ab50ffafe97d26c90a2ed76abc29e991c335f380c331e16ec4d386a
7
+ data.tar.gz: b98d3880f7d09d54272b372e5afd285c9adf6ec27c0a2689e7d1aa859932a69305bd7a0dbd5996d0b5203bed4e1f78869704411d7c8915edc110d023ac0f9393
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 = "7.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: 7.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-06 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