extract_ttc 0.3.2-aarch64-linux → 0.3.4-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 445a629bab282f53d014533cab28c13ab48dd1c44921b457fbb39037667957fc
4
- data.tar.gz: 6e7fe355c12a60665afc3aefae183a6ee9cfe7fc8451e0787220d089adde415a
3
+ metadata.gz: 71caf7fe320a9be4dbb2496eb5112835ac085cdb5a8a96fc1ebce666c8a01fe2
4
+ data.tar.gz: '096e1ceae71395c25d55c89f5f0352db3e47397a880b4d6205c62196eeffadff'
5
5
  SHA512:
6
- metadata.gz: dd1ecc18b08504812bcd3c5b677f364207e86535a2effabc7064ae3e8ecf95b01b754102f14090d305392877bf2179589b32e800dd189bf1bac2f9e17b439635
7
- data.tar.gz: d97620a47317e3bc1a563b5030a9af3091304623399e7b5db5b01ae84d9aa37e348804de4c23d5d1d103cefd653aa51e281b911a12d5b8f500bce91d34f73fcc
6
+ metadata.gz: b62feb5fe6a2ac174760353090c46a84de3070199acd85b2d56912910dd8e915cba069539fe6e2f86b52e170f19dc02312b000a50997cd2ff344395288f3f357
7
+ data.tar.gz: 3505c880e8c64ab68d78c9a16a7576a9ddff148fad0426d37ed5fa40f1c695ce6f7a7b37d8b7505ae6f27b8ec69a5dee00673d56ce16dac5a2b2390886270b58
data/lib/2.7/stripttc.so CHANGED
Binary file
data/lib/3.0/stripttc.so CHANGED
Binary file
data/lib/3.1/stripttc.so CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module ExtractTtc
2
- VERSION = "0.3.2".freeze
2
+ VERSION = "0.3.4".freeze
3
3
  end
data/lib/extract_ttc.rb CHANGED
@@ -16,8 +16,18 @@ module ExtractTtc
16
16
  extend FFI::Library
17
17
  # NOTE: ffi doesn't support bundles out of box https://github.com/ffi/ffi/issues/42#issuecomment-750031554
18
18
  # NOTE: rake-compiler doesn't support dylib generation https://github.com/rake-compiler/rake-compiler/issues/183
19
- lib_name = if File.exists?(File.join(File.dirname(__FILE__),
20
- "stripttc.bundle"))
19
+ lib_name = if File.exist?(
20
+ File.join(
21
+ File.dirname(__FILE__),
22
+ RUBY_VERSION.split(".").first(2).join("."),
23
+ "stripttc.bundle",
24
+ ),
25
+ ) || File.exist?(
26
+ File.join(
27
+ File.dirname(__FILE__),
28
+ "stripttc.bundle",
29
+ ),
30
+ )
21
31
  "stripttc.bundle"
22
32
  else
23
33
  "stripttc.so"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extract_ttc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.4
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-26 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -170,7 +170,7 @@ metadata:
170
170
  source_code_uri: https://github.com/fontist/extract_ttc
171
171
  changelog_uri: https://github.com/fontist/extract_ttc
172
172
  rubygems_mfa_required: 'false'
173
- post_install_message:
173
+ post_install_message:
174
174
  rdoc_options: []
175
175
  require_paths:
176
176
  - lib
@@ -185,8 +185,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  - !ruby/object:Gem::Version
186
186
  version: '0'
187
187
  requirements: []
188
- rubygems_version: 3.3.4
189
- signing_key:
188
+ rubygems_version: 3.3.26
189
+ signing_key:
190
190
  specification_version: 4
191
191
  summary: Extract TTC file to TTF files
192
192
  test_files: []