Skip to content

Commit

Permalink
Attribution and rcov percentage bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Apr 28, 2008
1 parent ce4dc1c commit c2ec08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions History.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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"
Expand Down

0 comments on commit c2ec08d

Please sign in to comment.