ffi-libarchive-binary 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ffi-libarchive-binary
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
+ platform: ruby
6
+ authors:
7
+ - Ribose Inc.
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-03-31 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
+ - !ruby/object:Gem::Dependency
28
+ name: mini_portile2
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.0'
41
+ description: Contains pre-compiled and install-time-compiled binaries for ffi-libarchive
42
+ email:
43
+ - open.source@ribose.com
44
+ executables: []
45
+ extensions:
46
+ - ext/extconf.rb
47
+ extra_rdoc_files: []
48
+ files:
49
+ - ".gitignore"
50
+ - ".rspec"
51
+ - Gemfile
52
+ - README.adoc
53
+ - Rakefile
54
+ - ext/Makefile
55
+ - ext/extconf.rb
56
+ - ffi-libarchive-binary.gemspec
57
+ - lib/ffi-libarchive-binary.rb
58
+ - lib/ffi-libarchive-binary/libarchive_recipe.rb
59
+ - lib/ffi-libarchive-binary/version.rb
60
+ - updates/config.guess
61
+ - updates/config.sub
62
+ homepage: https://github.com/fontist/ffi-libarchive-binary
63
+ licenses:
64
+ - BSD-3-Clause
65
+ metadata:
66
+ homepage_uri: https://github.com/fontist/ffi-libarchive-binary
67
+ source_code_uri: https://github.com/fontist/ffi-libarchive-binary
68
+ changelog_uri: https://github.com/fontist/ffi-libarchive-binary
69
+ post_install_message:
70
+ rdoc_options: []
71
+ require_paths:
72
+ - lib
73
+ required_ruby_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: 2.4.0
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ requirements: []
84
+ rubyforge_project:
85
+ rubygems_version: 2.6.14.4
86
+ signing_key:
87
+ specification_version: 4
88
+ summary: Binaries for ffi-libarchive
89
+ test_files: []