zipruby 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.

Potentially problematic release.


This version of zipruby might be problematic. Click here for more details.

metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: zipruby
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: 2008-04-24 00:00:00 +09: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
+ - zipruby.c
24
+ files:
25
+ - ext/zipruby.c
26
+ - ext/zipruby.h
27
+ - ext/zipruby_archive.c
28
+ - ext/zipruby_archive.h
29
+ - ext/zipruby_file.c
30
+ - ext/zipruby_file.h
31
+ - ext/zipruby_stat.c
32
+ - ext/zipruby_stat.h
33
+ - ext/zipruby_error.c
34
+ - ext/zipruby_error.h
35
+ - ext/zipruby_zip.c
36
+ - ext/zipruby_zip.h
37
+ - ext/extconf.rb
38
+ - zipruby.c
39
+ has_rdoc: true
40
+ homepage: http://zipruby.rubyforge.org
41
+ post_install_message:
42
+ rdoc_options:
43
+ - --title
44
+ - Zip/Ruby - Ruby bindings for libzip.
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: "0"
52
+ version:
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "0"
58
+ version:
59
+ requirements: []
60
+
61
+ rubyforge_project: zipruby
62
+ rubygems_version: 1.1.1
63
+ signing_key:
64
+ specification_version: 2
65
+ summary: Ruby bindings for libzip.
66
+ test_files: []
67
+