dguerri-libarchive 0.1.2

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,98 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dguerri-libarchive
3
+ version: !ruby/object:Gem::Version
4
+ hash: 31
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 2
10
+ version: 0.1.2
11
+ platform: ruby
12
+ authors:
13
+ - winebarrel
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-12-06 00:00:00 +01:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description:
23
+ email: sgwr_dts@yahoo.co.jp
24
+ executables: []
25
+
26
+ extensions:
27
+ - ext/extconf.rb
28
+ extra_rdoc_files:
29
+ - README.txt
30
+ - libarchive.c
31
+ - COPYING.libarchive
32
+ - LICENSE.libbzip2
33
+ - CHANGELOG
34
+ files:
35
+ - ext/archive_read_support_compression.c
36
+ - ext/archive_read_support_compression.h
37
+ - ext/archive_read_support_format.c
38
+ - ext/archive_read_support_format.h
39
+ - ext/archive_write_open_rb_str.c
40
+ - ext/archive_write_open_rb_str.h
41
+ - ext/archive_write_set_compression.c
42
+ - ext/archive_write_set_compression.h
43
+ - ext/config.h.in
44
+ - ext/configure
45
+ - ext/configure.in
46
+ - ext/depend
47
+ - ext/extconf.rb
48
+ - ext/install-sh
49
+ - ext/libarchive.c
50
+ - ext/libarchive_archive.c
51
+ - ext/libarchive_entry.c
52
+ - ext/libarchive_internal.h
53
+ - ext/libarchive_reader.c
54
+ - ext/libarchive_win32.h
55
+ - ext/libarchive_writer.c
56
+ - ext/Makefile.in
57
+ - README.txt
58
+ - libarchive.c
59
+ - COPYING.libarchive
60
+ - LICENSE.libbzip2
61
+ - CHANGELOG
62
+ has_rdoc: true
63
+ homepage: http://libarchive.rubyforge.org
64
+ licenses: []
65
+
66
+ post_install_message:
67
+ rdoc_options:
68
+ - --title
69
+ - Libarchive/Ruby - Ruby bindings for Libarchive.
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ hash: 3
78
+ segments:
79
+ - 0
80
+ version: "0"
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ hash: 3
87
+ segments:
88
+ - 0
89
+ version: "0"
90
+ requirements: []
91
+
92
+ rubyforge_project: libarchive
93
+ rubygems_version: 1.3.7
94
+ signing_key:
95
+ specification_version: 3
96
+ summary: Ruby bindings for Libarchive.
97
+ test_files: []
98
+