lafcadio 0.6.1 → 0.6.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 +4 -4
- data/lib/lafcadio/domain.rb~ +639 -0
- data/lib/lafcadio/objectField.rb +1 -1
- data/lib/lafcadio/objectField.rb~ +561 -0
- data/lib/lafcadio/objectStore.rb +1 -1
- data/lib/lafcadio/objectStore.rb~ +754 -0
- data/lib/lafcadio/query.rb +3 -16
- data/lib/lafcadio/query.rb~ +583 -0
- metadata +6 -2
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.1
|
|
3
3
|
specification_version: 1
|
4
4
|
name: lafcadio
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.6.
|
7
|
-
date: 2005-01-
|
6
|
+
version: 0.6.2
|
7
|
+
date: 2005-01-27
|
8
8
|
summary: Lafcadio is an object-relational mapping layer
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -36,10 +36,14 @@ files:
|
|
36
36
|
- lib/lafcadio/dateTime.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
|
42
|
+
- lib/lafcadio/objectField.rb~
|
41
43
|
- lib/lafcadio/objectStore.rb
|
44
|
+
- lib/lafcadio/objectStore.rb~
|
42
45
|
- lib/lafcadio/query.rb
|
46
|
+
- lib/lafcadio/query.rb~
|
43
47
|
- lib/lafcadio/schema.rb
|
44
48
|
- lib/lafcadio/test
|
45
49
|
- lib/lafcadio/test.rb
|