Rakefile in toadhopper-sinatra-0.7 vs Rakefile in toadhopper-sinatra-0.10

- 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', 'example.rb', 'LICENSE', 'example.rb'] # optional end rescue Gem::LoadError end