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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b897dde516df9c390a5952528d6e7c54ec2bc5fe174de267d4295c17fee25976
4
- data.tar.gz: c62beb01d826c646a32c811b3df9086e65aeacda9c4dc1525465a8de64f4f236
3
+ metadata.gz: 1d88642078087e9926ea016870a07a3ea695bf35a56eebd6c8c9ab17cb1059ea
4
+ data.tar.gz: f7ec23b4e1005836b9f60348cb700d02644d6bbf0169e0931a89b35216095ba8
5
5
  SHA512:
6
- metadata.gz: cd41a9ad1ffb5bfc0ece9f94e5efa0121874c9a243e8a34686148e7ddb085514144d3d47af044ca9fbf88f14742a80a68614f4ec6e6f77a6152ce8e0fb0973f2
7
- data.tar.gz: e39f422015a77b9d875d90f0af2eec582cd3cad901704988bfdd6cf28b26356cf9272a307fd592a178ff4de0cb213d71eafaf62d6fd4fa8c74693ee4cddb693d
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"],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LibarchiveBinary
4
- VERSION = "0.2.5"
4
+ VERSION = "0.2.6"
5
5
  end
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.5
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: 2021-09-20 00:00:00.000000000 Z
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
- rubyforge_project:
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