homebrew-cask/Casks/rubymine.rb

28 lines
864 B
Ruby
Raw Normal View History

2014-11-14 01:26:50 +08:00
cask :v1 => 'rubymine' do
2015-07-06 04:31:11 +08:00
version '7.1.4'
sha256 'ec503be6a441850702c5e332c459ccb2ed71e1a337f82b01587377f76a4f379e'
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'
2015-06-29 14:32:18 +08:00
homepage 'https://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