social_nets_db 0.0.8 → 0.0.9
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 +6 -2
- data/lib/social_nets_db/db.yml +42 -12
- data/lib/social_nets_db/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d62ff42fff0c3a701d4440305f383f2ebe08c355e4d69348d1c7494da3caa4b
|
|
4
|
+
data.tar.gz: f9fe204e15d5bdf3df8ca3fa995f9b5457737d02e6946a5d9952fd191de14c2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77b51e953e43087f6389896957c7ea63a6cae82eaea5ab9c3700f068ee27fe563953b83fb77831d57e283b99b794615b87d751bf8d240c6e88e8250a35684d93
|
|
7
|
+
data.tar.gz: 2c148d72e0cc90f1cbd717cb1d231f246d5ee4ca78736b7aa998a1312ea27362e70f0e823db044502b426d637c931f1178180f63cf2c2dbc2628702670c8581d
|
data/CHANGELOG.md
CHANGED
data/lib/social_nets_db/db.yml
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
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
|
+
|
|
1
11
|
behance:
|
|
2
12
|
name: Behance
|
|
3
13
|
icons:
|
|
@@ -9,8 +19,8 @@ behance:
|
|
|
9
19
|
- design
|
|
10
20
|
- recruiting
|
|
11
21
|
profile_url:
|
|
12
|
-
by_username:
|
|
13
|
-
by_account_id:
|
|
22
|
+
by_username: https://${domain}/${uid}
|
|
23
|
+
by_account_id: https://${domain}/${uid}
|
|
14
24
|
|
|
15
25
|
bitchute:
|
|
16
26
|
name: Bitchute
|
|
@@ -53,7 +63,7 @@ discord:
|
|
|
53
63
|
tags:
|
|
54
64
|
- gaming
|
|
55
65
|
profile_url:
|
|
56
|
-
by_account_id:
|
|
66
|
+
by_account_id: https://discord.gg/${uid}
|
|
57
67
|
|
|
58
68
|
dribble:
|
|
59
69
|
name: Dribble
|
|
@@ -67,7 +77,7 @@ dribble:
|
|
|
67
77
|
- portfolio
|
|
68
78
|
profile_url:
|
|
69
79
|
by_username: https://${domain}/${uid}
|
|
70
|
-
by_account_id:
|
|
80
|
+
by_account_id: https://${domain}/${uid}
|
|
71
81
|
|
|
72
82
|
email:
|
|
73
83
|
name: E-mail
|
|
@@ -100,7 +110,7 @@ facebook:
|
|
|
100
110
|
- social net
|
|
101
111
|
profile_url:
|
|
102
112
|
by_username: https://${domain}/${uid}
|
|
103
|
-
by_account_id:
|
|
113
|
+
by_account_id: https://${domain}/${uid}
|
|
104
114
|
|
|
105
115
|
fl.ru:
|
|
106
116
|
name: FL
|
|
@@ -190,7 +200,7 @@ hh:
|
|
|
190
200
|
tags:
|
|
191
201
|
- recruiting
|
|
192
202
|
profile_url:
|
|
193
|
-
by_account_id:
|
|
203
|
+
by_account_id: https://${domain}/resume/${uid}
|
|
194
204
|
|
|
195
205
|
github:
|
|
196
206
|
name: GitHub
|
|
@@ -203,7 +213,7 @@ github:
|
|
|
203
213
|
- recruiting
|
|
204
214
|
profile_url:
|
|
205
215
|
by_username: https://${domain}/${uid}
|
|
206
|
-
by_account_id:
|
|
216
|
+
by_account_id: https://${domain}/${uid}
|
|
207
217
|
|
|
208
218
|
gitlab:
|
|
209
219
|
name: GitLab
|
|
@@ -217,6 +227,16 @@ gitlab:
|
|
|
217
227
|
profile_url:
|
|
218
228
|
by_username: https://${domain}/${uid}
|
|
219
229
|
|
|
230
|
+
indeed:
|
|
231
|
+
name: Indeed
|
|
232
|
+
icons:
|
|
233
|
+
color: "#003A9B"
|
|
234
|
+
domain: indeed.com
|
|
235
|
+
tags:
|
|
236
|
+
- recruiting
|
|
237
|
+
profile_url:
|
|
238
|
+
by_account_id: https://my.${domain}/p/${uid}
|
|
239
|
+
|
|
220
240
|
instagram:
|
|
221
241
|
name: Instagram
|
|
222
242
|
icons:
|
|
@@ -376,6 +396,16 @@ remoteok:
|
|
|
376
396
|
profile_url:
|
|
377
397
|
by_username: https://${domain}/@${uid}
|
|
378
398
|
|
|
399
|
+
revue:
|
|
400
|
+
name: Revue
|
|
401
|
+
icons:
|
|
402
|
+
color: "#E15718"
|
|
403
|
+
domain: getrevue.co
|
|
404
|
+
tags:
|
|
405
|
+
- blog
|
|
406
|
+
profile_url:
|
|
407
|
+
by_username: https://www.${domain}/profile/${uid}
|
|
408
|
+
|
|
379
409
|
rokfin:
|
|
380
410
|
name: Rokfin
|
|
381
411
|
icons:
|
|
@@ -409,7 +439,7 @@ stackoverflow:
|
|
|
409
439
|
- recruiting
|
|
410
440
|
- programming
|
|
411
441
|
profile_url:
|
|
412
|
-
by_account_id:
|
|
442
|
+
by_account_id: https://${domain}/users/${uid}?tab=profile
|
|
413
443
|
|
|
414
444
|
subscribestar:
|
|
415
445
|
name: SubscribeStar
|
|
@@ -476,19 +506,19 @@ upwork:
|
|
|
476
506
|
- freelancers
|
|
477
507
|
- programming
|
|
478
508
|
profile_url:
|
|
479
|
-
by_account_id:
|
|
509
|
+
by_account_id: https://${domain}/freelancers/~${uid}
|
|
480
510
|
|
|
481
511
|
vkontakte:
|
|
482
512
|
name: Вконтакте
|
|
483
513
|
icons:
|
|
484
514
|
font_awesome_4: "vk"
|
|
485
515
|
color: "#45668e"
|
|
486
|
-
domain:
|
|
516
|
+
domain: vkontakte.com
|
|
487
517
|
tags:
|
|
488
518
|
- social net
|
|
489
519
|
profile_url:
|
|
490
520
|
by_username: https://${domain}/${uid}
|
|
491
|
-
by_account_id:
|
|
521
|
+
by_account_id: https://${domain}/id${uid}
|
|
492
522
|
|
|
493
523
|
youtube:
|
|
494
524
|
name: YouTube
|
|
@@ -500,7 +530,7 @@ youtube:
|
|
|
500
530
|
- video-hosting
|
|
501
531
|
profile_url:
|
|
502
532
|
by_username: https://${domain}/c/${uid}
|
|
503
|
-
by_account_id:
|
|
533
|
+
by_account_id: https://${domain}/channel/${uid}
|
|
504
534
|
|
|
505
535
|
youtube_profile:
|
|
506
536
|
name: YouTube profile
|
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.
|
|
4
|
+
version: 0.0.9
|
|
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-
|
|
11
|
+
date: 2022-06-26 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.
|
|
173
|
+
rubygems_version: 3.3.4
|
|
174
174
|
signing_key:
|
|
175
175
|
specification_version: 4
|
|
176
176
|
summary: A non-comprehensive database of social nets packed in a Ruby gem
|