emf2svg 1.2.0-x86_64-darwin → 1.2.1-x86_64-darwin

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: 3455719344ef397a8cb692b5bcda4fc6c1cad48c9f7353596499c53f67f4a905
4
- data.tar.gz: a304b90a7fe25261407283b00e161a18349d93b34a30989e226de81f30732a5d
3
+ metadata.gz: af65c5fd222c98aa77d4954923605615ea1a25638ee53ffff61064f8098d5939
4
+ data.tar.gz: ae66af8f11e553c6d0279aa8c66e5c9562429f23980d43726b57ee70a37686cd
5
5
  SHA512:
6
- metadata.gz: 3b264271fc2f67135bda5116ed33a770a1834c46689a610b55a5e68fefb35742a3131649b39a4be59c7c36727518326cc60f635f7f5557c9217848c83460982e
7
- data.tar.gz: 6053b88ce2e2a61c2da36f4191aaf9e0fa0167fe989df15724f53909e7cb70d7ed1cbcf2917d4a018624308e0604ee5d6961585842cd5487f9354097c01f180c
6
+ metadata.gz: a5fe1ae5a46381b43606dd91381bdade1295bfcbd2c7da8d90fd04efda360ea85908091f7a706245acb300b02bb12e12f4b2254910d8c5e8dd9519ea17f46593
7
+ data.tar.gz: 8450071a100eec2f888bed7f4d7846438d4bd97efad997c161e1de5deae812e0e327164a73d6104b0bd09782085082a201f02549227bbb0c6a9f234eaf767517
Binary file
@@ -40,8 +40,8 @@ module Emf2svg
40
40
  "x86-mingw32"
41
41
  when /\Ax86_64.*linux/
42
42
  "x86_64-linux"
43
- when /\Aarm64.*linux/
44
- "xarm64-linux"
43
+ when /\A(arm64|aarch64).*linux/
44
+ "arm64-linux"
45
45
  when /\Ai[3-6]86.*linux/
46
46
  "x86-linux"
47
47
  when /\Ax86_64.*darwin/
@@ -49,7 +49,7 @@ module Emf2svg
49
49
  when /\Aarm64.*darwin/
50
50
  "arm64-darwin"
51
51
  else
52
- raise "CrossRuby.platform: unsupported host: #{@host}"
52
+ @host
53
53
  end
54
54
  end
55
55
  # rubocop:enable Metrics/CyclomaticComplexity
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Emf2svg
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emf2svg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Ribose
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-21 00:00:00.000000000 Z
11
+ date: 2022-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi