pauldix-typhoeus 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/typhoeus/remote.rb +1 -1
- data/lib/typhoeus.rb +2 -2
- metadata +1 -1
data/lib/typhoeus/remote.rb
CHANGED
data/lib/typhoeus.rb
CHANGED
@@ -12,7 +12,7 @@ require 'typhoeus/remote_proxy_object'
|
|
12
12
|
require 'typhoeus/response'
|
13
13
|
|
14
14
|
module Typhoeus
|
15
|
-
VERSION = "0.0.
|
15
|
+
VERSION = "0.0.16"
|
16
16
|
|
17
17
|
def self.easy_object_pool
|
18
18
|
@easy_objects ||= []
|
@@ -45,4 +45,4 @@ module Typhoeus
|
|
45
45
|
def self.perform_easy_requests
|
46
46
|
Thread.current[:curl_multi].perform
|
47
47
|
end
|
48
|
-
end
|
48
|
+
end
|