public
Fork of yrashk/strokedb
Description: StrokeDB is a lightweight approach to document-oriented database, currently featuring pure Ruby/JRuby implementation.
Homepage: http://groups.google.com/group/strokedb
Clone URL: git://github.com/tmm1/strokedb.git
stores/chunk.rb is no longer needed
yrashk (author)
Sat Apr 19 09:25:16 -0700 2008
commit  110a9b1f1fbe9ec603f6735a8836a4d7f611858f
tree    d65fc0c1c915f7ddb8a6744348b98f2236979dd4
parent  86a8c01529496be02ba8658d9419431fa6095317
...
47
48
49
 
 
 
 
...
47
48
49
50
51
52
53
0
@@ -47,3 +47,7 @@ log_events:
0
   - Yurii Rashkovskii <yrashk@idbns.com>
0
   - commented
0
   - The main problem is that it fails randomly (not each time you run specs)
0
+- - 2008-04-19 10:49:12.179365 Z
0
+ - Yurii Rashkovskii <yrashk@idbns.com>
0
+ - commented
0
+ - Spec is located at spec/lib/strokedb/sync/store_sync_spec.rb now
...
20
21
22
23
 
24
25
26
...
20
21
22
 
23
24
25
26
0
@@ -20,7 +20,7 @@ module StrokeDB
0
   
0
   # Coverage threshold - bump this float anytime your changes increase the spec coverage
0
   # DO NOT LOWER THIS NUMBER. EVER.
0
- COVERAGE = 88.1
0
+ COVERAGE = 89.0
0
 
0
   # UUID regexp (like 1e3d02cc-0769-4bd8-9113-e033b246b013)
0
   UUID_RE = /([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})/
...
1
2
3
4
5
6
...
1
2
 
3
4
5
0
@@ -1,6 +1,5 @@
0
 require 'store'
0
 require 'stores/chainable_storage'
0
-require 'stores/chunk'
0
 require 'stores/file_storage'
0
 require 'stores/memory_storage'
0
 require 'stores/remote_store'

Comments

    No one has commented yet.