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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90fc1d5075e795e811bc3563e1f10175d191695d
4
- data.tar.gz: 46ce6bee79f39f4074c6059140be2dec93e6fe27
3
+ metadata.gz: cb027c52562a1fb9155f63f53581a8a769ce1708
4
+ data.tar.gz: be8a6d16cb4a53171a74290edfb5e9a6690beb47
5
5
  SHA512:
6
- metadata.gz: 999e141beaca424c55e4cb0ce1288e75d0c9e40967d2b458eca5b319bd95862b06f3c161dc9a8681b7ffebe21d65a558e559133e89b01964da2f7a3b32fed230
7
- data.tar.gz: 1fa28e301d10546c979f25bf86958e33f6d63eecff9983fbe94c43609c59a11a296bae4d1cd3f69f8aacb7e570009ba177532524acd7ab2144a26e3cdde380ce
6
+ metadata.gz: 41af6846b79cb805f26ee6fe7a9e1f52c9de8fa0e3d5e951ddd02f686cc1f6ad1ff0832339e220c6f29970237d0a01621948ff48ae29582fb4a5844e768c5ce4
7
+ data.tar.gz: 90f92152b3ed96a5701eda8ec76df67554d2296310687e2e7f2e32a511d34fea78a409c21fb50bd6cd49f40d80c8989bd9201c8284d8f9802716a7a00d9f22a1
@@ -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. (See more in {the
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.caboo.se/] and since then
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 Hanna unless it is explicitly overridden.
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
- == Modifications to RDoc
84
+ == Modification to RDoc
84
85
 
85
- Hanna makes some small modifications to RDoc to generate more
86
- friendly documentation. First, a real parser is used for all
87
- verbatim sections, and any verbatim section that is valid ruby
88
- code will be highlighted. This is different than the RDoc
89
- default, which is to use a simple regexp with both false
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.4.2
1
+ 1.0.0
@@ -42,12 +42,6 @@ class RDoc::Markup::ToHtml
42
42
  raise RDoc::Error, "Invalid list type: #{list_type.inspect}"
43
43
  end
44
44
  end
45
-
46
- def parseable? text
47
- eval("BEGIN {return true}\n#{text}")
48
- rescue SyntaxError
49
- false
50
- end
51
45
  end
52
46
 
53
47
  class RDoc::Generator::Hanna
@@ -31,4 +31,4 @@
31
31
  = yield
32
32
  #footer-push
33
33
  #footer
34
- = link_to '<strong>Hanna</strong> RDoc template', 'http://github.com/mislav/hanna/tree/master'
34
+ = link_to '<strong>Hanna Nouveau</strong> RDoc template', 'https://github.com/rdoc/hanna-nouveau'
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.2
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: 2014-11-26 00:00:00.000000000 Z
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: 3.0.25
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: 3.0.25
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.2.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: []