File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 66 "package-name" : " with_advisory_lock"
77 }
88 }
9- }
9+ }
Original file line number Diff line number Diff line change @@ -16,9 +16,13 @@ Gem::Specification.new do |spec|
1616 spec . files = `git ls-files` . split ( $INPUT_RECORD_SEPARATOR)
1717 spec . test_files = spec . files . grep ( %r{^test/} )
1818 spec . require_paths = %w[ lib ]
19- spec . metadata = { " rubyspecs_mfa_required" => " true" }
19+ spec . metadata = { ' rubyspecs_mfa_required' => ' true' }
2020 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'
2226
2327 spec . add_runtime_dependency 'activerecord' , '>= 6.1'
2428
You can’t perform that action at this time.
0 commit comments