X-Git-Url: http://git.code-monkey.de/?p=redact.git;a=blobdiff_plain;f=lib%2Fredact%2Fredact.rb;h=a4c37fd332f1fd3dc8f01e70c2c97bf3a9f3230c;hp=61c442fda3007e2546f349e6576670fc5233e091;hb=4b21b0683362eeaa4435c9e245f9d849d3b1276e;hpb=cbd524de9457fbe190c75c56a52a8a99309a8667 diff --git a/lib/redact/redact.rb b/lib/redact/redact.rb index 61c442f..a4c37fd 100644 --- a/lib/redact/redact.rb +++ b/lib/redact/redact.rb @@ -1,5 +1,5 @@ #-- -# $Id: redact.rb 59 2005-06-14 15:38:53Z tilman $ +# $Id: redact.rb 64 2005-08-25 21:22:04Z tilman $ # # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) # @@ -57,7 +57,7 @@ class String end module Redact - VERSION = "0.1.3" + VERSION = "0.1.4" class RedactError < StandardError; end