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

This commit is contained in:
Josh Hagins 2016-01-03 14:18:40 -05:00
parent 24859a89cf
commit ea8837471f
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ cask 'j' do
homepage 'http://www.jsoftware.com'
license :gpl
%w<jbrk jcon jhs jqt>.each do |a|
%w[jbrk jcon jhs jqt].each do |a|
app "j64-#{version}/#{a}.app"
end
%w<jconsole>.each do |b|
%w[jconsole].each do |b|
binary "j64-#{version}/bin/#{b}"
end
end