Reformat vagrant.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:51 +02:00
parent eb6267c1cd
commit 1e83bc10ee
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class Vagrant < Cask
url 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3.dmg'
homepage 'http://www.vagrantup.com'
version '1.6.3'
sha256 'ed1de41ca11a2251e4748a7a88fb46c3312780b7952f2248683f8ed2a007bc72'
url 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3.dmg'
homepage 'http://www.vagrantup.com'
install 'Vagrant.pkg'
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
end