pauldix-typhoeus 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/typhoeus.rb +1 -3
  2. metadata +3 -2
data/lib/typhoeus.rb CHANGED
@@ -10,11 +10,9 @@ require 'typhoeus/remote_method'
10
10
  require 'typhoeus/remote'
11
11
  require 'typhoeus/remote_proxy_object'
12
12
  require 'typhoeus/response'
13
- require 'typhoeus/request'
14
- require 'typhoeus/hydra'
15
13
 
16
14
  module Typhoeus
17
- VERSION = "0.0.23"
15
+ VERSION = "0.0.24"
18
16
 
19
17
  def self.easy_object_pool
20
18
  @easy_objects ||= []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pauldix-typhoeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix
@@ -51,6 +51,7 @@ files:
51
51
  - spec/servers/method_server.rb
52
52
  has_rdoc: true
53
53
  homepage: http://github.com/pauldix/typhoeus
54
+ licenses:
54
55
  post_install_message:
55
56
  rdoc_options: []
56
57
 
@@ -72,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  requirements: []
73
74
 
74
75
  rubyforge_project:
75
- rubygems_version: 1.2.0
76
+ rubygems_version: 1.3.5
76
77
  signing_key:
77
78
  specification_version: 2
78
79
  summary: A library for interacting with web services (and building SOAs) at blinding speed.