Sha256: 8109088d8672f6a03dfb8a300c6b8915018c6e11d1592b64593893286f73acc2
Contents?: true
Size: 299 Bytes
Versions: 45
Compression:
Stored size: 299 Bytes
Contents
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 end end
Version data entries
45 entries across 45 versions & 1 rubygems