cask :v1 => 'rubymine-eap' do version '142.5047.9' sha256 '4870c78eaac2fbe7c907b8563b9bc2ad40d41b7d0660cf4ff73318f5e5edc52b' url "https://download.jetbrains.com/ruby/RubyMine-#{version}-custom-jdk-bundled.dmg" name 'RubyMine EAP' homepage 'https://confluence.jetbrains.com/display/RUBYDEV/RubyMine+EAP' license :commercial app 'RubyMine EAP.app' zap :delete => [ '~/Library/Preferences/com.jetbrains.rubymine-EAP.plist', '~/Library/Preferences/RubyMine70', '~/Library/Application Support/RubyMine70', '~/Library/Caches/RubyMine70', '~/Library/Logs/RubyMine70', '/usr/local/bin/mine', ] end