class ChefCLI::Command::GemForwarder

def needs_version?(params)

of a gem).
appropriately (showing the gem version, or installing a specific version
call this class' run method, so that Gem::GemRunner can handle the -v flag
Lazy solution: By automatically returning false, we force ChefCLI::Base to
def needs_version?(params)
  false
end