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.
- checksums.yaml +4 -4
- data/lib/lora_ruby/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f72fa76f2d63847c463cc5c593bbe9e8995cf34a64bc8eec60e701a183160fa
|
|
4
|
+
data.tar.gz: a76de1f7ca4da81c27ba3bd2053c40972a534b01b29bd31bf79bacb9f551855f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53d140c867e9a6d5aec77ce394a19fa28f6506ae9f212648a7ab62788926c8f4e4c2589f311ff465e21f9c259ab5513d20814a645493549610b0d20b81a5d9d8
|
|
7
|
+
data.tar.gz: ff1c852d76857f3381faf68347229687996253b921e69265793af586f64e75abb421598852ea5f8e15d759d8a7d2410c1308d0a8e894c8065c54ff27df56a336
|
data/lib/lora_ruby/version.rb
CHANGED
|
@@ -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.
|
|
13
|
+
VERSION = "0.8.5" unless const_defined?(:VERSION)
|
|
14
14
|
end
|