unidom-party-china 0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6954c3d4ebf2d52b325d60d19e5a760224e08192
4
+ data.tar.gz: 5d522de50298a18de4679cb82613519054e4957a
5
+ SHA512:
6
+ metadata.gz: 0da4c4ea7ba8c9dbe2c6cfbe52bfdc4c73a61814342e4df0d742c6ea228f850a5fe57469b22db062f9e21699b161dc48c973268d9097b34ce17a485a16838e93
7
+ data.tar.gz: e4528c4ba067e618aaa1ad07fe4bc6b32b8a8ac8795acc14f74b48cc3b66bd1c99789c4905e5e827cec0b32ff7da1f754c592bc7e8b234cfc7c265a336039b9a
@@ -0,0 +1,20 @@
1
+ Copyright 2016 Topbit Du
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,50 @@
1
+ # Unidom Party China 中国参与者领域模型引擎
2
+
3
+ [![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT)
4
+ [![Gem Version](https://badge.fury.io/rb/unidom-party-china.svg)](https://badge.fury.io/rb/unidom-party-china)
5
+ [![Dependency Status](https://gemnasium.com/badges/github.com/topbitdu/unidom-party-china.svg)](https://gemnasium.com/github.com/topbitdu/unidom-party-china)
6
+
7
+ Unidom (UNIfied Domain Object Model) is a series of domain model engines. The China Party domain model engine includes the Ethnicity enum code and the Marital Status enum code.
8
+ Unidom (统一领域对象模型)是一系列的领域模型引擎。中国参与者领域模型引擎包括民族、婚姻状况枚举编码。
9
+
10
+
11
+
12
+ ## Recent Update
13
+
14
+ Check out the [Road Map](ROADMAP.md) to find out what's the next.
15
+ Check out the [Change Log](CHANGELOG.md) to find out what's new.
16
+
17
+
18
+
19
+ ## Usage in Gemfile
20
+
21
+ ```ruby
22
+ gem 'unidom-party-china'
23
+ ```
24
+
25
+
26
+
27
+ ## Enum codes
28
+
29
+ ### Ethnicity enum code
30
+
31
+ ```ruby
32
+ # GB/T 3304-1991 有字母代码和数字代码两种代码。
33
+
34
+ Unidom::Party::China::Ethnicity::Alphabetic::HAN
35
+ Unidom::Party::China::Ethnicity::Alphabetic::MONGOL
36
+ Unidom::Party::China::Ethnicity::Alphabetic::TIBETAN
37
+ Unidom::Party::China::Ethnicity::Alphabetic::KOREAN
38
+ # 一共 56 个民族。
39
+
40
+ Unidom::Party::China::Ethnicity::Numeric::HAN
41
+ Unidom::Party::China::Ethnicity::Numeric::MONGOL
42
+ Unidom::Party::China::Ethnicity::Numeric::TIBETAN
43
+ Unidom::Party::China::Ethnicity::Numeric::KOREAN
44
+ # 一共 56 个民族。
45
+
46
+ Unidom::Party::China::Ethnicity::Alphabetic::HAN.code # 'HA'
47
+ Unidom::Party::China::Ethnicity::Alphabetic::HAN.numeric_code # '01'
48
+ Unidom::Party::China::Ethnicity::Numeric::HAN.code # '01'
49
+ Unidom::Party::China::Ethnicity::Numeric::HAN.alphabetic_code # 'HA'
50
+ ```
@@ -0,0 +1,24 @@
1
+ begin
2
+ require 'bundler/setup'
3
+ rescue LoadError
4
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
+ end
6
+
7
+ require 'rdoc/task'
8
+
9
+ RDoc::Task.new(:rdoc) do |rdoc|
10
+ rdoc.rdoc_dir = 'rdoc'
11
+ rdoc.title = 'Unidom::Party::China'
12
+ rdoc.options << '--line-numbers'
13
+ rdoc.rdoc_files.include('README.md')
14
+ rdoc.rdoc_files.include('lib/**/*.rb')
15
+ end
16
+
17
+
18
+
19
+ load 'rails/tasks/statistics.rake'
20
+
21
+
22
+
23
+ require 'bundler/gem_tasks'
24
+
@@ -0,0 +1,2 @@
1
+ //= link_directory ../javascripts/unidom/party/china .js
2
+ //= link_directory ../stylesheets/unidom/party/china .css
@@ -0,0 +1,13 @@
1
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // compiled file. JavaScript code in this file should be added after the last require_* statement.
9
+ //
10
+ // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
+ // about supported directives.
12
+ //
13
+ //= require_self
@@ -0,0 +1,14 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
+ * files in this directory. Styles in this file should be added after the last require_* statement.
11
+ * It is generally better to create a new file per style scope.
12
+ *
13
+ *= require_self
14
+ */
@@ -0,0 +1,3 @@
1
+ class Unidom::Party::China::ApplicationController < ActionController::Base
2
+ protect_from_forgery with: :exception
3
+ end
@@ -0,0 +1,8 @@
1
+ module Unidom
2
+ module Party
3
+ module China
4
+ module ApplicationHelper
5
+ end
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,2 @@
1
+ class Unidom::Party::China::ApplicationJob < ActiveJob::Base
2
+ end
@@ -0,0 +1,4 @@
1
+ class Unidom::Party::China::ApplicationMailer < ActionMailer::Base
2
+ default from: 'from@example.com'
3
+ layout 'mailer'
4
+ end
@@ -0,0 +1,3 @@
1
+ class Unidom::Party::China::ApplicationRecord < ActiveRecord::Base
2
+ self.abstract_class = true
3
+ end
@@ -0,0 +1,19 @@
1
+ module Unidom::Party::China::Ethnicity
2
+
3
+ class Alphabetic < ActiveRecord::Type::Value
4
+
5
+ include ProgneTapera::EnumConfig
6
+
7
+ enum :unidom_china_ethnicity_alphabetic, :unidom_china_ethnicity
8
+
9
+ end
10
+
11
+ class Numeric < ActiveRecord::Type::Value
12
+
13
+ include ProgneTapera::EnumConfig
14
+
15
+ enum :unidom_china_ethnicity_numeric, :unidom_china_ethnicity
16
+
17
+ end
18
+
19
+ end
@@ -0,0 +1,15 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Party</title>
5
+ <%= stylesheet_link_tag "party/application", media: "all" %>
6
+ <%= csrf_meta_tags %>
7
+ </head>
8
+ <body>
9
+
10
+ <%= yield %>
11
+
12
+ <%= javascript_include_tag 'party/application' %>
13
+
14
+ </body>
15
+ </html>
@@ -0,0 +1,343 @@
1
+ enum:
2
+
3
+ # GB/T 3304-1991
4
+ unidom_china_ethnicity_alphabetic:
5
+ han:
6
+ code: HA
7
+ numeric_code: '01'
8
+ mongol:
9
+ code: MG
10
+ numeric_code: '02'
11
+ hui:
12
+ code: HU
13
+ numeric_code: '03'
14
+ tibetan:
15
+ code: ZA
16
+ numeric_code: '04'
17
+ uygur:
18
+ code: UG
19
+ numeric_code: '05'
20
+ miao:
21
+ code: MH
22
+ numeric_code: '06'
23
+ yi:
24
+ code: YI
25
+ numeric_code: '07'
26
+ zhuang:
27
+ code: ZH
28
+ numeric_code: '08'
29
+ buyei:
30
+ code: BY
31
+ numeric_code: '09'
32
+ korean:
33
+ code: CS
34
+ numeric_code: '10'
35
+ man:
36
+ code: MA
37
+ numeric_code: '11'
38
+ dong:
39
+ code: DO
40
+ numeric_code: '12'
41
+ yao:
42
+ code: YA
43
+ numeric_code: '13'
44
+ bai:
45
+ code: BA
46
+ numeric_code: '14'
47
+ tujia:
48
+ code: TJ
49
+ numeric_code: '15'
50
+ hani:
51
+ code: HN
52
+ numeric_code: '16'
53
+ kazak:
54
+ code: KZ
55
+ numeric_code: '17'
56
+ dai:
57
+ code: DA
58
+ numeric_code: '18'
59
+ li:
60
+ code: LI
61
+ numeric_code: '19'
62
+ lisu:
63
+ code: LS
64
+ numeric_code: '20'
65
+ va:
66
+ code: VA
67
+ numeric_code: '21'
68
+ she:
69
+ code: SH
70
+ numeric_code: '22'
71
+ gaoshan:
72
+ code: GS
73
+ numeric_code: '23'
74
+ lahu:
75
+ code: LH
76
+ numeric_code: '24'
77
+ sui:
78
+ code: SU
79
+ numeric_code: '25'
80
+ dongxiang:
81
+ code: DX
82
+ numeric_code: '26'
83
+ nazi:
84
+ code: NX
85
+ numeric_code: '27'
86
+ jingpo:
87
+ code: JP
88
+ numeric_code: '28'
89
+ kirgiz:
90
+ code: KG
91
+ numeric_code: '29'
92
+ tu:
93
+ code: TU
94
+ numeric_code: '30'
95
+ daur:
96
+ code: DU
97
+ numeric_code: '31'
98
+ mulao:
99
+ code: ML
100
+ numeric_code: '32'
101
+ qiang:
102
+ code: QI
103
+ numeric_code: '33'
104
+ blang:
105
+ code: BL
106
+ numeric_code: '34'
107
+ salar:
108
+ code: SL
109
+ numeric_code: '35'
110
+ maonan:
111
+ code: MN
112
+ numeric_code: '36'
113
+ gelao:
114
+ code: GL
115
+ numeric_code: '37'
116
+ xibe:
117
+ code: XB
118
+ numeric_code: '38'
119
+ achang:
120
+ code: AC
121
+ numeric_code: '39'
122
+ pumi:
123
+ code: PM
124
+ numeric_code: '40'
125
+ tajik:
126
+ code: TA
127
+ numeric_code: '41'
128
+ nu:
129
+ code: NU
130
+ numeric_code: '42'
131
+ uzbek:
132
+ code: UZ
133
+ numeric_code: '43'
134
+ russ:
135
+ code: RS
136
+ numeric_code: '44'
137
+ ewenki:
138
+ code: EW
139
+ numeric_code: '45'
140
+ deang:
141
+ code: DE
142
+ numeric_code: '46'
143
+ bonan:
144
+ code: BN
145
+ numeric_code: '47'
146
+ yugur:
147
+ code: YG
148
+ numeric_code: '48'
149
+ gin:
150
+ code: GI
151
+ numeric_code: '49'
152
+ tatar:
153
+ code: TT
154
+ numeric_code: '50'
155
+ derung:
156
+ code: DR
157
+ numeric_code: '51'
158
+ oroqen:
159
+ code: OR
160
+ numeric_code: '52'
161
+ hezhen:
162
+ code: HZ
163
+ numeric_code: '53'
164
+ monba:
165
+ code: MB
166
+ numeric_code: '54'
167
+ lhoba:
168
+ code: LB
169
+ numeric_code: '55'
170
+ jino:
171
+ code: JN
172
+ numeric_code: '56'
173
+
174
+ # GB/T 3304-1991
175
+ unidom_china_ethnicity_numeric:
176
+ han:
177
+ code: '01'
178
+ alphabetic_code: HA
179
+ mongol:
180
+ code: '02'
181
+ alphabetic_code: MG
182
+ hui:
183
+ code: '03'
184
+ alphabetic_code: HU
185
+ tibetan:
186
+ code: '04'
187
+ alphabetic_code: ZA
188
+ uygur:
189
+ code: '05'
190
+ alphabetic_code: UG
191
+ miao:
192
+ code: '06'
193
+ alphabetic_code: MH
194
+ yi:
195
+ code: '07'
196
+ alphabetic_code: YI
197
+ zhuang:
198
+ code: '08'
199
+ alphabetic_code: ZH
200
+ buyei:
201
+ code: '09'
202
+ alphabetic_code: BY
203
+ korean:
204
+ code: '10'
205
+ alphabetic_code: CS
206
+ man:
207
+ code: '11'
208
+ alphabetic_code: MA
209
+ dong:
210
+ code: '12'
211
+ alphabetic_code: DO
212
+ yao:
213
+ code: '13'
214
+ alphabetic_code: YA
215
+ bai:
216
+ code: '14'
217
+ alphabetic_code: BA
218
+ tujia:
219
+ code: '15'
220
+ alphabetic_code: TJ
221
+ hani:
222
+ code: '16'
223
+ alphabetic_code: HN
224
+ kazak:
225
+ code: '17'
226
+ alphabetic_code: KZ
227
+ dai:
228
+ code: '18'
229
+ alphabetic_code: DA
230
+ li:
231
+ code: '19'
232
+ alphabetic_code: LI
233
+ lisu:
234
+ code: '20'
235
+ alphabetic_code: LS
236
+ va:
237
+ code: '21'
238
+ alphabetic_code: VA
239
+ she:
240
+ code: '22'
241
+ alphabetic_code: SH
242
+ gaoshan:
243
+ code: '23'
244
+ alphabetic_code: GS
245
+ lahu:
246
+ code: '24'
247
+ alphabetic_code: LH
248
+ sui:
249
+ code: '25'
250
+ alphabetic_code: SU
251
+ dongxiang:
252
+ code: '26'
253
+ alphabetic_code: DX
254
+ nazi:
255
+ code: '27'
256
+ alphabetic_code: NX
257
+ jingpo:
258
+ code: '28'
259
+ alphabetic_code: JP
260
+ kirgiz:
261
+ code: '29'
262
+ alphabetic_code: KG
263
+ tu:
264
+ code: '30'
265
+ alphabetic_code: TU
266
+ daur:
267
+ code: '31'
268
+ alphabetic_code: DU
269
+ mulao:
270
+ code: '32'
271
+ alphabetic_code: ML
272
+ qiang:
273
+ code: '33'
274
+ alphabetic_code: QI
275
+ blang:
276
+ code: '34'
277
+ alphabetic_code: BL
278
+ salar:
279
+ code: '35'
280
+ alphabetic_code: SL
281
+ maonan:
282
+ code: '36'
283
+ alphabetic_code: MN
284
+ gelao:
285
+ code: '37'
286
+ alphabetic_code: GL
287
+ xibe:
288
+ code: '38'
289
+ alphabetic_code: XB
290
+ achang:
291
+ code: '39'
292
+ alphabetic_code: AC
293
+ pumi:
294
+ code: '40'
295
+ alphabetic_code: PM
296
+ tajik:
297
+ code: '41'
298
+ alphabetic_code: TA
299
+ nu:
300
+ code: '42'
301
+ alphabetic_code: NU
302
+ uzbek:
303
+ code: '43'
304
+ alphabetic_code: UZ
305
+ russ:
306
+ code: '44'
307
+ alphabetic_code: RS
308
+ ewenki:
309
+ code: '45'
310
+ alphabetic_code: EW
311
+ deang:
312
+ code: '46'
313
+ alphabetic_code: DE
314
+ bonan:
315
+ code: '47'
316
+ alphabetic_code: BN
317
+ yugur:
318
+ code: '48'
319
+ alphabetic_code: YG
320
+ gin:
321
+ code: '49'
322
+ alphabetic_code: GI
323
+ tatar:
324
+ code: '50'
325
+ alphabetic_code: TT
326
+ derung:
327
+ code: '51'
328
+ alphabetic_code: DR
329
+ oroqen:
330
+ code: '52'
331
+ alphabetic_code: OR
332
+ hezhen:
333
+ code: '53'
334
+ alphabetic_code: HZ
335
+ monba:
336
+ code: '54'
337
+ alphabetic_code: MB
338
+ lhoba:
339
+ code: '55'
340
+ alphabetic_code: LB
341
+ jino:
342
+ code: '56'
343
+ alphabetic_code: JN
@@ -0,0 +1,61 @@
1
+ 'zh-CN':
2
+ enum:
3
+
4
+ # GB 3304-1991
5
+ unidom_china_ethnicity:
6
+ achang: 阿昌族
7
+ bai: 白族
8
+ blang: 布朗族
9
+ bonan: 保安族
10
+ buyei: 布依族
11
+ dai: 傣族
12
+ daur: 达斡尔族
13
+ deang: 德昂族
14
+ derung: 独龙族
15
+ dong: 侗族
16
+ dongxiang: 东乡族
17
+ ewenki: 鄂温克族
18
+ gaoshan: 高山族
19
+ gelao: 仡佬族
20
+ gin: 京族
21
+ han: 汉族
22
+ hani: 哈尼族
23
+ hezhen: 赫哲族
24
+ hui: 回族
25
+ jingpo: 景颇族
26
+ jino: 基诺族
27
+ kazak: 哈萨克族
28
+ kirgiz: 柯尔克孜族
29
+ korean: 朝鲜族
30
+ lahu: 拉祜族
31
+ lhoba: 珞巴族
32
+ li: 黎族
33
+ lisu: 傈僳族
34
+ man: 满族
35
+ maonan: 毛南族
36
+ miao: 苗族
37
+ monba: 门巴族
38
+ mongol: 蒙古族
39
+ mulao: 仫佬族
40
+ nazi: 纳西族
41
+ nu: 怒族
42
+ oroqen: 鄂伦春族
43
+ pumi: 普米族
44
+ qiang: 羌族
45
+ russ: 俄罗斯族
46
+ salar: 撒拉族
47
+ she: 畲族
48
+ sui: 水族
49
+ tajik: 塔吉克族
50
+ tatar: 塔塔尔族
51
+ tibetan: 藏族
52
+ tu: 土族
53
+ tujia: 土家族
54
+ uygur: 维吾尔族
55
+ uzbek: 乌孜别克族
56
+ va: 佤族
57
+ xibe: 锡伯族
58
+ yao: 瑶族
59
+ yi: 彝族
60
+ yugur: 裕固族
61
+ zhuang: 壮族
@@ -0,0 +1,2 @@
1
+ Unidom::Party::China::Engine.routes.draw do
2
+ end
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :party do
3
+ # # Task goes here
4
+ # end
@@ -0,0 +1,8 @@
1
+ require 'unidom/party/china/engine'
2
+
3
+ module Unidom
4
+ module Party
5
+ module China
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,21 @@
1
+ require 'unidom/common/yaml_helper'
2
+
3
+ module Unidom
4
+ module Party
5
+ module China
6
+ class Engine < ::Rails::Engine
7
+
8
+ isolate_namespace ::Unidom::Party::China
9
+
10
+ initializer :load_config_initializers do |app|
11
+ Unidom::Common::YamlHelper.load_enum config: app.config, root: config.root
12
+ end
13
+
14
+ initializer :append_migrations do |app|
15
+ config.paths['db/migrate'].expanded.each { |expanded_path| app.config.paths['db/migrate'] << expanded_path } unless app.root.to_s.match root.to_s
16
+ end
17
+
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,7 @@
1
+ module Unidom
2
+ module Party
3
+ module China
4
+ VERSION = '0.1'.freeze
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: unidom-party-china
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.1'
5
+ platform: ruby
6
+ authors:
7
+ - Topbit Du
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-11-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: unidom-common
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: progne_tapera
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0.2'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0.2'
41
+ description: Unidom (UNIfied Domain Object Model) is a series of domain model engines.
42
+ The China Party domain model engine includes the Ethnicity enum code and the Marital
43
+ Status enum code. Unidom (统一领域对象模型)是一系列的领域模型引擎。中国参与者领域模型引擎包括民族、婚姻状况枚举编码。
44
+ email:
45
+ - topbit.du@gmail.com
46
+ executables: []
47
+ extensions: []
48
+ extra_rdoc_files: []
49
+ files:
50
+ - MIT-LICENSE
51
+ - README.md
52
+ - Rakefile
53
+ - app/assets/config/unidom-party-china_manifest.js
54
+ - app/assets/javascripts/unidom/party/china/application.js
55
+ - app/assets/stylesheets/unidom/party/china/application.css
56
+ - app/controllers/unidom/party/china/application_controller.rb
57
+ - app/helpers/unidom/party/china/application_helper.rb
58
+ - app/jobs/unidom/party/china/application_job.rb
59
+ - app/mailers/unidom/party/china/application_mailer.rb
60
+ - app/models/unidom/party/china/application_record.rb
61
+ - app/types/unidom/party/china/ethnicity.rb
62
+ - app/views/layouts/unidom/party/china/application.html.erb
63
+ - config/enum.yml
64
+ - config/locales/enum.zh-CN.yml
65
+ - config/routes.rb
66
+ - lib/tasks/party_tasks.rake
67
+ - lib/unidom/party/china.rb
68
+ - lib/unidom/party/china/engine.rb
69
+ - lib/unidom/party/china/version.rb
70
+ homepage: http://github.com/topbitdu/unidom-party-china
71
+ licenses:
72
+ - MIT
73
+ metadata: {}
74
+ post_install_message:
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project:
90
+ rubygems_version: 2.6.4
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: Unidom Party China Domain Model Engine 中国参与者领域模型引擎
94
+ test_files: []