#!/usr/bin/env rake
require "bundler/gem_tasks"

Dir['tasks/*.rake'].each { |task| load task }
