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

This commit is contained in:
Josh Hagins 2016-01-03 14:18:30 -05:00
parent c0d2f33d19
commit 2df4ee1cd8
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ cask 'heart' do
url 'http://presstube.com/screensavers/presstube-heart-mac.zip'
name 'Presstube Heart'
homepage 'http://presstube.com/blog/2011/heart/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
screen_saver 'presstube-heart.app/Contents/Resources/Presstube - Heart.saver'
depends_on :cask => 'adobe-air'
postflight do
system '/usr/libexec/PlistBuddy', '-c', 'Set :CFBundleName Heart (Presstube)', "#{staged_path}/presstube-heart.app/Contents/Resources/Presstube - Heart.saver/Contents/Info.plist"
end
depends_on :cask => 'adobe-air'
screen_saver 'presstube-heart.app/Contents/Resources/Presstube - Heart.saver'
end