social_nets_db 0.0.8 → 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: 3b07bc3f5bac88fb0cd2995b67cb093d86e3c7f9c2305862485e92bf52f4d440
4
- data.tar.gz: 013df8d860fdfc63cd909d26636d47c0ebf25de19d6a461e2d6e2021aaa371f8
3
+ metadata.gz: fe318d57dbd26c6e0b6e841725b430f7b9b02cc7bf1c5609747e3f079fce077b
4
+ data.tar.gz: 804a2c70b2c3fc5ca59faa22aee1f38abcfc9d6cdda9b8790d57001f0ef852bc
5
5
  SHA512:
6
- metadata.gz: 97b15945fa4e52ea9b26c8306765d50025891b157bb2c4318d150aee07a25af17c50e7168cca7952813da7e29f3c4c7d6599d11abcdb2885562d569802758e39
7
- data.tar.gz: 276f11e57a87fc304e815b114a49a549df8e12b838ad28ea9b76e5d7b22cf32da055db98b2319862b4d5ce155874f6d9c3d2089f8501208457d3cab44c874fb0
6
+ metadata.gz: 102b5b2fcdd8fbc8c6620ac2e7e112e9935ca5e65a728e7e29fb3d2c991423921c1d91842d25e35c912fd3fc7f259aa4b637a0bce49a2fcb4ea7fee710477060
7
+ data.tar.gz: b19ef9e5dd8d3e5bf2595f7b971ab43a0ad6f3771cff10675281ddbf45e4c0b7e1f7e0cefb23621d6084ed6b487efb5e4263af3dd0c06209e3e742767535730d
data/CHANGELOG.md CHANGED
@@ -1,8 +1,20 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.8] - 2022-01-03
3
+ ## [0.0.11] - 2023-10-01
4
4
 
5
- - Corrects VK domain
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
+
11
+ ## [0.0.9] - 2022-06-26
12
+
13
+ - Adds services
14
+
15
+ ## [0.0.8] - 2022-01-02
16
+
17
+ - Adds services
6
18
 
7
19
  ## [0.0.7] - 2021-12-03
8
20
 
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
@@ -1,3 +1,24 @@
1
+ angellist:
2
+ name: AngelList Jobs
3
+ icons:
4
+ color: "#"
5
+ domain: angel.co
6
+ tags:
7
+ - recruiting
8
+ profile_url:
9
+ by_username: https://${domain}/u/${uid}
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
+
1
22
  behance:
2
23
  name: Behance
3
24
  icons:
@@ -9,8 +30,8 @@ behance:
9
30
  - design
10
31
  - recruiting
11
32
  profile_url:
12
- by_username: "https://${domain}/${uid}"
13
- by_account_id: "https://${domain}/${uid}"
33
+ by_username: https://${domain}/${uid}
34
+ by_account_id: https://${domain}/${uid}
14
35
 
15
36
  bitchute:
16
37
  name: Bitchute
@@ -45,6 +66,27 @@ blogger:
45
66
  profile_url:
46
67
  by_username: https://${uid}.blogspot.com
47
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
+
48
90
  discord:
49
91
  name: Discord
50
92
  icons:
@@ -53,7 +95,7 @@ discord:
53
95
  tags:
54
96
  - gaming
55
97
  profile_url:
56
- by_account_id: "https://discord.gg/${uid}"
98
+ by_account_id: https://discord.gg/${uid}
57
99
 
58
100
  dribble:
59
101
  name: Dribble
@@ -67,7 +109,7 @@ dribble:
67
109
  - portfolio
68
110
  profile_url:
69
111
  by_username: https://${domain}/${uid}
70
- by_account_id: "https://${domain}/${uid}"
112
+ by_account_id: https://${domain}/${uid}
71
113
 
72
114
  email:
73
115
  name: E-mail
@@ -100,7 +142,7 @@ facebook:
100
142
  - social net
101
143
  profile_url:
102
144
  by_username: https://${domain}/${uid}
103
- by_account_id: "https://${domain}/${uid}"
145
+ by_account_id: https://${domain}/${uid}
104
146
 
105
147
  fl.ru:
106
148
  name: FL
@@ -159,6 +201,16 @@ gettr:
159
201
  profile_url:
160
202
  by_username: https://${domain}/user/${uid}
