string form `caveats` in pemdas-widget.rb

This commit is contained in:
Roland Walker 2014-10-04 10:06:14 -04:00
parent 4f5e621eec
commit 349f2ff050
1 changed files with 3 additions and 6 deletions

View File

@ -7,16 +7,13 @@ class PemdasWidget < Cask
license :oss
widget 'PEMDAS.wdgt'
caveats do
puts <<-EOS.undent
caveats <<-EOS.undent
Currently, Dashboard Widgets such as '#{@cask}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
https://github.com/caskroom/homebrew-cask/issues/2206
https://github.com/caskroom/homebrew-cask/issues/2206
It is recommended that you do not install this Cask unless you are
a developer working on the problem.
EOS
end
EOS
end