extism 1.0.0.pre.rc.4 → 1.0.0.pre.rc.5

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: 70a79887f2e2e2205086db0113c35ebe6480190dc01d7f4af7c332519c3fbdcc
4
- data.tar.gz: d6aebc6eeb110a498338fabb4501bb86923853f697b5e20da5b059a170a00b7c
3
+ metadata.gz: fe3c2955ca5c62a5b5a74193718d2541681a4185a304de78f9539f1a8fa6df56
4
+ data.tar.gz: 781f852a38eaaed9c8dd54774e43d6383ebef8e3b3af7cf14dc8535cabb5bf61
5
5
  SHA512:
6
- metadata.gz: ae9ed9b2d52761d2419a3c7ccb7958e39c88e9781b20adfe3752e4e00ab0a6718d7feb993cb95e980e3549850cf641a9ad33e78e8d33e2df85276eeff0981fef
7
- data.tar.gz: 7cb7846a9605da50951b6cfd972cd799fb27894cbce344f790c14fa158a8be677b228c5f30adde81c75e49ffcfebc7668b2d9a8f1e846544e05579f9886b63d7
6
+ metadata.gz: a1a55078815c74b7dc6fdad592c08017f7540f1773c5a98ce94acb9e7810fb9cfc9584c3f53af8bce59e9d9493b39431910e3e0f002b98abcedb4ca51c19c3aa
7
+ data.tar.gz: 1d83b5c01d2c17ad74cacd3b4430706423878fa12347cadf8bbf1ef5904377195f71e3edea0536df316988436fbcb00d0d53da83f8c362c9e7faa540cb228bc9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- extism (1.0.0.pre.rc.4)
4
+ extism (1.0.0.pre.rc.5)
5
5
  ffi (>= 1.0.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -25,7 +25,7 @@ sudo extism lib install latest
25
25
  Add this library to your [Gemfile](https://bundler.io/):
26
26
 
27
27
  ```ruby
28
- gem 'extism', '1.0.0.pre.rc.4'
28
+ gem 'extism', '1.0.0.pre.rc.5'
29
29
  ```
30
30
 
31
31
  Or if installing on the system level:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Extism
4
- VERSION = '1.0.0-rc.4'
4
+ VERSION = '1.0.0-rc.5'
5
5
  end
Binary file
Binary file
data/wasm/reflect.wasm CHANGED
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extism
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.rc.4
4
+ version: 1.0.0.pre.rc.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - zach
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi