pngcheck 0.2.1-x64-mingw32 → 0.2.2-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: c72fadb4388ddc071725dbc397c884b7157613b79c486f31eb72ec9479ffaabe
4
- data.tar.gz: 0cabd5da57d57827a2e583b49fdd0157f4709c582d121cb910a0e3b2b6519ca9
3
+ metadata.gz: 2622575b8324033cffb6177e37df0a93410560d448360bc38ff3b698c5f51d22
4
+ data.tar.gz: 66282aa74d213cdaf1c937a7d73609f40076ab69fbbb489bfa97c268d62c54c8
5
5
  SHA512:
6
- metadata.gz: cfa764f9784879974d98d8b54f6fcabaacd37f2803b1ed73c5ce598d5f1f724e6bb09d350ed00db5a325e6e4246744082fa6c12b41898b4650d051e411134cba
7
- data.tar.gz: c29dfd8c21c234721f623144cb5b09f00738b2e43e24cd17ba7b5da1867bfd1bf7f01ba13eac4c593b4224897d135e38d07d2f82ad4f1a6fae05191690ccaa25
6
+ metadata.gz: 31e9b244c197d31125c69cf8a2028cc110b6f8739ae9fd62a49732cb8960ee898820b2f071a3d94adb7ace954bafad9121d4458e4b043dc201f4c31959246d5e
7
+ data.tar.gz: 065430b137e209f2b03d17c8ddd3cc73b1524225d214fd1db5c80b319fe44193572255b8a92bed9cf463c9c191652e9d8f0ca71c61c5556efc1a0b28eefe9c30
data/.cross_rubies CHANGED
@@ -1,5 +1,6 @@
1
1
  x64-mingw32
2
2
  x86_64-linux
3
+ x86_64-linux-musl
3
4
  aarch64-linux
4
5
  x86_64-darwin
5
6
  arm64-darwin
data/ext/extconf.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), "../lib"))
4
-
5
4
  require "pngcheck/recipe"
6
5
 
7
6
  recipe = PngCheck::Recipe.new
Binary file
@@ -113,8 +113,6 @@ module PngCheck
113
113
  "x64-mingw32"
114
114
  when /\Ax86_64-w64-mingw-ucrt/
115
115
  "x64-mingw-ucrt"
116
- when /\Ax86_64.*linux/
117
- "x86_64-linux"
118
116
  when /\A(arm64|aarch64).*linux/
119
117
  "aarch64-linux"
120
118
  when /\Ax86_64.*(darwin|macos|osx)/
@@ -149,7 +147,7 @@ module PngCheck
149
147
  "Mach-O 64-bit dynamically linked shared library x86_64"
150
148
  when "aarch64-linux"
151
149
  "ELF 64-bit LSB shared object, ARM aarch64"
152
- when "x86_64-linux"
150
+ when /\Ax86_64.*linux.*/
153
151
  "ELF 64-bit LSB shared object, x86-64"
154
152
  when /\Ax64-mingw(32|-ucrt)/
155
153
  "PE32+ executable (DLL) (console) x86-64, for MS Windows"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PngCheck
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pngcheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-07 00:00:00.000000000 Z
11
+ date: 2022-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi