-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
73 lines (57 loc) · 1.61 KB
/
Copy pathshard.yml
File metadata and controls
73 lines (57 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: placeos-models
version: 9.114.0
crystal: ~> 1.4
dependencies:
# Data validation library
active-model:
github: spider-gazelle/active-model
version: ~> 4.4
# Data validation library
CrystalEmail:
github: place-labs/CrystalEmail
# Simple async tasks
future:
github: crystal-community/future.cr
# JSON Web Token support
jwt:
github: crystal-community/jwt
# JSON merge patch
json-merge-patch:
github: caspiano/json-merge-patch
# Elasticsearch extension for RethinkORM
neuroplastic:
github: spider-gazelle/neuroplastic
version: ~> 1.6
# Parser combinators
pars:
github: spider-gazelle/pars
# PlaceOS log backend
placeos-log-backend:
github: place-labs/log-backend
version: ">= 0.11.0"
# ORM for Postgres built on active-model
pg-orm:
github: spider-gazelle/pg-orm
version: ">= 2.4.1"
# PlaceOS calendar for Tenant model
place_calendar:
github: PlaceOS/calendar
ulid:
github: place-labs/ulid
version: ">= 0.1"
# cron parser
cron_parser:
github: kostya/cron_parser
# Upload signer
upload-signer:
github: spider-gazelle/upload-signer
development_dependencies:
# NOTE:: keep this on a single line. The spec runner image strips ameba with
# `sed '/ameba/d' shard.yml.input` (it supplies its own), so a multi-line entry
# leaves its trailing keys orphaned under `development_dependencies:` and
# `shards install` dies with "Expected MAPPING_START but was SCALAR".
ameba: { github: crystal-ameba/ameba, branch: master }
faker:
github: askn/faker
timecop:
github: crystal-community/timecop.cr