aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/vendor/gems/dummy-gem-g-1.0.0
Commit message (Collapse)AuthorAgeFilesLines
* Makes the gem system understand development vs. runtime dependencies [#2195 ↵David Dollar2009-03-131-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 loadingMatt Jones2008-12-012-0/+40
Signed-off-by: Michael Koziarski <michael@koziarski.com>