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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe318d57dbd26c6e0b6e841725b430f7b9b02cc7bf1c5609747e3f079fce077b
4
- data.tar.gz: 804a2c70b2c3fc5ca59faa22aee1f38abcfc9d6cdda9b8790d57001f0ef852bc
3
+ metadata.gz: 6f3b8b2d1e243aef5a95d9b8fc236baa0f38c2fefd2a7b03c19223f203bf1ad3
4
+ data.tar.gz: 32a8a63fea79ef699fde7fe3b5285d7bb619f4360d13ce00172603ae3923b0c9
5
5
  SHA512:
6
- metadata.gz: 102b5b2fcdd8fbc8c6620ac2e7e112e9935ca5e65a728e7e29fb3d2c991423921c1d91842d25e35c912fd3fc7f259aa4b637a0bce49a2fcb4ea7fee710477060
7
- data.tar.gz: b19ef9e5dd8d3e5bf2595f7b971ab43a0ad6f3771cff10675281ddbf45e4c0b7e1f7e0cefb23621d6084ed6b487efb5e4263af3dd0c06209e3e742767535730d
6
+ metadata.gz: 3e9b6bad081cfc3d34999f8aede5e5b0110437abac8c94f559d91d4cf39109cbc8c9ce4f307750e6aa0d7a20568c068b03385786998b5a7658762ff7d3d134af
7
+ data.tar.gz: 2df990abdc52df715686a87fb915819bcd03187fa22e34583574465ce46d22a54fe451cc0fbc338b9912d722de3aa9b6ee7225a6e38960d3f0594084df76dc0a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.12] - 2023-10-01
4
+
5
+ Adds SoundCloud RSS, fixes base SoundCloud
6
+
3
7
  ## [0.0.11] - 2023-10-01
4
8
 
5
9
  Adds Apple podcasts, Google podcasts, Castbox, SoundCloud, RSS, Yandex.Music
@@ -482,7 +482,7 @@ rumble:
482
482
  profile_url:
483
483
  by_username: https://${domain}/c/${uid}
484
484
 
485
- soundcloud:
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
- by_account_id: https://${domain}/${uid}
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class SocialNetsDB
4
- VERSION = "0.0.11".freeze
4
+ VERSION = "0.0.12".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_nets_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pedan