social_nets_db 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/social_nets_db/db.yml +14 -2
- data/lib/social_nets_db/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f3b8b2d1e243aef5a95d9b8fc236baa0f38c2fefd2a7b03c19223f203bf1ad3
|
|
4
|
+
data.tar.gz: 32a8a63fea79ef699fde7fe3b5285d7bb619f4360d13ce00172603ae3923b0c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e9b6bad081cfc3d34999f8aede5e5b0110437abac8c94f559d91d4cf39109cbc8c9ce4f307750e6aa0d7a20568c068b03385786998b5a7658762ff7d3d134af
|
|
7
|
+
data.tar.gz: 2df990abdc52df715686a87fb915819bcd03187fa22e34583574465ce46d22a54fe451cc0fbc338b9912d722de3aa9b6ee7225a6e38960d3f0594084df76dc0a
|
data/CHANGELOG.md
CHANGED
data/lib/social_nets_db/db.yml
CHANGED
|
@@ -482,7 +482,7 @@ rumble:
|
|
|
482
482
|
profile_url:
|
|
483
483
|
by_username: https://${domain}/c/${uid}
|
|
484
484
|
|
|
485
|
-
|
|
485
|
+
soundcloud_user:
|
|
486
486
|
name: SoundCloud
|
|
487
487
|
icons:
|
|
488
488
|
font_awesome_4: soundcloud
|
|
@@ -492,7 +492,19 @@ soundcloud:
|
|
|
492
492
|
- music
|
|
493
493
|
- podcast
|
|
494
494
|
profile_url:
|
|
495
|
-
|
|
495
|
+
by_username: https://${domain}/${uid}
|
|
496
|
+
|
|
497
|
+
soundcloud_rss:
|
|
498
|
+
name: SoundCloud RSS
|
|
499
|
+
icons:
|
|
500
|
+
font_awesome_4: soundcloud
|
|
501
|
+
color: "#ff8800"
|
|
502
|
+
domain: soundcloud.com
|
|
503
|
+
tags:
|
|
504
|
+
- music
|
|
505
|
+
- podcast
|
|
506
|
+
profile_url:
|
|
507
|
+
by_account_id: http://feeds.${domain}/users/soundcloud:users:${uid}/sounds.rss
|
|
496
508
|
|
|
497
509
|
stackoverflow:
|
|
498
510
|
name: StackOverflow
|