wasmtime 6.0.1-arm64-darwin → 7.0.0-arm64-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: fdb2154b4e20451f6882e32629da57765466cdc9fd76060bcf32e7525796cd7f
4
- data.tar.gz: 4aa1467b525e1af658596ce1490e5b89f016dcb2c7dc40d31c9535e2a0ce1f41
3
+ metadata.gz: 95608079e7b1d0c012f69de481f57429739f5d830be3440c7e0367a8fa9b507d
4
+ data.tar.gz: d087a9a1f13675fea2a4547513de02d9792c70460b763ad4a529bb33d1918e00
5
5
  SHA512:
6
- metadata.gz: f9f008665876d9efcfdeeae3dfb89ba2cda59fb44f4b306f51f2ff78766cb966a21372e16480a1c0d758e6e96e89477ad37a587a1fb1d5b3400067e7ca27f14e
7
- data.tar.gz: 0aefabbf5370dc37f3eddde234c827c0c2ca9ab2d075e7c557d9e5f6fa53f37caf523834ae1ff7f185d7b8903e352abec5fd856c899ce6302d8758597fcb2433
6
+ metadata.gz: 7cec895243aa2797a02e00c4718de72e5ff24552715221ddacd97ef6b476331cf913827be0364f15b6750506708b3a94ed015fa010b8bf37812beab884eb1651
7
+ data.tar.gz: ca7be2891a9e9298dae164133ca0a6165a4c949c78dd60f3cec323e778152c1054fa10ecb9a85ca6049fa1a6906d67366775b234bc427561d081df7d81940c6d
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: arm64-darwin
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.bundle
24
23
  - lib/wasmtime/3.0/wasmtime_rb.bundle
25
24
  - lib/wasmtime/3.1/wasmtime_rb.bundle
26
25
  - lib/wasmtime/3.2/wasmtime_rb.bundle
@@ -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