Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Apr 16, 2024
1 parent f65c9f3 commit 0809b91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rspec-sql (0.0.1)
rspec-sql (0.0.2)
activesupport
rspec

Expand Down
11 changes: 9 additions & 2 deletions rspec-sql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rspec-sql"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "RSpec::Sql matcher"
s.description = "RSpec matcher for database queries."
s.authors = ["Maikel Linke", "Open Food Network contributors"]
Expand All @@ -12,7 +12,14 @@ Gem::Specification.new do |s|
s.license = "AGPL-3.0-or-later"
s.required_ruby_version = ">= 3.1", "< 4"

s.metadata = {
"changelog_uri" =>
"https://github.com/openfoodfoundation/rspec-sql/releases",
"source_code_uri" =>
"https://github.com/openfoodfoundation/rspec-sql/",
"rubygems_mfa_required" => "true",
}

s.add_runtime_dependency "activesupport"
s.add_runtime_dependency "rspec"
s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 0809b91

Please sign in to comment.