wasmtime 6.0.1-x86_64-linux-musl → 7.0.0-x86_64-linux-musl

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cc3a2a767194c8390d3c6492a96e1345c48830e21b571ed8592a6782c55e8db
4
- data.tar.gz: 171d789596876a2c108dd8c74474a8fa1ba251ea39d3d51167045f0ce73de320
3
+ metadata.gz: 8219cb7d3a27b27e5818b62621623cd6d728ab463d9b7a9f0c36e9bfa45b60d5
4
+ data.tar.gz: a9d4b51e094749adeab330cd736b776aad90dc082e6c8197060214fcf88096dc
5
5
  SHA512:
6
- metadata.gz: 269e2ab54b3c7ec95b70ce7e60ffc91d410bc58a788d2ba4b86ce07ce896c9e94d6f3472f0a962645a99b26cb9484e47e1b2f91b9747e92fbde0b2f541bccf36
7
- data.tar.gz: 7802acc1920dea1df97cd7f5341a8106b628c30ffb8122743684974e330b2970dfffbec3e0f3c9c23e44545060294e7a08c19abed2da6d981df6c9f4ba581350
6
+ metadata.gz: 9fcb09a88440cff90a3672d20a46ed84ac9deec1ed9262fe3257a6923cbd857a4373cdf2878126964c6546c31265b85f1671ae68d7d034bee8d56f65fa99fc56
7
+ data.tar.gz: 509158c9ce17592501c44cdb6babbcf748b1324f61c2b0a72bd547c0a23f912731125eb4e33fc6c23c241980e1ae3e7047cf53cc9a7dd0a20fce49bfd686e775
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-musl
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