parsanol 1.3.51 → 1.3.52

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: ee4e171a9217d66e90cc5c3cd51fb9af8d901ec7de75182e68e90caf3bbefb57
4
- data.tar.gz: bb5e4f0391b98f79e86614f7a53158bdbe8cc12feb39a43ff94bcb553706bb75
3
+ metadata.gz: 121bbd1e92041f8eba05a08427343d6f74dbfd02ba3d82f2f33bb9575647fc4e
4
+ data.tar.gz: 378d4b94192baa839526d54fcbaa102ff473b94c1bdaad15b8727b3b73405247
5
5
  SHA512:
6
- metadata.gz: c1cda8632038653dc853bece92e4f804c267fe43f8146cda3fc8481ad031c8087293f965274e12a173da881ad34ec370db71906ede1a1f89ebe52058e08440ba
7
- data.tar.gz: f2f5c8f67bbd0c6d444593f41551c32f165d99725e17c37ee6475dfd858a4f6887f7185657f4c0c44b3a232a4b66795742a18ddd134b0afd757b0c7b6b0e181f
6
+ metadata.gz: b958e444c7c0ea0ff4dcc8830a52059debc5bdc6133e92fa315fe6519c9ac5462daa8ef4050ab69984cd8af57af87c3670f8bf73896cfb48c3851cfb3e84b7a8
7
+ data.tar.gz: 0ecf0b94dda3789953ea6e5f00ac21222d958b3427031aa67495d58fa05bf6a509e048983b3271f72a43dd92be1b2b26cb123e360b4d9aa7eebde68725b2d65e
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "parsanol_cdylib"
3
- version = "1.3.51"
3
+ version = "1.3.52"
4
4
  edition = "2021"
5
5
  description = "Vendored cdylib for parsanol platform gems: the pure-portable C ABI (no magnus) for the ffi tier"
6
6
  license = "MIT"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Parsanol
4
- VERSION = "1.3.51"
4
+ VERSION = "1.3.52"
5
5
  end
data/parsanol.gemspec CHANGED
@@ -48,7 +48,8 @@ Gem::Specification.new do |spec|
48
48
  # `gem build`.
49
49
  spec.files.reject! do |f|
50
50
  f =~ /\.(dll|so|dylib|lib|bundle)\Z/ &&
51
- !(ENV["PARSANOL_VENDOR_CDYLIB"] == "1" && f.start_with?("lib/parsanol/native/"))
51
+ !(ENV["PARSANOL_VENDOR_CDYLIB"] == "1" &&
52
+ f =~ %r{\Alib/parsanol/native/libparsanol\.(so|dylib|dll)\Z})
52
53
  end
53
54
  spec.require_paths = ["lib"]
54
55
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parsanol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.51
4
+ version: 1.3.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.