plataforma_social 0.0.11 → 0.0.12
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.
|
@@ -34,7 +34,7 @@ module PlataformaSocial
|
|
|
34
34
|
|
|
35
35
|
def load_user_data
|
|
36
36
|
facebook_data = facebook_user_data.symbolize_keys if facebook_user_data
|
|
37
|
-
plataforma_social_data = plataforma_social_user_data.symbolize_keys
|
|
37
|
+
plataforma_social_data = plataforma_social_user_data.try(:symbolize_keys)
|
|
38
38
|
|
|
39
39
|
@user_data = { :facebook => facebook_data, :plataforma_social => plataforma_social_data }
|
|
40
40
|
end
|
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.12
|
|
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-05-
|
|
12
|
+
date: 2013-05-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|
|
@@ -122,4 +122,3 @@ signing_key:
|
|
|
122
122
|
specification_version: 3
|
|
123
123
|
summary: Plataforma Social's integration gem
|
|
124
124
|
test_files: []
|
|
125
|
-
has_rdoc:
|