ffi-libarchive-binary 0.4.0.rc1-x64-mingw32 → 0.4.0-x64-mingw32

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: b107ad17c5d57fb0ef4febf7352b7815c82169f53aa70344c55239b4ea7f4c60
4
- data.tar.gz: 3fd91c36821293d2e37eb32adb5ada36846c919ff153fe81a5b84d8db109a192
3
+ metadata.gz: e6f07e32e296c41468f3cb52604e83055deb89fcbed0fd667acb2cce47a07011
4
+ data.tar.gz: 166a3bed1d62eb419a658c46c38e74ea4780f7830d839e0769765c600df0e548
5
5
  SHA512:
6
- metadata.gz: c859af1983b0b193f5e7b9170919103d321c66790d2afe7fbba1b5775f7f8ec26e0e3de4a26d31d6cf8653e73c2b35fc5e635ee4f7cebea652a63e0c7ce1ce4f
7
- data.tar.gz: dc576d7b453a2a5946a1aa9afd9f780b767720f37cc687eb80de62f3554aeadaa5001ba488fce4f770bcf666915daff97f94b3bb596da3ed72d0c8012b9281ec
6
+ metadata.gz: c24a6e8ff1a50c8643b78ad4ab36048e976d2a50498a6187a979e0d75ff36e152d04d0efc6dd6aa697b719fe1395fefce9c78b18874c0e20185b2116e710977d
7
+ data.tar.gz: aef6a61354cd8f565af872e8703146b20f3827bf4b419fcc3f35751a06b4a2639068f214d4f37d04331d86d6d044d4838b4123c4955d1b76daecfa3a1e6d2c76
@@ -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: x64-mingw32
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: