Skip to content

Commit

Permalink
using chain of request for request-response lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Sep 8, 2008
1 parent 4f538ab commit 0c6d190
Show file tree
Hide file tree
Showing 86 changed files with 1,160 additions and 505 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.*.swp
tags
9 changes: 9 additions & 0 deletions History.txt
@@ -1,5 +1,14 @@
= Mechanize CHANGELOG

=== 0.8.0

* New Features:
* Lifecycle hooks. Mechanize#pre_connect_hooks, Mechanize#post_connect_hooks
* file:/// urls are now supported

* Bug Fixes:
* Fixed an infinite loop when content-length and body length don't match.

=== 0.7.8

* Bug Fixes:
Expand Down
6 changes: 6 additions & 0 deletions Rakefile
Expand Up @@ -33,3 +33,9 @@ namespace :gem do
end
end
end

desc "Run code-coverage analysis"
task :coverage do
rm_rf "coverage"
sh "rcov -x Library -I lib:test #{Dir[*HOE.test_globs].join(' ')}"
end

0 comments on commit 0c6d190

Please sign in to comment.