Sha256: fdc602f5cf08244268bba7a591e4cef7035d18a42dc927672fdb7a9fcd6b8e40
Contents?: true
Size: 325 Bytes
Versions: 73
Compression:
Stored size: 325 Bytes
Contents
puts __FILE__ if defined?(DEBUG) desc 'performs analyze commands' task :analyze do Tasks.execute_task :analyze;end class Analyze < Array def update if(`gem list countloc`.include?('countloc (')) FileUtils.mkdir('doc') if(!File.exists?('doc')) add 'countloc -r * --html doc/countloc.html' end end end
Version data entries
73 entries across 73 versions & 1 rubygems