Sha256: 7594247997e7890c3d2d2ff8d8cf4224afc6d69769d5c37c5b862cc2948f37a8
Contents?: true
Size: 427 Bytes
Versions: 2
Compression:
Stored size: 427 Bytes
Contents
require 'reap/task' # ___ __ _____ _ # |_ _|_ _ / _|___ |_ _|_ _ __| |__ # | || ' \| _/ _ \ | |/ _` (_-< / / # |___|_||_|_| \___/ |_|\__,_/__/_\_\ # # = Info Task # # Displays the ProjectInfo file. class Reap::Info < Reap::Task task_desc "Display ProjectInfo file." task_help %{ reap info Display ProjectInfo file. } def run puts $PROJECT_INFO.info_stream end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reap-4.4.1 | lib/reap/task/info.rb |
reap-4.4.0 | lib/reap/task/info.rb |