hanna-nouveau 1.0.2 → 1.0.3

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
- SHA1:
3
- metadata.gz: a9fdbf2235e5a770c5a3d2f119e7c824aede1f5a
4
- data.tar.gz: 0142d1446ac32c57a7317adf3459ec985b8e871f
2
+ SHA256:
3
+ metadata.gz: 1d3543db8e78eec6fb2a251100c6d28a745ac7c51c6e48ee14ecce07deaa9c61
4
+ data.tar.gz: e97b32aa764bf26a152842f9302c61d008403dbab185273a996b30c9a804efb0
5
5
  SHA512:
6
- metadata.gz: 88f2aba92fb99a8702a07e408ade319ff1618b7297d7ee165af1a2dead65c35506294c3da238336e7542599469ed90870292f2ec43ff6ae8c7c98fb29c4588a9
7
- data.tar.gz: b78f3cdde8011b926025cee79934e974d150f468bbad0ac75ae986c4681c5194c5b5215b3f64e4ead53d438cc95718d7c647176e0ca8f718164f78dd44314189
6
+ metadata.gz: 86c1ccad8538fdf844d2cf2087c3070c5dadac4bb3ecfb2a1a036e6968f3911189695464739355435db6ebe64fbc0feadc1f0da0387839fb6375819becc07edc
7
+ data.tar.gz: b886070d82141003c4e870146d83005c784b3167cb3d2f274a55fce5d113c52af57969b937c5363665891a68ab20120cfdd03e9eaf6099ecd7dda8cd5ce11f76
data/LICENSE CHANGED
@@ -1,5 +1,6 @@
1
1
  Copyright (c) 2009 Mislav Marohnić
2
2
  Copyright (c) 2010, 2011 Erik Hollensbe
3
+ Copyright (c) 2011-2018 Jeremy Evans
3
4
 
4
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
5
6
  this software and associated documentation files (the "Software"), to deal in
@@ -1,12 +1,12 @@
1
- = Hanna Nouveau — a better RDoc template, now for RDoc 4.
1
+ = Hanna-nouveau
2
2
 
3
3
  Based on the original Hanna by Mislav.
4
4
 
5
- Hanna is an RDoc generator that scales. It's implemented in Haml, making the
6
- sources clean and readable. It's built with simplicity, beauty and ease of
7
- browsing in mind.
5
+ Hanna-nouveau is an RDoc generator that scales. It's implemented in Haml,
6
+ making the sources clean and readable. It's built with simplicity, beauty
7
+ and ease of browsing in mind.
8
8
 
9
- Hanna gem is available from http://rubygems.org:
9
+ Hanna-nouveau is distributed as a ruby gem:
10
10
 
11
11
  gem install hanna-nouveau
12
12
 
@@ -24,7 +24,7 @@ has seen contributions from:
24
24
 
25
25
  == Usage
26
26
 
27
- rdoc -o doc -f hanna lib/*.rb
27
+ rdoc -o doc -f hanna lib
28
28
 
29
29
  An alternative is to set the `RDOCOPT` environment variable:
30
30
 
@@ -56,10 +56,7 @@ add the hanna format argument to your RDoc::Task options:
56
56
  gem 'rdoc'
57
57
  require 'rdoc/task'
58
58
  RDoc::Task.new do |rdoc|
59
- # this only works with RDoc 3.1 or greater
60
59
  rdoc.generator = 'hanna'
61
- # this is what you use pre RDoc 3.1:
62
- rdoc.options.push '-f', 'hanna'
63
60
  end
64
61
 
65
62
  Tip: you can do this in the Rakefile of your Rails project before running
data/Rakefile CHANGED
@@ -6,7 +6,8 @@ RDoc::Task.new do |rdoc|
6
6
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
7
7
 
8
8
  rdoc.rdoc_dir = 'rdoc'
9
+ rdoc.generator = 'hanna'
9
10
  rdoc.title = "hanna-nouveau #{version}"
10
- rdoc.options = ['-f', 'hanna']
11
- rdoc.rdoc_files.add %w"README.rdoc LICENSE lib/hanna-nouveau.rb"
11
+ rdoc.options = ['--main', 'README.rdoc', '--title', 'Hanna-nouveau: RDoc generator designed with simplicity, beauty and ease of browsing in mind']
12
+ rdoc.rdoc_files.add %w"README.rdoc LICENSE lib"
12
13
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -5,7 +5,7 @@ $code_font_size: 14px
5
5
  $code_font: $code_font_size $code_font_family
6
6
 
7
7
  $light_link: #336699
8
- $link: $light_link - 40
8
+ $link: #0b3e71
9
9
  $light_text: #666666
10
10
  $dark_blue_text: #0e3062
11
11
 
@@ -189,12 +189,12 @@ div.header
189
189
  .paths, .last-update, .parent
190
190
  color: $light_text
191
191
  .last-update .datetime
192
- color: $light_text - 30
192
+ color: #484848
193
193
  .parent
194
194
  margin-top: 0.3em
195
195
  strong
196
196
  font-weight: normal
197
- color: $light_text - 30
197
+ color: #484848
198
198
 
199
199
  #content
200
200
  padding: 12px 2%
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: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Evans
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-07-01 00:00:00.000000000 Z
14
+ date: 2018-02-15 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: haml
@@ -47,15 +47,19 @@ dependencies:
47
47
  requirements:
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: '4.0'
50
+ version: '4'
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: '4.0'
58
- description: ''
57
+ version: '4'
58
+ description: |
59
+ RDoc generator designed with simplicity, beauty and ease of browsing in mind
60
+
61
+ Based on the original Hanna by Mislav, with many changes so it works
62
+ on modern verions of RDoc, Haml, and Sass.
59
63
  email: code@jeremyevans.net
60
64
  executables: []
61
65
  extensions: []
@@ -63,7 +67,6 @@ extra_rdoc_files:
63
67
  - LICENSE
64
68
  - README.rdoc
65
69
  files:
66
- - Gemfile
67
70
  - LICENSE
68
71
  - README.rdoc
69
72
  - Rakefile
@@ -101,8 +104,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
104
  version: '0'
102
105
  requirements: []
103
106
  rubyforge_project:
104
- rubygems_version: 2.6.11
107
+ rubygems_version: 2.7.3
105
108
  signing_key:
106
109
  specification_version: 4
107
- summary: A rework of the Hanna generator for RDoc 4+
110
+ summary: RDoc generator designed with simplicity, beauty and ease of browsing in mind
108
111
  test_files: []
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source "http://rubygems.org"
2
- gem 'rdoc', "~> 4.0"
3
- gem 'haml', "= 3.0.25"