forest_liana 1.5.6 → 1.5.7
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/app/services/forest_liana/schema_adapter.rb +1 -1
- data/lib/forest_liana/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8581221104ff0df255d97de0a112237f49d2042
|
|
4
|
+
data.tar.gz: b631cdfa3ad212afe79a3f11e7a2e444cb42dfe0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad01070e18d03dc082baac7155eb3ef82216a4b20a6392a64a1d0b78a883ef04b56cfc74eb66aedace8c679d7c8fb3e5596848093019dd9636514dff7bd2da3f
|
|
7
|
+
data.tar.gz: 585d5dda476853862ef808b4837f3b79eb91ca85f5ef84d3039ac3bd406e08c767258b7882841bd767cbd719f77c285324e2ea7dae691b020ea3c220f22e35e5
|
|
@@ -184,7 +184,7 @@ module ForestLiana
|
|
|
184
184
|
# NOTICE: The foreign key exists, so it's a belongsTo relationship.
|
|
185
185
|
elsif field = column_association(collection, association)
|
|
186
186
|
field[:reference] = get_ref_for(association)
|
|
187
|
-
field[:field] =
|
|
187
|
+
field[:field] = association.name
|
|
188
188
|
field[:inverseOf] = inverse_of(association)
|
|
189
189
|
# NOTICE: Create the fields of hasOne, HasMany, … relationships.
|
|
190
190
|
else
|
data/lib/forest_liana/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forest_liana
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sandro Munda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|