Skip to content

Commit 9ff81ba

Browse files
committed
Set rdoc location now that rubyforge plugin isn't loaded
1 parent 2b73a5a commit 9ff81ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Hoe.spec 'rdoc' do
1515
developer 'Phil Hagelberg', '[email protected]'
1616
developer 'Tony Strauss', '[email protected]'
1717

18-
self.remote_rdoc_dir = ''
1918
self.rsync_args = '-avz'
19+
rdoc_locations << '[email protected]:/var/www/gforge-projects/rdoc/'
20+
2021
self.testlib = :minitest
2122
self.isolate_dir = 'tmp/isolate'
2223

0 commit comments

Comments
 (0)