Skip to content

Commit

Permalink
Merge pull request #3 from procore-oss/update-gemspec
Browse files Browse the repository at this point in the history
Add some metadata to gemspec
  • Loading branch information
jhollinger authored Feb 9, 2024
2 parents cb07dfd + 9f2208b commit f6a565b
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 f6a565b

Please sign in to comment.