adds bundler support

Conflicts:

	.gitignore
	spec/spec_helper.rb
This commit is contained in:
Ben Mabey 2010-05-30 21:18:57 -06:00
parent bf55f75431
commit ed47f08c6a
4 changed files with 27 additions and 3 deletions

View file

@ -1,3 +1,7 @@
require "rubygems"
require "bundler"
Bundler.setup
require 'rake'
begin