lora-ruby 0.11.3-x64-mingw-ucrt → 0.11.4-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: 55683ea9f6ab61392b2fdd61cd5fdaf3f79d15ace5618810aa1fb733f2a09107
4
- data.tar.gz: d10b62089898843d4cbaf7b074cc3963dc90783f063c8ef03199ec58aa8e7549
3
+ metadata.gz: 886f6e103cdd37c200df10c1351e221b673fba4e1a498535b1da27c3145b9e57
4
+ data.tar.gz: f2c98fcdf81941df78a14cd079db39489514a380e7a4538402181a079e96a509
5
5
  SHA512:
6
- metadata.gz: e47ac807df92db4bc47696577476a15a5cfb54ba5aa9d09470d330c4ae64289ab9b169f79ccb5d26867c2f224d9cbebd6404264dead88bbdacda482bb3a7a198
7
- data.tar.gz: 1563097df2a8d623d38fb345790006985417fb3535611ceaf41ae264e3f937f42beecdd29dd9a4393d4e537ac846aa60bf3ee35054bcbae1c59ff682df00179e
6
+ metadata.gz: fecfad57586186d1fbadde31faed6ac2a9e10beb0479a7ef914b281d205fd28553e6055831d71f4eb0acca1f0c818f93bdee196948725afde949554b7868e7d3
7
+ data.tar.gz: ddd096744635bf2d97fe98911c22f390598aa48acf58fdf78fcd9ca07cb2a456f02bfdec7fa5b9f6914fc96d7fd83ed3b5f29385e4c1c8b752b3b5ad1e89c2ea
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.3" unless const_defined?(:VERSION)
13
+ VERSION = "0.11.4" 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.3
4
+ version: 0.11.4
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - LoraDB, Inc.