lora-ruby 0.2.0-x86_64-linux → 0.3.0-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: a1070b9b3c1c0f6417eb4fec39a875ab9a966cf7dc9679608e79817129df050e
4
- data.tar.gz: ab88ef302defb70eca748d401d558f9136f08792addb462863d2cfe42a7da4bb
3
+ metadata.gz: f1a6d6131a623aa36490db126c7fb93fad1dbed45488d55be429333b080ba80f
4
+ data.tar.gz: a9ee49a1f084432d669fca32e8a18d73985e92e954749d202f96248532297baa
5
5
  SHA512:
6
- metadata.gz: 2e30841ef82bea511be9d40974175638995a2981117926b969bc09565c957044f4a344b635393c4f3998810affa889c9323c5761ad0efa4cb7eaa5202eac1f1d
7
- data.tar.gz: 3fd3df27863a1c38432dcc75215248dac2dce75c65e3b6b57b81b08de33c54ecf7a53804c5bfb5c0a7ccf64a1fd36b22c7652ea6296994afd0c7a912f1121b30
6
+ metadata.gz: 3efb0b9f49aa8f7c7d498d2cb0ee2480f53842f1aeb5374ed68c9b199a990275677f07b0104411f5a6112be1508c9fc9b4fa542479b703951427de404475b8b7
7
+ data.tar.gz: 8cdd836f9bd0a9bc932c96b549bb3ab106e9e838281b4a250dcd6db65f90b9782007ef975c1ec99c57d8eb99c1031230d893df618afed4c19859b934feee66b6
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.2.0" unless const_defined?(:VERSION)
13
+ VERSION = "0.3.0" 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.2.0
4
+ version: 0.3.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - LoraDB, Inc.