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
Minor gem generation tweaking
yrashk (author)
Sat Apr 19 11:37:02 -0700 2008
commit  223f0b9e45535c87d0bbf373b9cdee1c91419eb7
tree    3a7d135c8a5e498c25ecab8576239b11c6cc2bb5
parent  f94d2cb7ef23cea977cf05c9dfb2ea7fd487e7f4
...
10
11
12
13
14
 
 
...
10
11
12
 
13
14
15
0
@@ -10,4 +10,5 @@ TAGS
0
 .*.strokedb
0
 examples/.*.strokedb
0
 examples/strokewiki/.*.strokedb
0
-pkg
0
\ No newline at end of file
0
+pkg
0
+strokedb.gemspec
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ Echoe.taskify do
0
   Dir['task/**/*.task'].each {|t| load t}
0
   
0
   namespace :echoe do
0
- Echoe.new('StrokeDB', StrokeDB::VERSION) do |g|
0
+ Echoe.new('strokedb', StrokeDB::VERSION) do |g|
0
       g.author = ['Yurii Rashkovskii', 'Oleg Andreev']
0
       g.email = ['strokedb@googlegroups.com']
0
       g.summary = 'embeddable, distributed, document-based database'
...
1
 
2
3
4
...
40
41
42
43
44
45
46
...
64
65
66
67
68
69
70
...
76
77
78
79
80
 
81
82
83
84
85
 
86
87
88
...
117
118
119
 
120
121
122
...
142
143
144
 
...
 
1
2
3
4
...
40
41
42
 
43
44
45
...
63
64
65
 
66
67
68
...
74
75
76
 
77
78
79
80
81
82
83
84
85
86
87
...
116
117
118
119
120
121
122
...
142
143
144
145
0
@@ -1,4 +1,4 @@
0
-bin/stroke
0
+bin/strokedb
0
 examples/movies.rb
0
 examples/movies2.rb
0
 examples/strokewiki/README
0
@@ -40,7 +40,6 @@ lib/strokedb/document.rb
0
 lib/strokedb/index.rb
0
 lib/strokedb/store.rb
0
 lib/strokedb/stores/chainable_storage.rb
0
-lib/strokedb/stores/chunk.rb
0
 lib/strokedb/stores/file_storage.rb
0
 lib/strokedb/stores/inverted_list_file_storage.rb
0
 lib/strokedb/stores/memory_storage.rb
0
@@ -64,7 +63,6 @@ lib/strokedb/util/lazy_array.rb
0
 lib/strokedb/util/lazy_mapping_array.rb
0
 lib/strokedb/util/lazy_mapping_hash.rb
0
 lib/strokedb/util/serialization.rb
0
-lib/strokedb/util/trigger_partition.rb
0
 lib/strokedb/util/uuid.rb
0
 lib/strokedb/util/xml.rb
0
 lib/strokedb/util.rb
0
@@ -76,13 +74,14 @@ lib/strokedb/volumes/map_volume.rb
0
 lib/strokedb/volumes/skiplist_volume.rb
0
 lib/strokedb/volumes.rb
0
 lib/strokedb.rb
0
-MANIFEST
0
 README
0
+script/console
0
 spec/integration/remote_store_spec.rb
0
 spec/integration/search_spec.rb
0
 spec/integration/spec_helper.rb
0
 spec/lib/spec_helper.rb
0
 spec/lib/strokedb/config_spec.rb
0
+spec/lib/strokedb/core_ext/blank_spec.rb
0
 spec/lib/strokedb/core_ext/spec_helper.rb
0
 spec/lib/strokedb/core_ext/string_spec.rb
0
 spec/lib/strokedb/core_ext/symbol_spec.rb
0
@@ -117,6 +116,7 @@ spec/lib/strokedb/sync/stroke_diff/hash_spec.rb
0
 spec/lib/strokedb/sync/stroke_diff/scalar_spec.rb
0
 spec/lib/strokedb/sync/stroke_diff/spec_helper.rb
0
 spec/lib/strokedb/sync/stroke_diff/string_spec.rb
0
+spec/lib/strokedb/util/inflect_spec.rb
0
 spec/lib/strokedb/util/lazy_array_spec.rb
0
 spec/lib/strokedb/util/lazy_mapping_array_spec.rb
0
 spec/lib/strokedb/util/lazy_mapping_hash_spec.rb
0
@@ -142,3 +142,4 @@ task/rcov.task
0
 task/rdoc.task
0
 task/rspec.task
0
 vendor/java_inline.rb
0
+meta/MANIFEST

Comments

    No one has commented yet.