lora-ruby 0.11.3-x86_64-linux → 0.11.4-x86_64-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: '09b9dfe5ed600f51516a6fc83079c8de3b72eb8203a78d1f27a8636c782b1e4f'
4
- data.tar.gz: 49170fa309797604086deb15b395fa288931c197dd8845bd85bd6f569ca7445b
3
+ metadata.gz: 2b34153e3b59f0a56ff1749053246ef3356aaec265ee19befce85b2a78696272
4
+ data.tar.gz: 7f6e8e636df92e6538acf788bba89ff031c3b482cb64d1e28ec79ce00e4ecf86
5
5
  SHA512:
6
- metadata.gz: 65d65dbc77787a5848f0edddeb597aedba6840b263edea65e60bc7cf6c1816a44c5286ea4a027301821ace6e280fc7ed8f725fb5e4ad01dfa1a31da339fce578
7
- data.tar.gz: c15723a5ea5e4e0cb55ad85d790078d59dc2ee077c92c1986e80c3fd277eedef8cea1e0f0e34b159af22b844f5a61ad26d236109f56ae431f27ed890533543f9
6
+ metadata.gz: 9f90a5cd49a59f06000d775ea95c206e2e822f43f396955862403b3d37d5c2231e51a3a75b280e04d7616e868418884a93d61519d906a43ddeadbe766f533c66
7
+ data.tar.gz: a9f91dc1720d2761355e631404031b00615a5ba0fc96355f5eb1880da794f20d2377e2899d4b658b483d17e6020874177a1ee87f2522390674a6abc49966dc17
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: x86_64-linux
6
6
  authors:
7
7
  - LoraDB, Inc.