homebrew-cask/Casks/rubymine.rb

28 lines
863 B
Ruby
Raw Normal View History

2014-11-14 01:26:50 +08:00
cask :v1 => 'rubymine' do
2015-02-03 17:04:32 +08:00
version '7.0.4'
sha256 'a2340eec7652fefb1d6fc7eacd7338d04aac1106eff40d18ad4fe6d379f3c53a'
2014-09-26 20:09:10 +08:00
url "http://download-cf.jetbrains.com/ruby/RubyMine-#{version}.dmg"
2015-01-10 04:49:10 +08:00
name 'RubyMine'
homepage 'http://www.jetbrains.com/ruby/'
2015-02-01 19:37:35 +08:00
license :commercial
2014-09-16 00:06:15 +08:00
app 'RubyMine.app'
2014-09-18 19:57:59 +08:00
zap :delete => [
"~/Library/Application Support/RubyMine#{version.gsub('.','')}",
"~/Library/Preferences/RubyMine#{version.gsub('.','')}",
2014-09-18 19:57:59 +08:00
]
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
2012-10-16 06:53:32 +08:00
end