libarchive-static 1.0.3 → 1.0.4
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.
- checksums.yaml +7 -0
- data/ext/libarchive-0.1.1/ext/configure +0 -0
- data/ext/libarchive-2.8.4/build/autoconf/compile +0 -0
- data/ext/libarchive-2.8.4/build/autoconf/config.guess +0 -0
- data/ext/libarchive-2.8.4/build/autoconf/config.sub +0 -0
- data/ext/libarchive-2.8.4/build/autoconf/depcomp +0 -0
- data/ext/libarchive-2.8.4/build/autoconf/install-sh +0 -0
- data/ext/libarchive-2.8.4/build/autoconf/ltmain.sh +0 -0
- data/ext/libarchive-2.8.4/build/autoconf/missing +0 -0
- data/ext/libarchive-2.8.4/configure +0 -0
- data/ext/zlib-1.2.5/configure +0 -0
- metadata +30 -37
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c0dea1ff7e10db7b1fdac14a4ca61a93bd21e279
|
|
4
|
+
data.tar.gz: c25a5bd5db79a8d7719e5fe01ecdff288380ae5d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a31486c3e87ef834995bbb8d2ced19d3e33732cb02206faa2300ba174ceb53f579178bbbd81ac603dc58de31e058cbc2289c6b4636db8b87e27f1adf01ecd5bc
|
|
7
|
+
data.tar.gz: a7dd1e2c4f27daf4de0ef8e1fde47b1e78f09b53deb3553bb29ae106021e84d490955ddba7c76199efd936f4f9088c41ffb675472da5401377fc03fabd8425ff
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/ext/zlib-1.2.5/configure
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libarchive-static
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
version: 1.0.3
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.4
|
|
6
5
|
platform: ruby
|
|
7
|
-
authors:
|
|
6
|
+
authors:
|
|
8
7
|
- Chris Walquist
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
date: 2011-11-15 00:00:00 Z
|
|
11
|
+
date: 2014-08-29 00:00:00.000000000 Z
|
|
14
12
|
dependencies: []
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
description: The wrapper source originated from the 0.1.1 Ruby libarchive wrapper. This
|
|
14
|
+
package just static-links it with its libarchive and zlib dependencies, for the
|
|
15
|
+
cross-platform convenience of 'gem install fig'.
|
|
17
16
|
email: chris@walquist.net
|
|
18
17
|
executables: []
|
|
19
|
-
|
|
20
|
-
extensions:
|
|
18
|
+
extensions:
|
|
21
19
|
- ext/extconf.rb
|
|
22
20
|
extra_rdoc_files: []
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
files:
|
|
22
|
+
- ext/Makefile
|
|
25
23
|
- ext/extconf.rb
|
|
26
24
|
- ext/libarchive-0.1.1/COPYING.libarchive
|
|
25
|
+
- ext/libarchive-0.1.1/LICENSE.libbzip2
|
|
26
|
+
- ext/libarchive-0.1.1/README.txt
|
|
27
|
+
- ext/libarchive-0.1.1/ext/Makefile.in
|
|
27
28
|
- ext/libarchive-0.1.1/ext/archive_read_support_compression.c
|
|
28
29
|
- ext/libarchive-0.1.1/ext/archive_read_support_compression.h
|
|
29
30
|
- ext/libarchive-0.1.1/ext/archive_read_support_format.c
|
|
@@ -45,10 +46,8 @@ files:
|
|
|
45
46
|
- ext/libarchive-0.1.1/ext/libarchive_reader.c
|
|
46
47
|
- ext/libarchive-0.1.1/ext/libarchive_win32.h
|
|
47
48
|
- ext/libarchive-0.1.1/ext/libarchive_writer.c
|
|
48
|
-
- ext/libarchive-0.1.1/ext/Makefile.in
|
|
49
49
|
- ext/libarchive-0.1.1/libarchive.c
|
|
50
|
-
- ext/libarchive-
|
|
51
|
-
- ext/libarchive-0.1.1/README.txt
|
|
50
|
+
- ext/libarchive-2.8.4/Makefile.in
|
|
52
51
|
- ext/libarchive-2.8.4/build/autoconf/check_stdcall_func.m4
|
|
53
52
|
- ext/libarchive-2.8.4/build/autoconf/compile
|
|
54
53
|
- ext/libarchive-2.8.4/build/autoconf/config.guess
|
|
@@ -144,10 +143,9 @@ files:
|
|
|
144
143
|
- ext/libarchive-2.8.4/libarchive/filter_fork.c
|
|
145
144
|
- ext/libarchive-2.8.4/libarchive/filter_fork.h
|
|
146
145
|
- ext/libarchive-2.8.4/libarchive/filter_fork_windows.c
|
|
147
|
-
- ext/libarchive-2.8.4/Makefile.in
|
|
148
146
|
- ext/libarchive-static-makefile
|
|
149
147
|
- ext/libarchive-static-wrapper-makefile
|
|
150
|
-
- ext/Makefile
|
|
148
|
+
- ext/zlib-1.2.5/Makefile.in
|
|
151
149
|
- ext/zlib-1.2.5/adler32.c
|
|
152
150
|
- ext/zlib-1.2.5/compress.c
|
|
153
151
|
- ext/zlib-1.2.5/configure
|
|
@@ -169,7 +167,6 @@ files:
|
|
|
169
167
|
- ext/zlib-1.2.5/inflate.h
|
|
170
168
|
- ext/zlib-1.2.5/inftrees.c
|
|
171
169
|
- ext/zlib-1.2.5/inftrees.h
|
|
172
|
-
- ext/zlib-1.2.5/Makefile.in
|
|
173
170
|
- ext/zlib-1.2.5/minigzip.c
|
|
174
171
|
- ext/zlib-1.2.5/trees.c
|
|
175
172
|
- ext/zlib-1.2.5/trees.h
|
|
@@ -180,30 +177,26 @@ files:
|
|
|
180
177
|
- ext/zlib-1.2.5/zutil.h
|
|
181
178
|
homepage: http://github.com/walquis/libarchive-ruby-static
|
|
182
179
|
licenses: []
|
|
183
|
-
|
|
180
|
+
metadata: {}
|
|
184
181
|
post_install_message:
|
|
185
182
|
rdoc_options: []
|
|
186
|
-
|
|
187
|
-
require_paths:
|
|
183
|
+
require_paths:
|
|
188
184
|
- lib
|
|
189
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
190
|
-
|
|
191
|
-
requirements:
|
|
185
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
186
|
+
requirements:
|
|
192
187
|
- - ">="
|
|
193
|
-
- !ruby/object:Gem::Version
|
|
194
|
-
version:
|
|
195
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
|
-
|
|
197
|
-
requirements:
|
|
188
|
+
- !ruby/object:Gem::Version
|
|
189
|
+
version: '0'
|
|
190
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
|
+
requirements:
|
|
198
192
|
- - ">="
|
|
199
|
-
- !ruby/object:Gem::Version
|
|
200
|
-
version:
|
|
193
|
+
- !ruby/object:Gem::Version
|
|
194
|
+
version: '0'
|
|
201
195
|
requirements: []
|
|
202
|
-
|
|
203
196
|
rubyforge_project: libarchive-static
|
|
204
|
-
rubygems_version:
|
|
197
|
+
rubygems_version: 2.2.0
|
|
205
198
|
signing_key:
|
|
206
|
-
specification_version:
|
|
207
|
-
summary: Ruby bindings for libarchive, statically linked with libarchive and zlib
|
|
199
|
+
specification_version: 4
|
|
200
|
+
summary: Ruby bindings for libarchive, statically linked with libarchive and zlib
|
|
201
|
+
dependencies
|
|
208
202
|
test_files: []
|
|
209
|
-
|