- fix the cleanup command to delete contents of directory in Vagrant but not the directory itself, because deleteing the directory can mess up e.g. a docker container that has that directory mounted.
- Small bugfix release
- Breaking commit on dcosson fork
- Renames all of the
vagrant ___
commands to start withunison
, e.g.vagrant-unison-sync
- Adds a command to sync once and exit,
vagrant unison-sync-once
- Fix bug where cleanup tried to delete
~/.unison
as root, which resolved to wrong thing (at least in Virtualbox) and failed silently bc what we want to delete is/home/vagrant/.unison
- Pin to newer syntax of the listen gem and stop using a method that had been renamed.
- Fix bug in validation. Previously, you couldn't run vagrant on a Vagrantfile that didn't use vagrant-unison if you had the plugin installed, because all the config args were required.
- Initial release.