gmo 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/gmo.rb +1 -1
  2. data/lib/gmo/version.rb +1 -1
  3. metadata +4 -4
data/lib/gmo.rb CHANGED
@@ -43,7 +43,7 @@ module GMO
43
43
  raise GMO::Payment::ServerError.new(result.body, error_detail)
44
44
  end
45
45
  # Parse the body as Query string
46
- body = response = Rack::Utils.parse_nested_query result.body.to_s
46
+ body = response = Rack::Utils.parse_nested_query(result.body.to_s)
47
47
  # Check for errors if provided a error_checking_block
48
48
  yield(body) if error_checking_block
49
49
  # Return result
data/lib/gmo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GMO
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-18 00:00:00.000000000 Z
12
+ date: 2013-02-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -182,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  segments:
184
184
  - 0
185
- hash: 1156839914237704881
185
+ hash: 1077517180863031405
186
186
  required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  none: false
188
188
  requirements:
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  segments:
193
193
  - 0
194
- hash: 1156839914237704881
194
+ hash: 1077517180863031405
195
195
  requirements: []
196
196
  rubyforge_project:
197
197
  rubygems_version: 1.8.25