Created
October 14, 2008 18:17
-
-
Save paul/16756 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/merb.thor b/merb.thor | |
index 14877c4..9d3fb7b 100644 | |
--- a/merb.thor | |
+++ b/merb.thor | |
@@ -1119,6 +1119,7 @@ module Merb | |
# regardless of actual application dependency settings. | |
DM_STACK = %w[ | |
+ extlib | |
dm-core | |
dm-aggregates | |
dm-migrations | |
@@ -1130,6 +1131,7 @@ module Merb | |
MERB_STACK = %w[ | |
minigems | |
+ extlib | |
merb-core | |
merb-action-args | |
merb-assets | |
@@ -1143,6 +1145,7 @@ module Merb | |
MERB_BASICS = %w[ | |
minigems | |
+ extlib | |
merb-core | |
merb-action-args | |
merb-assets | |
@@ -1907,4 +1910,4 @@ module Merb | |
end | |
-end | |
\ No newline at end of file | |
+end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment