ffi-libarchive-binary 0.2.5-x86_64-darwin → 0.2.6-x86_64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5a0ba692e713a1f61212dd855f15252875c518df9bcfc3e252e9c4c9050a3c8
4
- data.tar.gz: bf6290fab49d24d277d7ef8a777eeb9416f0fbd52dfa18cb025dd0fe38719583
3
+ metadata.gz: b99bdf4c91a55d3cb5af1d3cda30e2689dcbbadb56448ef2f79515cb42fbd8bb
4
+ data.tar.gz: 35c64ea25649b82b68299cffa3606f1f86db875dc6f496b5fcc534c95ee526e8
5
5
  SHA512:
6
- metadata.gz: f14bacd0a9d7d4649a7b67c427ffaeb383427466a35a58e61d76da072b29e7e8f140216d273b3cce724ba5a4abc9b07635c7e72dd0ba3c15a8c0dd4b154dd136
7
- data.tar.gz: 9a7c361ca76c1b4c7c42ae5d18eda317533751fd21911fe985f033a541184ec5c983e9508ea3e85366b830140fb29e6b0a1d248fa6df968f7fe0d35379daa68f
6
+ metadata.gz: 2de3f35c2488534996e110adbf2d322b275c3933987edc66af32f0d6da9ca2d5552bf95d038283cd549fabc48c64fb26cd6a4ab77e7e3f09075fe75b5611d62b
7
+ data.tar.gz: 6a27d077dc75ce24835c72ad97362568fe51ff65d03e56538fab873ed58000ddf7cec8bf99df6c0bff0f324edbde049b24ef1529b069c41ddd8d1f1302eb2e2b
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-darwin
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