From 05e1ba96bba74ae797a0c7e3d50a81924a3956d5 Mon Sep 17 00:00:00 2001 From: Alex McHale Date: Sun, 4 Mar 2012 19:17:19 -0600 Subject: [PATCH] Version 1.0.0. --- lib/redis-diff_match_patch.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/redis-diff_match_patch.rb b/lib/redis-diff_match_patch.rb index 19aa807..df7e70b 100644 --- a/lib/redis-diff_match_patch.rb +++ b/lib/redis-diff_match_patch.rb @@ -7,7 +7,8 @@ class DiffMatchPatch attr_reader :redis - VERSION = "0.0.1" + VERSION = "1.0.0" + RESOURCE_DIR = File.dirname(__FILE__) DIFF_SCRIPT = File.read File.join(RESOURCE_DIR, "diff_match_patch-diff.lua") DIFF_SHA1 = Digest::SHA1.hexdigest DIFF_SCRIPT