From f9df53523d7a0600f9b0ac482b8b9348f475a864 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 1 Mar 2024 11:33:02 +1100 Subject: [PATCH] Release 0.0.1 It contains the new hash syntax to match query summaries. --- rspec-sql.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspec-sql.gemspec b/rspec-sql.gemspec index 59e0455..7900032 100644 --- a/rspec-sql.gemspec +++ b/rspec-sql.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "rspec-sql" - s.version = "0.0.0" + s.version = "0.0.1" s.summary = "RSpec::Sql matcher" s.description = "RSpec matcher for database queries." s.authors = ["Maikel Linke", "Open Food Network contributors"]