parsanol 1.3.51-aarch64-linux → 1.3.52-aarch64-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: b21a3857d91c5962e4841d76ec3dacb9d525cdff85a8300dd38d3212ca226f5f
4
- data.tar.gz: 8b118507ce5348523041ac64894fc76a9958ae5cba0510fcf721394703077f0f
3
+ metadata.gz: 5284adb5b4e6ea2ba5d25199564be2fddb3733f9f5213e6cc78d2dfc086fb34f
4
+ data.tar.gz: 2219c847b3904c02d1c0bc6997b283a03828f34975d46215becdc7cc61633bd8
5
5
  SHA512:
6
- metadata.gz: 5194c36f5ad8942cc6723a82451d3c9b97ea01ba1736566f6af89ce4184e74dd6783e30fceae1fac3e50f44948046645d407598298ddcf5b0c8f75577c0b6228
7
- data.tar.gz: 425b93b051a6de93f864d8d9c83e3095ca930a489096eda94745d959c27cc26369551fc3929ab4d3d06f10327eb345c22e648605cd49c9278e38774daa82eff3
6
+ metadata.gz: 5a3604097a164b09eba0584b6177f3eb5300e78ce079bd81ff857b4844415ab5066aae86b6394f28f39cf6e16acea2f6a6413a6ce12475b2f85172011cb74df3
7
+ data.tar.gz: bc724f6e182cbce593b6952b3b577e024ee3621c3ebcc89469aa7f83e96710dc01f679f930b1072da32cec7e0360617adedea282078959e85e4a71ec67e3aa74
Binary file
@@ -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: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.
@@ -77,6 +77,7 @@ files:
77
77
  - lib/parsanol/native/dynamic.rb
78
78
  - lib/parsanol/native/event_player.rb
79
79
  - lib/parsanol/native/ffi.rb
80
+ - lib/parsanol/native/libparsanol.so
80
81
  - lib/parsanol/native/parser.rb
81
82
  - lib/parsanol/native/serializer.rb
82
83
  - lib/parsanol/native/transformer.rb