parsanol 1.3.51-arm-linux → 1.3.53-arm-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: 07a7b09a7d50b22b27938e8e6f6890f3723f9fb0e56bfce474c34fc92db26948
4
- data.tar.gz: f2fa6161ad62516efec160bbab50488cf6b6b77f115623c6979f9e1a05162b70
3
+ metadata.gz: 96c0f5cd32c8f5e27833af6e17558ad07add4632840fbe6fb3500268d3da8f0c
4
+ data.tar.gz: c6b0e63b4591be106dde0fa4b7aab5a7314352374104214a7f558392d2151a96
5
5
  SHA512:
6
- metadata.gz: cd8864e867203a81a0b27ebac524695adc094a15fc509586fdfe6fd5ffe1a207b0f6e18d43dc763d30c300bd6ede71944ef039dd8b2d3e9d2f02a2b8d57a8df6
7
- data.tar.gz: 87532e7320e6789a7338bc6e2aeb0a3694bd34cd92c184eaa3cdb218833f57b7dee8e216c67ddcc88f374e64c98c7b82fd9da0f3287c96f2f42359b064c92391
6
+ metadata.gz: 99791e381750652480f579b1a0dca4978b6ccd4471939e918c488b568a94875795a5ee1fb06cc0c285439729d82cb95a8882c5c2dbe051d4372c1c9f52a758d1
7
+ data.tar.gz: dc4ff8df0c53abffc2ab84cafd59944643c90738a4cb092bcf372483d42d3c6bffe1ade8e4c6142d363dbb8f87551d67802ce23a950ef32dcea157701d16cc33
Binary file
Binary file
Binary file
Binary file
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.53"
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.53
5
5
  platform: arm-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