lora-ruby 0.5.5-x86_64-linux → 0.5.6-x86_64-linux

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: 4c1a831b806dbdca1dbe3b9e45198f9fc8e221407120d347b86f349d8642e447
4
- data.tar.gz: afe6d1c478d60db68624b57b44b9824fc0849ba7b20235718c79fa96f66d1cb1
3
+ metadata.gz: 155820b5ff90f8828c11df7dd6ce3950b0601e2e374ea8353af9222db282c6f3
4
+ data.tar.gz: d856048cb887c4cbefac9bbe7f4e72af2fb22eae82c6488d5140edd22fe952b9
5
5
  SHA512:
6
- metadata.gz: ba621a40136f44431814fe0fda1f803341d068e8c0b7e855bfaa61705e44d87e914a3330a8c48490dafd0fbe6f8e1f05d7e5caf89420efb5675c75196eb7011a
7
- data.tar.gz: 9fd6ee7106f4729270abe1b6d50ede735e85c2fbc64b5633124673cc9c786669e0c124c30362aa729e82d85eb30fc26b995aef722c7bc095c2a0d32a2bb0be25
6
+ metadata.gz: 06b481a3cdc376c01bdb2e8933974d6c736a48963a81ed78107f1547efadc3634983471fe4e8da8d07089f42715c92a8c0d2a4f854be78ede0c01b605e74d149
7
+ data.tar.gz: 1a55006ecb781a0ac2ecdd37a75c89eb9d7571a31f7836d5d78b94bedb7e4fa9ce8406df609b77f00f9e61a2cae289c13b4515b0f59bfe49b01a8a5ad33fd669
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.5.5" unless const_defined?(:VERSION)
13
+ VERSION = "0.5.6" 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.5.5
4
+ version: 0.5.6
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - LoraDB, Inc.