Skip to content

Instantly share code, notes, and snippets.

@yasuhito
Created March 30, 2010 07:28
Show Gist options
  • Save yasuhito/348870 to your computer and use it in GitHub Desktop.
Save yasuhito/348870 to your computer and use it in GitHub Desktop.
flay.rake
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