web-connect 0.4.16 → 0.4.17
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/lib/netfira/web_connect/model/relation.rb +1 -0
- data/lib/netfira/web_connect/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: ef9f6712701714c21a6235912cff2c905a5d5b78
|
|
4
|
+
data.tar.gz: 4ff9a7d4ad950897a25f6d7becbd09243dae89b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48b69524b3bf3c0c2f83511350eab859dc6c28ed7f876b91518fe3579f74f8a2ea1f3fa0e7f6517a931381c4e7e07a423f1d084fccbc1865c661a7784f5e1dec
|
|
7
|
+
data.tar.gz: 42c2ac231c6d201820c2bc57e1c3556dc59bc7c6afba0fb9639624241f4935192e409d60380247ff2cac3581f4e67e7c0af92c370f425979d2dd680bf008a8f3
|
|
@@ -97,6 +97,7 @@ module Netfira::WebConnect
|
|
|
97
97
|
# The related class's reference to the relation, e.g. Product#category_relations
|
|
98
98
|
related_class.has_many relation_name,
|
|
99
99
|
class_name: name,
|
|
100
|
+
dependent: :destroy,
|
|
100
101
|
inverse_of: related_class.single_name.to_sym
|
|
101
102
|
|
|
102
103
|
# The related class's reference to the other related class,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: web-connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neil E. Pearson
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-11-
|
|
12
|
+
date: 2014-11-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activerecord
|