Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makes the gem system understand development vs. runtime dependencies [#2195 ↵ | David Dollar | 2009-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | state:resolved] The patch also fixes: * Fixes the chicken/egg problem present in the current gem system when gems are defined in the config that are not yet installed. * Remove the need to have hoe as a dependency of your production app. * Makes the gem 'unpacking' system a lot less fragile. Signed-off-by: Matt Jones <al2o3cr@gmail.com> Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | handle missing dependecies in gem loading | Matt Jones | 2008-12-01 | 2 | -0/+40 |
Signed-off-by: Michael Koziarski <michael@koziarski.com> |