Skip to content

Commit

Permalink
Change default task name to yard. You know, "rake the yard"
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Oct 20, 2009
1 parent 3ebb560 commit ad38a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yard/rake/yardoc_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class YardocTask < ::Rake::TaskLib
attr_accessor :files
attr_accessor :before, :after

def initialize(name = :yardoc)
def initialize(name = :yard)
@name = name
@options = []
@files = []
Expand Down

0 comments on commit ad38a68

Please sign in to comment.