Skip to content

Commit

Permalink
Allow push to gh gem repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Sep 9, 2024
1 parent 20779ac commit 650df6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion accept_values_for.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["allowed_push_host"] = "https://rubygems.org, https://rubygems.pkg.github.com/bogdan"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

Expand Down

0 comments on commit 650df6b

Please sign in to comment.