emf2svg 1.3.0-x64-mingw-ucrt → 1.3.1-x64-mingw-ucrt

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: fb92f3b23bd3ff4673d3b9ea3bdff539fbfe90c50b8a0fb02a5c5823f0a60751
4
- data.tar.gz: 3b4ca7b7155fa752fe218d54ca107c654030ad4857f9417e75fe6b293cd49734
3
+ metadata.gz: c5425cd63fa1c3f2343c886afde8a1f7018f3c317575a58dc26641c23a7ef5e6
4
+ data.tar.gz: 57b57a7d9f8f29f99234c1b7c5d1ea176122bba1d8915a6fa56a644bf09805cd
5
5
  SHA512:
6
- metadata.gz: 6067c241d57a64d4b1c21fd070d303bfeb9c6ed139941ec2dd5ce02030ad03678b2c3428d3a81ee3befcd45af0e0638ef9422fe42f5c6e2f698e9911d5ac9e11
7
- data.tar.gz: f3a7040e8ca75a23dee0276cbb5afbbf1f154525a3a67a1813cd05a3d450b2932cef08ed4ea08155898b90860490c20c163fdae9eef2d54282402a16c4244c11
6
+ metadata.gz: 6a8d067d5e83a48b590b15c2b9a618ac46b71e2714cefdeddd5276e28c747f3f256b81eb9d231640ca559a6ada38a10e8cf0c87880cc870d0182d88579135922
7
+ data.tar.gz: 6fb1f885d5f5a7353482c4529e7b9a3fb013bd8c062d0b196b90dcfdb6a41cf175113bac3b5bfa58936e0a2899a0fd0e7b8c23fb7ad07d919be8ea7fe526c45d
@@ -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-mingw-ucrt
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