Skip to content

Commit

Permalink
gemspec: remove homepage_uri
Browse files Browse the repository at this point in the history
This raises the following error:

```
WARNING:  You have specified the uri:
  https://github.com/voxpupuli/json-schema/
for all of the following keys:
  homepage_uri
  source_code_uri
Only the first one will be shown on rubygems.org
```
  • Loading branch information
bastelfreak committed Aug 19, 2024
1 parent e653a06 commit 8fe0c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Gem::Specification.new do |s|
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'
Expand Down

0 comments on commit 8fe0c3f

Please sign in to comment.