Is this the way to: update a project | keep a project upto date; with the
github repo?seems to work...

I have a bundled app (merb_project)

get the git repo git://github.com/wycats/merb.git
rake build_gems
rm -Rf ../merb_project/gems/*
find . -name *.gem -type f -exec cp {} ../merb_project/gems/cache \;
cd ../merb_project
gem bundle

Cheers,

Nick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to