leptris 1.9.45-x86_64-linux → 1.9.46-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: 894bd880d6fa9248849ecde26f0159f5075874ce7683c440dd7e47c9e2f1c67e
4
- data.tar.gz: 33fbc7fb3bdcf6655a9e3b8223018261eaa8ae371e1cf8f71774d2f481b24689
3
+ metadata.gz: 721e8f92c3e0a856c4fb0ed79d377721eef33e9df650086388dd43f4785526e8
4
+ data.tar.gz: 2fbcc34d74419e411696423ca16269cdcf9d7455adffbfba735f4fe90576d169
5
5
  SHA512:
6
- metadata.gz: 378adb5c133f6a3dd489259f0b9cbf17e8813cafce8955140c475cb2ab044fc304d2e8e4c339dc83dae15a21b704c40711548e734493a5f45eecabd1f0bf0556
7
- data.tar.gz: aa17788cfa5bf176d6682e5bb3fa997e3ba069b5c307b083b4cd62b990f6462573d2decbc407551b8815afd8564d8a40edc8f3516275cf44a40f5cb6d3f8c53d
6
+ metadata.gz: 355bd883cdfcb6a0f6cebdc6ec529cee3473b66828511b666d362f50c5720b981929cf196c92ffd43f391d91fcd0b81192d43ca55fba889da1dfe7b1904e737f
7
+ data.tar.gz: e998d2dcc2d66f11aa79f973064de56699fa2d47ea6dcf36fd2f075bdb75695f3a0884438e66cf120301868e49cf24892aaefb62590b19259612af52352fbe85
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ RSpec::Core::RakeTask.new(:spec)
8
8
  # Pin for `rake compile` and the platform-gem builds. Keep in lockstep
9
9
  # with .github/workflows/build.yml (which calls `rake compile`) and the
10
10
  # CHANGELOG when libleptris releases.
11
- LIBLEPTRIS_VERSION = "1.9.23"
11
+ LIBLEPTRIS_VERSION = "1.9.25"
12
12
 
13
13
  CMAKE_FLAGS = %w[
14
14
  -DCMAKE_BUILD_TYPE=Release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leptris
4
- VERSION = "1.9.45"
4
+ VERSION = "1.9.46"
5
5
  end
data/lib/libleptris.so CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.45
4
+ version: 1.9.46
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Ribose Inc.