method

allowed_push_host

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