2008/11/23 Jacques Crocker <[EMAIL PROTECTED]>: > > Hi. Does anyone have a good resource or explanation for the difference > between dependencies.yml and dependencies.rb?
One is a yaml file used by merb.thor for bundling, another is just a file where people may (or may not) put their dependencies definitions for Merb to load. You may move all the #dependency calls to init.rb or load some other file from init.rb. -- MK --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
