unidom-position 1.5.8 → 1.5.9

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: b4b642a83456aff849e3458eac64af8bdb5bdec1
4
- data.tar.gz: f5d49dddcdbc8319310f2a70936843c8efedf953
3
+ metadata.gz: 05ef8da488cbabf46c02ffbc7a9c57df7ad7b5f8
4
+ data.tar.gz: 2588c3b6c9d996ccad38987061ebe8e18dc11318
5
5
  SHA512:
6
- metadata.gz: '0857c5a2ba065b53eb1a2fff10ce467a77535b25d8536af9b0d029b64546d982c93ff4af59178efd1722e9f0dd6cfcb9c95a0423e2726a4f5dc350716b5a10cf'
7
- data.tar.gz: 015de50c06d72595d45aa0832313474641af14aa66e09332d3503786a0a014a94568ed0010e0a411272a50202a5ac84abf4e24df105acadc288264c5c377a4f1
6
+ metadata.gz: 5d35eab7c3cdac0108a7ba67cb90d1a638b39e8f1836f63b6a0f5a4eaee2173a0b5da218f1ce2a3304effdc4f1ef27e80ae7704c009a050a4959c3668c328729
7
+ data.tar.gz: c55a01cb9552a6c8cecf2e829d4cbde9831db0eaa2a9b017ae6b82cce8f93630d7e7dab96ea9dd1828ff60f1cdd5863ee87284fea8e51f6d746dc12c3ae4837c
@@ -14,8 +14,8 @@ class CreateUnidomOccupations < ActiveRecord::Migration
14
14
  t.text :instruction
15
15
 
16
16
  t.column :state, 'char(1)', null: false, default: 'C'
17
- t.datetime :opened_at, null: false, default: Time.utc(1970)
18
- t.datetime :closed_at, null: false, default: ::Time.utc(3000)
17
+ t.datetime :opened_at, null: false, default: Unidom::Common::OPENED_AT
18
+ t.datetime :closed_at, null: false, default: Unidom::Common::CLOSED_AT
19
19
  t.boolean :defunct, null: false, default: false
20
20
  t.jsonb :notation, null: false, default: {}
21
21
 
@@ -14,8 +14,8 @@ class CreateUnidomPositions < ActiveRecord::Migration
14
14
  t.text :instruction
15
15
 
16
16
  t.column :state, 'char(1)', null: false, default: 'C'
17
- t.datetime :opened_at, null: false, default: ::Time.utc(1970)
18
- t.datetime :closed_at, null: false, default: ::Time.utc(3000)
17
+ t.datetime :opened_at, null: false, default: Unidom::Common::OPENED_AT
18
+ t.datetime :closed_at, null: false, default: Unidom::Common::CLOSED_AT
19
19
  t.boolean :defunct, null: false, default: false
20
20
  t.jsonb :notation, null: false, default: {}
21
21
 
@@ -20,8 +20,8 @@ class CreateUnidomPosts < ActiveRecord::Migration
20
20
  t.text :instruction
21
21
 
22
22
  t.column :state, 'char(1)', null: false, default: 'C'
23
- t.datetime :opened_at, null: false, default: ::Time.utc(1970)
24
- t.datetime :closed_at, null: false, default: ::Time.utc(3000)
23
+ t.datetime :opened_at, null: false, default: Unidom::Common::OPENED_AT
24
+ t.datetime :closed_at, null: false, default: Unidom::Common::CLOSED_AT
25
25
  t.boolean :defunct, null: false, default: false
26
26
  t.jsonb :notation, null: false, default: {}
27
27
 
@@ -13,8 +13,8 @@ class CreateUnidomPostReportingStructures < ActiveRecord::Migration
13
13
  t.text :instruction
14
14
 
15
15
  t.column :state, 'char(1)', null: false, default: 'C'
16
- t.datetime :opened_at, null: false, default: Time.utc(1970)
17
- t.datetime :closed_at, null: false, default: Time.utc(3000)
16
+ t.datetime :opened_at, null: false, default: Unidom::Common::OPENED_AT
17
+ t.datetime :closed_at, null: false, default: Unidom::Common::CLOSED_AT
18
18
  t.boolean :defunct, null: false, default: false
19
19
  t.jsonb :notation, null: false, default: {}
20
20
 
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Position
3
- VERSION = '1.5.8'.freeze
3
+ VERSION = '1.5.9'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-position
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.8
4
+ version: 1.5.9
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-04-25 00:00:00.000000000 Z
11
+ date: 2017-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.9'
19
+ version: '1.10'
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.9'
26
+ version: '1.10'
27
27
  description: Unidom (UNIfied Domain Object Model) is a series of domain model engines.
28
28
  The Position domain model engine includes the Occupation, Position, Post, and Position
29
29
  Reporting Structure models. Unidom (统一领域对象模型)是一系列的领域模型引擎。职位领域模型引擎包括职业、职位、岗位及职位报告关系模型。