diff options
author | David Dollar <ddollar@gmail.com> | 2009-03-13 10:20:23 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-03-13 10:20:23 +0000 |
commit | 99d75a7b02bf430a124b9c3e2515850959d78acf (patch) | |
tree | 02e4f021f199a984f01a84f24d0fd06d2622ee39 /railties/test/vendor/gems | |
parent | 5b751ae0b3f6c10a1053e4a2e04fd92d228d787f (diff) | |
download | rails-99d75a7b02bf430a124b9c3e2515850959d78acf.tar.gz rails-99d75a7b02bf430a124b9c3e2515850959d78acf.tar.bz2 rails-99d75a7b02bf430a124b9c3e2515850959d78acf.zip |
Makes the gem system understand development vs. runtime dependencies [#2195 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>
Diffstat (limited to 'railties/test/vendor/gems')
-rw-r--r-- | railties/test/vendor/gems/dummy-gem-g-1.0.0/.specification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/vendor/gems/dummy-gem-g-1.0.0/.specification b/railties/test/vendor/gems/dummy-gem-g-1.0.0/.specification index 5483048c1c..27e29912a6 100644 --- a/railties/test/vendor/gems/dummy-gem-g-1.0.0/.specification +++ b/railties/test/vendor/gems/dummy-gem-g-1.0.0/.specification @@ -9,7 +9,7 @@ date: 2008-10-03 00:00:00 -04:00 dependencies: - !ruby/object:Gem::Dependency name: dummy-gem-f - type: :development + type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: |