lora-ruby 0.11.0-x64-mingw-ucrt → 0.11.1-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: 8eee9e9e43fe5e04853421960cc7e079f122c548bc78cea7d456531e38cad678
4
- data.tar.gz: 14904ad718415fa9fbd04aaaa6d4811515fd175e582d3296281b9612c2436d09
3
+ metadata.gz: 464092c06b6851dedc133117c10ad5fbdeccb63455031588364014ebc50685e1
4
+ data.tar.gz: d949d5937dc052c2858455f05fc9135371ca5ff38caffe5a17aaa4daeb1b7789
5
5
  SHA512:
6
- metadata.gz: f9e9085f8e927b5e9696c1164d6ef9b90374dbfe537af0a2f65c9f0766ae910d4dbf73cd6a5922f14a50d44220a3da6b892d463e0d9cf3d71111c29a5fd3ed9d
7
- data.tar.gz: cc84e11c8c05a0b13ec3bea390ce37917d157bf01f39900e728a6a38b652c5b6a6b44335bef6af237b85ee8400f614f5364d1ab838b0cd30009e097ee0feea0e
6
+ metadata.gz: 5742deea6454f5ac8c12a5a5adf9aac33e5c5d842bfad38f63013a8ae30070e5925a83e7fc4ba6108fc2a4bc6941c75b6d9c921c6759989a578aa82596f3793f
7
+ data.tar.gz: 7f49f6414a5b1e78230bacb208da581e9cf54a21bf309509900e890dac435e576b6a8760e62eccaf7f928c8efb898cb798f8c5cf35ad3f286bdcd37e39adcf6d
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.11.0" unless const_defined?(:VERSION)
13
+ VERSION = "0.11.1" 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.11.0
4
+ version: 0.11.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - LoraDB, Inc.