elibri_onix_dict 0.0.79 → 0.0.81

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: 0cff5a5055eaf527e6f99f9f00f7271542f34eb73f56c988fc801625b3b13233
4
- data.tar.gz: 0dbdb3924553d38b5cc32d01f2cad75a06fbfa13d3074dff3c3d26771ccd406b
3
+ metadata.gz: 2883ef85185fba68e62773583fe69c6933428fa953c7d8129b86b43623d36166
4
+ data.tar.gz: 534984e288a352b09139adc1300e3244340fb5888969b28de8efc04f5ae4fc0b
5
5
  SHA512:
6
- metadata.gz: ea274b5ec5b329e405dd86911cd2da852edb5047a76050b0380b6a43ff45d001eeeaa159407962666e3b4468e3dfe23c5c26694ccc32cce1387704eeb90dfde3
7
- data.tar.gz: 052b5a34d4b424b8d8bd277bf76fcfac751241a3c1553c53c23e959978dbfdc102695076d47c042bfd6faec35715d55b0390f0f2fb24c507294dc9c571ac1bb1
6
+ metadata.gz: ecea84495139edf48a1e8fe1ddf3803319bdffa5a9666b69952d4c49669fb9366b16ec15dd797a4a73130b1f25374c013a3880319e4413e9c6fdf3f2b62743c7
7
+ data.tar.gz: 6e9d7169b78ceeac093642c5690ac7225420c7c5e2fb8c9553ac3ba9c5d0b9cf2935d7944afc8ad85118eb25ba15ec9f8346894028cbda4bacafce6eeb33fc19
@@ -335,3 +335,10 @@
335
335
  name:
336
336
  en: Sanskrit
337
337
  pl: sanskryt
338
+
339
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::LanguageCode
340
+ onix_code: szl
341
+ name:
342
+ en: Silesian
343
+ pl: śląski
344
+
@@ -0,0 +1,17 @@
1
+
2
+ ---
3
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceDateRole
4
+ onix_code: '14'
5
+ const_name: FROM_DATE
6
+ name:
7
+ en: from date
8
+ pl: data od
9
+
10
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceDateRole
11
+ onix_code: '15'
12
+ const_name: UNTIL_DATE
13
+ name:
14
+ en: until date
15
+ pl: data do
16
+
17
+
@@ -1,7 +1,7 @@
1
1
  module Elibri
2
2
  module ONIX
3
3
  module Dict
4
- VERSION = "0.0.79"
4
+ VERSION = "0.0.81"
5
5
  Version = VERSION
6
6
  end
7
7
  end
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.79
4
+ version: 0.0.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Urbanski
@@ -117,6 +117,7 @@ files:
117
117
  - lib/elibri_onix_dict/onix_3_0/serialized/NameIdentifier.yml
118
118
  - lib/elibri_onix_dict/onix_3_0/serialized/NotificationType.yml
119
119
  - lib/elibri_onix_dict/onix_3_0/serialized/OtherTextType.yml
120
+ - lib/elibri_onix_dict/onix_3_0/serialized/PriceDateRole.yml
120
121
  - lib/elibri_onix_dict/onix_3_0/serialized/PricePositionOnProduct.yml
121
122
  - lib/elibri_onix_dict/onix_3_0/serialized/PricePrintedOnProduct.yml
122
123
  - lib/elibri_onix_dict/onix_3_0/serialized/PriceTypeCode.yml