From c2ec08d8a0930641acff82421becd58f5458f071 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 28 Apr 2008 05:01:34 -0400 Subject: [PATCH] Attribution and rcov percentage bump --- History.txt | 1 + Rakefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index edbf24a..fcea11f 100644 --- a/History.txt +++ b/History.txt @@ -2,6 +2,7 @@ * Enhancements + * Support file fields using attaches_file (Patch from Kyle Hargraves) * Support button elements (Patch from Nick Sieger) * Support matching select options by regexp (Patch from Kyle Hargraves) * Support relative links, including href="?foo=bar" (Patch from Kyle Hargraves) diff --git a/Rakefile b/Rakefile index a926c4b..35fcfc8 100644 --- a/Rakefile +++ b/Rakefile @@ -56,7 +56,7 @@ end require 'spec/rake/verify_rcov' RCov::VerifyTask.new(:verify_rcov => :rcov) do |t| - t.threshold = 95.3 # Make sure you have rcov 0.7 or higher! + t.threshold = 95.5 # Make sure you have rcov 0.7 or higher! end remove_task "default"