From 208c1ae117c1fd253306b03b4f02162a5da9e330 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 23 Apr 2024 11:17:46 +1000 Subject: [PATCH] Release v0.0.3 --- Gemfile.lock | 2 +- rspec-sql.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ecbd549..814a68c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rspec-sql (0.0.2) + rspec-sql (0.0.3) activesupport rspec diff --git a/rspec-sql.gemspec b/rspec-sql.gemspec index 0d1946e..bc646c3 100644 --- a/rspec-sql.gemspec +++ b/rspec-sql.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "rspec-sql" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "RSpec::Sql matcher" s.description = "RSpec matcher for database queries." s.authors = ["Maikel Linke", "Open Food Network contributors"]