extism 1.0.0.pre.rc.5 → 1.0.0

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: fe3c2955ca5c62a5b5a74193718d2541681a4185a304de78f9539f1a8fa6df56
4
- data.tar.gz: 781f852a38eaaed9c8dd54774e43d6383ebef8e3b3af7cf14dc8535cabb5bf61
3
+ metadata.gz: cf1233eb08e04b2f8c46642534ef2bb1057f8073581594089ec59e79794ddc14
4
+ data.tar.gz: 9d8a8312fddee8e988639dd11620a5276f7903e6dc6d79f835e65d80ed30ab20
5
5
  SHA512:
6
- metadata.gz: a1a55078815c74b7dc6fdad592c08017f7540f1773c5a98ce94acb9e7810fb9cfc9584c3f53af8bce59e9d9493b39431910e3e0f002b98abcedb4ca51c19c3aa
7
- data.tar.gz: 1d83b5c01d2c17ad74cacd3b4430706423878fa12347cadf8bbf1ef5904377195f71e3edea0536df316988436fbcb00d0d53da83f8c362c9e7faa540cb228bc9
6
+ metadata.gz: 5353ad5429c8f70c2c941f7b3babed2ed58265379e302f7305353dba1d1a257d7f677efc5f91c3035e92e2f366cb07fc0c6d8ed497650f884d354785c2f741fc
7
+ data.tar.gz: f140406a8bfa18714430aa9617f219bbc07b720c0ffe438186c7207b11197ba64dd48488df28456bd8cbc778e4654ba0c80b6fc5a50c748ffaca6c8e1ad5f686
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- extism (1.0.0.pre.rc.5)
4
+ extism (1.0.0)
5
5
  ffi (>= 1.0.0)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  This repo contains the ruby gem for integrating with the [Extism](https://extism.org/) runtime. Install this library into your host ruby application to run Extism plug-ins.
4
4
 
5
- > **Note**: This repo is 1.0 alpha version of the Ruby SDK and we may push breaking changes in between versions until we hit 1.0.0 in December, 2023. However, it is ready to use and you should use this if you're building a new integration. We'd love any feedback on it.
6
-
7
5
  ## Installation
8
6
 
9
7
  ### Install the Extism Runtime Dependency
@@ -18,20 +16,18 @@ sudo extism lib install latest
18
16
  #=> Copying extism.h to /usr/local/include/extism.h
19
17
  ```
20
18
 
21
- > **Note**: This library has breaking changes and targets 1.0 of the runtime. For the time being, install the runtime from our nightly development builds on git: `sudo extism lib install --version git`.
22
-
23
19
  ### Install the Gem
24
20
 
25
21
  Add this library to your [Gemfile](https://bundler.io/):
26
22
 
27
23
  ```ruby
28
- gem 'extism', '1.0.0.pre.rc.5'
24
+ gem 'extism', '~> 1.0.0'
29
25
  ```
30
26
 
31
27
  Or if installing on the system level:
32
28
 
33
29
  ```
34
- gem install extism --pre
30
+ gem install extism
35
31
  ```
36
32
 
37
33
  ## Getting Started
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Extism
4
- VERSION = '1.0.0-rc.5'
4
+ VERSION = '1.0.0'
5
5
  end
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.5
4
+ version: 1.0.0
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-17 00:00:00.000000000 Z
11
+ date: 2024-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -69,9 +69,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  version: 2.6.0
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - ">"
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: 1.3.1
74
+ version: '0'
75
75
  requirements: []
76
76
  rubygems_version: 3.4.10
77
77
  signing_key: