File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -29,31 +29,7 @@ Hoe.spec 'rdoc' do
2929
3030 extra_rdoc_files << 'Rakefile'
3131 spec_extras [ 'required_rubygems_version' ] = '>= 1.3'
32- spec_extras [ 'homepage' ] = 'http://rdoc.rubyforge.org'
33-
34- spec_extras [ :post_install_message ] = <<-EOF
35- NOTE: If you are running Ruby 1.9.2 you can ignore this message.
36-
37- RDoc 2.5+ has a new ri data format for Ruby 1.8.7 and 1.9.1. (1.9.2 contains
38- RDoc 2.5 so there is nothing to do!)
39-
40- To install new ri data for core and stdlib you'll need to:
41-
42- gem install rdoc-data
43-
44- then run:
45-
46- rdoc-data --install
47-
48- To have ri data for you gems you'll also need to run:
49-
50- gem rdoc --all --overwrite
51-
52- If you don't want to rebuild the rdoc for `gem server`, add --no-rdoc.
53-
54- NOTE: RDoc 2.5 did not save method parameters, so you should upgrade your
55- rdoc-data gem to a version >= 2.5.3 if you installed an older version.
56- EOF
32+ spec_extras [ 'homepage' ] = 'http://docs.seattlerb.org/rdoc'
5733end
5834
5935# These tasks expect to have the following directory structure:
You can’t perform that action at this time.
0 commit comments