lora-ruby 0.11.0-aarch64-linux → 0.11.1-aarch64-linux

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: 8e5206f49e065f5137b80be5c4249643a7fd5a983f73013f445b7508d6918e67
4
- data.tar.gz: 5d35bd7e5c734974645f3cb7dd939b7f2974c0af2afd89835be2f4f259c0db63
3
+ metadata.gz: 86770f244c00ab73ae21787c422a592653163b8f9a8043f1a08ab311dff11130
4
+ data.tar.gz: c4a9666d2aa02e294d468f280e6b6937d269a222180260315516d29f029376db
5
5
  SHA512:
6
- metadata.gz: 7421acb94beb14c0f328ae3d9e62b70ab86d8dc83028080aea25cc7ca7f8a93fa9027da5957a5b0f778cb4470cc4854ce724163c7176cfb9441ee330e94845de
7
- data.tar.gz: beb192f4bc53a5eb0a8ee67a03275deb22a8b10d7c955886aac32caf9cfb6c208cbb084e1410415ea9adb7f9805e1a71d98db6e268e7616bfedf7600c80adf2c
6
+ metadata.gz: e6eb02e548e73a6ea1dfdb854a93a8808c55aca38b8ca392799ba3917dd06a0d76196797a51527852382cae3ffc1786eb9fb09c8f2e0e021cdfde1d93e053995
7
+ data.tar.gz: 6451fe2d54efffadada06b6ede6a3b966e0ecf0e9dcdfaae5e482425cd1d88a05b0a8c625a8ee6c6003179996a52641802dc81d3b58e253ab30362a25fac2276
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: aarch64-linux
6
6
  authors:
7
7
  - LoraDB, Inc.