yggdrasil-engine 1.0.3-x86_64-linux-musl → 1.0.4-x86_64-linux-musl

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yggdrasil_engine.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 975883e7377c1f8aaf489e42f8f93b13ae4c8ff86d1b955deb5410c1732f3be5
4
- data.tar.gz: 721da21f5e6bcd54b194f00df29057693564f08d27197525c5c5fe857e49d3a2
3
+ metadata.gz: d1f224a64a21b5e7fe7d2d9fa1a93f49f68da9cea65b92a7a5266746af564efb
4
+ data.tar.gz: ac51dfbcb44bd79b3a1916b158e9d5d994f85f342c769b64eacf306bbb62dae6
5
5
  SHA512:
6
- metadata.gz: ea7c62ed279a1606c96e3f52d082db11a89943d361a0b5dbf397466d1df422004971714bfb966211da12399c65c4e676d4dd0f88a5f39854b878799e737f6b95
7
- data.tar.gz: b6894ca28353bbcdf417f942908a45066d6efc9622e55a2fca49cd75ab8fc23a07b6fd94b13ec812bae359c74c0771a90a2921edcacb9a998e09b7ffc7fa4a55
6
+ metadata.gz: 0a430804bf89fac97a06491dcbd4024af07af47497fe88d770287d28645fa2d8ef65cb9b1ae0d0d42b9136538d628768837114d1d0c465796224d651bdf5894a
7
+ data.tar.gz: 0fbd4b5d20889c4c3709826b6e5bb6ad1c9f371f0f233f88aa43ffc1a3d657352229305bb77627f0fada7e1d9f54ded0a746bc757af5e4fb5b8ed25d62fa5078
@@ -63,8 +63,8 @@ class YggdrasilEngine
63
63
  attach_function :get_metrics, [:pointer], :pointer
64
64
  attach_function :free_response, [:pointer], :void
65
65
 
66
- attach_function :count_toggle, %i[pointer string bool], :void
67
- attach_function :count_variant, %i[pointer string string], :void
66
+ attach_function :count_toggle, %i[pointer string bool], :pointer
67
+ attach_function :count_variant, %i[pointer string string], :pointer
68
68
 
69
69
  attach_function :list_known_toggles, [:pointer], :pointer
70
70
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yggdrasil-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Unleash