dbalatero-typhoeus 0.0.21 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/typhoeus.rb +1 -1
  2. metadata +2 -3
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.21"
15
+ VERSION = "0.0.22"
16
16
 
17
17
  def self.easy_object_pool
18
18
  @easy_objects ||= []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbalatero-typhoeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Dix
@@ -51,7 +51,6 @@ files:
51
51
  - spec/servers/method_server.rb
52
52
  has_rdoc: true
53
53
  homepage: http://github.com/pauldix/typhoeus
54
- licenses:
55
54
  post_install_message:
56
55
  rdoc_options: []
57
56
 
@@ -73,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
72
  requirements: []
74
73
 
75
74
  rubyforge_project:
76
- rubygems_version: 1.3.5
75
+ rubygems_version: 1.2.0
77
76
  signing_key:
78
77
  specification_version: 2
79
78
  summary: A library for interacting with web services (and building SOAs) at blinding speed.