require 'rubygems'
require 'bundler/setup'

# This installs the tasks that help with gem creation and
# publishing.
Bundler::GemHelper.install_tasks

# Default task is to run the unit tests
task :default => "build"