public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
Search Repo:
Moved most of the CAPITALFILES to meta/
elliottcable (author)
Fri Apr 18 13:45:43 -0700 2008
commit  0bc4e73fa7ea9d2a4694581adf57d01a80dcf329
tree    c0ec8be4e91460fbf00cc8e81126bde0bfaaf2bd
parent  73951cbcaaee838c255e823e7dce73aafaaed70a
...
23
24
25
26
 
27
28
29
...
23
24
25
 
26
27
28
29
0
@@ -23,7 +23,7 @@ Echoe.taskify do
0
       g.platform = Gem::Platform::RUBY
0
       g.dependencies = ['diff-lcs >= 1.1.2', 'uuidtools >= 1.0.3', 'json >= 1.1.2']
0
     
0
- g.manifest_name = 'MANIFEST'
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
     end

Comments

    No one has commented yet.