DannyBen/colsole

View on GitHub
Runfile

Summary

Maintainability
Test Coverage
title   "Colsole Runfile"
summary "Runfile tasks for building the Colsole gem"
version Colsole::VERSION

import_gem 'runfile-tasks/gem'

help   "Run example script"
action :example do
  exec "ruby -w example.rb"
end