hanna_gudao 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- = Hanna Nouveau — a better RDoc template, now for RDoc 2.5 and 3.0.
1
+ = Hanna Nouveau — a better RDoc template, now for 3.x
2
2
 
3
3
  Based on the original Hanna by Mislav.
4
4
 
@@ -9,7 +9,7 @@ wiki}[http://github.com/mislav/hanna/wikis/home].)
9
9
 
10
10
  Hanna gem is available from http://rubygems.org:
11
11
 
12
- gem install hanna-nouveau
12
+ gem install hanna_gduao
13
13
 
14
14
  The template was created by {Mislav}[http://mislav.caboo.se/] and since then
15
15
  has seen contributions from:
data/Rakefile CHANGED
@@ -13,11 +13,11 @@ require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
15
  gem.name = "hanna_gudao"
16
- gem.homepage = "http://github.com/erikh/hanna-nouveau"
16
+ gem.homepage = "http://github.com/cnruby/hanna_gudao"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{A rework of the Hanna generator for RDoc 2.5 and 3.x}
19
19
  gem.description = %Q{}
20
- gem.email = "erik@hollensbe.org"
20
+ gem.email = "gudao.luo@gmail.com"
21
21
  gem.authors = ["Erik Hollensbe", "James Tucker", "Mislav Marohnic"]
22
22
  # Include your dependencies below. Runtime dependencies are required when using your gem,
23
23
  # and development dependencies are only needed for development (ie running rake tasks, tests, etc)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
data/hanna_gudao.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "hanna_gudao"
8
- s.version = "0.3.0"
8
+ s.version = "0.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Erik Hollensbe", "James Tucker", "Mislav Marohnic"]
12
12
  s.date = "2012-05-22"
13
13
  s.description = ""
14
- s.email = "erik@hollensbe.org"
14
+ s.email = "gudao.luo@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.rdoc"
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
38
38
  "lib/hanna_gudao/template_files/styles.sass",
39
39
  "lib/rdoc/discover.rb"
40
40
  ]
41
- s.homepage = "http://github.com/erikh/hanna-nouveau"
41
+ s.homepage = "http://github.com/cnruby/hanna_gudao"
42
42
  s.licenses = ["MIT"]
43
43
  s.require_paths = ["lib"]
44
44
  s.rubygems_version = "1.8.22"
data/lib/hanna_gudao.rb CHANGED
@@ -1,7 +1,10 @@
1
1
  # = A better RDoc HTML template
2
+ #
3
+ # Code rewritten by:
4
+ # Gudao Luo <gudao.luo@gamil.com> https://github.com/cnruby/hanna_gudao
2
5
  #
3
6
  # Code rewritten by:
4
- # Erik Hollensbe <erik@hollensbe.org>
7
+ # Erik Hollensbe <erik@hollensbe.org> https://github.com/rdoc/hanna-nouveau
5
8
  #
6
9
  # RubyGems integration properly done by:
7
10
  # James Tucker (aka raggi)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hanna_gudao
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.0
5
+ version: 0.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Erik Hollensbe
@@ -103,7 +103,7 @@ dependencies:
103
103
  type: :development
104
104
  version_requirements: *id008
105
105
  description: ""
106
- email: erik@hollensbe.org
106
+ email: gudao.luo@gmail.com
107
107
  executables: []
108
108
 
109
109
  extensions: []
@@ -132,7 +132,7 @@ files:
132
132
  - lib/hanna_gudao/template_files/sections.haml
133
133
  - lib/hanna_gudao/template_files/styles.sass
134
134
  - lib/rdoc/discover.rb
135
- homepage: http://github.com/erikh/hanna-nouveau
135
+ homepage: http://github.com/cnruby/hanna_gudao
136
136
  licenses:
137
137
  - MIT
138
138
  post_install_message: