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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98d172f89717aac256c3fe7d50913f1b56c8f770ce8731102a847a3bc7668af4
4
- data.tar.gz: 4306bf9f1ce37d85a328c7f0b5ba7599a7d6e06dbe3e664aaceb21ad2ad8219d
3
+ metadata.gz: 1cec892566b98abadfc61534ab2eb6e848c82d64ba507f2e49b6a23f79ae465b
4
+ data.tar.gz: 840fe1a1c1915b643d70fb9bdc39ce508df10c22b1ed75e6a68474f3055820d0
5
5
  SHA512:
6
- metadata.gz: a4195274fa5473e20f69a7863020efa083884b8364082300eb3a24e26d7a95762d2985271518ba04b7fcda4a596a10331e24aa391af52e5f3166d19671490ac2
7
- data.tar.gz: 792740fe41468422fdd8b328fb0aa6188c33f4d5d4419bd5ebccafe3ba42f5760a846eaab685e2d65df41039390744a809b461461e192abf0a871290f41faf7f
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"],
@@ -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-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