remove #{title} in delivery-status

This commit is contained in:
Roland Walker 2014-12-05 10:32:48 -05:00
parent 2f5cd4e6b6
commit 7ceee70307
1 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,10 @@ cask :v1 => 'delivery-status' do
license :oss
widget 'Delivery Status.wdgt'
# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
Currently, Dashboard Widgets such as '#{title}' do NOT work correctly
Currently, Dashboard Widgets such as '#{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
https://github.com/caskroom/homebrew-cask/issues/2206