vorpal 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -4
- data/lib/vorpal/driver/postgresql.rb +1 -0
- data/lib/vorpal/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f49a200d7a039a41a37ec89fb7d34264132d8946e9ca1d6d48d4b1eff63bf84
|
|
4
|
+
data.tar.gz: bd124780b9af0181fcf410cfefad8ba36bf8f65b57580341e23b9b46f4e6325d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ceee079b196c3152cc146446330d6ee747436c73f960439326c8fa6b51018b2c5aea167e4d2ffb5da6a5a4b0fa237941c1074886eec1e79502fd36c76847e3a0
|
|
7
|
+
data.tar.gz: 4355d199f235bc789591adcb5371e5c28e697da34ca33106e5aa82353e039dc53268924bca24fbd8e6f07c1ea43474eeaccbde7d9d1c4d79ffaebedabbe8d5fc
|
data/README.md
CHANGED
|
@@ -199,11 +199,7 @@ It also does not do some things that you might expect from other ORMs:
|
|
|
199
199
|
1. Only supports PostgreSQL.
|
|
200
200
|
|
|
201
201
|
## Future Enhancements
|
|
202
|
-
* Support for having foreign keys point to columns other than primary keys.
|
|
203
202
|
* Support for storing entity ids in a column called something other than "id".
|
|
204
|
-
* Nicer DSL for specifying attributes that have different names in the domain model than in the DB.
|
|
205
|
-
* Aggregate updated_at.
|
|
206
|
-
* Better support for value objects.
|
|
207
203
|
|
|
208
204
|
## FAQ
|
|
209
205
|
|
data/lib/vorpal/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vorpal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Kirby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: simple_serializer
|