ffi-libarchive-binary 0.2.5-arm64-darwin → 0.2.6-arm64-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: f386331ebfd86414b754e56d76fcd9bf5fab8b0f5ffeed86d2870087ba2efa81
4
- data.tar.gz: 7ec54758cbd707e854978ad56da3c16b0839ea754fdaff5022eabb9cb1c82fc6
3
+ metadata.gz: c4e3cb383338f7bd2213d5b39f41733ccff1600c074126d26699df6689b67596
4
+ data.tar.gz: 55a2040a7f9ffde436c04cb8dc89731ca538932c1fe30b05fe9c22c5d7cb7893
5
5
  SHA512:
6
- metadata.gz: 5c9f1c0b1e0ff4f15548cb63f71b177e1ab5d7830618d5cbe6eed2f5f22c9ce86b4c1626e1911e43b2638266bde5f05dea79c98c7d7112471c711eb4403b7891
7
- data.tar.gz: b3a9a79ab62999bf651e5a7789b1522304ed643adb121bc6c74a49be9b3f8e2e50a77dce41cbdaefebe9b74a47444e4b43a938af270e88cdab98b17032831165
6
+ metadata.gz: 688a5b98f93c0a392c197f28023a3a4628256fe60e22b32315b9ae6c1575e3354cacfcd24c6a83fcf99ed4f954b1660a5fffe4fa2dc4ef07bdf95873eae2d32d
7
+ data.tar.gz: fb52ad1787c206e4a38a87b92c9daf7dad276b7f07ea2a31f0922cec46f8517d6d3f706b67f5fadee5b627797193deaad452361ebf41cafc54dcf153fdf7dab4
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: arm64-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