hanna_gudao 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +4 -1
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. data/hanna_gudao.gemspec +2 -2
  5. metadata +2 -2
@@ -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_gduao
12
+ gem install hanna_gudao
13
13
 
14
14
  The template was created by {Mislav}[http://mislav.caboo.se/] and since then
15
15
  has seen contributions from:
@@ -20,6 +20,9 @@ has seen contributions from:
20
20
  3. {Erik Hollensbe}[http://github.com/erikh] a serious refactoring and up to
21
21
  date with RDoc 2.5.x and 3.x, now named 'hanna-nouveau'.
22
22
  4. {James Tucker}[http://github.com/raggi] minor cleanups for Erik.
23
+ 5. {Gudao Luo}{http://github.com/cnruby} hanna-nouveau make the error
24
+ "Unfortunately, the gem hanna-nouveau (0.2.4) has an invalid gemspec...."
25
+ for the command "bundle update".
23
26
 
24
27
  == Usage
25
28
 
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ Jeweler::Tasks.new do |gem|
15
15
  gem.name = "hanna_gudao"
16
16
  gem.homepage = "http://github.com/cnruby/hanna_gudao"
17
17
  gem.license = "MIT"
18
- gem.summary = %Q{A rework of the Hanna generator for RDoc 2.5 and 3.x}
18
+ gem.summary = %Q{A rework of the Hanna generator for RDoc 3.x}
19
19
  gem.description = %Q{}
20
20
  gem.email = "gudao.luo@gmail.com"
21
21
  gem.authors = ["Erik Hollensbe", "James Tucker", "Mislav Marohnic"]
@@ -33,7 +33,7 @@ RDoc::Task.new do |rdoc|
33
33
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
34
34
 
35
35
  rdoc.rdoc_dir = 'rdoc'
36
- rdoc.title = "hanna-nouveau #{version}"
36
+ rdoc.title = "hanna_gudao #{version}"
37
37
  rdoc.rdoc_files.include('README*')
38
38
  rdoc.rdoc_files.include('lib/**/*.rb')
39
39
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "hanna_gudao"
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
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"]
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  s.licenses = ["MIT"]
43
43
  s.require_paths = ["lib"]
44
44
  s.rubygems_version = "1.8.22"
45
- s.summary = "A rework of the Hanna generator for RDoc 2.5 and 3.x"
45
+ s.summary = "A rework of the Hanna generator for RDoc 3.x"
46
46
 
47
47
  if s.respond_to? :specification_version then
48
48
  s.specification_version = 3
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.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Erik Hollensbe
@@ -158,7 +158,7 @@ rubyforge_project:
158
158
  rubygems_version: 1.8.22
159
159
  signing_key:
160
160
  specification_version: 3
161
- summary: A rework of the Hanna generator for RDoc 2.5 and 3.x
161
+ summary: A rework of the Hanna generator for RDoc 3.x
162
162
  test_files: []
163
163
 
164
164
  has_rdoc: