public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/auser/merb-core.git
Search Repo:
Install gem with --local so it won't poll remote servers for updates 
during install
lsegal (author)
Mon Mar 03 20:00:18 -0800 2008
commit  6793ef9897e5ee6c11f0d29b743dbc9989fa722c
tree    5db13f555e13fdff3c7d0da6b613261f3b6a6b93
parent  f23889f34b791e7e2c0c1ec14be47f7577999d20
...
72
73
74
75
 
76
77
78
...
72
73
74
 
75
76
77
78
0
@@ -72,7 +72,7 @@
0
 
0
 desc "Run :package and install the resulting .gem"
0
 task :install => :package do
0
- sh %{#{SUDO} gem install l pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
0
+ sh %{#{SUDO} gem install --local pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
0
 end
0
 
0
 desc "Run :package and install the resulting .gem with jruby"

Comments

    No one has commented yet.