Skip to content

Commit

Permalink
Remove rake/rdoctask
Browse files Browse the repository at this point in the history
Update to use rdoc/task instead of the obsolete rake/rdoctask currently there.

Related to: vmware-archive#51
  • Loading branch information
hartsock committed Sep 22, 2014
1 parent b1a22ce commit 6ccf448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'rake/testtask'
require 'rake/rdoctask'
require 'rdoc/task'
require 'yard'

begin
Expand Down

0 comments on commit 6ccf448

Please sign in to comment.