Skip to content

Commit

Permalink
chore: add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jan 21, 2024
1 parent 5d32520 commit 73bd5d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"package-name": "with_advisory_lock"
}
}
}
}
8 changes: 6 additions & 2 deletions with_advisory_lock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.test_files = spec.files.grep(%r{^test/})
spec.require_paths = %w[lib]
spec.metadata = { "rubyspecs_mfa_required" => "true" }
spec.metadata = { 'rubyspecs_mfa_required' => 'true' }
spec.required_ruby_version = '>= 2.7.0'
spec.metadata["yard.run"] = "yri"
spec.metadata['yard.run'] = 'yri'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/ClosureTree/with_advisory_lock'
spec.metadata['changelog_uri'] = 'https://github.com/ClosureTree/with_advisory_lock/blob/master/CHANGELOG.md'

spec.add_runtime_dependency 'activerecord', '>= 6.1'

Expand Down

0 comments on commit 73bd5d3

Please sign in to comment.