lora-ruby 0.8.4-arm64-darwin → 0.8.5-arm64-darwin

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: 299f5a1f39a2e3d558033a149935afab4a51e3ce08b62e27dbe0c262778ecdd9
4
- data.tar.gz: 6f0c4a8d71cf08de2bd9a1705a65716f6de935ac4ae1791b97d879ffec95457e
3
+ metadata.gz: 3a41e592d2c5c2935f13fc2b03d77bcd1be6c9c029d48f137a73f8fabb458853
4
+ data.tar.gz: 7af566b135a55f754176bfd710a92bbc0cc72696466b83d4adb9ae9a8b6739ce
5
5
  SHA512:
6
- metadata.gz: 2b4221a23db1e1a5893bb2dcf3645431937460cafae7fc0bf73be115a0459e2c2a95031ac41ed83be3dbf967ef260be7066d017d1d84ea971fb8cfc223634c8d
7
- data.tar.gz: edfc8c85748f1a7fcb4c3b252881de6a24fe481f5d253d9533f9bd1cdd37c380dd3866a15d411806e7989a3d7767d9a71f2bf1c708b5e0ac0a1c047bc3e13e75
6
+ metadata.gz: d968cd77f54c70aaf53031504b754f779be919005a9a13cc44b745d868b78206f33887f0b42064e4bc92b9e50f5cb62519d54057d6edd42d49aba8059ae795d0
7
+ data.tar.gz: 315fda3326e991e1d70ed57e6d77f1816879964b97eaadc8fff9309a3ff8b4351bcfa818f6e7915dced7153bc42f4d2beea826554f5b5f4259cda0131a7f6a6d
Binary file
Binary file
Binary file
@@ -10,5 +10,5 @@ module LoraRuby
10
10
  # Guard against redefinition so re-requiring this file (or loading
11
11
  # both paths) doesn't emit a "warning: already initialized constant"
12
12
  # when the native extension loads second with the identical value.
13
- VERSION = "0.8.4" unless const_defined?(:VERSION)
13
+ VERSION = "0.8.5" unless const_defined?(:VERSION)
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lora-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - LoraDB, Inc.