lora-ruby 0.2.0-arm64-darwin → 0.3.0-arm64-darwin

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: a74528613a7e502fd0232f6081398470a73dceb5ed7ee9d7a09b4845bddf551b
4
- data.tar.gz: 56fa6156e3a5c76f7cb537e89b5f02f6865b6551408486387ace8ba3a21ba38a
3
+ metadata.gz: e4ba67b5fee907dbd3a523c8f96087594740e029fa61ed52e1e73f4248fc2b08
4
+ data.tar.gz: bc8bde240a3ed8974a4fbf275e9737b0c2ebdb7c098013f8662e1dd3f95256c2
5
5
  SHA512:
6
- metadata.gz: 23b009322792ad2dfeff486dec76b54c93bdc1a0bd52c94f2d9f3af0f50f64068ab999b693234aec3c7a11fd89ae1f69ccbbe2e800aadff2fbdde0abe221159b
7
- data.tar.gz: fe81718093111c8d161a6ec3c8f49d2d114c45a393d082b8498ac13283b75ceddea0740a3b83944c67a64c3b2df2690c3d386cf63ee1417aca6fb83e11a5f553
6
+ metadata.gz: 4e10f6adcdd54a8d0912f01c99ec89198be50fc1d1fe9a02d2461e1b5476fab36e3839de294c00a4fa917ecc9d55652fc85dc63982898fc79359377f5f09a3e4
7
+ data.tar.gz: 03aa80fd7473ce3cfccab9f2b661b16dace7dd6ec9c27b83cb6ba839cbf05eca9481409c2ad8d7cf76c2649506d3bce38531329149cf0b03e836fab714a37e17
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: arm64-darwin
6
6
  authors:
7
7
  - LoraDB, Inc.