GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
waves-console requires needed help
automatthew (author)
Fri Oct 03 20:38:03 -0700 2008
commit  0f2ae5f96a4e162fa32d8ae0cc95f6f22f16d75a
tree    d7d79d5a3e2632dafcf32d1838d89a18ec629c74
parent  55f7b59abb30625ca4102b5cd8237c81e06389be
...
5
6
7
 
8
9
10
...
5
6
7
8
9
10
11
0
@@ -5,6 +5,7 @@ waves = [
0
 ].compact.map { |dir| File.join(dir, 'lib') }.find(&File.method(:directory?))
0
 if waves
0
     $: << waves
0
+ waves = File.join( waves, 'waves' )
0
 else
0
     waves = 'waves'
0
 end

Comments

    No one has commented yet.