lora-ruby 0.5.5-x86_64-darwin → 0.5.6-x86_64-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: 259c139330fdee45471a442070cbc0d77abdfcc0b4f95e6e483ae51ccd8fefd8
4
- data.tar.gz: d19071ff59656b1e433ed3701a7612f579a7801efc6668a5928ec951e5ae8c84
3
+ metadata.gz: 856b922e2c4c84a4d11804bf26bda116a00f5565fdf798b2e1089c9ebd35ca3a
4
+ data.tar.gz: 3fffcc0c24100b26c79dfa1caed07706292160c441f82a1a0e053ee6e5ed9d61
5
5
  SHA512:
6
- metadata.gz: 316754cb6d3306364ee3b27054ad189e684f8842475615b2070cea1d87e5db20a1892f2c2a4ab0560f1984de8b90c165219525b60f64fcf3910c7ed1948cbba9
7
- data.tar.gz: 1bd8dbe80354e4f8886a75edd0bcc23f4c5724569aef8bf37843f8a4b831e5598d3b419ec5ef14d07269452a2b22f7be6a3ce8f1674253bf3c36b9464926bce9
6
+ metadata.gz: 1fe8c77eccdb0c79acb19aee4607f24a539bd0c2df3bc959911b5b63b6bba81827af59baaa64291efd7d1d96688a3f8799bee1182e1d2cc1d99fd623d56f6505
7
+ data.tar.gz: 5b228ddc5458beba396118a4d10c8a38364d23f9abfe3f122ef2609a8fd7493d70cd739cb5dbda120f8524d44bd7f0d8d8f7117c97f2879be351ccc93c58b3f7
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-darwin
6
6
  authors:
7
7
  - LoraDB, Inc.