unidom-standard 1.3.4 → 1.3.5

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: d6c8bf70a8bbc8feb282b76b972812f873f7042d
4
- data.tar.gz: 355959cfb5080dbdbdab4eb61e4a59da6d7ad0da
3
+ metadata.gz: 51b11fd92fda4c1b24925251aae05d26d27b0406
4
+ data.tar.gz: 6622e67c22115bb4c22034af72e5f472f67d6615
5
5
  SHA512:
6
- metadata.gz: e8a0d8c3a69ec5f2b9bc337b60462cdbd8c95ad5191dc9f2d7bec830d24e25fbb2a8456edcba66519d3cb4f10a2349618477e1175439f3c28b9be432056f2277
7
- data.tar.gz: 0fd30213aa9a5d3fedb3db0f79c0659a04db9eaf7c7bb2b647919c29f25ecb7a929f035edcfa7cc913e128d360b82ad01e85125adbb62256949a52d587dfee4f
6
+ metadata.gz: 57e2a4a65490b7d8990ee53edd33e42814402941937817b3b8559f7c046b7ade9b62de06902e3f5a1bb9ff83d984a06a07bbf4dae292ad7c096dfaf873106f09
7
+ data.tar.gz: 84b31568d8cb493a9de1fb2cbea0e991e991a7b253e2b970f9221ccd3a00d4bea2bbb89e53802751df6ddc6c7ce8ee7efd36f817a9a44ee406f5f1a543cc6225
@@ -1,3 +1,6 @@
1
+ ##
2
+ # As Source Standard 是源标准的领域逻辑关注点。
3
+
1
4
  module Unidom::Standard::Concerns::AsSourceStandard
2
5
 
3
6
  extend ActiveSupport::Concern
@@ -1,3 +1,6 @@
1
+ ##
2
+ # As Target Standard 是目标标准的领域逻辑关注点。
3
+
1
4
  module Unidom::Standard::Concerns::AsTargetStandard
2
5
 
3
6
  extend ActiveSupport::Concern
@@ -1,3 +1,4 @@
1
+ ##
1
2
  # Standard 是标准。
2
3
  # 起草单位: 归口单位:
3
4
  # 标引依据:国家标准公告2015年第38号
@@ -1,5 +1,7 @@
1
+ ##
1
2
  # Standard Association 是标准之间的关联关系。
2
3
  # association_code: REVS 修订,RFRC 引用。
4
+
3
5
  class Unidom::Standard::StandardAssociating < Unidom::Standard::ApplicationRecord
4
6
 
5
7
  self.table_name = 'unidom_standard_associatings'
@@ -3,11 +3,11 @@ module Unidom
3
3
 
4
4
  class Engine < ::Rails::Engine
5
5
 
6
+ include Unidom::Common::EngineExtension
7
+
6
8
  isolate_namespace ::Unidom::Standard
7
9
 
8
- initializer :append_migrations do |app|
9
- config.paths['db/migrate'].expanded.each { |expanded_path| app.config.paths['db/migrate'] << expanded_path } unless app.root.to_s.match root.to_s
10
- end
10
+ enable_initializer enum_enabled: false, migration_enabled: true
11
11
 
12
12
  end
13
13
 
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Standard
3
- VERSION = '1.3.4'.freeze
3
+ VERSION = '1.3.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.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: 2016-12-26 00:00:00.000000000 Z
11
+ date: 2017-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.7.1
19
+ version: '1.8'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.7.1
26
+ version: '1.8'
27
27
  description: Unidom (UNIfied Domain Object Model) is a series of domain model engines.
28
28
  The Standard domain model engine includes Standard and Standard Association models.
29
29
  Unidom (统一领域对象模型)是一系列的领域模型引擎。标准领域模型引擎包括标准和标准关联的模型。