Skip to content

Commit

Permalink
Add some metadata to gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hollinger <[email protected]>
  • Loading branch information
jhollinger committed Feb 9, 2024
1 parent cb07dfd commit 9f2208b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprinter-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/procore-oss/blueprinter-activerecord'
spec.metadata['changelog_uri'] = 'https://github.com/procore-oss/blueprinter-activerecord/CHANGELOG.md'
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
spec.metadata['rubygems_mfa_required'] = 'true'

spec.files = Dir['lib/**/*']
spec.require_paths = ['lib']
Expand Down

0 comments on commit 9f2208b

Please sign in to comment.