We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0770a2 commit 32dfe99Copy full SHA for 32dfe99
imagekit-sdk.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
# to allow pushing to a single host or delete this section to allow pushing to any host.
19
if spec.respond_to?(:metadata)
20
- spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
else
22
raise "RubyGems 2.0 or newer is required to protect against " \
23
"public gem pushes."
0 commit comments