libarchive 0.1.0

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