plataforma_social 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
@@ -73,7 +73,7 @@ module PlataformaSocial
|
|
73
73
|
uri = URI.parse(PlataformaSocial.facebook_callback_url.to_s)
|
74
74
|
|
75
75
|
callback_url = if uri && uri.scheme.present?
|
76
|
-
uri.query = [uri.query, "gm_referral_code=#{params[:gm_referral_code]}", "
|
76
|
+
uri.query = [uri.query, "gm_referral_code=#{params[:gm_referral_code]}", "utm_source=#{params[:utm_source]}"].compact.join('&')
|
77
77
|
uri.to_s
|
78
78
|
else
|
79
79
|
nil
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plataforma_social
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.22
|
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-08-
|
12
|
+
date: 2013-08-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|