extract_ttc 0.3.3-arm64-darwin → 0.3.4-arm64-darwin

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: 748283a2ac5af521fa269a23e28af6f00b7d25855641dbac38082a54d850b927
4
- data.tar.gz: 1dfff0f8c39ef0886cf0f7d8992ee8a5145ecfc71cded5d462dc4f6749758450
3
+ metadata.gz: 8553759803c8cfa0b217873cba846f5e1a1f725f8eb38c8019a5ae3b30274886
4
+ data.tar.gz: 1df137d0fc4db756358164c59a6408468ef27c676ee3177a8eca41856a751e9f
5
5
  SHA512:
6
- metadata.gz: b78bb0da970856056ab8149ce8d3eb177b823cad96f4681d62de5d45bf6be03724e79ca4d8e9657f3b10b61ff55827d2301799c674490d4a810f605b69972ceb
7
- data.tar.gz: 750396870a27cd95f13d3d9ac3815b3584c52b471e6aac30c7cb520ba9a44f0df52f80aa242dcf5cc8b142c42876dc35de2803a74ac6e4b86f1fc48970ac8890
6
+ metadata.gz: b1d0b2607f4c23fc5679e7f50fa69c4ee4dab06d75485e979db3bca5184c694f3c6c1a746afec14fede3656d7948aa416fb3dfce14a905ef71e1161495d9a175
7
+ data.tar.gz: eba1e71bda88dd57cd3181cce774ece746f349cee408d0b2580c7021faf44c7b5558640e7ffe297dcb13f7236b3684279babc217c3091a6ff4aa57f0ba5c25b3
Binary file
@@ -1,3 +1,3 @@
1
1
  module ExtractTtc
2
- VERSION = "0.3.3".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.3
4
+ version: 0.3.4
5
5
  platform: arm64-darwin
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: []