social_nets_db 0.0.11 → 0.0.13

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: 6e5935dc665486079faf0f0cf0018d545a271f182a937f8c83d03729e7a63f80
4
+ data.tar.gz: 492b2a2dfc69ae4d5767c21d7f863e991e2eec024f54594e8121ed3586af0c7a
5
5
  SHA512:
6
- metadata.gz: 102b5b2fcdd8fbc8c6620ac2e7e112e9935ca5e65a728e7e29fb3d2c991423921c1d91842d25e35c912fd3fc7f259aa4b637a0bce49a2fcb4ea7fee710477060
7
- data.tar.gz: b19ef9e5dd8d3e5bf2595f7b971ab43a0ad6f3771cff10675281ddbf45e4c0b7e1f7e0cefb23621d6084ed6b487efb5e4263af3dd0c06209e3e742767535730d
6
+ metadata.gz: 8dfba6c43f662ddb9ae6c5da5b34876ad1e261a9efa3f3e9dd6ec683cef2bc8f7cb324fcb77636d44a5f1cad3ac3b31dc7019beb17f97184bf2dcd8aa2b7b1f9
7
+ data.tar.gz: c0e5ab32dba20ab6e11f7a58a4cc23ffa5254efa8521f459e724f55beb694f010a5fde77e779abe1fad9a6bd5b053a05e4bef3140c26d2eb5623f3e00d7dedbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.13] - 2024-11-22
4
+
5
+ Adds Contra
6
+
7
+ ## [0.0.12] - 2023-10-01
8
+
9
+ Adds SoundCloud RSS, fixes base SoundCloud
10
+
3
11
  ## [0.0.11] - 2023-10-01
4
12
 
5
13
  Adds Apple podcasts, Google podcasts, Castbox, SoundCloud, RSS, Yandex.Music
data/Gemfile.lock CHANGED
@@ -1,24 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- social_nets_db (0.0.11)
4
+ social_nets_db (0.0.13)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
- base64 (0.1.1)
11
- bundler-audit (0.9.1)
10
+ bundler-audit (0.9.2)
12
11
  bundler (>= 1.2.0, < 3)
13
12
  thor (~> 1.0)
14
13
  byebug (11.1.3)
15
14
  coderay (1.1.3)
16
- diff-lcs (1.5.0)
17
- json (2.6.3)
15
+ diff-lcs (1.5.1)
16
+ json (2.8.2)
18
17
  language_server-protocol (3.17.0.3)
19
- method_source (1.0.0)
20
- parallel (1.23.0)
21
- parser (3.2.2.3)
18
+ method_source (1.1.0)
19
+ parallel (1.26.3)
20
+ parser (3.3.6.0)
22
21
  ast (~> 2.4.1)
23
22
  racc
24
23
  pry (0.14.2)
@@ -27,44 +26,42 @@ GEM
27
26
  pry-byebug (3.10.1)
28
27
  byebug (~> 11.0)
29
28
  pry (>= 0.13, < 0.15)
30
- racc (1.7.1)
29
+ racc (1.8.1)
31
30
  rainbow (3.1.1)
32
- rake (13.0.6)
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)
31
+ rake (13.2.1)
32
+ regexp_parser (2.9.2)
33
+ rspec (3.13.0)
34
+ rspec-core (~> 3.13.0)
35
+ rspec-expectations (~> 3.13.0)
36
+ rspec-mocks (~> 3.13.0)
37
+ rspec-core (3.13.2)
38
+ rspec-support (~> 3.13.0)
39
+ rspec-expectations (3.13.3)
42
40
  diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.12.0)
44
- rspec-mocks (3.12.6)
41
+ rspec-support (~> 3.13.0)
42
+ rspec-mocks (3.13.2)
45
43
  diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.12.0)
47
- rspec-support (3.12.1)
48
- rubocop (1.56.4)
49
- base64 (~> 0.1.1)
44
+ rspec-support (~> 3.13.0)
45
+ rspec-support (3.13.1)
46
+ rubocop (1.68.0)
50
47
  json (~> 2.3)
51
48
  language_server-protocol (>= 3.17.0)
52
49
  parallel (~> 1.10)
53
- parser (>= 3.2.2.3)
50
+ parser (>= 3.3.0.2)
54
51
  rainbow (>= 2.2.2, < 4.0)
55
- regexp_parser (>= 1.8, < 3.0)
56
- rexml (>= 3.2.5, < 4.0)
57
- rubocop-ast (>= 1.28.1, < 2.0)
52
+ regexp_parser (>= 2.4, < 3.0)
53
+ rubocop-ast (>= 1.32.2, < 2.0)
58
54
  ruby-progressbar (~> 1.7)
59
55
  unicode-display_width (>= 2.4.0, < 3.0)
60
- rubocop-ast (1.29.0)
61
- parser (>= 3.2.1.0)
56
+ rubocop-ast (1.36.1)
57
+ parser (>= 3.3.1.0)
62
58
  ruby-progressbar (1.13.0)
63
- thor (1.2.2)
64
- unicode-display_width (2.4.2)
59
+ thor (1.3.2)
60
+ unicode-display_width (2.6.0)
65
61
 
66
62
  PLATFORMS
67
63
  arm64-darwin-21
64
+ arm64-darwin-23
68
65
  x86_64-darwin-17
69
66
 
70
67
  DEPENDENCIES
@@ -78,4 +75,4 @@ DEPENDENCIES
78
75
  social_nets_db!
79
76
 
80
77
  BUNDLED WITH
81
- 2.4.19
78
+ 2.5.23
@@ -87,6 +87,17 @@ castbox:
87
87
  profile_url:
88
88
  by_account_id: https://${domain}/vc/${uid}
89
89
 
90
+ contra:
91
+ name: Contra
92
+ icons:
93
+ color: "#15171f"
94
+ domain: contra.com
95
+ tags:
96
+ - free-lance
97
+ - recruiting
98
+ profile_url:
99
+ by_username: https://${domain}/${uid}
100
+
90
101
  discord:
91
102
  name: Discord
92
103
  icons:
@@ -482,7 +493,7 @@ rumble:
482
493
  profile_url:
483
494
  by_username: https://${domain}/c/${uid}
484
495
 
485
- soundcloud:
496
+ soundcloud_user:
486
497
  name: SoundCloud
487
498
  icons:
488
499
  font_awesome_4: soundcloud
@@ -492,7 +503,19 @@ soundcloud:
492
503
  - music
493
504
  - podcast
494
505
  profile_url:
495
- by_account_id: https://${domain}/${uid}
506
+ by_username: https://${domain}/${uid}
507
+
508
+ soundcloud_rss:
509
+ name: SoundCloud RSS
510
+ icons:
511
+ font_awesome_4: soundcloud
512
+ color: "#ff8800"
513
+ domain: soundcloud.com
514
+ tags:
515
+ - music
516
+ - podcast
517
+ profile_url:
518
+ by_account_id: http://feeds.${domain}/users/soundcloud:users:${uid}/sounds.rss
496
519
 
497
520
  stackoverflow:
498
521
  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.13".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.11
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Pedan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-01 00:00:00.000000000 Z
11
+ date: 2024-11-22 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.4.19
173
+ rubygems_version: 3.5.23
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: A non-comprehensive database of social nets packed in a Ruby gem