libarchive 0.1.1-mswin32 → 0.1.2-mswin32
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.
- data/COPYING.libarchive +60 -60
- data/LICENSE.libbzip2 +42 -42
- data/README.txt +6 -6
- data/lib/i386-mswin32/rblibarchive.so +0 -0
- data/lib/libarchive.rb +1 -0
- data/lib/libarchive_ruby.rb +1 -0
- data/libarchive.c +1766 -1762
- metadata +25 -8
- data/lib/i386-mswin32/libarchive_ruby.so +0 -0
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libarchive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 31
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 1
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
5
11
|
platform: mswin32
|
6
12
|
authors:
|
7
13
|
- winebarrel
|
@@ -9,11 +15,11 @@ autorequire:
|
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date:
|
18
|
+
date: 2010-12-12 00:00:00 +09:00
|
13
19
|
default_executable:
|
14
20
|
dependencies: []
|
15
21
|
|
16
|
-
description:
|
22
|
+
description: Ruby bindings for Libarchive. Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants.
|
17
23
|
email: sgwr_dts@yahoo.co.jp
|
18
24
|
executables: []
|
19
25
|
|
@@ -25,37 +31,48 @@ extra_rdoc_files:
|
|
25
31
|
- COPYING.libarchive
|
26
32
|
- LICENSE.libbzip2
|
27
33
|
files:
|
28
|
-
- lib/
|
34
|
+
- lib/libarchive.rb
|
35
|
+
- lib/libarchive_ruby.rb
|
36
|
+
- lib/i386-mswin32/rblibarchive.so
|
29
37
|
- README.txt
|
30
38
|
- libarchive.c
|
31
39
|
- COPYING.libarchive
|
32
40
|
- LICENSE.libbzip2
|
33
41
|
has_rdoc: true
|
34
42
|
homepage: http://libarchive.rubyforge.org
|
43
|
+
licenses: []
|
44
|
+
|
35
45
|
post_install_message:
|
36
46
|
rdoc_options:
|
37
47
|
- --title
|
38
48
|
- Libarchive/Ruby - Ruby bindings for Libarchive.
|
39
49
|
require_paths:
|
50
|
+
- lib
|
40
51
|
- lib/i386-mswin32
|
41
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
42
54
|
requirements:
|
43
55
|
- - ">="
|
44
56
|
- !ruby/object:Gem::Version
|
57
|
+
hash: 3
|
58
|
+
segments:
|
59
|
+
- 0
|
45
60
|
version: "0"
|
46
|
-
version:
|
47
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
62
|
+
none: false
|
48
63
|
requirements:
|
49
64
|
- - ">="
|
50
65
|
- !ruby/object:Gem::Version
|
66
|
+
hash: 3
|
67
|
+
segments:
|
68
|
+
- 0
|
51
69
|
version: "0"
|
52
|
-
version:
|
53
70
|
requirements: []
|
54
71
|
|
55
72
|
rubyforge_project: libarchive
|
56
|
-
rubygems_version: 1.
|
73
|
+
rubygems_version: 1.3.7
|
57
74
|
signing_key:
|
58
|
-
specification_version:
|
75
|
+
specification_version: 3
|
59
76
|
summary: Ruby bindings for Libarchive.
|
60
77
|
test_files: []
|
61
78
|
|
Binary file
|