wasmtime 6.0.0-x64-mingw32 → 7.0.0-x64-mingw32

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: c6d11e000126957c1737e12e60a8b5384704d6501993b68cfc494c74aed5bc1e
4
- data.tar.gz: ef74f53acb50cd56520c977cadca58df8647ec29cd37574c9ef9d6876a991245
3
+ metadata.gz: 5fc86e2969a415d4ccbb1ac94fffbf892a681d22c0808dd182187740e9de29a7
4
+ data.tar.gz: 9a31e28c43de3f8c44a4e741796a5daaccc043965a27ec3f3a90ddaa39be862b
5
5
  SHA512:
6
- metadata.gz: a87ca798176cd58802997d22e13f467d57849905bb5657ed505dd47d67b24d572f2d5c2dd13a0dc320cc994316848b37d666b05c35c1e7973a77ef706bf7a439
7
- data.tar.gz: db06c627b6dae7ce1f8e804efaf4cc1bb34753ba363b1abe9c8d0a4a466ccaa250fad67a4eafb340c6f00c54908ad096e7b1086dbf2a2c2e9495231ac5b19b18
6
+ metadata.gz: 7c80a56b329f5d598a75e036454644b7df02f7fd692c8dabd48285b594f94a10accf32fe3e8d4b822fd73afd1911b731adabce3343cb6d8a48a47976bddfcbfc
7
+ data.tar.gz: 17138f787371516f2fbfbd74240255df81e07ea97deaef215e5e334ead029ace0ae65af472b1b04683c1056af8688a83ee976110121d0c5f59ef962a8bda5a4a
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "6.0.0"
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.0
4
+ version: 7.0.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-06 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/error.rb
26
25
  - lib/wasmtime/version.rb
@@ -42,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
42
41
  requirements:
43
42
  - - ">="
44
43
  - !ruby/object:Gem::Version
45
- version: '2.7'
44
+ version: '3.0'
46
45
  - - "<"
47
46
  - !ruby/object:Gem::Version
48
47
  version: 3.1.dev
Binary file