vote up 9 vote down star
5

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

flag

I've had this. Unhelpfully, I didn't record what I did and I've forgotten (old age creeping in). Nonetheless, while I try to remember, it might help if you could add some info, like versions of rails, gems, rake, for instance. – Mike Woodhouse Mar 9 at 9:08
Thanks for the reply Mike. However Milan got in there first! Cheers – Urf Mar 9 at 10:38

1 Answer

vote up 11 vote down check

I usually go through the following steps:

  1. cd vendor/gems/gemname
  2. gem specification gemname > .specification

Hope it helps.

link|flag
Thanks. Works a charm! – Urf Mar 9 at 10:17
see you at SoR by the way ... I'm sure I'm due you a drink by now ;) – Urf Mar 9 at 10:41
Hah! That sounds great! Now I understand what is the real benefit of using SO. :D – Milan Novota Mar 9 at 11:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.