parsanol 1.3.51-arm-linux → 1.3.52-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: 8842221e7c2f2f49766078885f6c5b985d01abe62dcc1119860792c7cafc259a
4
+ data.tar.gz: 0720ee68ba83824dd8c306b9cd3e6cdddcc9e541ea917be9241bd9e38abe1988
5
5
  SHA512:
6
- metadata.gz: cd8864e867203a81a0b27ebac524695adc094a15fc509586fdfe6fd5ffe1a207b0f6e18d43dc763d30c300bd6ede71944ef039dd8b2d3e9d2f02a2b8d57a8df6
7
- data.tar.gz: 87532e7320e6789a7338bc6e2aeb0a3694bd34cd92c184eaa3cdb218833f57b7dee8e216c67ddcc88f374e64c98c7b82fd9da0f3287c96f2f42359b064c92391
6
+ metadata.gz: 63260f9fa9009929c0a60ea5cafc1fbc4af6b594fd6aa6701451264d38f9666e66795e57e73e9343bfc2a8b435ac7bc6c4799e55b078ee978356912fd4e13fbe
7
+ data.tar.gz: 68fecc78e76d97401eb37054f5400a3333715497fc581e08c1d35f15256acede71ef4c498367548caf4c8a248b09ee00636868023ea63200d6f89e2d1f5f3588
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: 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