emf2svg 1.2.0-x86_64-linux → 1.2.1-x86_64-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: 6f70a1cb3c1384a2e12684a51214dbb56ebec73d02889f1ae2f8e7feafbf1303
4
- data.tar.gz: c5ab607c52be131c8827c548cb29d152e2337322c681a90fe395d78f98650230
3
+ metadata.gz: fdf7b6c17da34bca221c88855dda8cb94a7cf06112262be5ddd7612f8d87716c
4
+ data.tar.gz: 6a866acac98078305d9688876cfd196a0ba68ab15f20ab8178cf36f94ba4aaaf
5
5
  SHA512:
6
- metadata.gz: 68dbc9cfc24a587fd6b42f3868725384dec18f5eeabc5fef0ad192476f082068384b122c83edc252007f328bdfe9820f35860a6ae67615197ab9cd96efea858c
7
- data.tar.gz: 35326ee53237347941c6aecab710d7aeaad4d703f18b6308ad9831a32258f07e408c2eb711848e407055b579e1910b58815b69701a7129b795481a63d13d1d40
6
+ metadata.gz: 76c2f02447514479c2b70a41e1e8305ad1b5d1960664cd5c600e404ff68880fb2b7df1965fe07c26f2a87925c894f71199b806a5b38b94c9a4e11f076cdf05cc
7
+ data.tar.gz: 1efbdd0fcf07a484304e4e58d6ae56a3a69a71f0b322800e88b3a9e4212f7b6b7a18cb797e8998ab14ccdee6456b5d93f0db0de4f618662bc6b45b3edb7c6211
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-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