lora-ruby 0.10.0-x64-mingw-ucrt → 0.10.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: '091176383ce00f3ca974d695018ca41a48905bf2ea9aa6dd8ede314d7d89cacd'
4
- data.tar.gz: 9a9128cfea00cb6bdfaefac08a771f1b1e52987c9c07f67e96823e8e3678d4ab
3
+ metadata.gz: 19c3a65befc5b349ec73b9340e144d20657559bf5b4d60d013e6c94943780c8f
4
+ data.tar.gz: c782e1cb5e900c02e85c9f83084bed706a50950cecdb9d08a6688a84cda3137c
5
5
  SHA512:
6
- metadata.gz: d884b726d05b2cc58660ba95ee0bef3297381f3414dbd37cd5d40d250f7dc5becd37167cdf14ba5d9347c9519cdc5593e4e826190f106754460fef21d0acb7bb
7
- data.tar.gz: 7e2a1b996ecfe789ac5d0802afc9de8e6861d43f21ab2ee363f3af8dc3578ad71931cadf8990e67b658554f1eb36fb800a513cc042c6fc8404d6aaa0e0fb22a4
6
+ metadata.gz: da2101938fbe399dc0f2998ffc9e74633011bf3f7630db38cdb16f026339cfbe1241f6b0749a7df63bc2c61ffd52c684e91441160e119d9f6029116f0793f109
7
+ data.tar.gz: 9cf32b2928f5771bc0ef59bd4a9b60f76e10c93a352921d9171b713218a6ac953cb755efbbc7b0cb734b4b63d66daa2aaeccaf476a0b23de188e49081dbc6e48
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.10.0" unless const_defined?(:VERSION)
13
+ VERSION = "0.10.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.10.0
4
+ version: 0.10.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - LoraDB, Inc.