OSDN Git Service

t#29873:fix;md5 value made from binary on imager
[pettanr/pettanr.git] / lib / pettan_imager.rb
index 26cbfd4..9f891c1 100644 (file)
@@ -61,7 +61,7 @@ class PettanImager
   end
   
   def md5
-    Digest::MD5.hexdigest(@lib.to_blob)
+    Digest::MD5.hexdigest(@binary)
   end
   
   def v