wasmtime 14.0.3-aarch64-linux → 15.0.0-aarch64-linux

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: dc7258af867c51c742cb01b59c57c3ea8b7103f9e4c2c92f64e3e5cb529988c4
4
- data.tar.gz: c2e58d954af6467d523de6acb3718f4811fdf29c33a585e039b7e5075786ea60
3
+ metadata.gz: be0615c74ff99e24651ecc28f8be32afee969f8dc0352d5d10e8834bb7849970
4
+ data.tar.gz: 28739ecb359d77afad731983279976ed6b3d691ebea6134aa6de1c974ad006b1
5
5
  SHA512:
6
- metadata.gz: a6eb96b15dea9f40d8aa242ddcd686adec914565bef923f030172271a79dd58906a06b2ffd5c5dd2515a293957117142f89e81b64d7c45a2da56b8bc0682f343
7
- data.tar.gz: 424ce537f3408bf67da2a0a26db68394f5e2c08f84dd518888684b6dc73f6eb6f0174cfd091116511628bda572494f69edd014298c24c4e64cace73996cc50bd
6
+ metadata.gz: 7f4c5b6dd1700f0853e099530a578314ee3da9d04280a52033122c6c2e54aa4d7a9e6cad9a4535c8ee02cd9d7d02110d9feca604a222714d783ee909537b0e73
7
+ data.tar.gz: 81c16477c83307b396cb50be0bf539615870cc54f94c84e2a681eb5e6584051c5e1d8fa4706c34ac8e416555eeefb7524898f9c1b56405d65fd6693314b75b70
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 = "14.0.3"
4
+ VERSION = "15.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: 14.0.3
4
+ version: 15.0.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-07 00:00:00.000000000 Z
11
+ date: 2024-01-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -23,13 +23,13 @@ files:
23
23
  - lib/wasmtime/3.0/wasmtime_rb.so
24
24
  - lib/wasmtime/3.1/wasmtime_rb.so
25
25
  - lib/wasmtime/3.2/wasmtime_rb.so
26
+ - lib/wasmtime/3.3/wasmtime_rb.so
26
27
  - lib/wasmtime/error.rb
27
28
  - lib/wasmtime/version.rb
28
29
  homepage: https://github.com/BytecodeAlliance/wasmtime-rb
29
30
  licenses:
30
31
  - Apache-2.0
31
32
  metadata:
32
- homepage_uri: https://github.com/BytecodeAlliance/wasmtime-rb
33
33
  source_code_uri: https://github.com/BytecodeAlliance/wasmtime-rb
34
34
  cargo_crate_name: wasmtime-rb
35
35
  changelog_uri: https://github.com/bytecodealliance/wasmtime-rb/blob/main/CHANGELOG.md
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
46
  version: '3.0'
47
47
  - - "<"
48
48
  - !ruby/object:Gem::Version
49
- version: 3.3.dev
49
+ version: 3.4.dev
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="