my_utils 0.0.3 → 0.0.4

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/my_utils/toputils.rb +1 -1
  2. metadata +2 -2
@@ -31,7 +31,7 @@ module Toputils
31
31
  params.each {
32
32
  |k, v| params_str << k.to_s<<'='<<URI.escape(v.to_s).to_s<<'&'
33
33
  }
34
- target = app_secret.start_with? "sandbox"? SB_TOP_URL : TOP_URL + params_str
34
+ target = (app_secret.start_with? "sandbox"? SB_TOP_URL : TOP_URL)+ params_str
35
35
 
36
36
  res = Net::HTTP.get_response(URI.parse(target))
37
37
  res.body
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nick Quaranto