pgadmin3.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:19:11 -05:00
parent 006402e71f
commit f343245f68
1 changed files with 4 additions and 4 deletions

View File

@ -5,16 +5,16 @@ cask 'pgadmin3' do
# postgresql.org is the official download host per the vendor homepage
url "https://ftp.postgresql.org/pub/pgadmin3/release/v#{version}/osx/pgadmin3-#{version}.dmg"
gpg "#{url}.sig",
:key_id => 'e0c4ceeb826b1fda4fb468e024adfaaf698f1519'
name 'pgAdmin'
homepage 'http://pgadmin.org'
license :oss
gpg "#{url}.sig",
:key_id => 'e0c4ceeb826b1fda4fb468e024adfaaf698f1519'
app 'pgAdmin3.app'
zap :delete => [
'~/Library/Preferences/pgadmin3 Preferences',
'~/Library/Saved Application State/org.postgresql.pgadmin.savedState'
'~/Library/Preferences/pgadmin3 Preferences',
'~/Library/Saved Application State/org.postgresql.pgadmin.savedState',
]
end