unidom-standard 1.4.9 → 2.0

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
- SHA1:
3
- metadata.gz: f23afa10ad48dfab0c3947f899ed04325f6c7513
4
- data.tar.gz: 654eecf63b7791d9918ed92f817a036f03eb5237
2
+ SHA256:
3
+ metadata.gz: b6a7fe3e1d00427ca0d5cb7289ca5aebc381af09812bfe0f16bde62fa662db53
4
+ data.tar.gz: 5a734d5386232140bb1871789ea3c1208367e2847091d6b93665e18bec53adeb
5
5
  SHA512:
6
- metadata.gz: 86badf459f93b5d42d83e21467311c76ee763bda814bcba932388a183b807488facc35107aeb72df2d744dce9eb8d2b366cbd1369303a3d22ed1a5acbafe2fd1
7
- data.tar.gz: 0c779591a6e5e92887a89ab6f233ef59d447f244624f763562249a4a470931f2301ab87e3de9ca11bd21e62ae03f84e01c96a72f51e25716a985ae5d34aa124b
6
+ metadata.gz: 0b61e0438acf59406e8ddefcaca89c442ce57db34b67ee175fd79511f915fe9f76caa5c09c9c6ec343fe1dcffa6da7b047078007f7ab74c20ca09204b6a6a310
7
+ data.tar.gz: 06cc5e699490a5801cbd94538d5e136dda47f2f129195e0e17a6143eed439404d27732275ccb8b5a6ade568cd486161d211754359b599feff7e06605a9cba0c8
@@ -17,7 +17,7 @@ class CreateUnidomStandards < ActiveRecord::Migration
17
17
  t.date :applied_on, null: false, default: '3000-01-01'
18
18
  t.date :obsoleted_on, null: false, default: '3000-01-01'
19
19
 
20
- t.column :state, 'char(1)', null: false, default: 'C'
20
+ t.column :state, 'char(1)', null: false, default: Unidom::Common::STATE
21
21
  t.datetime :opened_at, null: false, default: Unidom::Common::OPENED_AT
22
22
  t.datetime :closed_at, null: false, default: Unidom::Common::CLOSED_AT
23
23
  t.boolean :defunct, null: false, default: false
@@ -9,7 +9,7 @@ class CreateUnidomStandardAssociatings < ActiveRecord::Migration
9
9
 
10
10
  t.column :association_code, 'char(4)', null: false, default: 'REVS'
11
11
 
12
- t.column :state, 'char(1)', null: false, default: 'C'
12
+ t.column :state, 'char(1)', null: false, default: Unidom::Common::STATE
13
13
  t.datetime :opened_at, null: false, default: Unidom::Common::OPENED_AT
14
14
  t.datetime :closed_at, null: false, default: Unidom::Common::CLOSED_AT
15
15
  t.boolean :defunct, null: false, default: false
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Standard
3
- VERSION = '1.4.9'.freeze
3
+ VERSION = '2.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.9
4
+ version: '2.0'
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-05-15 00:00:00.000000000 Z
11
+ date: 2020-04-20 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: '2.0'
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: '2.0'
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 (统一领域对象模型)是一系列的领域模型引擎。标准领域模型引擎包括标准和标准关联的模型。
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.6.4
86
+ rubygems_version: 3.1.2
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: Unidom Standard Domain Model Engine 标准领域模型引擎