From 9d4df39392232e3dffa47a6df554066aee3f540e Mon Sep 17 00:00:00 2001 From: Josh Hagins Date: Sun, 3 Jan 2016 14:18:51 -0500 Subject: [PATCH] macvim.rb: RuboCop (master), RuboCop-cask (master) auto-correct --- Casks/macvim.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/macvim.rb b/Casks/macvim.rb index 58b254ca8cc..f7cfad3a5d6 100644 --- a/Casks/macvim.rb +++ b/Casks/macvim.rb @@ -3,20 +3,20 @@ cask 'macvim' do sha256 'b83c8f584a2a7928edb7e9c5ce931ed66f9265c18f014ca4e377e0fa8062edc3' # github.com is the official download host per the vendor homepage - url "https://github.com/macvim-dev/macvim/releases/download/snapshot-#{version.sub(%r{^.*-},'')}/MacVim-#{version.sub(%r{-.*$},'')}.dmg" + url "https://github.com/macvim-dev/macvim/releases/download/snapshot-#{version.sub(%r{^.*-}, '')}/MacVim-#{version.sub(%r{-.*$}, '')}.dmg" appcast 'https://github.com/macvim-dev/macvim/releases.atom', :sha256 => '4afea4c3067e73bca18868c602cdfd6f6ff20779d11d189945b25fef8c07ea06' name 'MacVim' homepage 'https://github.com/macvim-dev/macvim' license :oss + conflicts_with :formula => 'macvim' + app 'MacVim.app' binary 'mvim' zap :delete => [ - '~/Library/Preferences/org.vim.MacVim.LSSharedFileList.plist', - '~/Library/Preferences/org.vim.MacVim.plist', + '~/Library/Preferences/org.vim.MacVim.LSSharedFileList.plist', + '~/Library/Preferences/org.vim.MacVim.plist', ] - - conflicts_with :formula => 'macvim' end