lib/tasks/doc.rb in dev-2.0.194 vs lib/tasks/doc.rb in dev-2.0.195
- old
+ new
@@ -1,10 +1,9 @@
puts __FILE__ if defined?(DEBUG)
desc 'performs documentation commands'
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')
end
\ No newline at end of file