From c6d90549f35e722c4596040b30fc72df445f1c44 Mon Sep 17 00:00:00 2001 From: Ivan Kuchin Date: Thu, 2 Oct 2014 14:11:37 +0200 Subject: [PATCH] use path in Bin#to_s --- lib/image_optim/bin_resolver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/image_optim/bin_resolver.rb b/lib/image_optim/bin_resolver.rb index 121727a0..cdcf0b27 100644 --- a/lib/image_optim/bin_resolver.rb +++ b/lib/image_optim/bin_resolver.rb @@ -25,7 +25,7 @@ def initialize(name, path) end def to_s - "#{@name} #{@version || '?'}" + "#{@name} #{@version || '?'} at #{@path}" end def check!