I am not sure what I am supposed to do in order to bundle my gems. I followed the guide here: http://wiki.merbivore.com/deployment/bundling, but the issue is that there is no merb:gem namespace any longer: $ thor merb:gem:install There was no available namespace `merb:gem'.
I also tried merb:gems:install, but it complains that i called it incorrectly: $ thor merb:gems:install `install' was called incorrectly. Call as `install GEM_NAME [--binaries] [--version=VERSION] [--cache] [--merb-root=MERB_ROOT]' When i use the merb:dependencies:install i get a ton of errors: $ thor merb:dependencies:install Failed to install gem 'merb-core (= 1.0.9)' (undefined method `/' for nil:NilClass) Failed to install gem 'extlib (>= 0.9.8)' (undefined method `/' for nil:NilClass) Failed to install gem 'erubis (>= 2.6.2)' (undefined method `/' for nil:NilClass) Failed to install gem 'rake (>= 0)' (undefined method `/' for nil:NilClass) Failed to install gem 'json_pure (>= 0)' (undefined method `/' for nil:NilClass) ... Has anyone successfully bundled with version 1.0.9? Thanks, Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
