# File lib/jeweler/commands/release_gemspec.rb, line 31
      def clean_staging_area?
        # surprisingly simpler than ruby-git
        `git ls-files --deleted --modified --others --exclude-standard` == ""
      end