I'm testing the very latest thor bundled install. I've put the latest thor file in my empty newapp directory and run "thor merb:stack:install --edge" This puts lots of git repose under the local src directory, but when it tries to build the gems, I get errors like:
Failed to install gem '/Users/jhancock/src/merbsample/src/dm-more/dm- timestamps/pkg/dm-timestamps-0.9.7.gem (any version)' (You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.) This makes sense as I didn't run the command with sudo. And I didn't want to. When I use "gem install blah" it will install blah into ~/.gem/ instead of the system global location. This is what I want, to have the gems installed only for this user. So gems is doing the correct thing. But the thor scripts are not respecting this well known behavior. I supposed this is a bug? thanks, Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
