dwaite-em-http-request 0.1.9 → 0.1.10

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.
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'em-http-request'
3
- s.version = '0.1.9'
3
+ s.version = '0.1.10'
4
4
  s.date = '2009-03-20'
5
5
  s.summary = 'EventMachine based HTTP Request interface'
6
6
  s.description = s.summary
@@ -170,7 +170,7 @@ module EventMachine
170
170
  if v.is_a? Hash
171
171
  stack << [k, v]
172
172
  elsif v.is_a? Array
173
- stack << [k, Hash.from_array v]
173
+ stack << [k, Hash.from_array(v)]
174
174
  else
175
175
  params << encode_param(k, v) << '&'
176
176
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwaite-em-http-request
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Grigorik