Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Versions + New Release #976

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions shard.override.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies:
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.3.0
development_dependencies:
lucky:
github: luckyframework/lucky
branch: main
# dependencies:
# lucky_task:
# github: luckyframework/lucky_task
# version: ~> 0.3.0
# development_dependencies:
# lucky:
# github: luckyframework/lucky
# branch: main
24 changes: 12 additions & 12 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: avram
version: 1.0.0
version: 1.0.1

crystal: ">= 1.6.0"
crystal: ~> 1.6

license: MIT

Expand All @@ -15,39 +15,39 @@ authors:
dependencies:
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.3.0
version: ">= 0.3, < 0.4"
pg:
github: will/crystal-pg
version: ~> 0.27.0
version: ">= 0.27, < 0.28"
habitat:
github: luckyframework/habitat
version: ~> 0.4.7
version: ">= 0.4.7, < 0.5"
wordsmith:
github: luckyframework/wordsmith
version: ~> 0.4.0
version: ">= 0.4, < 0.5"
dexter:
github: luckyframework/dexter
version: ~> 0.3.4
version: ">= 0.3.4, < 0.4"
shell-table:
github: luckyframework/shell-table.cr
version: ~> 0.9.3
version: ">= 0.9.3, < 0.10"
pulsar:
github: luckyframework/pulsar
version: ~> 0.2.3
version: ">= 0.2.3, < 0.3"
lucky_cache:
github: luckyframework/lucky_cache
version: ~> 0.1.1
version: ">= 0.1.1, < 0.2"
cadmium_transliterator:
github: cadmiumcr/transliterator
branch: master
commit: 46c4c14594057dbcfaf27e7e7c8c164d3f0ce3f1

development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0
lucky:
github: luckyframework/lucky
version: ">= 1.0.0"
version: ~> 1

scripts:
postinstall: BUILD_WITHOUT_DEVELOPMENT=true script/precompile_tasks