Skip to content

Commit 52790ff

Browse files
Merge branch 'main' into main
2 parents 87d3a9b + 90c325f commit 52790ff

File tree

13 files changed

+33
-11
lines changed

13 files changed

+33
-11
lines changed

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/[email protected]
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
22+
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/[email protected]
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
27+
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/[email protected]
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
19+
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
2020
with:
2121
bundler-cache: true
2222

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Ruby
4545
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
46-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
46+
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
4747
with:
4848
bundler-cache: true
4949

collections/game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ items:
5858
- luanti-org/luanti
5959
- defold/defold
6060
- openfl/openfl
61+
- stride3d/stride
6162
display_name: Game Engines
6263
created_by: leereilly
6364
---

collections/hacking-minecraft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
items:
3-
- docker/dockercraft
3+
- docker-archive-public/docker.dockercraft
44
- minefold/hubot-minecraft
55
- leereilly/hubot-minecraft-skin
66
- overviewer/Minecraft-Overviewer

collections/playdate-rust/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
items:
3-
- https://sdk.play.date/Inside%20Playdate%20with%20C.html
43
- pd-rs/crankstart
54
- boozook/playdate
65
- adamsoutar/playboy

topics/for-the-love-of-code/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
aliases: fortheloveofcode, ftloc
33
created_by: Lee Reilly
44
display_name: For the Love of Code
5-
released: July 11, 2025
5+
released: July 16, 2025
66
short_description: "A global, summer hackathon that celebrates the playful, creative, and downright silly side of software development."
77
topic: for-the-love-of-code
88
related: gameoff
99
url: http://gh.io/ftloc
1010
logo: for-the-love-of-code.png
1111
---
12-
For The Love of Code is a global, summer hackathon that celebrates the playful, creative, and downright silly side of software development. From talking toasters to terminal karaoke, this event invites developers to build the projects they've always dreamed about, but never had an excuse to ship. Just for the joy of it. No startups, no pressure... just vibes, creativity, and code.
12+
<a href="https://gh.io/ftloc">For The Love of Code</a> is a global, summer hackathon that celebrates the playful, creative, and downright silly side of software development. From talking toasters to terminal karaoke, this event invites developers to build the projects they've always dreamed about, but never had an excuse to ship. Just for the joy of it. No startups, no pressure... just vibes, creativity, and code.

topics/move-sui/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
aliases: move-lang, move
3+
created_by: Facebook (Meta Platforms Inc.)
4+
display_name: Move-sui
5+
github_url: https://github.com/move-language/move-sui
6+
logo: move-sui.png
7+
related: language, smart-contracts, blockchain, aptos, sui
8+
released: '2019'
9+
short_description: Move is a safe and flexible smart contract language originally developed by Meta for the Diem blockchain.
10+
topic: move-sui
11+
url: https://move-language.github.io/move
12+
wikipedia_url: https://en.wikipedia.org/wiki/Move_(programming_language)
13+
---
14+
Move is a smart contract programming language designed for secure and verifiable transaction execution. Originally created by Meta for the Diem project, it now powers modern blockchains like Aptos and Sui. Move emphasizes safety, resource-oriented programming, and formal verification.

topics/move-sui/move-sui.png

15.3 KB
Loading

0 commit comments

Comments
 (0)