Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

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: #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.