# File lib/gem2rpm/specification.rb, line 14
    def dependencies
      super.map {|d| Gem2Rpm::Dependency.new d}
    end