From 5a5e8ce2cf1f6384013534dedbb73fb61a6bd5f1 Mon Sep 17 00:00:00 2001 From: Lucas Uyezu Date: Fri, 31 Mar 2017 17:08:01 -0400 Subject: [PATCH] Let's actually use this --- lib/safe_parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/safe_parser.rb b/lib/safe_parser.rb index 83fe753..f1b54c3 100644 --- a/lib/safe_parser.rb +++ b/lib/safe_parser.rb @@ -2,7 +2,7 @@ # Whiltelist based hash string parser class SafeParser - VERSION = "0.0.2" + VERSION = "1.0.0" UnsafeError = Class.new(StandardError) attr_reader :string