unidom-accession 2.2.3 → 2.2.4

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: f4901c9358926d1fe7643e79340c01164ef08ad9
4
- data.tar.gz: 9ed2952f382b2ca023c2afc75dbb4e1929d5bd6c
3
+ metadata.gz: 012d8989d22cc1a70396227be823ecdf1640f964
4
+ data.tar.gz: af0883228bb847b40e3b3890e62fef0515ae47b7
5
5
  SHA512:
6
- metadata.gz: cc2093add643385332f9f5a89e8989bfaff25d2978e99bdab2a533b14cc5636e2de2162bb7649c6ac577604f77f78c50e79b8e6edb618c60dc49e9c8a6ddbba5
7
- data.tar.gz: c59be6a2e85431848d09e9c4a60989739ddaf06e648353680623fec22be641de08305281ba5eac731cf3af77fbe13d26d43168b534f4c34ffabc91ebdf99c7d4
6
+ metadata.gz: 66921b1c22723a9148484038ec268622499f5f3b9822aff6972229d94664a8300202a25cd223dd9a66959fd219221ded8aef7dd8820be388f74594d21f00f201
7
+ data.tar.gz: 34d2b918e9c4fbfe5a6aaf20627824ad900b87b34e04c12d6cea8a47a70733cb9e2e155692c8495f96903368161715b510dd2c6192c2c36fcacd03f37384a8dd
@@ -1,3 +1,6 @@
1
+ ##
2
+ # As Post Fulfilled 是被履行的职位的领域逻辑关注点。
3
+
1
4
  module Unidom::Accession::Concerns::AsPostFulfilled
2
5
 
3
6
  extend ActiveSupport::Concern
@@ -1,3 +1,6 @@
1
+ ##
2
+ # As Post Fulfiller 是履行职位的参与者的领域逻辑关注点。
3
+
1
4
  module Unidom::Accession::Concerns::AsPostFulfiller
2
5
 
3
6
  extend ActiveSupport::Concern
@@ -1,3 +1,4 @@
1
+ ##
1
2
  # Post Fulfillment 是岗位履行。
2
3
 
3
4
  class Unidom::Accession::PostFulfillment < Unidom::Accession::ApplicationRecord
@@ -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::Accession
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 Accession
3
- VERSION = '2.2.3'.freeze
3
+ VERSION = '2.2.4'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-accession
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3
4
+ version: 2.2.4
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-06 00:00:00.000000000 Z
11
+ date: 2017-01-03 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 Accession domain model engine includes Post Fullfillment and its relative models.
29
29
  Unidom (统一领域对象模型)是一系列的领域模型引擎。就职领域模型引擎包括岗位履行及其相关的模型。