leptris 1.9.45 → 1.9.46

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/leptris/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ae716558f8c0fbf9e82152e60af9945a1093a0b11ef7e331b01a0b0e5ae18a8
4
- data.tar.gz: 86581062b237be45d5e35452634250069899f3ff61823032b39fb1d4202375e0
3
+ metadata.gz: 51f626f9b492eeec11d881c00f7b4ab26eef4ce07556ab2d2debb2e50467790b
4
+ data.tar.gz: 1a986d10887121b2af117c9b68725242821959ce399b58d204d43a2a00048990
5
5
  SHA512:
6
- metadata.gz: 2ae3f6a850ecaa89464ae16168af93ae97cfdc4a80b41b3cb49f6c33ab34ad14ae9d463115b2ab02cfe38f28f92d1024849b2f3f314b1a7fc913027ba9da77b9
7
- data.tar.gz: 54f820ae1f1b75170d7339107fb24c908d967ad5c5e5fa2b81d9a8e75bc1c8b7da403da2dd2634061dc3069ad7c23df608f9226f18150bd839de578eaeba52c8
6
+ metadata.gz: 3db16dcd9877a7bb6833c61e33aee5947b81c15f3f7a0aecd6ee5edc916cdfc12c82dbce56721e4affb19551532bb1ba105ee2ed96bbcc94ea35fb7d85c35083
7
+ data.tar.gz: a65a3a9e7c1d28fbaa0e4e75ff4d05c5d588d661a740aad4821045c8b61bad3055c87ba7cbd553b26c7c5e02143f4df0e3674e7e2dc6bfa11c97eb397c8ab5f8
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
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: ruby
6
6
  authors:
7
7
  - Ribose Inc.