unidom-party 1.9.4 → 1.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e61fef907c21493503225a64006b3e45100a68ad
4
- data.tar.gz: 0e26ceb3dd67d9b23be11beddbeae4a52b8ca2fa
3
+ metadata.gz: 3c7381e0591f0fcacb383eed6eccddab5f0ca997
4
+ data.tar.gz: 0700fc8d248e08c622f41f6e1ef44cac552f9c3e
5
5
  SHA512:
6
- metadata.gz: 31a44df9929a79e6b42c62927c7bd3fc1a09947c88ca6ca8e72ff768e35763efa6d20fc59b5a458e3dfcd366dd165b2ab05381460d9327451d60e08c6ae2cfad
7
- data.tar.gz: 9567dc4c17da5968355f1106d0e1081e9fb9f11dfb7deeb9537d02af56618410d11bd7bafbecbe50738d613a1359b7061f97e414c74db73a828517a7d30aec90
6
+ metadata.gz: a7f3cb113059a2988f8c354dd5fd97e0bafeabb66351906428226bd7a025d8941781c2f87971dbd643ecf24e05ee2afa6e7a2fac64561c90132e5791d300b910
7
+ data.tar.gz: e5ca0f9221cf4830d2422837a377aeb44b8f116dec8da8fe47f42c61e1b0aafcd24f2557e1292b2dbd141e12a831e823d0f13c85e8e582553a8eb699ede0b36f
@@ -13,6 +13,7 @@ describe Unidom::Party::Company, type: :model do
13
13
  }
14
14
 
15
15
  it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes
16
+ it_behaves_like 'Unidom::Party::Concerns::AsSourceParty', model_attributes
16
17
 
17
18
  it_behaves_like 'validates text', model_attributes, :name, length: 2..described_class.columns_hash['name'].limit
18
19
 
@@ -16,6 +16,7 @@ describe Unidom::Party::GovernmentAgency, type: :model do
16
16
  }
17
17
 
18
18
  it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes
19
+ it_behaves_like 'Unidom::Party::Concerns::AsSourceParty', model_attributes
19
20
 
20
21
  it_behaves_like 'validates text', model_attributes, :name, length: 2..described_class.columns_hash['name'].limit
21
22
 
@@ -15,7 +15,8 @@ describe Unidom::Party::Person, type: :model do
15
15
  it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes
16
16
  it_behaves_like 'Unidom::Party::Concerns::AsSourceParty', model_attributes
17
17
 
18
- it_behaves_like 'validates text', model_attributes, :name, length: 2..described_class.columns_hash['name'].limit
18
+ it_behaves_like 'validates text', model_attributes, :name,
19
+ length: 2..described_class.columns_hash['name'].limit
19
20
 
20
21
  end
21
22
 
@@ -13,8 +13,10 @@ describe Unidom::Party::Shop, type: :model do
13
13
  }
14
14
 
15
15
  it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes
16
+ it_behaves_like 'Unidom::Party::Concerns::AsSourceParty', model_attributes
16
17
 
17
- it_behaves_like 'validates text', model_attributes, :name, length: 2..described_class.columns_hash['name'].limit
18
+ it_behaves_like 'validates text', model_attributes, :name,
19
+ length: 2..described_class.columns_hash['name'].limit
18
20
 
19
21
  end
20
22
 
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Party
3
- VERSION = '1.9.4'.freeze
3
+ VERSION = '1.9.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-party
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.4
4
+ version: 1.9.5
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-19 00:00:00.000000000 Z
11
+ date: 2017-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common