ffi-libarchive-binary 0.4.0.rc1-x86_64-linux → 0.4.0-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: 7af0771c4ed8f225025bad474828fbc85b81ee5e578be27d0810d9b274a88fd7
4
- data.tar.gz: c4d773bf3ed33bb41379b67a5269f50cae52c7cef78becea9f17f463b8bb77c9
3
+ metadata.gz: 014dd315fec1e4df6cd708fc8c63f59adf2e350d5e58696c9e5470788caff6d4
4
+ data.tar.gz: 1e0f8dd117dc0c542d7cb9ae596312e43c548fec867cf34b0b170b37af13f876
5
5
  SHA512:
6
- metadata.gz: 1df3fe42e94f3cdeae68842303c9bfbb83b09177146265653e72e9e78f3a56698990f1baf502912b501641492d1800fbb74b83148842ba175416d33fb14d2742
7
- data.tar.gz: 124a40be7fcb9ffbb89ff3664157f831114170afbdf08bd15997d420418e62cdb0a104391e7b5452cd2a614a0aa0b147bf08b0f5802324ae34e77d19e9fa45f0
6
+ metadata.gz: bffead51bc0684793f3d1a6380c4bd83c6dfa913ed7444770b59b8861984aa18393f1ced52677822b1c3b92d74bb0403914693e988458b43ca70d6507ed2b0c6
7
+ data.tar.gz: b02273eb1b6032cacd6afebc19aae23c56700b62dae64c482a744afb92d0b8eb2ebbafcae1f8bd076f6a2408a0bb8b0bb66b9b413f596f5b8814ce8f4226a41b
@@ -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.0"
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.0
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: 2024-12-24 00:00:00.000000000 Z
11
+ date: 2024-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -160,9 +160,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
160
  version: 2.7.0
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
- - - ">"
163
+ - - ">="
164
164
  - !ruby/object:Gem::Version
165
- version: 1.3.1
165
+ version: '0'
166
166
  requirements: []
167
167
  rubygems_version: 3.1.6
168
168
  signing_key: