social_nets_db 0.0.9 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d62ff42fff0c3a701d4440305f383f2ebe08c355e4d69348d1c7494da3caa4b
4
- data.tar.gz: f9fe204e15d5bdf3df8ca3fa995f9b5457737d02e6946a5d9952fd191de14c2f
3
+ metadata.gz: fe318d57dbd26c6e0b6e841725b430f7b9b02cc7bf1c5609747e3f079fce077b
4
+ data.tar.gz: 804a2c70b2c3fc5ca59faa22aee1f38abcfc9d6cdda9b8790d57001f0ef852bc
5
5
  SHA512:
6
- metadata.gz: 77b51e953e43087f6389896957c7ea63a6cae82eaea5ab9c3700f068ee27fe563953b83fb77831d57e283b99b794615b87d751bf8d240c6e88e8250a35684d93
7
- data.tar.gz: 2c148d72e0cc90f1cbd717cb1d231f246d5ee4ca78736b7aa998a1312ea27362e70f0e823db044502b426d637c931f1178180f63cf2c2dbc2628702670c8581d
6
+ metadata.gz: 102b5b2fcdd8fbc8c6620ac2e7e112e9935ca5e65a728e7e29fb3d2c991423921c1d91842d25e35c912fd3fc7f259aa4b637a0bce49a2fcb4ea7fee710477060
7
+ data.tar.gz: b19ef9e5dd8d3e5bf2595f7b971ab43a0ad6f3771cff10675281ddbf45e4c0b7e1f7e0cefb23621d6084ed6b487efb5e4263af3dd0c06209e3e742767535730d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.11] - 2023-10-01
4
+
5
+ Adds Apple podcasts, Google podcasts, Castbox, SoundCloud, RSS, Yandex.Music
6
+
7
+ ## [0.0.10] - 2022-06-30
8
+
9
+ Adds Boosty, Twitch, StreamLabs
10
+
3
11
  ## [0.0.9] - 2022-06-26
4
12
 
5
13
  - Adds services
data/Gemfile.lock CHANGED
@@ -1,61 +1,70 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- social_nets_db (0.0.7)
4
+ social_nets_db (0.0.11)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
- bundler-audit (0.9.0.1)
10
+ base64 (0.1.1)
11
+ bundler-audit (0.9.1)
11
12
  bundler (>= 1.2.0, < 3)
12
13
  thor (~> 1.0)
13
14
  byebug (11.1.3)
14
15
  coderay (1.1.3)
15
- diff-lcs (1.4.4)
16
+ diff-lcs (1.5.0)
17
+ json (2.6.3)
18
+ language_server-protocol (3.17.0.3)
16
19
  method_source (1.0.0)
17
- parallel (1.21.0)
18
- parser (3.0.3.1)
20
+ parallel (1.23.0)
21
+ parser (3.2.2.3)
19
22
  ast (~> 2.4.1)
20
- pry (0.14.1)
23
+ racc
24
+ pry (0.14.2)
21
25
  coderay (~> 1.1)
22
26
  method_source (~> 1.0)
23
- pry-byebug (3.8.0)
27
+ pry-byebug (3.10.1)
24
28
  byebug (~> 11.0)
25
- pry (~> 0.10)
26
- rainbow (3.0.0)
29
+ pry (>= 0.13, < 0.15)
30
+ racc (1.7.1)
31
+ rainbow (3.1.1)
27
32
  rake (13.0.6)
28
- regexp_parser (2.1.1)
29
- rexml (3.2.5)
30
- rspec (3.10.0)
31
- rspec-core (~> 3.10.0)
32
- rspec-expectations (~> 3.10.0)
33
- rspec-mocks (~> 3.10.0)
34
- rspec-core (3.10.1)
35
- rspec-support (~> 3.10.0)
36
- rspec-expectations (3.10.1)
33
+ regexp_parser (2.8.1)
34
+ rexml (3.2.6)
35
+ rspec (3.12.0)
36
+ rspec-core (~> 3.12.0)
37
+ rspec-expectations (~> 3.12.0)
38
+ rspec-mocks (~> 3.12.0)
39
+ rspec-core (3.12.2)
40
+ rspec-support (~> 3.12.0)
41
+ rspec-expectations (3.12.3)
37
42
  diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.10.0)
39
- rspec-mocks (3.10.2)
43
+ rspec-support (~> 3.12.0)
44
+ rspec-mocks (3.12.6)
40
45
  diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.10.0)
42
- rspec-support (3.10.3)
43
- rubocop (1.23.0)
46
+ rspec-support (~> 3.12.0)
47
+ rspec-support (3.12.1)
48
+ rubocop (1.56.4)
49
+ base64 (~> 0.1.1)
50
+ json (~> 2.3)
51
+ language_server-protocol (>= 3.17.0)
44
52
  parallel (~> 1.10)
45
- parser (>= 3.0.0.0)
53
+ parser (>= 3.2.2.3)
46
54
  rainbow (>= 2.2.2, < 4.0)
47
55
  regexp_parser (>= 1.8, < 3.0)
48
- rexml
49
- rubocop-ast (>= 1.12.0, < 2.0)
56
+ rexml (>= 3.2.5, < 4.0)
57
+ rubocop-ast (>= 1.28.1, < 2.0)
50
58
  ruby-progressbar (~> 1.7)
51
- unicode-display_width (>= 1.4.0, < 3.0)
52
- rubocop-ast (1.14.0)
53
- parser (>= 3.0.1.1)
54
- ruby-progressbar (1.11.0)
55
- thor (1.1.0)
56
- unicode-display_width (2.1.0)
59
+ unicode-display_width (>= 2.4.0, < 3.0)
60
+ rubocop-ast (1.29.0)
61
+ parser (>= 3.2.1.0)
62
+ ruby-progressbar (1.13.0)
63
+ thor (1.2.2)
64
+ unicode-display_width (2.4.2)
57
65
 
58
66
  PLATFORMS
67
+ arm64-darwin-21
59
68
  x86_64-darwin-17
60
69
 
61
70
  DEPENDENCIES
@@ -69,4 +78,4 @@ DEPENDENCIES
69
78
  social_nets_db!
70
79
 
71
80
  BUNDLED WITH
72
- 2.2.27
81
+ 2.4.19
@@ -8,6 +8,17 @@ angellist:
8
8
  profile_url:
9
9
  by_username: https://${domain}/u/${uid}
10
10
 
11
+ apple_podcast:
12
+ name: Apple Podcast
13
+ icons:
14
+ font_awesome_4: podcast
15
+ color: "#852dc4"
16
+ domain: podcasts.apple.com
17
+ tags:
18
+ - podcast
19
+ profile_url:
20
+ by_account_id: https://${domain}/en/podcast/${uid}
21
+
11
22
  behance:
12
23
  name: Behance
13
24
  icons:
@@ -55,6 +66,27 @@ blogger:
55
66
  profile_url:
56
67
  by_username: https://${uid}.blogspot.com
57
68
 
69
+ boosty:
70
+ name: Boosty
71
+ icons:
72
+ color: "#f15f2c"
73
+ domain: boosty.to
74
+ tags:
75
+ - blog
76
+ - paywall
77
+ profile_url:
78
+ by_username: https://${domain}/${uid}
79
+
80
+ castbox:
81
+ name: CastBox
82
+ icons:
83
+ color: "#f55b23"
84
+ domain: castbox.fm
85
+ tags:
86
+ - podcast
87
+ profile_url:
88
+ by_account_id: https://${domain}/vc/${uid}
89
+
58
90
  discord:
59
91
  name: Discord
60
92
  icons:
@@ -169,6 +201,16 @@ gettr:
169
201
  profile_url:
170
202
  by_username: https://${domain}/user/${uid}
171
203
 
