ffi-libarchive-binary 0.5.0-arm64-mingw-ucrt

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.
metadata ADDED
@@ -0,0 +1,149 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ffi-libarchive-binary
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0
5
+ platform: arm64-mingw-ucrt
6
+ authors:
7
+ - Ribose Inc.
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: ffi
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '1.0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '1.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: ffi-libarchive
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '1.0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: rake
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '13.0'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '13.0'
54
+ - !ruby/object:Gem::Dependency
55
+ name: rspec
56
+ requirement: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '3.0'
61
+ type: :development
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '3.0'
68
+ - !ruby/object:Gem::Dependency
69
+ name: rubocop
70
+ requirement: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '1.7'
75
+ type: :development
76
+ prerelease: false
77
+ version_requirements: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - "~>"
80
+ - !ruby/object:Gem::Version
81
+ version: '1.7'
82
+ - !ruby/object:Gem::Dependency
83
+ name: rubocop-performance
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: '1.15'
89
+ type: :development
90
+ prerelease: false
91
+ version_requirements: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '1.15'
96
+ description: Contains pre-compiled and install-time-compiled binaries for ffi-libarchive
97
+ email:
98
+ - open.source@ribose.com
99
+ executables: []
100
+ extensions: []
101
+ extra_rdoc_files: []
102
+ files:
103
+ - ".gitignore"
104
+ - ".rspec"
105
+ - ".rubocop.yml"
106
+ - Gemfile
107
+ - README.adoc
108
+ - Rakefile
109
+ - ext/Makefile
110
+ - ext/configuration.yml
111
+ - ext/extconf.rb
112
+ - ffi-libarchive-binary.gemspec
113
+ - lib/ffi-libarchive-binary.rb
114
+ - lib/ffi-libarchive-binary/base_recipe.rb
115
+ - lib/ffi-libarchive-binary/configuration.rb
116
+ - lib/ffi-libarchive-binary/libarchive.dll
117
+ - lib/ffi-libarchive-binary/libarchive_recipe.rb
118
+ - lib/ffi-libarchive-binary/libexpat_recipe.rb
119
+ - lib/ffi-libarchive-binary/libxml2_recipe.rb
120
+ - lib/ffi-libarchive-binary/openssl_recipe.rb
121
+ - lib/ffi-libarchive-binary/version.rb
122
+ - lib/ffi-libarchive-binary/xz_recipe.rb
123
+ - lib/ffi-libarchive-binary/zlib_recipe.rb
124
+ - toolchain/aarch64-linux-gnu.cmake
125
+ homepage: https://github.com/fontist/ffi-libarchive-binary
126
+ licenses:
127
+ - BSD-3-Clause
128
+ metadata:
129
+ homepage_uri: https://github.com/fontist/ffi-libarchive-binary
130
+ source_code_uri: https://github.com/fontist/ffi-libarchive-binary
131
+ changelog_uri: https://github.com/fontist/ffi-libarchive-binary
132
+ rdoc_options: []
133
+ require_paths:
134
+ - lib
135
+ required_ruby_version: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ version: 3.1.0
140
+ required_rubygems_version: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - ">="
143
+ - !ruby/object:Gem::Version
144
+ version: '0'
145
+ requirements: []
146
+ rubygems_version: 3.6.9
147
+ specification_version: 4
148
+ summary: Binaries for ffi-libarchive
149
+ test_files: []