unidom-contact 1.4.2 → 1.4.3

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: c93b75990c1f5bb5344995f94d8e1e44069fee5a
4
- data.tar.gz: dd14bb2d0085a7bbdf89dad4bd1a515946d62a0e
3
+ metadata.gz: 1279e8fb49679bb9cda38f9588c0936587eb9c89
4
+ data.tar.gz: f3d0d9303dda8d4de038532971e1677e5966c60c
5
5
  SHA512:
6
- metadata.gz: 7220177aff9cc80399353278286703987dd677623082dcff1ea4af3617f49e3ff1a6be61dc8f7529984a0f39aca6fb95cae7aa6041eaad8eb2df7356ce0d54c1
7
- data.tar.gz: 17d9e2aa10191194b85a94b5bb2e384327c83afe134a0d3e6f2e254ab3a58d7b8a2e4d942da8226032e5ec9c8a66bd69c108fd372f85d2249ae2dab9f55e140c
6
+ metadata.gz: 290bcfa82b871a4220f30f347c14ff6fd4765116f7c8ec45027b9bc519b5b09fa939c4ec36c1bf53d10405dfc60067d6e197dfb4773dcfc44f673b2cc2d79126
7
+ data.tar.gz: e0ec351ffa15ab6c36db6f6d3613fa47f864c6a8331eae329958a046dd595becda1074dd46e0ac85c4c9fa5c64788ee6568d40c7a338189ece2340f1bf31c249
@@ -38,6 +38,8 @@ describe Unidom::Contact::ContactSubscription, type: :model do
38
38
 
39
39
  it_behaves_like 'belongs_to', model_attributes, :contact, Unidom::Contact::EmailAddress, email_address_attributes
40
40
 
41
+ it_behaves_like 'polymorphic scope', model_attributes, :contact_is, :contact, [ Unidom::Contact::EmailAddress ]
42
+
41
43
  end
42
44
 
43
45
  end
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Contact
3
- VERSION = '1.4.2'.freeze
3
+ VERSION = '1.4.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-contact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-09 00:00:00.000000000 Z
11
+ date: 2017-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common