emf2svg 1.3.0-x64-mingw32 → 1.3.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: 7f0a2d49ece4961dc2255c1b04fe18ab0c6bdc2a07256aa4ddb2ebad8ab76794
4
- data.tar.gz: 7bd4def2d3736b974b1ba657a79e7857250c4a6a1b037e4445f268f67751358b
3
+ metadata.gz: ea870f86411d9da5d33dee42f01599fbf4fac40d71494d9666df318a6194644c
4
+ data.tar.gz: 55e5e250fba4a2ec4764ab340e76de30ea919c0687d276f2e0e884bd7c96c334
5
5
  SHA512:
6
- metadata.gz: 64690bd78188967b0e3800b4ce15ba1c949fad3d5fc47b32ace8aed1b1033545acdbc806dbb4d807003046c64d4dc35f35213586a3b1e606b197d2940fe517d3
7
- data.tar.gz: 70782d4c9fad691c232044087fcf83ff2171e1d13e9b41b2f37028163f14fabded2e3ea382522709249341da5305c1e2addb69f5334e55607e69094331c5fffb
6
+ metadata.gz: 03d17a33f36c7f8359c4fff5eb8ccc503fefe0fcd810a40d8aafcf116c606029ceae64ae9be7e9ace589595c610b4c5b270e326a17511d5b70caeb2035124291
7
+ data.tar.gz: a3d0bf572181b01c53f6a65883862e2641ae0b06b117d7a54b2d6eac41bdae1854d4948b46b14342fbc57cd9d01a9edb6e321abf0681a2832ed818f44623b252
@@ -137,7 +137,7 @@ jobs:
137
137
  matrix:
138
138
  include:
139
139
  - os: ubuntu-latest
140
- platform: arm64-linux
140
+ platform: aarch64-linux
141
141
  ruby-version: '2.7'
142
142
  - os: macos-latest
143
143
  platform: arm64-darwin
@@ -58,7 +58,7 @@ jobs:
58
58
  matrix:
59
59
  include:
60
60
  - os: ubuntu-latest
61
- platform: arm64-linux
61
+ platform: aarch64-linux
62
62
  ruby-version: '2.7'
63
63
  - os: macos-latest
64
64
  platform: arm64-darwin
data/Rakefile CHANGED
@@ -34,17 +34,9 @@ platforms = [
34
34
  "x64-mingw32",
35
35
  "x64-mingw-ucrt",
36
36
  "x86_64-linux",
37
- "arm64-linux",
38
37
  "aarch64-linux",
39
38
  "x86_64-darwin",
40
39
  "arm64-darwin",
41
- "aarch64-darwin",
42
- "x86_64-macos",
43
- "arm64-macos",
44
- "aarch64-macos",
45
- "x86_64-osx",
46
- "arm64-osx",
47
- "aarch64-osx",
48
40
  ]
49
41
 
50
42
  platforms.each do |platform|
Binary file
Binary file
data/lib/emf2svg/bz2.dll CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Emf2svg
4
- VERSION = "1.3.0"
4
+ VERSION = "1.3.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.3.0
4
+ version: 1.3.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-25 00:00:00.000000000 Z
11
+ date: 2022-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi