wasmtime 0.4.0-x86_64-linux-musl → 5.0.0-x86_64-linux-musl

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: de4bcdbaf19c8bc9361cd2b7cb43ff888bcf297bfe78d28a341317dec98a0073
4
- data.tar.gz: bbf977fd0e4eff205e57f3aeb30150b8cea4f85e0d696979891c9ef2e41ca633
3
+ metadata.gz: 1945313b71606a85e0d2b3b33ea6b9391597d496c27c9691153c498266140983
4
+ data.tar.gz: e3fde42240f521b3cfec61f1087337c8e58ba957abead25ef3398bc0e4978792
5
5
  SHA512:
6
- metadata.gz: aac334d36a86fd7a1bed5bd6d6ed89f5babd149e1e1d0b3dfb7ecbecad0152a0588d9e8271b3ecf8509a39dfe867a53a2e8672fc3d9fdf092128b5adb43757d7
7
- data.tar.gz: cfd0a6f06c8ab0865057bfbbcd8a4b79cd946f38819b1e648dc835f85984f53f1fc73b3b868983f5e9738183af049f01dfcfdca3609e6cb479386bdb761bbe79
6
+ metadata.gz: 6492485b0e1aabaf40bb6921b8c509cd5bed7f668df6910c371f5125ff3afd9408ef6bad8373e13f11b459980f4b6d44a726464f5172a8f3aa21e2a7f819be7c
7
+ data.tar.gz: e8aa7bd0a464492d4d873b4e6e3dda8c5688bdbd8ea5646364c86663c088a6081117f4d15a2aac78e4e01b62b2b6206aa720a9784ed2661804412a7e81df1ea4
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: x86_64-linux-musl
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.so
25
25
  - lib/wasmtime/3.0/wasmtime_rb.so
26
26
  - lib/wasmtime/3.1/wasmtime_rb.so
27
+ - lib/wasmtime/3.2/wasmtime_rb.so
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: []