wasmtime 27.0.0-x86_64-linux-musl → 28.0.0-x86_64-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: 57d7ad6d6ce574efa71cf930fb325cab2bc2aa0c8750f00f62300e536bc9ae72
4
- data.tar.gz: 2f7f7901bbce001e3a822f5fb8f44f50ec229fb9f6f811ca81c12f25f866ea6e
3
+ metadata.gz: 1e692cc8c734e2a400126698227d8bf99658c5041fb93b2e90322a2aaebe7c76
4
+ data.tar.gz: ce2646fc805157f7a2ad0d314b92c02052d235eea0c9b2ef1964ff270ee88742
5
5
  SHA512:
6
- metadata.gz: fa7281b232c5d2c12adde7829169ab4a23164fd132b82e11f2b1f8d3e077e185c59a43b92c020eb86b3b91a29df3933719255bcb980beb6cb980f9508eb35315
7
- data.tar.gz: ad00ff3e5134cba49320541a232185c36fa23d23d3bb025e5105b17957140caa2925889c223750620544f86821af7188bccdf15c341b4606ed2faa57426dd764
6
+ metadata.gz: 95a12781c50494434e0317767d7330cc7de4ec17567b00d52a11e81f4b89712ea2b0946ecd7bf417cbb909e9bdce0cb936f7f0552d9b0c4e84c39d8d539640c5
7
+ data.tar.gz: 2e87767fb615e196c2c85694da2e5b5bb7c53e59164ed92ec2db061d8649c1687f801557835c4b029fb81fe85436dfac1b5badc62b02ab964025b61f01696ea8
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: x86_64-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