wasmtime 27.0.0-aarch64-linux-musl → 28.0.0-aarch64-linux-musl

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: 7d5f1725d91262b7c53e6a1abca21c77f8fdd073ce901fb2bad584212b76fac4
4
- data.tar.gz: eb6e458885d78f9c12848cbc403811ab563906a13b4a138e4efdf6edd3e58305
3
+ metadata.gz: a4996541421fb7cb1db8a92dd47c9ce51eb8c95f98d361f63a0777ad88fb6bfd
4
+ data.tar.gz: 8f8e67f8667cf70695f8a1eae31dbbb8c0532d6d9fa661b40b7e070aec4765b9
5
5
  SHA512:
6
- metadata.gz: bcc423311b4a8c7c376be99899766357a909008f144e88e4aa9c1961742204f4ac0c2c141621000e85d5a96563cf43a25591f30bc9d6e81391c85253cbd76a40
7
- data.tar.gz: f7e7b2e197103440d4704b2ab89c4b3a4c7b6a90e3a066bedf7cda0538d80a64f79457fbc65294599b424b93fea6ac4bdb1682c0775f5795c7fcc38e40e51291
6
+ metadata.gz: dfde47af2e236d4ad63c0c5c26f9e91d7f08b1bfdc8db33b915b9bf9ed6493c3132a726b63d1074808a910f6c21c8e7e0bc1f268d7f3b3c55fa65e36340f6df6
7
+ data.tar.gz: 608fe043459d785a6c46c38eb0bcf915002d603494d7847869227801a560892aa6dd4a3897d8351a305baaf2990e13949e75415f83fe074972a66893f47b3935
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 = "27.0.0"
4
+ VERSION = "28.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: 27.0.0
4
+ version: 28.0.0
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - The Wasmtime Project Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-22 00:00:00.000000000 Z
11
+ date: 2025-01-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby binding for Wasmtime, a WebAssembly runtime.
14
14
  email:
@@ -23,6 +23,7 @@ files:
23
23
  - lib/wasmtime/3.1/wasmtime_rb.so
24
24
  - lib/wasmtime/3.2/wasmtime_rb.so
25
25
  - lib/wasmtime/3.3/wasmtime_rb.so
26
+ - lib/wasmtime/3.4/wasmtime_rb.so
26
27
  - lib/wasmtime/component.rb
27
28
  - lib/wasmtime/error.rb
28
29
  - lib/wasmtime/version.rb
@@ -46,14 +47,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
47
  version: '3.1'
47
48
  - - "<"
48
49
  - !ruby/object:Gem::Version
49
- version: 3.4.dev
50
+ version: 3.5.dev
50
51
  required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  requirements:
52
53
  - - ">="
53
54
  - !ruby/object:Gem::Version
54
55
  version: 3.3.22
55
56
  requirements: []
56
- rubygems_version: 3.4.4
57
+ rubygems_version: 3.5.23
57
58
  signing_key:
58
59
  specification_version: 4
59
60
  summary: Wasmtime bindings for Ruby