Skip to content

Commit

Permalink
gem fix: public gem can push anywhere
Browse files Browse the repository at this point in the history
give different home page and code uri
  • Loading branch information
naveenrajm7 committed Aug 9, 2024
1 parent 96dd5f7 commit d48f350
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vagrant_utm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ Gem::Specification.new do |spec|

spec.summary = "Vagrant UTM provider"
spec.description = "Vagrant UTM provider that allows you to manage UTM virtual machines."
spec.homepage = "https://github.com/naveenrajm7/vagrant_utm"
spec.homepage = "https://naveenrajm7.github.io/vagrant_utm/"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/naveenrajm7/vagrant_utm"
spec.metadata["changelog_uri"] = "https://github.com/naveenrajm7/vagrant_utm/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit d48f350

Please sign in to comment.