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

This commit is contained in:
Josh Hagins 2016-01-03 14:19:27 -05:00
parent 433a90522a
commit cd6870ecc4
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ cask 'serialcloner' do
version '2.6.1'
sha256 '8027731f0ed031bb0c40009d9f5237fb73d66a3ef97029024811aa41ae873aae'
url "http://serialbasics.free.fr/Serial_Cloner-Download_files/SerialCloner#{version.sub(%r{^(\d+)\.(\d+).*},'\1-\2')}.dmg"
url "http://serialbasics.free.fr/Serial_Cloner-Download_files/SerialCloner#{version.sub(%r{^(\d+)\.(\d+).*}, '\1-\2')}.dmg"
name 'Serial Cloner'
homepage 'http://serialbasics.free.fr/Serial_Cloner.html'
license :gratis
app "SerialCloner#{version.sub(%r{^(\d+)\.(\d+).*},'\1-\2')}/SerialCloner #{version.gsub('.','-')}.app"
app "SerialCloner#{version.sub(%r{^(\d+)\.(\d+).*}, '\1-\2')}/SerialCloner #{version.gsub('.', '-')}.app"
end