Finishing the renaming process

This commit is contained in:
Mitchell Hashimoto 2010-02-09 23:10:16 -08:00
parent c1998d2127
commit 8f1c83865a
3 changed files with 6 additions and 8 deletions

6
.gitignore vendored
View File

@ -1,8 +1,6 @@
gembin/*
vendor/gems/*
pkg/* pkg/*
Hobofile Vagrantfile
.hobo .vagrant
.bundle .bundle
*.lock *.lock
cookbooks/* cookbooks/*

View File

@ -1,11 +1,11 @@
# Hobo # Vagrant
## Contributing to Hobo ## Contributing to Vagrant
To hack on hobo, you'll need [Wycat's Bundler](http://github.com/wycats/bundler) which can To hack on hobo, you'll need [bundler](http://github.com/carlhuda/bundler) which can
be installed with a simple `sudo gem install bundler`. Afterwords, do the following: be installed with a simple `sudo gem install bundler`. Afterwords, do the following:
gem bundle test bundle install
rake rake
This will run the test suite, which should come back all green! Then you're good to go! This will run the test suite, which should come back all green! Then you're good to go!

0
Vagrantfile vendored
View File