ffi-libarchive-binary 0.2.6-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ffi-libarchive-binary
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.6
5
+ platform: x64-mingw-ucrt
6
+ authors:
7
+ - Ribose Inc.
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-06-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ffi-libarchive
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: Contains pre-compiled and install-time-compiled binaries for ffi-libarchive
28
+ email:
29
+ - open.source@ribose.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".gitignore"
35
+ - ".rspec"
36
+ - Gemfile
37
+ - README.adoc
38
+ - Rakefile
39
+ - ext/Makefile
40
+ - ext/extconf.rb
41
+ - ffi-libarchive-binary.gemspec
42
+ - lib/ffi-libarchive-binary.rb
43
+ - lib/ffi-libarchive-binary/libarchive-13.dll
44
+ - lib/ffi-libarchive-binary/libarchive_recipe.rb
45
+ - lib/ffi-libarchive-binary/libexpat_recipe.rb
46
+ - lib/ffi-libarchive-binary/version.rb
47
+ - lib/ffi-libarchive-binary/zlib_recipe.rb
48
+ - updates/config.guess
49
+ - updates/config.sub
50
+ homepage: https://github.com/fontist/ffi-libarchive-binary
51
+ licenses:
52
+ - BSD-3-Clause
53
+ metadata:
54
+ homepage_uri: https://github.com/fontist/ffi-libarchive-binary
55
+ source_code_uri: https://github.com/fontist/ffi-libarchive-binary
56
+ changelog_uri: https://github.com/fontist/ffi-libarchive-binary
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 2.4.0
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.3.7
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: Binaries for ffi-libarchive
76
+ test_files: []