homebrew-cask/Casks/rubymine.rb

21 lines
792 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'
zap delete: [
2016-02-07 00:34:44 +08:00
"~/Library/Application Support/RubyMine#{version.major_minor.no_dots}",
"~/Library/Preferences/RubyMine#{version.major_minor.no_dots}",
"~/.RubyMine#{version.major_minor.no_dots}",
2016-02-06 23:20:01 +08:00
'~/Library/Preferences/com.jetbrains.RubyMine.plist',
2016-02-07 00:34:44 +08:00
"~/Library/Caches/RubyMine#{version.major_minor.no_dots}",
"~/Library/Logs/RubyMine#{version.major_minor.no_dots}",
]
2012-10-16 06:53:32 +08:00
end