papyrus 0.0.2.beta2 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/VERSION.txt +1 -1
  2. metadata +21 -21
@@ -1 +1 @@
1
- 0.0.2-beta2
1
+ 0.0.2
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papyrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.beta2
5
- prerelease: 6
4
+ version: 0.0.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marvin Gülker
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-11 00:00:00.000000000Z
12
+ date: 2011-10-22 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc
16
- requirement: &13025020 !ruby/object:Gem::Requirement
16
+ requirement: &10114760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.9.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *13025020
24
+ version_requirements: *10114760
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: hanna-nouveau
27
- requirement: &13024640 !ruby/object:Gem::Requirement
27
+ requirement: &10112180 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *13024640
35
+ version_requirements: *10112180
36
36
  description: ! 'Papyrus is a PDF generator plugin for RDoc based on LaTeX. It
37
37
 
38
38
  allows you to turn your project''s documentation into a nice PDF file
@@ -47,28 +47,28 @@ extra_rdoc_files:
47
47
  - README.rdoc
48
48
  - COPYING
49
49
  files:
50
- - data/main.tex.erb
51
- - data/rdoc_file.tex.erb
52
- - data/fonts/LinBiolinum_RB.otf
50
+ - data/fonts/LinBiolinum_aBL.otf
51
+ - data/fonts/OFL.txt
53
52
  - data/fonts/LinBiolinum_RI.otf
54
- - data/fonts/LinLibertine_RB.otf
55
53
  - data/fonts/LinBiolinum_R.otf
54
+ - data/fonts/LinBiolinum_RB.otf
56
55
  - data/fonts/LinLibertine_RBI.otf
57
- - data/fonts/OFL.txt
56
+ - data/fonts/LinLibertine_RI.otf
58
57
  - data/fonts/LinLibertine_R.otf
59
58
  - data/fonts/LinBiolinum_aS.otf
60
- - data/fonts/LinLibertine_RI.otf
61
- - data/fonts/LinBiolinum_aBL.otf
62
59
  - data/fonts/LinLibertine_aS.otf
60
+ - data/fonts/LinLibertine_RB.otf
63
61
  - data/module.tex.erb
64
- - lib/rdoc/markup/to_latex_crossref.rb
62
+ - data/main.tex.erb
63
+ - data/rdoc_file.tex.erb
65
64
  - lib/rdoc/markup/to_latex.rb
65
+ - lib/rdoc/markup/to_latex_crossref.rb
66
+ - lib/rdoc/discover.rb
67
+ - lib/rdoc/generator/papyrus/options.rb
66
68
  - lib/rdoc/generator/latex_markup.rb
67
69
  - lib/rdoc/generator/papyrus.rb
68
- - lib/rdoc/generator/papyrus/options.rb
69
- - lib/rdoc/discover.rb
70
- - HISTORY.rdoc
71
70
  - README.rdoc
71
+ - HISTORY.rdoc
72
72
  - VERSION.txt
73
73
  - COPYING
74
74
  homepage: http://redmine.pegasus-alpha.eu/projects/papyrus
@@ -90,13 +90,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  none: false
92
92
  requirements:
93
- - - ! '>'
93
+ - - ! '>='
94
94
  - !ruby/object:Gem::Version
95
- version: 1.3.1
95
+ version: '0'
96
96
  requirements:
97
97
  - ! '(pdf)LaTeX2e: For the actual PDF generation.'
98
98
  rubyforge_project:
99
- rubygems_version: 1.8.10
99
+ rubygems_version: 1.8.11
100
100
  signing_key:
101
101
  specification_version: 3
102
102
  summary: PDF generator plugin for RDoc, based on LaTeX