get_your_rep 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/get_your_rep/google.rb +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b081cda69261927757f4f989d7daab81f2b02a4
|
4
|
+
data.tar.gz: 36d50d47cf8e8af1a1ad20e23f1987e80c926ab3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21d24f40f6ab49430d73e660efc05f9ee05452c86f51bb2b496d6f84bdaf24676404a7effb644dc3703b5681ea277ae79a8b9afaf72bd2ccd0f308d5c8a570b5
|
7
|
+
data.tar.gz: 7c25636de707b3f890233a586a8be119f8c811fb43365c6872ff9020232b73602ca2b035c753a26e2810f04260ddd840203a1e06d15a5f1ebadc8b834c3bdf1f
|
data/lib/get_your_rep/google.rb
CHANGED
@@ -183,6 +183,10 @@ module GetYourRep
|
|
183
183
|
official['channels'].each do |channel|
|
184
184
|
@delegation.last[channel['type'].downcase.to_sym] = channel['id']
|
185
185
|
end
|
186
|
+
@delegation.last[:twitter] = nil unless @delegation.last[:twitter]
|
187
|
+
@delegation.last[:facebook] = nil unless @delegation.last[:facebook]
|
188
|
+
@delegation.last[:youtube] = nil unless @delegation.last[:youtube]
|
189
|
+
@delegation.last[:googleplus] = nil unless @delegation.last[:googleplus]
|
186
190
|
end
|
187
191
|
end
|
188
192
|
end
|