vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::HerokuPush::Config#dir
The base directory with file contents to upload. By default this is the same directory as the Vagrantfile, but you can specify this if you have a `src` folder or `bin` folder or some other folder you want to upload. This directory must be a git repository.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/pushes/heroku/config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--HerokuPush--Config-dir-for-pr
# Commit to gitgit add plugins/pushes/heroku/config.rbgit commit -m "better docs for VagrantPlugins::HerokuPush::Config#dir"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--HerokuPush--Config-dir-for-pr
hub pull-request
# Celebrate!