# File lib/spring/command_wrapper.rb, line 44
    def gem_name
      if command.respond_to?(:gem_name)
        command.gem_name
      else
        exec_name
      end
    end