public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Fixed requires for rake gems:*
markbates (author)
Fri Jul 25 13:59:50 -0700 2008
commit  4dbec349666c3c137198bbf4f20955724399d250
tree    1fb5d63a50286a5bdb0944cc400de3a458db2899
parent  ce44cf979264a915d5043cee1bcd02a0e35d2dca
...
20
21
22
23
24
 
 
25
26
27
...
20
21
22
 
 
23
24
25
26
27
0
@@ -20,8 +20,8 @@ namespace :gems do
0
   
0
   private
0
   task :setup do
0
- require 'mack/core_extensions/kernel'
0
- require 'mack/utils/gem_manager'
0
+ require File.join(File.dirname(__FILE__), "..", "core_extensions", "kernel")
0
+ require File.join(File.dirname(__FILE__), "..", "utils", "gem_manager")
0
     require 'mack-facets'
0
     require File.join(FileUtils.pwd, "config", "initializers", "gems")
0
     require 'rubygems'

Comments

    No one has commented yet.