enable token method in tvrenamer

This commit is contained in:
Roland Walker 2014-12-10 11:46:08 -05:00
parent 403925e64b
commit fbdeeb7f54

View file

@ -8,9 +8,8 @@ cask :v1 => 'tvrenamer' do
app "TVRenamer-#{version}.app"
# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
#{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase} requires a Java JRE to be installed. You should be prompted to install
#{token} requires a Java JRE to be installed. You should be prompted to install
Java on the first execution if it is not already present.
EOS
end