Hi, While playing around with Merb I encountered a bundling problem. When environments are different on development machines (different Ruby build), gems with native extensions need recompiling. I can easily do that with thor merb:gems:redeploy
But this leads to a different code in gems/gems directory and I definitely do not want to check these changes in (we stil use svn, if that makes difference in this case). One of the solutions I run into was to keep only specifications in main rep and run thor merb:gems:refresh on each dev machine and whenever it changes. This would work fine, but I have two problems: 1. gems installed from source (ie I have merb_plugins there) can not be found by rubygems 2. for some gems it fails with: Permission denied - /Users/krzys/projects/mint/gems/gems/ RubyInline-3.7.0/History.txt What is the best way to work around this? Thanks, K. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
