elibri_onix_dict 0.0.78 → 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: 8696315a350a2cc53d74e9f0656db5165bfeb1a5e692a9ababff74caeadb563f
4
- data.tar.gz: 2b797c34277ad2aef755fa877c9978ef93c4898f0bb51d5adcac846e81bab7b1
3
+ metadata.gz: 2883ef85185fba68e62773583fe69c6933428fa953c7d8129b86b43623d36166
4
+ data.tar.gz: 534984e288a352b09139adc1300e3244340fb5888969b28de8efc04f5ae4fc0b
5
5
  SHA512:
6
- metadata.gz: c8dc05e97d8acff2891c824e903d1712421072c333fd02ffdd66108f5444460b00647fcbc2b3377915c7019613f6ccb4700c2dd6fe147d7eaef88c896e8ce439
7
- data.tar.gz: 40a4af433d342030369ff2ec0bd00b3b480876908d3ffc2cec10e88aadfe25193ed3241595d050b8c49eb89072994b10793dc9804c3f2d5507bbe9039af6fff0
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,4 +1,3 @@
1
-
2
1
  ---
3
2
  - !ruby/object:Elibri::ONIX::Dict::Release_3_0::WebsiteRole
4
3
  onix_code: '01'
@@ -7,7 +6,6 @@
7
6
  en: publisher's webpage
8
7
  pl: strona www wydawnictwa
9
8
 
10
- ---
11
9
  - !ruby/object:Elibri::ONIX::Dict::Release_3_0::WebsiteRole
12
10
  onix_code: '02'
13
11
  const_name: PUBLISHER_WEBPAGE_FOR_SPECIFIED_WORK
@@ -1,7 +1,7 @@
1
1
  module Elibri
2
2
  module ONIX
3
3
  module Dict
4
- VERSION = "0.0.78"
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.78
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