ffi-libarchive-binary 0.4.0.rc1-x64-mingw-ucrt → 0.4.0-x64-mingw-ucrt

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: 38e0558a7c1151c0e756bb289f7b8d2e2666b00c7b3cb8012795a0e41ac657da
4
- data.tar.gz: 07c146e7b7363629d817f3f38d560656f9c8c633475ec059492147bb88d6dcd4
3
+ metadata.gz: d88f9f38e310e1458df85924d96c45fb705e3f5e01de672157d8046989b36f02
4
+ data.tar.gz: 829f024ffd43642a0d4017740514082f452cf262f09654d82d0a95b8e05919d7
5
5
  SHA512:
6
- metadata.gz: 236ce7206505b242ed3aa8391d50fedb894581c734670b3af55a0a5274432f023bb91764207825aeb81ff632b404937236b756e5ddf67f9aa03309f5c21cd5b6
7
- data.tar.gz: 3f65c7f781f28e994b06fe6f7088d0aeb530380a8344b6042e9c8740edb14158a1df242a429b25acd0aefaef12c65ef758c7071642bc24c7c1a872a8f37c580d
6
+ metadata.gz: 04dcb960087b7484abce9c18af74f6542ef962992f3c9cb583fad42b45affe6a7a99af15040a779ea7bde8ff265a47e52a6a87dc7d633bbbbd57da46d745bce3
7
+ data.tar.gz: 114a9af4dee73b69c8fd423bf20d33424d7d817cab554d7c1fe5d32554c217804d20a75d4f2894149995345f9fa1a4fa6c560c03d69576a9752901b3cf21b37f
@@ -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-mingw-ucrt
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.3.27
168
168
  signing_key: