ffi-libarchive-binary 0.2.5-x86-linux → 0.2.6-x86-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -0
- data/lib/ffi-libarchive-binary/libarchive.so +0 -0
- data/lib/ffi-libarchive-binary/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cec892566b98abadfc61534ab2eb6e848c82d64ba507f2e49b6a23f79ae465b
|
4
|
+
data.tar.gz: 840fe1a1c1915b643d70fb9bdc39ce508df10c22b1ed75e6a68474f3055820d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cea3841343eaa9894f82901b5184c9f791558f2bf04b104034a702eca30091de833da0228f32b7b6074a91c4a8fe1fc13f894eb24b59b48aeb37d674c4742b2
|
7
|
+
data.tar.gz: 5d436777783d8e09919f101d270a9d2d319c238f55139a5fa36dcba3ee9e166fc7ade009761035a6225b8a09dd1f06df7602b8f4535e534c70cb5f6ea0267b1b
|
data/Rakefile
CHANGED
@@ -19,6 +19,7 @@ end
|
|
19
19
|
platforms = [
|
20
20
|
["x86-mingw32", "i686-w64-mingw32", "libarchive-13.dll"],
|
21
21
|
["x64-mingw32", "x86_64-w64-mingw32", "libarchive-13.dll"],
|
22
|
+
["x64-mingw-ucrt", "x86_64-w64-mingw32", "libarchive-13.dll"],
|
22
23
|
["x86-linux", "i686-linux-gnu", "libarchive.so"],
|
23
24
|
["x86_64-linux", "x86_64-linux-gnu", "libarchive.so"],
|
24
25
|
["x86_64-darwin", "x86_64-darwin", "libarchive.dylib"],
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi-libarchive-binary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: x86-linux
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-libarchive
|
@@ -69,8 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
|
73
|
-
rubygems_version: 2.7.6.3
|
72
|
+
rubygems_version: 3.1.6
|
74
73
|
signing_key:
|
75
74
|
specification_version: 4
|
76
75
|
summary: Binaries for ffi-libarchive
|