omniauth-ebay 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ebay_api.rb +1 -1
- data/lib/omniauth-ebay/version.rb +1 -1
- metadata +3 -3
data/lib/ebay_api.rb
CHANGED
@@ -83,7 +83,7 @@ module EbayAPI
|
|
83
83
|
end
|
84
84
|
|
85
85
|
def ebay_login_url(session_id, ruparams={})
|
86
|
-
url = "#{EBAY_LOGIN_URL}?#{options.auth_type}&runame=#{options.runame}&#{session_id_field_name}=#{
|
86
|
+
url = "#{EBAY_LOGIN_URL}?#{options.auth_type}&runame=#{options.runame}&#{session_id_field_name}=#{URI.escape(session_id).gsub('+', '%2B')}"
|
87
87
|
|
88
88
|
ruparams[:internal_return_to] = internal_return_to if internal_return_to
|
89
89
|
ruparams[:sid] = session_id
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-ebay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
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:
|
12
|
+
date: 2014-03-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: omniauth
|
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
219
219
|
version: '0'
|
220
220
|
requirements: []
|
221
221
|
rubyforge_project: omniauth-ebay
|
222
|
-
rubygems_version: 1.8.
|
222
|
+
rubygems_version: 1.8.23
|
223
223
|
signing_key:
|
224
224
|
specification_version: 3
|
225
225
|
summary: OmniAuth strategy for eBay
|