elibri_onix_dict 0.0.40 → 0.0.41
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ff193f1f505635dc344df147898c99a40bcee76d29cd8ffcb770fa2b5ce850e
|
4
|
+
data.tar.gz: 16acfc0862f6e57447873c6148154b11b6711d2f97750ec4f7eca40e7bed79c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fef0f75925c0022e05cc51754ced0f8db42a164513aa8ac1a7297dbd58f18edb6881b0a6f4ecf65b545e51e558542331e3febb3299c7d8fac9895158763394b3
|
7
|
+
data.tar.gz: 7a5d69e9de4d4671e1697d32fd47d762e24c91937378364730dcd8b97e14e7274647739b1fbbcbe3e3eba224c13d84a319dfbffdd02855b6f86c8b00c226dc09
|
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
---
|
3
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::Proximity
|
4
|
+
onix_code: '03'
|
5
|
+
const_name: EXACTLY
|
6
|
+
name:
|
7
|
+
en: Exactly
|
8
|
+
pl: dokładnie
|
9
|
+
|
10
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::Proximity
|
11
|
+
onix_code: '07'
|
12
|
+
const_name: MORE_THAN
|
13
|
+
name:
|
14
|
+
en: more than
|
15
|
+
pl: więcej niż
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elibri_onix_dict
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.41
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcin Urbanski
|
@@ -112,6 +112,7 @@ files:
|
|
112
112
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductFormDetail.yml
|
113
113
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductIDType.yml
|
114
114
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductRelationType.yml
|
115
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/Proximity.yml
|
115
116
|
- lib/elibri_onix_dict/onix_3_0/serialized/PublishingDateRole.yml
|
116
117
|
- lib/elibri_onix_dict/onix_3_0/serialized/PublishingStatusCode.yml
|
117
118
|
- lib/elibri_onix_dict/onix_3_0/serialized/ResourceContentType.yml
|