remove #{title} in ap-grapher

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

View File

@ -10,8 +10,9 @@ cask :v1 => 'ap-grapher' do
app 'AP Grapher.app'
# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
Warning: #{title} has been abandoned by its author, and the
Warning: #{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase} has been abandoned by its author, and the
vendor homepage is defunct. This Cask downloads an untrusted
copy from an alternative source.
EOS