typhoeus 0.6.4 → 0.6.5

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmQ5ZDMxYzRhNGY1MDRlYWFkZjc2YTJiNDVhY2RlZWQzYjE4ZGEzNw==
4
+ ZDdmYjM1MjNhYzZkNWViZjdiMGE2YjUzYjQzMzJjMTk4YzI4ODNlNA==
5
5
  data.tar.gz: !binary |-
6
- YmRjNWEyZWY0ZDM4YWEyZjE4ZjM3ZGEyNThhMzUzMjUyMGU2N2I4ZQ==
6
+ N2Y3MTBjOGViOGExMDI1Mjk3MjkyOWJiYTA4OWM3N2M5NWRlM2Y4NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NGY0ZWM1M2YwMGY2NTExNTljOTNkZTNiYjc1YTAwZjA5MzExZjM1MzY2MDUy
10
- YjM0ZDk5Y2U4OGU1MGVhMmRhOTQzNTI0ZGY2OGI3ZjNmMWY5Yjc1MGVkMmZj
11
- YTQxMjdkNWE4NmI0MTU2ZGVmOGU5NzY5MDZhNDRlZmExMzI1ZDU=
9
+ MDQxZDBmNWM2N2RkY2Y2NWEwZDBjNGQ1YTZlNTUwZmYwMDNlN2MzNzIwN2Fi
10
+ N2RjMjQ5NDZiZTU0ZjBlZDQ0NTc4ZDEwMTNiZTljNmZmOTQxYWM2NzAwNDcw
11
+ ZWUxZDcyNTExMTkxZTE4ZjcxMjM5OTUxNWNiOWExZTUwNDk3NjI=
12
12
  data.tar.gz: !binary |-
13
- NTdmNmMzOTY2YTk1NGU2NWE3MTZlMzg3MmVlMjRlMDYzMmRiNzE5ZTE5MmNi
14
- NTJiMjcxZGUwNzg5MGExODFiOTQ3ODhkMDJkYTM1MmUxMTYwODgyNzBhNzE4
15
- NmYyZWRlYjVlODVmOTdmZjI3OTc4NmFiNDVlOTE3YjBjNWUxYzA=
13
+ YjBlZTkxNzQ1Y2Y3ODQ0NGNlODNiMmM0MmMxYWMwY2I5M2MwYTgxMDZkZjdl
14
+ OWZkNTNlYTE5OTI3Njk4YzU3N2U3ZDIwNDU5ODhiOTk0YWEwMzQ3Y2NmM2Rh
15
+ Zjc2OTFhMzRhYmE3ZTEyMjQ4OGIwMDUyNDk1Y2EwYjgwNDY2OTI=
@@ -1,5 +1,5 @@
1
1
  module Typhoeus
2
2
 
3
3
  # The current Typhoeus version.
4
- VERSION = '0.6.4'
4
+ VERSION = '0.6.5'
5
5
  end
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.required_rubygems_version = ">= 1.3.6"
18
18
  s.rubyforge_project = '[none]'
19
19
 
20
- s.add_dependency('ethon', ["~> 0.6.0"])
20
+ s.add_dependency('ethon', ["~> 0.6.1"])
21
21
 
22
22
  s.files = `git ls-files`.split("\n")
23
23
  s.test_files = `git ls-files -- spec/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typhoeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Balatero
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-08-11 00:00:00.000000000 Z
13
+ date: 2013-08-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: ethon
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.6.0
21
+ version: 0.6.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- version: 0.6.0
28
+ version: 0.6.1
29
29
  description: Like a modern code version of the mythical beast with 100 serpent heads,
30
30
  Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
31
31
  email: