File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
"package-name" : " with_advisory_lock"
7
7
}
8
8
}
9
- }
9
+ }
Original file line number Diff line number Diff line change @@ -16,9 +16,13 @@ Gem::Specification.new do |spec|
16
16
spec . files = `git ls-files` . split ( $INPUT_RECORD_SEPARATOR)
17
17
spec . test_files = spec . files . grep ( %r{^test/} )
18
18
spec . require_paths = %w[ lib ]
19
- spec . metadata = { " rubyspecs_mfa_required" => " true" }
19
+ spec . metadata = { ' rubyspecs_mfa_required' => ' true' }
20
20
spec . required_ruby_version = '>= 2.7.0'
21
- spec . metadata [ "yard.run" ] = "yri"
21
+ spec . metadata [ 'yard.run' ] = 'yri'
22
+
23
+ spec . metadata [ 'homepage_uri' ] = spec . homepage
24
+ spec . metadata [ 'source_code_uri' ] = 'https://github.com/ClosureTree/with_advisory_lock'
25
+ spec . metadata [ 'changelog_uri' ] = 'https://github.com/ClosureTree/with_advisory_lock/blob/master/CHANGELOG.md'
22
26
23
27
spec . add_runtime_dependency 'activerecord' , '>= 6.1'
24
28
You can’t perform that action at this time.
0 commit comments