method
allowed_push_host
v2_6_3 -
Show latest stable
- Class:
Bundler::GemHelper
allowed_push_host()protected
No documentation available.
# File lib/bundler/gem_helper.rb, line 116
def allowed_push_host
@gemspec.metadata["allowed_push_host"] if @gemspec.respond_to?(:metadata)
end