unidom-category 0.2 → 0.3
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 +4 -4
- data/README.md +2 -0
- data/lib/unidom/category/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78f1f392e8788a464de23a8ad9a58d48b9ba8cca
|
|
4
|
+
data.tar.gz: 1ad515d53313b036ffa576f049a13f6da9bb83f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8485dba6321996d81ac620685268becd1cec51b930de237bd5f07b1f09b697340edfd977598e08a358f69bf97469899c7eaf3a647b9321aad27116e151405b67
|
|
7
|
+
data.tar.gz: 8f5be63d2ad92f6714668c996544e3319fb70334a236d074ba463b0fa11f11e6e3fbb75bac0b3ae42f41efb92dd6a537a2523a41f4d99f01fdc18e5dc49b911a
|
data/README.md
CHANGED
|
@@ -25,4 +25,6 @@ The migration versions start with 200003.
|
|
|
25
25
|
```ruby
|
|
26
26
|
Unidom::Category::Category.coded_as('x1').scheme_is(scheme).valid_at.alive.first
|
|
27
27
|
Unidom::Category::Categorizing.categorize!(category, product)
|
|
28
|
+
|
|
29
|
+
Unidom::Category::CategoryRollup.roll_up! parent_category, child_category
|
|
28
30
|
```
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unidom-category
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.3'
|
|
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-
|
|
11
|
+
date: 2016-08-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
19
|
version: '0.9'
|
|
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
26
|
version: '0.9'
|
|
27
27
|
description: Unidom (UNIfied Domain Object Model) is a series of domain model engines.
|