Aug
21st
Thu
21st
acts_as_smithers
after :deploy, :release_the_hounds
task :release_the_hounds do
require File.join(File.dirname(__FILE__), '/../lib/tinder/lib/tinder')
campfire = Tinder::Campfire.new 'mycampfire'
campfire.login 'blah@blah.com', 'pass'
room = Tinder::Room.new(campfire, '1234')
room.speak "[cap #{rails_env} deploy] Release the hounds!"
end






