ffi-libarchive-binary 0.2.5-x86_64-linux → 0.2.6-x86_64-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: 1d88642078087e9926ea016870a07a3ea695bf35a56eebd6c8c9ab17cb1059ea
|
4
|
+
data.tar.gz: f7ec23b4e1005836b9f60348cb700d02644d6bbf0169e0931a89b35216095ba8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79f537280fb175f26a7b4014f29667501a7f0eaa4e0f49c5777b15d1d22cc966854bb0dbc488fb527447fe9b651c81c70efaee3b1ea09c57cbf4f4ae2c0beb36
|
7
|
+
data.tar.gz: 4fc28cda2c7c4644928ca02227ca32296899c427c0bbf93a1e735d2662955e832a81a0bea3c963270d620f85c268812cb181c85525d8e03a7a6d9886dd7b3595
|
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_64-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
|