You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
743 B
21 lines
743 B
cask 'rubymine-eap' do
|
|
version '2016.3.1,163.9166.17'
|
|
sha256 'a0274c84d535758bd05dc2dada7eef05a2f3cb69b432b49681d13aa08fdc84fd'
|
|
|
|
url "https://download.jetbrains.com/ruby/RubyMine-#{version.after_comma}.dmg"
|
|
name 'RubyMine EAP'
|
|
homepage 'https://confluence.jetbrains.com/display/RUBYDEV/Early+Access+Program'
|
|
|
|
conflicts_with cask: 'rubymine'
|
|
|
|
app 'RubyMine EAP.app'
|
|
|
|
uninstall delete: '/usr/local/bin/mine'
|
|
|
|
zap delete: [
|
|
"~/Library/Preferences/RubyMine#{version.major_minor}",
|
|
"~/Library/Application Support/RubyMine#{version.major_minor}",
|
|
"~/Library/Caches/RubyMine#{version.major_minor}",
|
|
"~/Library/Logs/RubyMine#{version.major_minor}",
|
|
]
|
|
end
|
|
|