lora-ruby 0.8.4-x86_64-linux → 0.8.5-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: d80ff16c35cd0c2c9a41563b78cf6eb4efd920da2ab37d72db9364b3ab1dbcf2
4
- data.tar.gz: b05c7f6b6f29cdb116f0f0f6b771074ec613e460905a7a015c8b8705034e6f40
3
+ metadata.gz: 6cbb90b4f5a9b01eb1cc493b4c77bad6fc13d09d7081cd84edacec8d544d0604
4
+ data.tar.gz: 051ea6368847829609993ac64ed9b92ac902ae3d70775f13b8b4a001bd8c30a1
5
5
  SHA512:
6
- metadata.gz: '028fa90d227cd7b2a97be8c07675ed8991afbec05b22009569373226277cab3548b6a84ee516ee0fa2f8ce045e79b634b175a33de7b73ae02ea631a45cb3998e'
7
- data.tar.gz: 1f687e32046ead1c082932c4571e38f2da7bb12f4aa5d08f858a17dead2a9fc5c05aa385320cb73dd4854fc7a15dd96c5426018c2c8a5051d188cb6989284a00
6
+ metadata.gz: 9ec74df837e0f847d8567f495967954baa9aca29316b0348b3c459f776aaf9f45adb5bd1ec7b70cffcb79cb2e0177cf398ebbc687453d22e57998c820bd8f5e6
7
+ data.tar.gz: c4f1ebe2fe10591b3c527ec695a41ffc257b66f03dbb43bf8529e53f3ef7ea514de931806b2af0f88b268b1daf9fb9d3cf314bd44ff4cdc54a9392dddff96682
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: x86_64-linux
6
6
  authors:
7
7
  - LoraDB, Inc.