method

gem_key

gem_key()
protected

No documentation available.

# File lib/bundler/gem_helper.rb, line 194
    def gem_key
      Bundler.settings["gem.push_key"].to_s.downcase if Bundler.settings["gem.push_key"]
    end