shard-spectator/shard.yml

21 lines
357 B
YAML
Raw Normal View History

2018-08-18 21:33:20 +00:00
name: spectator
2024-02-03 14:56:57 +00:00
version: 0.12.0
2019-04-07 16:49:22 +00:00
description: |
2022-09-03 22:48:15 +00:00
Feature-rich testing framework for Crystal inspired by RSpec.
2018-08-18 21:33:20 +00:00
authors:
- Michael Miller <icy.arctic.fox@gmail.com>
2023-10-17 23:09:09 +00:00
crystal: ">= 1.6.0, < 1.11"
2018-08-18 21:33:20 +00:00
license: MIT
2023-12-27 01:46:19 +00:00
dependencies:
mocks:
github: icy-arctic-fox/mocks
development_dependencies:
ameba:
2019-08-27 03:08:11 +00:00
github: crystal-ameba/ameba
2023-10-17 23:08:58 +00:00
version: ~> 1.5.0