hanna-nouveau 0.4.2 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +11 -16
- data/VERSION +1 -1
- data/lib/hanna-nouveau.rb +0 -6
- data/lib/hanna-nouveau/template_files/layout.haml +1 -1
- metadata +24 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb027c52562a1fb9155f63f53581a8a769ce1708
|
4
|
+
data.tar.gz: be8a6d16cb4a53171a74290edfb5e9a6690beb47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41af6846b79cb805f26ee6fe7a9e1f52c9de8fa0e3d5e951ddd02f686cc1f6ad1ff0832339e220c6f29970237d0a01621948ff48ae29582fb4a5844e768c5ce4
|
7
|
+
data.tar.gz: 90f92152b3ed96a5701eda8ec76df67554d2296310687e2e7f2e32a511d34fea78a409c21fb50bd6cd49f40d80c8989bd9201c8284d8f9802716a7a00d9f22a1
|
data/README.rdoc
CHANGED
@@ -4,14 +4,13 @@ Based on the original Hanna by Mislav.
|
|
4
4
|
|
5
5
|
Hanna is an RDoc generator that scales. It's implemented in Haml, making the
|
6
6
|
sources clean and readable. It's built with simplicity, beauty and ease of
|
7
|
-
browsing in mind.
|
8
|
-
wiki}[http://github.com/mislav/hanna/wikis/home].)
|
7
|
+
browsing in mind.
|
9
8
|
|
10
9
|
Hanna gem is available from http://rubygems.org:
|
11
10
|
|
12
11
|
gem install hanna-nouveau
|
13
12
|
|
14
|
-
The template was created by {Mislav}[http://mislav.
|
13
|
+
The template was created by {Mislav}[http://mislav.uniqpath.com/] and since then
|
15
14
|
has seen contributions from:
|
16
15
|
|
17
16
|
1. {Tony Strauss}[http://github.com/DesigningPatterns], who participated from
|
@@ -20,6 +19,8 @@ has seen contributions from:
|
|
20
19
|
3. {Erik Hollensbe}[http://github.com/erikh] a serious refactoring and up to
|
21
20
|
date with RDoc 2.5.x and 3.x, now named 'hanna-nouveau'.
|
22
21
|
4. {James Tucker}[http://github.com/raggi] minor cleanups for Erik.
|
22
|
+
5. {Jeremy Evans}[http://github.com/jeremyevans] RDoc 4 support, maintenance
|
23
|
+
since 2014.
|
23
24
|
|
24
25
|
== Usage
|
25
26
|
|
@@ -29,7 +30,7 @@ An alternative is to set the `RDOCOPT` environment variable:
|
|
29
30
|
|
30
31
|
RDOCOPT="-f hanna"
|
31
32
|
|
32
|
-
This will make RDoc always use
|
33
|
+
This will make RDoc always use hanna-nouveau unless it is explicitly overridden.
|
33
34
|
|
34
35
|
== Integrating with RubyGems
|
35
36
|
|
@@ -80,16 +81,10 @@ library}[http://github.com/rdbi/rdbi/tree/master/Rakefile]:
|
|
80
81
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
81
82
|
end
|
82
83
|
|
83
|
-
==
|
84
|
+
== Modification to RDoc
|
84
85
|
|
85
|
-
Hanna makes
|
86
|
-
friendly documentation.
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
positives and false negatives.
|
91
|
-
|
92
|
-
Second, label lists are marked using a table instead of a
|
93
|
-
description list, since it is very difficult to get visually
|
94
|
-
appealing styling for description lists without cutting
|
95
|
-
corners (like using fixed widths).
|
86
|
+
Hanna makes a small modification to RDoc to generate more
|
87
|
+
friendly documentation. It changes label lists to use a table
|
88
|
+
instead of a description list, since it is very difficult to
|
89
|
+
get visually appealing styling for description lists without
|
90
|
+
cutting corners (like using fixed widths).
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
1.0.0
|
data/lib/hanna-nouveau.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hanna-nouveau
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Evans
|
@@ -11,34 +11,48 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2016-09-21 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: haml
|
18
18
|
requirement: !ruby/object:Gem::Requirement
|
19
19
|
requirements:
|
20
|
-
- -
|
20
|
+
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: '4'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
|
-
- -
|
27
|
+
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: '4'
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: sass
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
type: :runtime
|
38
|
+
prerelease: false
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
30
44
|
- !ruby/object:Gem::Dependency
|
31
45
|
name: rdoc
|
32
46
|
requirement: !ruby/object:Gem::Requirement
|
33
47
|
requirements:
|
34
|
-
- - "
|
48
|
+
- - ">="
|
35
49
|
- !ruby/object:Gem::Version
|
36
50
|
version: '4.0'
|
37
51
|
type: :runtime
|
38
52
|
prerelease: false
|
39
53
|
version_requirements: !ruby/object:Gem::Requirement
|
40
54
|
requirements:
|
41
|
-
- - "
|
55
|
+
- - ">="
|
42
56
|
- !ruby/object:Gem::Version
|
43
57
|
version: '4.0'
|
44
58
|
description: ''
|
@@ -87,8 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
101
|
version: '0'
|
88
102
|
requirements: []
|
89
103
|
rubyforge_project:
|
90
|
-
rubygems_version: 2.
|
104
|
+
rubygems_version: 2.5.1
|
91
105
|
signing_key:
|
92
106
|
specification_version: 4
|
93
|
-
summary: A rework of the Hanna generator for RDoc 4
|
107
|
+
summary: A rework of the Hanna generator for RDoc 4+
|
94
108
|
test_files: []
|