From 5f15891a41b10f8dcfbd8199d7a9a124ab7e589f Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 22 Mar 2021 17:05:28 -0600 Subject: [PATCH] Crystal 1.0.0 and Spectator 0.9.33 --- README.md | 2 +- shard.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0edf63f..172c5ad 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add this to your application's `shard.yml`: development_dependencies: spectator: gitlab: arctic-fox/spectator - version: ~> 0.9.31 + version: ~> 0.9.33 ``` Usage diff --git a/shard.yml b/shard.yml index 1779903..f3242a5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,12 +1,12 @@ name: spectator -version: 0.9.32 +version: 0.9.33 description: | A feature-rich spec testing framework for Crystal with similarities to RSpec. authors: - Michael Miller -crystal: 0.35.1 +crystal: 1.0.0 license: MIT