We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70dbd1 commit e4be61aCopy full SHA for e4be61a
Rakefile
@@ -32,15 +32,6 @@ hoe = Hoe.spec 'rdoc' do
32
rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/rdoc/'
33
rdoc_locations << '[email protected]:/var/www/gforge-projects/rdoc/'
34
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
44
self.licenses << 'Ruby'
45
self.readme_file = 'README.rdoc'
46
self.history_file = 'History.rdoc'
0 commit comments