pngcheck 0.2.1-x64-mingw32 → 0.2.4-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: e79659d5ec1a433cac6180b9e4bba525ea5e57fda53c6fc5b93aee140b916afd
4
+ data.tar.gz: 3f8a6f45c9db2818abde129f5baa252176c4e0653ffd252b21e2567fb38b0273
5
5
  SHA512:
6
- metadata.gz: cfa764f9784879974d98d8b54f6fcabaacd37f2803b1ed73c5ce598d5f1f724e6bb09d350ed00db5a325e6e4246744082fa6c12b41898b4650d051e411134cba
7
- data.tar.gz: c29dfd8c21c234721f623144cb5b09f00738b2e43e24cd17ba7b5da1867bfd1bf7f01ba13eac4c593b4224897d135e38d07d2f82ad4f1a6fae05191690ccaa25
6
+ metadata.gz: 3d244e6441b3e20c85e4bee64806ec7d3a91b8c240ee4dfcc5f0cb1e3c284b5fdf76665961191eaae64c1342e535b8aea0d033d78c03a8d165156f249d272c86
7
+ data.tar.gz: 3387f1e78a60f2c978fa30a43406a3f91b5a91506e165a02c4011bc464ae9d40e2df525640e6da8eb38f3e832a08bf5c597a3e35521b593319be8c39eb285858
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.4"
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.4
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