papyrus 0.0.1

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,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: papyrus
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Marvin Gülker
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-08-17 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rdoc
16
+ requirement: &15986840 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 3.9.1
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *15986840
25
+ - !ruby/object:Gem::Dependency
26
+ name: hanna-nouveau
27
+ requirement: &15986360 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: *15986360
36
+ description: ! 'Papyrus is a PDF generator plugin for RDoc based on LaTeX. It
37
+
38
+ allows you to turn your project''s documentation into a nice PDF file
39
+
40
+ instead of the usual HTML output.
41
+
42
+ '
43
+ email: m-guelker@pegasus-alpha.eu
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files:
47
+ - README.rdoc
48
+ - COPYING
49
+ files:
50
+ - data/module.tex.erb
51
+ - data/main.tex.erb
52
+ - data/rdoc_file.tex.erb
53
+ - lib/rdoc/markup/to_latex.rb
54
+ - lib/rdoc/markup/to_latex_crossref.rb
55
+ - lib/rdoc/discover.rb
56
+ - lib/rdoc/generator/papyrus/options.rb
57
+ - lib/rdoc/generator/latex_markup.rb
58
+ - lib/rdoc/generator/papyrus.rb
59
+ - README.rdoc
60
+ - VERSION.txt
61
+ - COPYING
62
+ homepage: http://redmine.pegasus-alpha.eu/projects/papyrus
63
+ licenses: []
64
+ post_install_message:
65
+ rdoc_options:
66
+ - -t
67
+ - Papyrus--LaTeX-PDF generator for RDoc
68
+ - -m
69
+ - README.rdoc
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
+ version: '1.9'
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ none: false
80
+ requirements:
81
+ - - ! '>='
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ requirements:
85
+ - ! '(pdf)LaTeX2e: For the actual PDF generation.'
86
+ rubyforge_project:
87
+ rubygems_version: 1.8.8
88
+ signing_key:
89
+ specification_version: 3
90
+ summary: PDF generator plugin for RDoc, based on LaTeX
91
+ test_files: []