File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rspec-sql (0.0.1 )
4
+ rspec-sql (0.0.2 )
5
5
activesupport
6
6
rspec
7
7
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = "rspec-sql"
5
- s . version = "0.0.1 "
5
+ s . version = "0.0.2 "
6
6
s . summary = "RSpec::Sql matcher"
7
7
s . description = "RSpec matcher for database queries."
8
8
s . authors = [ "Maikel Linke" , "Open Food Network contributors" ]
@@ -12,7 +12,14 @@ Gem::Specification.new do |s|
12
12
s . license = "AGPL-3.0-or-later"
13
13
s . required_ruby_version = ">= 3.1" , "< 4"
14
14
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
+
15
23
s . add_runtime_dependency "activesupport"
16
24
s . add_runtime_dependency "rspec"
17
- s . metadata [ "rubygems_mfa_required" ] = "true"
18
25
end
You can’t perform that action at this time.
0 commit comments