emf2svg 1.2.0-x64-mingw-ucrt → 1.2.1-x64-mingw-ucrt

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: 2d598b1fa7f9bbac8474862bc7c1377e74b15f6a41282b28a1a625779e3be189
4
- data.tar.gz: 942f5044ca1cc3215223bbb2a32bbd0326a59fb9aeade8f316314e15febd0a7e
3
+ metadata.gz: f2543dc53fecb9fd4a2b18dbfd2646a375410c9a6b3d5fd38c28bb6a82bdca70
4
+ data.tar.gz: ca79227ba0dd7b18b7670c4f6be28751c40ab3ae34cb91c6238bcbbe68dd5af8
5
5
  SHA512:
6
- metadata.gz: c182260cdc411c087a657aebfa087ed7fc553c5b3a844f6f7cfdf4895059797f4384b6042bd4016d84fa1b400f7ab292ffcb163b1ab8ed1ea7640d1664ced188
7
- data.tar.gz: 29fe9231ee07ea8db0c4fe24f27e1e20fa12bd4183ec66ecc75e164bcf76c367723a44d27c7862de53a2c9210583cb16e17efe5babb2ab7d7004d7c0e983aca0
6
+ metadata.gz: 76575ad7586a9ae9273a5a6b6ce641515ed28083267257fd8f50c97b843b60ccce83e3acd6c026c922afac591e9052eca8afbef9c62e86526da598c5902f9750
7
+ data.tar.gz: 2212f10089f9847b4f020d7ebf24dc14b9237bc8ffd4f2d1d51b663b66363e92613969043a7dbd1822384a31454fd7e2148602fb18fc968cb100a754ebc904a1
Binary file
Binary file
data/lib/emf2svg/bz2.dll CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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
Binary file
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: x64-mingw-ucrt
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