This commit is contained in:
parent
c297720f89
commit
2b75f5f5c4
6 changed files with 19 additions and 3 deletions
|
@ -8,8 +8,9 @@ GEM
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
|
eventmachine (1.2.7)
|
||||||
eventmachine (1.2.7-x64-mingw32)
|
eventmachine (1.2.7-x64-mingw32)
|
||||||
ffi (1.15.5-x64-mingw32)
|
ffi (1.15.5)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
google-protobuf (3.22.2)
|
google-protobuf (3.22.2)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
|
@ -51,12 +52,18 @@ GEM
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (5.0.1)
|
public_suffix (5.0.1)
|
||||||
|
rake (13.1.0)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rouge (4.1.0)
|
rouge (4.1.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
|
sass-embedded (1.61.0)
|
||||||
|
google-protobuf (~> 3.21)
|
||||||
|
rake (>= 10.0.0)
|
||||||
|
sass-embedded (1.61.0-x64-mingw-ucrt)
|
||||||
|
google-protobuf (~> 3.21)
|
||||||
sass-embedded (1.61.0-x64-mingw32)
|
sass-embedded (1.61.0-x64-mingw32)
|
||||||
google-protobuf (~> 3.21)
|
google-protobuf (~> 3.21)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
|
@ -65,6 +72,7 @@ GEM
|
||||||
webrick (1.8.1)
|
webrick (1.8.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
x64-mingw-ucrt
|
||||||
x64-mingw32
|
x64-mingw32
|
||||||
x64-unknown
|
x64-unknown
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"link": "https://twitter.com/Ellpeck"
|
"link": "https://twitter.com/Ellpeck"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Twitch",
|
"name": "Bluesky",
|
||||||
"link": "https://twitch.tv/ellpeck"
|
"link": "https://bsky.app/profile/ellpeck.bsky.social"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GitHub",
|
"name": "GitHub",
|
||||||
|
@ -21,6 +21,14 @@
|
||||||
"link": "https://ellpeck.itch.io/",
|
"link": "https://ellpeck.itch.io/",
|
||||||
"darkIcon": true
|
"darkIcon": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "NuGet",
|
||||||
|
"link": "https://www.nuget.org/profiles/Ellpeck"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Twitch",
|
||||||
|
"link": "https://twitch.tv/ellpeck"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "YouTube",
|
"name": "YouTube",
|
||||||
"link": "https://www.youtube.com/c/ellpeck"
|
"link": "https://www.youtube.com/c/ellpeck"
|
||||||
|
|
BIN
main/res/social/bluesky.png
Normal file
BIN
main/res/social/bluesky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB |
BIN
main/res/social/nuget.png
Normal file
BIN
main/res/social/nuget.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in a new issue