Skip to content

Commit

Permalink
[DEX-2785] fix: gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Satarov committed Dec 17, 2024
1 parent 3cabbab commit 8847377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbmt-pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/Kuper-Tech/sbmt-pact"
spec.required_ruby_version = ">= 2.7.0"

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["allowed_push_host"] = ENV.fetch("NEXUS_URL", "https://rubygems.org")

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

0 comments on commit 8847377

Please sign in to comment.