Skip to content

Instantly share code, notes, and snippets.

@hkdeven
Last active March 3, 2018 19:54
Show Gist options
  • Save hkdeven/b88bc41f4bc3e282b85cda52c8b91499 to your computer and use it in GitHub Desktop.
Save hkdeven/b88bc41f4bc3e282b85cda52c8b91499 to your computer and use it in GitHub Desktop.
include Clockwork
every(20.seconds, 'Pulling Dribbble Rake Task'){
`rake dribbble:get_recent`
}
on(:after_tick) do
puts "tick, tock..."
true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment