# File lib/bundler/gem_helper.rb, line 165
    def gem_push?
      ! %w{n no nil false off 0}.include?(ENV['gem_push'].to_s.downcase)
    end