Sha256: 974a467d70b30de63f2520fe12a3951f66dc1066d2e63c6156a3387fdb82dc04
Contents?: true
Size: 229 Bytes
Versions: 3
Compression:
Stored size: 229 Bytes
Contents
require 'reap/task' # # Info Task - Displays the ProjectInfo file. # class Reap::Info < Reap::Task def task_desc "Display ProjectInfo file." end def init end def run puts ProjectInfo.info_stream end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reap-4.0 | lib/reap/task/info.rb |
reap-4.0.0 | lib/reap/task/info.rb |
reap-5.10.10 | lib/reap/task/info.rb |