Update rubymine.rb

This commit is contained in:
gksu 2016-02-06 23:20:01 +08:00
parent 1740b3abca
commit a4c37cf172
1 changed files with 6 additions and 6 deletions

View File

@ -10,11 +10,11 @@ cask 'rubymine' do
app 'RubyMine.app'
zap delete: [
"~/Library/Application Support/RubyMine80",
"~/Library/Preferences/RubyMine80",
"~/.RubyMine80",
"~/Library/Preferences/com.jetbrains.RubyMine.plist",
"~/Library/Caches/RubyMine80",
"~/Library/Logs/RubyMine80",
'~/Library/Application Support/RubyMine80',
'~/Library/Preferences/RubyMine80',
'~/.RubyMine80',
'~/Library/Preferences/com.jetbrains.RubyMine.plist',
'~/Library/Caches/RubyMine80',
'~/Library/Logs/RubyMine80',
]
end