homebrew-cask/Casks/rubymine.rb

17 lines
509 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rubymine' do
2015-12-23 20:45:49 +08:00
version '8.0.3'
sha256 'b1e6a328ac9f97224df6d71fb8cf20fc92df6fb1579f008be8611dc97c51a2a3'
url "https://download.jetbrains.com/ruby/RubyMine-#{version}-custom-jdk-bundled.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.delete('.')}",
"~/Library/Preferences/RubyMine#{version.delete('.')}",
2014-09-18 19:57:59 +08:00
]
2012-10-16 06:53:32 +08:00
end