161
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
+
162
214
  habr:
163
215
  name: Habrahabr
164
216
  icons:
@@ -190,7 +242,7 @@ hh:
190
242
  tags:
191
243
  - recruiting
192
244
  profile_url:
193
- by_account_id: "https://${domain}/resume/${uid}"
245
+ by_account_id: https://${domain}/resume/${uid}
194
246
 
195
247
  github:
196
248
  name: GitHub
@@ -203,7 +255,7 @@ github:
203
255
  - recruiting
204
256
  profile_url:
205
257
  by_username: https://${domain}/${uid}
206
- by_account_id: "https://${domain}/${uid}"
258
+ by_account_id: https://${domain}/${uid}
207
259
 
208
260
  gitlab:
209
261
  name: GitLab
@@ -217,6 +269,16 @@ gitlab:
217
269
  profile_url:
218
270
  by_username: https://${domain}/${uid}
219
271
 
272
+ indeed:
273
+ name: Indeed
274
+ icons:
275
+ color: "#003A9B"
276
+ domain: indeed.com
277
+ tags:
278
+ - recruiting
279
+ profile_url:
280
+ by_account_id: https://my.${domain}/p/${uid}
281
+
220
282
  instagram:
221
283
  name: Instagram
222
284
  icons:
@@ -376,6 +438,16 @@ remoteok:
376
438
  profile_url:
377
439
  by_username: https://${domain}/@${uid}
378
440
 
441
+ revue:
442
+ name: Revue
443
+ icons:
444
+ color: "#E15718"
445
+ domain: getrevue.co
446
+ tags:
447
+ - blog
448
+ profile_url:
449
+ by_username: https://www.${domain}/profile/${uid}
450
+
379
451
  rokfin:
380
452
  name: Rokfin
381
453
  icons:
@@ -387,6 +459,17 @@ rokfin:
387
459
  profile_url:
388
460
  by_username: https://${domain}/${uid}
389
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
+
390
473
  rumble:
391
474
  name: Rumble
392
475
  icons:
@@ -399,6 +482,18 @@ rumble:
399
482
  profile_url:
400
483
  by_username: https://${domain}/c/${uid}
401
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
+
402
497
  stackoverflow:
403
498
  name: StackOverflow
404
499
  icons:
@@ -409,7 +504,16 @@ stackoverflow:
409
504
  - recruiting
410
505
  - programming
411
506
  profile_url:
412
- by_account_id: "https://${domain}/users/${uid}?tab=profile"
507
+ by_account_id: https://${domain}/users/${uid}?tab=profile
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}
413
517
 
414
518
  subscribestar:
415
519
  name: SubscribeStar
@@ -455,6 +559,18 @@ tiktok:
455
559
  profile_url:
456
560
  by_username: https://${domain}/@${uid}
457
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
+
458
574
  twitter:
459
575
  name: Twitter
460
576
  icons:
@@ -476,19 +592,31 @@ upwork:
476
592
  - freelancers
477
593
  - programming
478
594
  profile_url:
479
- by_account_id: "https://${domain}/freelancers/~${uid}"
595
+ by_account_id: https://${domain}/freelancers/~${uid}
480
596
 
481
597
  vkontakte:
482
598
  name: Вконтакте
483
599
  icons:
484
600
  font_awesome_4: "vk"
485
601
  color: "#45668e"
486
- domain: vk.com
602
+ domain: vkontakte.com
487
603
  tags:
488
604
  - social net
489
605
  profile_url:
490
606
  by_username: https://${domain}/${uid}
491
- by_account_id: "https://${domain}/id${uid}"
607
+ by_account_id: https://${domain}/id${uid}
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}
492
620
 
493
621
  youtube:
494
622
  name: YouTube
@@ -498,9 +626,10 @@ youtube:
498
626
  domain: youtube.com
499
627
  tags:
500
628
  - video-hosting
629
+ - video-streaming
501
630
  profile_url:
502
631
  by_username: https://${domain}/c/${uid}
503
- by_account_id: "https://${domain}/channel/${uid}"
632
+ by_account_id: https://${domain}/channel/${uid}
504
633
 
505
634
  youtube_profile:
506
635
  name: YouTube profile
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class SocialNetsDB
4
- VERSION = "0.0.8".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.8
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-01-02 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.2.15
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