mechanize 0.8.2 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of mechanize might be problematic. Click here for more details.
- data/History.txt +5 -0
- data/lib/www/mechanize.rb +1 -1
- data/lib/www/mechanize/chain/connection_resolver.rb +1 -1
- data/mechanize.gemspec +2 -2
- metadata +2 -2
data/History.txt
CHANGED
data/lib/www/mechanize.rb
CHANGED
@@ -51,7 +51,7 @@ module WWW
|
|
51
51
|
Time.now.to_i - cache_obj[:last_request_time] > opts[:timeout].to_i) ||
|
52
52
|
opts[:max] && opts[:max].to_i == 1)
|
53
53
|
|
54
|
-
log.debug('Finishing stale connection') if log
|
54
|
+
Mechanize.log.debug('Finishing stale connection') if Mechanize.log
|
55
55
|
http_obj.finish
|
56
56
|
|
57
57
|
end
|
data/mechanize.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{mechanize}
|
3
|
-
s.version = "0.8.
|
3
|
+
s.version = "0.8.2.20080925083219"
|
4
4
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
6
6
|
s.authors = ["Aaron Patterson"]
|
7
|
-
s.date = %q{2008-09-
|
7
|
+
s.date = %q{2008-09-25}
|
8
8
|
s.description = %q{The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.}
|
9
9
|
s.email = %q{aaronp@rubyforge.org}
|
10
10
|
s.extra_rdoc_files = ["EXAMPLES.txt", "FAQ.txt", "GUIDE.txt", "History.txt", "LICENSE.txt", "Manifest.txt", "NOTES.txt", "README.txt"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mechanize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Patterson
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-09-
|
12
|
+
date: 2008-09-26 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|