X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=lib%2Fredact%2Fredact.rb;h=70f6770e8af618abdc24b9f62ddd1595ce611aba;hb=2815a23df18ddbaf3e0be81e013f869658829e61;hp=7417c92467e21f01a934369056c97716e7b4d10d;hpb=e6589624744430b826a27a71e3d4894516969fb3;p=redact.git diff --git a/lib/redact/redact.rb b/lib/redact/redact.rb index 7417c92..70f6770 100644 --- a/lib/redact/redact.rb +++ b/lib/redact/redact.rb @@ -1,5 +1,5 @@ #-- -# $Id: redact.rb 28 2005-04-14 19:53:45Z tilman $ +# $Id: redact.rb 35 2005-04-25 17:14:49Z tilman $ # # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # @@ -57,7 +57,7 @@ class String end module Redact - VERSION = "0.1.0" + VERSION = "0.1.1" class RedactError < StandardError; end @@ -273,7 +273,7 @@ module Redact ImagePart else raise(ArgumentError, - "invalid program type - #{type.to_s}") + "invalid part type - #{type.to_s}") end p = klass.new(self, @parts.size, name)