Created
March 30, 2010 07:28
-
-
Save yasuhito/348870 to your computer and use it in GitHub Desktop.
flay.rake
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
require "rake/tasklib" | |
require "flay" | |
require "flay_task" | |
FlayTask.new do | t | | |
# add directories such as app, bin, spec and test if need be. | |
t.dirs = %w( lib ) | |
t.threshold = 0 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment