require 'rubygems'
require 'bundler/setup'

# Immediately sync all stdout so that tools like buildbot can
# immediately load in the output.
$stdout.sync = true
$stderr.sync = true

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