rake gems:refresh_specs error on unpacked gems
        Posted  
        
            by Urf
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Urf
        
        
        
        Published on 2009-03-09T08:51:18Z
        Indexed on 
            2010/04/03
            8:53 UTC
        
        
        Read the original article
        Hit count: 332
        
Following the great advice of Chris Wanstrath, I decided to vendor everything.
However, whenever I run a rake task now I get an error for each of my unpacked gems stating
config.gem: Unpacked gem gemname in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
I've done this but no dice. Anyone have the same issue? If so, how do I resolve?
TIA
© Stack Overflow or respective owner