elibri_onix_dict 0.0.41 → 0.0.43

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: 0ff193f1f505635dc344df147898c99a40bcee76d29cd8ffcb770fa2b5ce850e
4
- data.tar.gz: 16acfc0862f6e57447873c6148154b11b6711d2f97750ec4f7eca40e7bed79c3
3
+ metadata.gz: c4da9adf43ee5773608af487ee2f78533da4f161a72e88390c771cb8d7e60747
4
+ data.tar.gz: b8495326939294c06b2c42c88b39ec4efda9e46116a9c7aecfde534b7d7beabf
5
5
  SHA512:
6
- metadata.gz: fef0f75925c0022e05cc51754ced0f8db42a164513aa8ac1a7297dbd58f18edb6881b0a6f4ecf65b545e51e558542331e3febb3299c7d8fac9895158763394b3
7
- data.tar.gz: 7a5d69e9de4d4671e1697d32fd47d762e24c91937378364730dcd8b97e14e7274647739b1fbbcbe3e3eba224c13d84a319dfbffdd02855b6f86c8b00c226dc09
6
+ metadata.gz: fc7f28e5e101eba3a546941c67cc2005f5f4faf0793bf4aaaa4021086f0035cbc09439aeff12fbc897b2fc613dacf64fb870cb9daf9c4c5ff06ed940b803938c
7
+ data.tar.gz: 0b8d76bb30ec20c756ddb350df0f57d360259d06a53a76d6326cb3c728c386760c6474c36873acaecc958facb55c6feaa0c1c123d075be146fa474f379b174b5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elibri_onix_dict (0.0.27)
4
+ elibri_onix_dict (0.0.43)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -37,3 +37,6 @@ DEPENDENCIES
37
37
  jeweler (~> 1.6.2)
38
38
  minitest
39
39
  pry
40
+
41
+ BUNDLED WITH
42
+ 1.16.6
@@ -57,3 +57,10 @@
57
57
  en: full cover
58
58
  pl: okładka w dużej rozdzielczości (CMYK)
59
59
 
60
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ResourceContentType
61
+ onix_code: '16'
62
+ const_name: WIDGET
63
+ name:
64
+ en: widget
65
+ pl: interaktywny podgląd produktu
66
+
@@ -6,3 +6,10 @@
6
6
  name:
7
7
  en: downloadable file
8
8
  pl: plik do pobrania
9
+
10
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ResourceForm
11
+ onix_code: '03'
12
+ const_name: EMBEDDABLE_APPLICATION
13
+ name:
14
+ en: embeddable application
15
+ pl: skrypt do zintegrowania ze stroną internetową
@@ -0,0 +1,8 @@
1
+
2
+ ---
3
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::SupplierOwnCodeType
4
+ onix_code: '01'
5
+ const_name: SUPPLIERS_SALES_CLASSIFICATION
6
+ name:
7
+ en: supplier’s sales classification
8
+ pl: klasyfikacja sprzedawcy
@@ -1,7 +1,7 @@
1
1
  module Elibri
2
2
  module ONIX
3
3
  module Dict
4
- VERSION = "0.0.41"
4
+ VERSION = "0.0.43"
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.41
4
+ version: 0.0.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Urbanski
@@ -121,6 +121,7 @@ files:
121
121
  - lib/elibri_onix_dict/onix_3_0/serialized/ResourceVersionFeatureType.yml
122
122
  - lib/elibri_onix_dict/onix_3_0/serialized/SalesRestrictionType.yml
123
123
  - lib/elibri_onix_dict/onix_3_0/serialized/SubjectSchemeIdentifier.yml
124
+ - lib/elibri_onix_dict/onix_3_0/serialized/SupplierOwnCodeType.yml
124
125
  - lib/elibri_onix_dict/onix_3_0/serialized/SupplierRole.yml
125
126
  - lib/elibri_onix_dict/onix_3_0/serialized/TitleElementLevel.yml
126
127
  - lib/elibri_onix_dict/onix_3_0/serialized/TitleType.yml