[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

syncing gems between computers

ebeard

10/2/2007 5:59:00 PM

Before I write my own capistrano task I was wondering how others sync
gems from one computer to another? I want to be able to run a ruby
program on multiple computers but not get bogged down in hand parsing
the output from `gem list` on both computers to make sure it can run
in both places. Thanks for any hints.