ffi-libarchive-binary 0.4.0.rc1 → 0.4.1

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: 98947e25dc4289defdd29889f799759eee3fe792d948c3683d57dfd8df88caf3
4
- data.tar.gz: 590fac49c9969168b2c1684cc6174db5c6a37a95600d70960034a65e045f5880
3
+ metadata.gz: f0b7734279c82b5a02a9775e64bac7acd02d8149d505d0b8be195cec09389c18
4
+ data.tar.gz: 5991a44cba0b3dc383bd38e1012b99f80f3ba8fef3f91d3662a23601e03d989f
5
5
  SHA512:
6
- metadata.gz: 8f9486724ebd176024f834c030fe9923040dc91a44ea96489e51f767b37fac9e71bf70351738eed60613c85d5d6e7c3854fc0b5364f4c8bbc05179a98fafcb65
7
- data.tar.gz: 4fb70c314683dfa16f083586e6fb789c47114bdbb3fc7bff4912619a054a22afcd3fe0374de971e9149242f028bf12e53474e9693821ce6cedea7144370b0557
6
+ metadata.gz: 064b3dea8cd67b2fc0fe301fdd9980b0eaee8a8e5c5276599dc3aee24a9da92a5891ebfc1a2f5359414d0820a794870de4d3acfb70f7f6a78705b3b714ae44ce
7
+ data.tar.gz: 708ab4f1d88a2bddf5a25bd28dd6978d7c390df6f412dc5032f50852c8d737840096db587e02f2760209c20e8a107c0aa7106f1d3eea42974de9c84bfdd43c52
@@ -35,6 +35,6 @@ libraries:
35
35
  sha256: "a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0"
36
36
  libarchive:
37
37
  all:
38
- version: "3.7.7"
39
- url: "https://www.libarchive.org/downloads/libarchive-3.7.7.tar.gz"
40
- sha256: "4cc540a3e9a1eebdefa1045d2e4184831100667e6d7d5b315bb1cbc951f8ddff"
38
+ version: "3.7.9"
39
+ url: "https://www.libarchive.org/downloads/libarchive-3.7.9.tar.gz"
40
+ sha256: "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
@@ -32,6 +32,7 @@ module LibarchiveBinary
32
32
  library = LibarchiveBinary.library_for(name)
33
33
  version = library["version"]
34
34
  super(name, version)
35
+ @target = ROOT.join(@target).to_s
35
36
  @files << {
36
37
  url: library["url"],
37
38
  sha256: library["sha256"],
@@ -16,7 +16,6 @@ module LibarchiveBinary
16
16
  class OpensslRecipe < BaseRecipe
17
17
  def initialize
18
18
  super("openssl")
19
- @target = ROOT.join(@target).to_s
20
19
  end
21
20
 
22
21
  def configure
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LibarchiveBinary
4
- VERSION = "0.4.0.rc1"
4
+ VERSION = "0.4.1"
5
5
  end
@@ -6,7 +6,6 @@ module LibarchiveBinary
6
6
  class XZRecipe < BaseRecipe
7
7
  def initialize
8
8
  super("xz")
9
- @target = ROOT.join(@target).to_s
10
9
  end
11
10
 
12
11
  def configure_defaults
@@ -7,7 +7,6 @@ module LibarchiveBinary
7
7
  class ZLibRecipe < BaseRecipe
8
8
  def initialize
9
9
  super("zlib")
10
- @target = ROOT.join(@target).to_s
11
10
  end
12
11
 
13
12
  def configure_defaults
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.4.0.rc1
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-24 00:00:00.000000000 Z
11
+ date: 2025-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -174,9 +174,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
174
174
  version: 2.7.0
175
175
  required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  requirements:
177
- - - ">"
177
+ - - ">="
178
178
  - !ruby/object:Gem::Version
179
- version: 1.3.1
179
+ version: '0'
180
180
  requirements: []
181
181
  rubygems_version: 3.1.6
182
182
  signing_key: