emf2svg 1.2.0-x64-mingw32 → 1.2.1-x64-mingw32

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: 4cbe3b2fb66e6d2ebb284d0c94d8298a25fe3a15ca1e66b7bdeea28e4b6d5f3d
4
- data.tar.gz: be56fe68cffcefde90853f67aaa496f1023bfd3c3f3248bef5bad7fc102e726c
3
+ metadata.gz: 9ae6121102d164899f348d406a8df56fa407a8c26ce14621d58cf0b33d50ee89
4
+ data.tar.gz: 5ea0ebaa05d56fb48a015f356a7cd7bd1023669f0fe5ad9bef26db996f88b73a
5
5
  SHA512:
6
- metadata.gz: 8c0919d55f0c6c494c0b6cf48d5e44ba2698b70749e0df19eaf1ec27e206c0f112b103cf055a67da4872e0eee35fcbfc385638d483550ec12afa12ab4bbbc968
7
- data.tar.gz: 29e3b6143f77e5193e61b22faa95e39d392c0a85cd893ea006269bf4d448a055984bb915ed5756b5987c1de7e78b0c08dcce67789e89b2fe7b37a7931ff6c13b
6
+ metadata.gz: c9ce0260c95c54372f1f95ff4794b83be8980413634bf61fa4ec7cf4806d9b8d611fc4bd275169743fc20beb4ed5580f887754bfcdcdbc48ecb453376397caee
7
+ data.tar.gz: 05c70a66c18e93444101fb89733b7ae0270cc10e161335f8cad5d51c26747710d0f7169d2a33e71b011fabb81814d74bb7e189f56e0509e734309a7cc4055ba5
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-mingw32
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