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

This commit is contained in:
Josh Hagins 2016-01-03 14:19:28 -05:00
parent 3c6bfd8514
commit 0ef1b22335
1 changed files with 4 additions and 3 deletions

View File

@ -2,11 +2,12 @@ cask 'silo' do
version '2.3.02'
sha256 '7d84001382c3d12ad2f436fdb5572a60335a9e1dbac6505fd959fc776efaf365'
url "https://nevercenter.com/download/Install_Silo_#{version.gsub('.','_')}_mac.zip"
url "https://nevercenter.com/download/Install_Silo_#{version.gsub('.', '_')}_mac.zip"
name 'Silo'
homepage 'https://nevercenter.com/silo/'
license :commercial
container :nested => "Install_Silo_#{version.gsub('.','_')}_mac.dmg"
app "Silo #{version.sub(%r{^(\d+\.\d+).*},'\1')}.app"
container :nested => "Install_Silo_#{version.gsub('.', '_')}_mac.dmg"
app "Silo #{version.sub(%r{^(\d+\.\d+).*}, '\1')}.app"
end