We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037ffc6 commit 5872157Copy full SHA for 5872157
Rakefile
@@ -24,7 +24,7 @@ end
24
25
RDoc::Task.new do |r|
26
r.main = "README.md"
27
- r.rdoc_files.include("README.md", "lib/**/*.rb")
+ r.rdoc_files.include("README.md", "LICENCE", "lib/**/*.rb")
28
r.options << "--markup=markdown"
29
r.options << "--tab-width=2"
30
r.options << "-t Ruby CFF Library version #{::CFF::VERSION}"
0 commit comments