Rakefile in toadhopper-sinatra-0.5 vs Rakefile in toadhopper-sinatra-0.6
- old
+ new
@@ -15,9 +15,9 @@
begin
gem "yard"
require 'yard'
YARD::Rake::YardocTask.new do |t|
- t.options = ['-r', 'Readme.md', '--files', 'LICENSE'] # optional
+ t.options = ['-r', 'README.md', '--files', 'LICENSE'] # optional
end
rescue Gem::LoadError
end