unidom-party-china 0.8 → 0.8.1

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: 6c193827042498fbc6089f17330a901b4687aa94
4
- data.tar.gz: 1bc590a1d448d8e1e7b58ae4d1ae7b5c96cd9f37
3
+ metadata.gz: 10a0f8449e016806f5109a35ada39f582cd86d42
4
+ data.tar.gz: 203416cda5df10d3b57841f1aac80d2cc7d857a8
5
5
  SHA512:
6
- metadata.gz: 90b907ef1718cc6530ce3658bd51d1f63e110855958ee51c730c53393857fbd8c28909c6b13e0c7da7b410d99e3cb9fe85e9e9012c1c03e55269fb363838d5ef
7
- data.tar.gz: 90c8dccf00e8f6e4503796933ca27270a80494fe25d9957bd91b1eabadbd4caab85a9102d317e587fb8080c3db2d0bab55e7e793f9cbf5a844bb98b86a8f9a3c
6
+ metadata.gz: 8a45b5337b3baf9fb4b73a0554ea1e1995c97bba1c83d519b19968460cee181ea3ba55e2dc68e3bb57c8d29c7fbe4c8b44d59d0df446520c3a0d741b00a81c96
7
+ data.tar.gz: 64809c2b5f9ce8f9e9b549e9122020c1a042a4e0bd17a2201d583fd0689147d0eace559b7b05bdb57ddb1ec2a8b263615b9b7c716d3080799fccf18765e05373
@@ -6,11 +6,10 @@ describe Unidom::Party::China::Ethnicity::Alphabetic, type: :type do
6
6
  after :each do
7
7
  end
8
8
 
9
- it_behaves_like 'ProgneTapera::EnumConfig', 57, [
9
+ it_behaves_like 'ProgneTapera::EnumConfig', 56, [
10
10
  { code: 'HA', name: 'han', localized_name: '汉族' },
11
11
  { code: 'MG', name: 'mongol', localized_name: '蒙古族' },
12
12
  { code: 'ZA', name: 'tibetan', localized_name: '藏族' },
13
- { code: 'CS', name: 'korean', localized_name: '朝鲜族' },
14
- { code: 'ZZ', name: 'other', localized_name: '其他' } ]
13
+ { code: 'CS', name: 'korean', localized_name: '朝鲜族' } ]
15
14
 
16
15
  end
@@ -1,7 +1,7 @@
1
1
  module Unidom
2
2
  module Party
3
3
  module China
4
- VERSION = '0.8'.freeze
4
+ VERSION = '0.8.1'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-party-china
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: 0.8.1
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-02-04 00:00:00.000000000 Z
11
+ date: 2017-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common
@@ -25,8 +25,10 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.9'
27
27
  description: Unidom (UNIfied Domain Object Model) is a series of domain model engines.
28
- The China Party domain model engine includes the Ethnicity enum code and the Marital
29
- Status enum code. Unidom (统一领域对象模型)是一系列的领域模型引擎。中国参与者领域模型引擎包括民族、婚姻状况枚举编码。
28
+ The China Party domain model engine includes the Chinese Ethnicity enum code, the
29
+ Marital Status enum code, the Political Affiliation enum code, the Religion Faith
30
+ enum code, the Formal Schooling enum code, the Blood Group enum code, & the Business
31
+ Registration enum code. Unidom (统一领域对象模型)是一系列的领域模型引擎。中国参与者领域模型引擎包括中国的民族、婚姻状况、政治面貌、宗教信仰、学历、血型、工商注册类型枚举编码。
30
32
  email:
31
33
  - topbit.du@gmail.com
32
34
  executables: []