wasmtime 0.4.1-x86_64-darwin → 5.0.0-x86_64-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: 69e4728293ad80a30dc43652b2adfa0466558f2ddc422f1da1f92c113fc5fb91
4
- data.tar.gz: 1cb8cc88ddb0af4900ad278fa7e4439eebcc1506055bd1f97a9c2f40b2ed1bac
3
+ metadata.gz: 19a484a20aaebded3111846a9779420dadab2e48ea7af0601b93acc79c04e694
4
+ data.tar.gz: 4e8964517fdfaf59043a11ddcd64f13701c0cea5dc73da420469af45da495928
5
5
  SHA512:
6
- metadata.gz: 63875baf1789d862877b3cbbc4cefb856404d478464ee81d9d2afe40dd061e9e9bca95292ce323cc058c067ee281a796d4dbb953729dd1230a3b6512952e6acc
7
- data.tar.gz: 6d1b761441b6d3b571b6fb682cd20c1162e6c2213f76461c89a328c479075d40f983a6896be2e75a0672d9d25e2dfe9306681a2742d63f7100add47e50a06e5b
6
+ metadata.gz: a39a3c4bbfd1d3d16d1d00abb18b16d9a0498f5583d351ab6953c56a5628d7ad1d235b2c86ec1f5eca340e870c8e6ba6a9aee661fe21655ab79ab9c4b1a54dff
7
+ data.tar.gz: 839a3940551044283f09f29df5cd47b1daa3231d010ef50a0530fafa6caab2ae69afb03c27f14534e604b3f6bd6e90f569e5ea21add7d292ac919168cd80cc70
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wasmtime
4
- VERSION = "0.4.1"
4
+ VERSION = "5.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: 0.4.1
4
+ version: 5.0.0
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-02 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -24,6 +24,7 @@ files:
24
24
  - lib/wasmtime/2.7/wasmtime_rb.bundle
25
25
  - lib/wasmtime/3.0/wasmtime_rb.bundle
26
26
  - lib/wasmtime/3.1/wasmtime_rb.bundle
27
+ - lib/wasmtime/3.2/wasmtime_rb.bundle
27
28
  - lib/wasmtime/version.rb
28
29
  homepage: https://github.com/BytecodeAlliance/wasmtime-rb
29
30
  licenses:
@@ -33,7 +34,7 @@ metadata:
33
34
  source_code_uri: https://github.com/BytecodeAlliance/wasmtime-rb
34
35
  cargo_crate_name: ext
35
36
  changelog_uri: https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md
36
- post_install_message:
37
+ post_install_message:
37
38
  rdoc_options:
38
39
  - "--exclude"
39
40
  - vendor
@@ -46,15 +47,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
47
  version: '2.7'
47
48
  - - "<"
48
49
  - !ruby/object:Gem::Version
49
- version: 3.2.dev
50
+ version: 3.3.dev
50
51
  required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  requirements:
52
53
  - - ">="
53
54
  - !ruby/object:Gem::Version
54
55
  version: '0'
55
56
  requirements: []
56
- rubygems_version: 3.3.22
57
- signing_key:
57
+ rubygems_version: 3.4.4
58
+ signing_key:
58
59
  specification_version: 4
59
60
  summary: Wasmtime bindings for Ruby
60
61
  test_files: []