emf2svg 1.2.0-arm64-linux → 1.2.1-arm64-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: 6af3a414a4487133e06c9445f5b7caf4a5f2a3ea6eec9eac2c163ab9d96952b9
4
- data.tar.gz: 358fe3308afe7373e58a45b7675aaf4d1c98f543d07b6077121f0cab49d6cc22
3
+ metadata.gz: 2f0e2cf0bb7dbc59e9c50ff030b34ba397a130e0e1ba1a32059f4b3e565dda60
4
+ data.tar.gz: f45d6de6622f22ee6f65b44878e1b69d54451ca8ddc47f3dda5255a53a14f7f7
5
5
  SHA512:
6
- metadata.gz: ba029a4b4a51d3f9dc0991a41925cc86e0131039934e356c392bce8eb9ea9ea1786a60055d8c64e3c3284ea568ea5048b0ffe951de0970268b4e8a49233801a3
7
- data.tar.gz: d629aab1012e6e1010a7bd73a557735e3b6c94224cb475dd65db9c0c270659caf7e7e24e0ae9b35f68542a5935ac5f161a49d7f30e2c9027645d73f5cccd5a52
6
+ metadata.gz: a77c0e8db0324f4c91749c410c3c703fe81fb7d37903ff1275fdcbb3c055f01cb4854d663bd8c42bf4aa135462c92d9f89768793bea39515d0b19178cf6834bc
7
+ data.tar.gz: 4b26fc8b414ae5d1b5a3667179b2fba3c67449aeb89f5adaac67824d2d53035525148fbfb5e742f50befc3ece3f3d0aefcda1670e8e7c874353e4faf877b52d1
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: arm64-linux
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