From 8f1c83865afc7924ef2d0ceb5ca53b26ff93ac02 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Feb 2010 23:10:16 -0800 Subject: [PATCH] Finishing the renaming process --- .gitignore | 6 ++---- README.md | 8 ++++---- Vagrantfile | 0 3 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 Vagrantfile diff --git a/.gitignore b/.gitignore index ae58e64df..88b888c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ -gembin/* -vendor/gems/* pkg/* -Hobofile -.hobo +Vagrantfile +.vagrant .bundle *.lock cookbooks/* \ No newline at end of file diff --git a/README.md b/README.md index 19347de76..1c2f64207 100644 --- a/README.md +++ b/README.md @@ -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: - gem bundle test + bundle install rake This will run the test suite, which should come back all green! Then you're good to go! diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index e69de29bb..000000000