cask :v1 => 'rubymine' do version '7.1.4' sha256 'ec503be6a441850702c5e332c459ccb2ed71e1a337f82b01587377f76a4f379e' url "http://download-cf.jetbrains.com/ruby/RubyMine-#{version}.dmg" name 'RubyMine' homepage 'https://www.jetbrains.com/ruby/' license :commercial app 'RubyMine.app' zap :delete => [ "~/Library/Application Support/RubyMine#{version.delete('.')}", "~/Library/Preferences/RubyMine#{version.delete('.')}", ] 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