Skip to content

Commit 19b43d2

Browse files
committed
Release v0.0.2
1 parent f65c9f3 commit 19b43d2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec-sql (0.0.1)
4+
rspec-sql (0.0.2)
55
activesupport
66
rspec
77

rspec-sql.gemspec

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

15+
s.metadata = {
16+
"changelog_uri" =>
17+
"https://github.com/datafoodconsortium/connector-ruby/blob/main/CHANGELOG.md",
18+
"source_code_uri" =>
19+
"https://github.com/datafoodconsortium/connector-ruby/",
20+
"rubygems_mfa_required" => "true",
21+
}
22+
1523
s.add_runtime_dependency "activesupport"
1624
s.add_runtime_dependency "rspec"
17-
s.metadata["rubygems_mfa_required"] = "true"
1825
end

0 commit comments

Comments
 (0)