Skip to content

Commit e4be61a

Browse files
committed
Removed post-install message
1 parent e70dbd1 commit e4be61a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Rakefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ hoe = Hoe.spec 'rdoc' do
3232
rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/rdoc/'
3333
rdoc_locations << '[email protected]:/var/www/gforge-projects/rdoc/'
3434

35-
spec_extras[:post_install_message] = <<-MESSAGE
36-
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
37-
38-
<= 1.8.6 : unsupported
39-
= 1.8.7 : gem install rdoc-data; rdoc-data --install
40-
= 1.9.1 : gem install rdoc-data; rdoc-data --install
41-
>= 1.9.2 : nothing to do! Yay!
42-
MESSAGE
43-
4435
self.licenses << 'Ruby'
4536
self.readme_file = 'README.rdoc'
4637
self.history_file = 'History.rdoc'

0 commit comments

Comments
 (0)