lora-ruby 0.8.4-x64-mingw-ucrt → 0.8.5-x64-mingw-ucrt

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: '0684ceecac774236ba6d57f7eafb9d3ab005597ab41bfd4b77aee514e783dbf6'
4
- data.tar.gz: e8dffb2ff7c9f3897cf0cad51a962b49ab8e585de334999cd553940d662d90b5
3
+ metadata.gz: 42d3ba0a39d0398b5bcd32142817bfa7dda5226397927d6413575854cc621817
4
+ data.tar.gz: 2749ff2fccdaed249233236ca366346a7485fb8ea337e260d77043262b81e2af
5
5
  SHA512:
6
- metadata.gz: ebc63443a27fa99459f0b643a790c6321d5b1b4fa4cb4c57b3320917ef07924f48a0dca0ce9bdf9be657c309bc2224dd70acb0295cdb31ad6b254fdd0a338ed3
7
- data.tar.gz: 226a317743308b5e9cd24f883db466167c1adc90b070b77956d57d2e1a793a91606b8544bf0312514b5907e07966ab6255292c40cb264585783133fbb75cd83b
6
+ metadata.gz: 4448085c929a00cc3a5ba1a34599bd082eaa060eb7e328c6124760bbf534bbc35987bc6a95f118b21c3ea069941794af5d8025a8cf10a59b01c7e3e3e520e08b
7
+ data.tar.gz: 47914830bfa9462f50709c3e56ed32adac6551668d75b35cf94a6dfc4213a5a38e6f37abed150bcc13c784b9ba52fb1f9eaf7eb9106f0d9761dae6a57c28800b
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: x64-mingw-ucrt
6
6
  authors:
7
7
  - LoraDB, Inc.