public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
roastbeef executable needs to require w/o lib
technomancy (author)
Fri Mar 14 20:18:23 -0700 2008
commit  af53e15704b11321fb28a98e41216ca17fe591b7
tree    bc689b966465083dbed2fbc4d4957d7e2d1c76b3
parent  d317af89d15e1771c67f5881d918f92a0a30b4fd
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 #!/usr/bin/env ruby
0
 
0
-require 'lib/roastbeef'
0
+require 'roastbeef'
0
 
0
 puts(RoastBeef::USAGE) || exit(1) if ARGV.empty? or ARGV.include?('--help') or ARGV.include?('-h') or ARGV.include?('-?')
0
 

Comments

    No one has commented yet.