We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3e95c commit 1fec1f6Copy full SHA for 1fec1f6
Rakefile
@@ -129,7 +129,7 @@ desc "Build the RDoc documentation for #$name."
129
task :docs do
130
require 'rdoc/rdoc'
131
rdoc_options = %W(--title #$name --main README --line-numbers)
132
- files = FileList[*%w(README LICENCE ChangeLog COPYING LICENCE bin/**/*.rb lib/**/*.rb)]
+ files = FileList[*%w(README LICENCE ChangeLog LICENCE bin/**/*.rb lib/**/*.rb)]
133
rdoc_options += files.to_a
134
RDoc::RDoc.new.document(rdoc_options)
135
end
0 commit comments