public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
renamed bin/stroke to bin/strokedb
yrashk (author)
Fri Apr 18 15:24:38 -0700 2008
commit  4389795d1083bb9a962736fae9926b0b063d6192
tree    f666aed9977548667de25f9244544222badd3d18
parent  8ce9e294c673ffad71efdd202e10b706db268acf
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ Echoe.taskify do
0
     
0
       g.manifest_name = 'meta/MANIFEST'
0
       g.ignore_pattern = /(^\.git|^.DS_Store$|^meta|^test\/storages|^examples\/(.*).strokedb|^bugs)/
0
- g.executable_pattern = 'bin/stroke'
0
+ g.executable_pattern = 'bin/strokedb'
0
     end
0
     
0
     desc 'tests packaged files to ensure they are all present'
...
1
2
 
...
1
 
2
0
@@ -1,2 +1,2 @@
0
 #!/bin/sh
0
-bin/stroke $*
0
+bin/strokedb $*

Comments

    No one has commented yet.