wasmtime 17.0.2-arm64-darwin → 19.0.0-arm64-darwin

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: ec864c2973cfefb48bfffcf75b2e05546b961edc3326db3633786a48eb6a1415
4
- data.tar.gz: 47df97c981f7de72c8e8810ca1f0c507193e8a52b047b6f4c5e22aaef2dcd0c4
3
+ metadata.gz: 9bb1e8d05bcfdec5a0498503c643d1cb8d55b0922f7ba7b715de277e3ada6e1e
4
+ data.tar.gz: c60bda266c82bbecb73cd9c0d4951681249ef1e82241d9ad78afca0d6c5e8405
5
5
  SHA512:
6
- metadata.gz: bd0d1c6dce185f87f21cba3fbd7735ce768a65e4d15ae860289b50a58114162053d098555188a918c09369e5367ef716ba72afb8f377ffc672d4d1a89a8e5518
7
- data.tar.gz: ce15d07f5bf0c8da50d80a80a2877e4ef470c009a46accb29144ad949d3bcaf61f6828e30b83c8619c2ae420161fd02af6d2812e60ff571346e3f64846a34309
6
+ metadata.gz: b4a252d463f44b79df1bd2e67244fb2670f860d6bffc09ecb843b0e0ca6ef10a3200558098041eb6bc39d5c082fb41203095b6e8eeb3d7897a55f59b609e30f1
7
+ data.tar.gz: c498366eeb0031b3c7b457cf4841f79d4062ccc7e1049c97fe8aad5b610fb999a0b512d88bf0706d2cbc8bd58841e532c79e0d7dfacf7bd289b79f6f66e249e7
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "17.0.2"
4
+ VERSION = "19.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: 17.0.2
4
+ version: 19.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: 2024-03-04 00:00:00.000000000 Z
11
+ date: 2024-05-13 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/3.0/wasmtime_rb.bundle
24
23
  - lib/wasmtime/3.1/wasmtime_rb.bundle
25
24
  - lib/wasmtime/3.2/wasmtime_rb.bundle
26
25
  - lib/wasmtime/3.3/wasmtime_rb.bundle
@@ -43,7 +42,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - ">="
45
44
  - !ruby/object:Gem::Version
46
- version: '3.0'
45
+ version: '3.1'
47
46
  - - "<"
48
47
  - !ruby/object:Gem::Version
49
48
  version: 3.4.dev
Binary file