204
+ google_podcast:
205
+ name: Google Podcasts
206
+ icons:
207
+ color: "4285f4"
208
+ domain: podcasts.google.com
209
+ tags:
210
+ - podcast
211
+ profile_url:
212
+ by_account_id: https://${domain}/?feed=${uid}
213
+
172
214
  habr:
173
215
  name: Habrahabr
174
216
  icons:
@@ -417,6 +459,17 @@ rokfin:
417
459
  profile_url:
418
460
  by_username: https://${domain}/${uid}
419
461
 
462
+ rss:
463
+ name: RSS
464
+ icons:
465
+ font_awesome_4: "rss"
466
+ color: "#f26522"
467
+ domain:
468
+ tags:
469
+ - rss
470
+ profile_url:
471
+ by_username: ${uid}
472
+
420
473
  rumble:
421
474
  name: Rumble
422
475
  icons:
@@ -429,6 +482,18 @@ rumble:
429
482
  profile_url:
430
483
  by_username: https://${domain}/c/${uid}
431
484
 
485
+ soundcloud:
486
+ name: SoundCloud
487
+ icons:
488
+ font_awesome_4: soundcloud
489
+ color: "#ff8800"
490
+ domain: soundcloud.com
491
+ tags:
492
+ - music
493
+ - podcast
494
+ profile_url:
495
+ by_account_id: https://${domain}/${uid}
496
+
432
497
  stackoverflow:
433
498
  name: StackOverflow
434
499
  icons:
@@ -441,6 +506,15 @@ stackoverflow:
441
506
  profile_url:
442
507
  by_account_id: https://${domain}/users/${uid}?tab=profile
443
508
 
509
+ streamlabs:
510
+ name: StreamLabs
511
+ icons:
512
+ color: "#09161d"
513
+ domain: streamlabs.com
514
+ tags:
515
+ profile_url:
516
+ by_username: https://${domain}/${uid}
517
+
444
518
  subscribestar:
445
519
  name: SubscribeStar
446
520
  icons:
@@ -485,6 +559,18 @@ tiktok:
485
559
  profile_url:
486
560
  by_username: https://${domain}/@${uid}
487
561
 
562
+ twitch:
563
+ name: Twitch
564
+ icons:
565
+ color: "#9147ff"
566
+ domain: twitch.tv
567
+ tags:
568
+ - social net
569
+ - video-hosting
570
+ - video-streaming
571
+ profile_url:
572
+ by_username: https://${domain}/${uid}
573
+
488
574
  twitter:
489
575
  name: Twitter
490
576
  icons:
@@ -520,6 +606,18 @@ vkontakte:
520
606
  by_username: https://${domain}/${uid}
521
607
  by_account_id: https://${domain}/id${uid}
522
608
 
609
+ yandex_music_album:
610
+ name: Яндекс.Музыка / Альбом
611
+ icons:
612
+ font_awesome_4: "youtube"
613
+ color: "#f33"
614
+ domain: music.yandex.ru
615
+ tags:
616
+ - music
617
+ - podcast
618
+ profile_url:
619
+ by_account_id: https://${domain}/album/${uid}
620
+
523
621
  youtube:
524
622
  name: YouTube
525
623
  icons:
@@ -528,6 +626,7 @@ youtube:
528
626
  domain: youtube.com
529
627
  tags:
530
628
  - video-hosting
629
+ - video-streaming
531
630
  profile_url:
532
631
  by_username: https://${domain}/c/${uid}
533
632
  by_account_id: https://${domain}/channel/${uid}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class SocialNetsDB
4
- VERSION = "0.0.9".freeze
4
+ VERSION = "0.0.11".freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_nets_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pedan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-26 00:00:00.000000000 Z
11
+ date: 2023-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  - !ruby/object:Gem::Version
171
171
  version: '0'
172
172
  requirements: []
173
- rubygems_version: 3.3.4
173
+ rubygems_version: 3.4.19
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: A non-comprehensive database of social nets packed in a Ruby gem