Update shard.yml metadata (#5066)

Changes are mostly based off of the Crystal compiler's own shard.yml

Remember to bump the version attribute when creating a release!!!
This commit is contained in:
Samantaz Fox 2024-11-10 21:03:13 +01:00
commit 699d53ad41
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -1,13 +1,12 @@
name: invidious name: invidious
version: 0.20.1 version: 2.20240825.2-dev
authors: authors:
- Omar Roth <omarroth@protonmail.com> - Invidious team <contact@invidious.io>
- Invidious team - Contributors!
targets: description: |
invidious: Invidious is an alternative front-end to YouTube
main: src/invidious.cr
dependencies: dependencies:
pg: pg:
@ -40,6 +39,10 @@ development_dependencies:
github: crystal-ameba/ameba github: crystal-ameba/ameba
version: ~> 1.6.1 version: ~> 1.6.1
crystal: ">= 1.0.0, < 2.0.0" crystal: ">= 1.10.0, < 2.0.0"
license: AGPLv3 license: AGPLv3
repository: https://github.com/iv-org/invidious
homepage: https://invidious.io
documentation: https://docs.invidious.io