public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Search Repo:
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Added --local and --no-update-sources to install task.
markbates (author)
Tue May 13 14:20:40 -0700 2008
commit  a030287aaa14adedf4562b46b7fe4d6c257ac8f1
tree    f6bfe43ab70c40c8cc3f6a328b95723083c289e8
parent  d151d9e2bdd2dd0c2286444bb837f8597a2e1c19
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@
0
   end
0
   
0
   def install
0
- puts `sudo gem install #{File.join("pkg", full_gem_name)}`
0
+ sh %{sudo gem install --local #{File.join("pkg", full_gem_name)} --no-update-sources}
0
   end
0
   
0
 end

Comments

    No one has commented yet.