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

This commit is contained in:
Josh Hagins 2016-01-03 14:19:57 -05:00
parent 1d855a0a04
commit bb3cedf064
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ cask 'workamajig' do
url 'https://s3.amazonaws.com/Workamajig/AIR/Workamajig.air'
name 'Workamajig'
homepage 'http://www.workamajig.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Workamajig.app'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
depends_on :cask => 'adobe-air'
app 'Workamajig.app'
end