Skip to content

Commit

Permalink
Merge pull request #510 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
json-schema.gemspec: add metadata links
  • Loading branch information
bastelfreak committed Mar 26, 2024
2 parents 8d5740d + 29fcaa1 commit 907eb28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ Gem::Specification.new do |s|
s.version = version
s.authors = ['Kenny Hoxworth', 'Vox Pupuli']
s.email = 'voxpupuli@groups.io'
s.homepage = 'http://github.com/voxpupuli/json-schema/'
s.homepage = 'https://github.com/voxpupuli/json-schema/'
s.metadata = {
'source_code_uri' => s.homepage,
'changelog_uri' => "#{s.homepage}/blob/master/CHANGELOG.md",
'homepage_uri' => s.homepage,
'bug_tracker_uri' => "#{s.homepage}/issues",
}
s.summary = 'Ruby JSON Schema Validator'
s.files = Dir['lib/**/*', 'resources/*.json']
s.require_path = 'lib'
Expand Down

0 comments on commit 907eb28

Please sign in to comment.