Created
November 19, 2017 05:09
-
-
Save rickhull/43b8dae92f2fe3a4da456282b42d5799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
require 'flay_task' | |
FlayTask.new do |t| | |
t.dirs = ['lib'] | |
t.verbose = true | |
end | |
rescue LoadError | |
warn 'flay_task unavailable' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment