Rakefile in stub_requests-0.1.1 vs Rakefile in stub_requests-0.1.2
- old
+ new
@@ -10,14 +10,12 @@
require "yard"
YARD::Rake::YardocTask.new do |t|
t.files = %w[lib/stub_requests/**/*.rb"]
t.options = %w[
--no-private
- --output-dir docs
- --readme README.md
- --output-dir docs
--markup=markdown
--markup-provider=redcarpet
+ --readme README.md
]
end
task default: :spec