homebrew-cask/Casks/rubymine.rb

21 lines
792 B
Ruby

cask 'rubymine' do
version '8.0.3'
sha256 'b1e6a328ac9f97224df6d71fb8cf20fc92df6fb1579f008be8611dc97c51a2a3'
url "https://download.jetbrains.com/ruby/RubyMine-#{version}-custom-jdk-bundled.dmg"
name 'RubyMine'
homepage 'https://www.jetbrains.com/ruby/'
license :commercial
app 'RubyMine.app'
zap delete: [
"~/Library/Application Support/RubyMine#{version.major_minor.no_dots}",
"~/Library/Preferences/RubyMine#{version.major_minor.no_dots}",
"~/.RubyMine#{version.major_minor.no_dots}",
'~/Library/Preferences/com.jetbrains.RubyMine.plist',
"~/Library/Caches/RubyMine#{version.major_minor.no_dots}",
"~/Library/Logs/RubyMine#{version.major_minor.no_dots}",
]
end