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"