lora-ruby 0.8.4 → 0.8.5

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/lora_ruby/version.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8997fb6d383285f5875b2fcd1df32e6299ece787a9c3fdc5bf48327ec68c543
4
- data.tar.gz: 2c319c8b8585c5a66c13ed5c37a3fc28a77e2bb5422d62011389d62358cbefbe
3
+ metadata.gz: 8f72fa76f2d63847c463cc5c593bbe9e8995cf34a64bc8eec60e701a183160fa
4
+ data.tar.gz: a76de1f7ca4da81c27ba3bd2053c40972a534b01b29bd31bf79bacb9f551855f
5
5
  SHA512:
6
- metadata.gz: d4a50e3ac27b694e2a7de3350f28d0d511c7578f4f96091ae797accc6c2a34195b68419605c1be44e3615cb7841ae204b85d97c73eaaf27fa7b746a9b3766464
7
- data.tar.gz: b08fa81cc99b67eb037ae3fc51d48019d58b7609a6c2f404e9b662c1319bbd13f75d394f02039b8aa3780f0e52de47116aa4954bea3e4a521d4f9c25b74e3764
6
+ metadata.gz: 53d140c867e9a6d5aec77ce394a19fa28f6506ae9f212648a7ab62788926c8f4e4c2589f311ff465e21f9c259ab5513d20814a645493549610b0d20b81a5d9d8
7
+ data.tar.gz: ff1c852d76857f3381faf68347229687996253b921e69265793af586f64e75abb421598852ea5f8e15d759d8a7d2410c1308d0a8e894c8065c54ff27df56a336
@@ -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: ruby
6
6
  authors:
7
7
  - LoraDB, Inc.