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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0eae27213d97322210c434d0e90655754a9f50ee
4
- data.tar.gz: 79d1f41851a6a2897d5c75e495ce1c26427b183b
3
+ metadata.gz: ef9f6712701714c21a6235912cff2c905a5d5b78
4
+ data.tar.gz: 4ff9a7d4ad950897a25f6d7becbd09243dae89b3
5
5
  SHA512:
6
- metadata.gz: 94ce1aae938fcba92d3c88e7a9845182f60ed5663c2da8f591bb0f4c456855f4f178095ac72383bb840986fa6a19762d6b48e2baabfcf65bd6710118e34e4922
7
- data.tar.gz: a97e87749b94cd246fff3568f7767af06a08a7da36545fba1986f17a330b1d34e1b2b894ca000d95d92ae2f5f2af84793260404c5d65da0efc12418056428e4a
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,
@@ -1,6 +1,6 @@
1
1
  module Netfira
2
2
  module WebConnect
3
- VERSION = '0.4.16'
3
+ VERSION = '0.4.17'
4
4
  PLATFORM_AND_VERSION = 'Rack/' << VERSION
5
5
  end
6
6
  end
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.16
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-21 00:00:00.000000000 Z
12
+ date: 2014-11-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord