wasmtime 0.4.0-arm64-darwin → 5.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: b28fa0067ee272c2ded0d0917e9c88dcff9fb9ff0e0f8207954768ba75cac094
4
- data.tar.gz: 86ce5c577e656e5928d9caa9bedc91290c833d7d541af2cd043be59393f66955
3
+ metadata.gz: 466bbdff478a599be7f334c4163648d19919bdecdec930155aaaf0f02ade8521
4
+ data.tar.gz: 49a5f1db8a8698c9945efcc2448528f9d762491007b2d8543ff7f656d853de6b
5
5
  SHA512:
6
- metadata.gz: 1a09ea7a1a45be2a00f0f0e85666d024b9a4f9ae61a754ccb8ddab1f0bc41305694c77f1fac47b95e48a8f064d8e17d27f3fa1a27ff1f1c8c0d1ab957385a26b
7
- data.tar.gz: 6f1d85f095cdac3813a098bd8f05307ffb4215b32ad3058144ed1c9f2377da82f19c0e3437f737f84780773db9da18210d2dd88a5ca25ffd5cc4aa613e695d7d
6
+ metadata.gz: 3650d939f5dc194c95ed658489e6d80aa14b0f92fc8bef292b78b4a759622dfa6be871f63841778ca7acb563147973342271439bc56d8ef2f82c3e06c0c69c0f
7
+ data.tar.gz: 33a43df972fce231ef386463081bcaccf39ac391a7f594ca7be1a1cb0de0b49b34b924474ee1567ce1c075d37186797b2dbc7177fa799707535072092cdee629
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.0"
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.0
4
+ version: 5.0.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-21 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: []