Skip to content

Commit 78ea359

Browse files
author
Nathan Sutton
committed
Fixes contribution guide and YARD task
1 parent b7adc2f commit 78ea359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Ideally, a bug report should include a pull request with failing specs.
3939
7. Run `open coverage/index.html`. If your changes are not completely covered
4040
by your tests, return to step 3.
4141
8. Add documentation for your feature or bug fix.
42-
9. Run `bundle exec rake yard`. If your changes are not 100% documented, go
42+
9. Run `bundle exec rake doc:yard`. If your changes are not 100% documented, go
4343
back to step 8.
4444
10. Add, commit, and push your changes.
4545
11. [Submit a pull request.][pr]

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ task :default => :spec
1010
namespace :doc do
1111
require 'yard'
1212
YARD::Rake::YardocTask.new do |task|
13-
task.files = ['LICENSE.md', 'lib/**/*.rb']
13+
task.files = ['lib/**/*.rb', '-', 'LICENSE.md']
1414
task.options = [
1515
'--no-private',
1616
'--protected',

0 commit comments

Comments
 (0)