Skip to content

Commit ee4be25

Browse files
committed
Remove post-install message for rdoc-data installation, most people have moved to 1.9.2 now
1 parent 9127ef0 commit ee4be25

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

Rakefile

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff 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'
5733
end
5834

5935
# These tasks expect to have the following directory structure:

0 commit comments

Comments
 (0)