lafcadio 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/lafcadio.rb +1 -1
- data/lib/lafcadio.rb~ +1 -1
- data/lib/lafcadio/domain.rb +5 -1
- data/lib/lafcadio/domain.rb~ +753 -0
- data/lib/lafcadio/objectStore.rb +13 -2
- data/lib/lafcadio/objectStore.rb~ +778 -0
- data/lib/lafcadio/query.rb +5 -1
- data/lib/lafcadio/query.rb~ +654 -0
- metadata +5 -2
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.6
|
|
3
3
|
specification_version: 1
|
4
4
|
name: lafcadio
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.8.
|
7
|
-
date: 2005-
|
6
|
+
version: 0.8.2
|
7
|
+
date: 2005-12-23
|
8
8
|
summary: Lafcadio is an object-relational mapping layer
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -36,10 +36,13 @@ files:
|
|
36
36
|
- lib/lafcadio.rb~
|
37
37
|
- lib/lafcadio/depend.rb
|
38
38
|
- lib/lafcadio/domain.rb
|
39
|
+
- lib/lafcadio/domain.rb~
|
39
40
|
- lib/lafcadio/mock.rb
|
40
41
|
- lib/lafcadio/objectField.rb
|
41
42
|
- lib/lafcadio/objectStore.rb
|
43
|
+
- lib/lafcadio/objectStore.rb~
|
42
44
|
- lib/lafcadio/query.rb
|
45
|
+
- lib/lafcadio/query.rb~
|
43
46
|
- lib/lafcadio/schema.rb
|
44
47
|
- lib/lafcadio/test
|
45
48
|
- lib/lafcadio/test.rb
|