extism 1.0.0.pre.rc.3 → 1.0.0.pre.rc.5

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: ff531578509d2c71f3db9d20e01fdbbba922e342f76dbb84aafa69ce94db3350
4
- data.tar.gz: 163c31c8cddeec68fd774af387effcbd13e3a8e9ea40ab26445ab94fa6db75a3
3
+ metadata.gz: fe3c2955ca5c62a5b5a74193718d2541681a4185a304de78f9539f1a8fa6df56
4
+ data.tar.gz: 781f852a38eaaed9c8dd54774e43d6383ebef8e3b3af7cf14dc8535cabb5bf61
5
5
  SHA512:
6
- metadata.gz: a5b97afbbeddff3e52a0627832fa92b860ef921cee1b82d0f1a4753b2b9a47ae89810e2f2c8b061f94aff9fa639283a7886d06026e3c98a588693f86369cbdb1
7
- data.tar.gz: 5399c2a2d9f0183bad275c212f7009b73ef9234ddc2cc4a90433972a3decb36926c967fd3935f20e58f2cb18966c9e76546e967db4882ecc01936eb0593092ab
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.3)
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.3'
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.3'
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.3
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-04 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