cask :v1 => 'rubymine-eap' do version '141.373' sha256 '58cdd199dfe556c00014203d38509ee0682a7516b041dbf0c1edd5a48cc032eb' url "https://download.jetbrains.com/ruby/RubyMine-#{version}.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', ] caveats <<-EOS.undent #{token} requires Java 6 like any other IntelliJ-based IDE. You can install it with brew cask install caskroom/homebrew-versions/java6 The vendor (JetBrains) doesn't support newer versions of Java (yet) due to several critical issues, see details at https://intellij-support.jetbrains.com/entries/27854363 EOS end