namespaced_htmldoc 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: namespaced_htmldoc
3
+ version: !ruby/object:Gem::Version
4
+ hash: 17
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 2
9
+ - 3
10
+ version: 0.2.3
11
+ platform: ruby
12
+ authors:
13
+ - Craig R Webster
14
+ - Jeff Emminger
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-12-29 00:00:00 -05:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: "Wrapper around HTMLDOC, a PDF generation utility, namespaced to HTMLDocPDF:: to avoid collisions with other gems using the PDF:: namespace"
24
+ email:
25
+ - jemminger@gmail.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - lib/htmldoc/version.rb
34
+ - lib/htmldoc.rb
35
+ - History.txt
36
+ - init.rb
37
+ - LICENSE.txt
38
+ - Manifest.txt
39
+ - Rakefile
40
+ - README.txt
41
+ - setup.rb
42
+ has_rdoc: true
43
+ homepage: https://github.com/jemminger/namespaced_htmldoc
44
+ licenses: []
45
+
46
+ post_install_message:
47
+ rdoc_options: []
48
+
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 23
66
+ segments:
67
+ - 1
68
+ - 3
69
+ - 6
70
+ version: 1.3.6
71
+ requirements: []
72
+
73
+ rubyforge_project:
74
+ rubygems_version: 1.3.7
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: "Wrapper around HTMLDOC, a PDF generation utility, namespaced to HTMLDocPDF::"
78
+ test_files: []
79
+