lib/tasks/doc.rb in dev-2.0.268 vs lib/tasks/doc.rb in dev-2.0.269
- old
+ new
@@ -4,9 +4,9 @@
task :doc do Tasks.execute_task :doc;end
class Doc < Array
def update
if(Command.exit_code('yard --version'))
- add 'yard doc - LICENSE' if File.exists?('README.md') && File.exists?('LICENSE')
+ add_quiet 'yard doc - LICENSE' if File.exists?('README.md') && File.exists?('LICENSE')
end
end
end
\ No newline at end of file