Sha256: 99677003e71b117e8e603b33b348c81c470899e3456d57f12fd668de4af8d3c3
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true desc "performs documentation commands" task :doc do Tasks.execute_task :doc; end class Doc < Array def update if Command.exit_code("yard --version") && (File.exist?("README.md") && File.exist?("LICENSE")) add_quiet "yard doc - LICENSE" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dev-2.1.154 | lib/tasks/doc.rb |