httparty 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of httparty might be problematic. Click here for more details.

@@ -37,7 +37,7 @@ module HTTParty
37
37
 
38
38
  stack.each do |parent, hash|
39
39
  hash.each do |k, v|
40
- if value.is_a?(Hash)
40
+ if v.is_a?(Hash)
41
41
  stack << ["#{parent}[#{k}]", v]
42
42
  else
43
43
  param << normalize_param("#{parent}[#{k}]", v)
@@ -1,3 +1,3 @@
1
1
  module HTTParty
2
- VERSION = "0.10.1"
2
+ VERSION = "0.10.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-26 00:00:00.000000000 Z
13
+ date: 2013-01-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json
@@ -145,7 +145,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: -1272452598560319618
148
+ hash: 2609316283562453644
149
149
  required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  none: false
151
151
  requirements:
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  segments:
156
156
  - 0
157
- hash: -1272452598560319618
157
+ hash: 2609316283562453644
158
158
  requirements: []
159
159
  rubyforge_project:
160
160
  rubygems_version: 1.8.23