elibri_onix 0.5.1 → 0.5.2
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/lib/elibri_onix/onix_3_0/product.rb +1 -1
- data/lib/elibri_onix/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26542b4c258628d80217924c479e14ff7031b56c5f02e5bd5fac7819431debc7
|
|
4
|
+
data.tar.gz: c1de2796862089fd0709d68e9a2736fe996aa4da451cec2376c9dd1a3268b105
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c637c20a1ce6bfe205236e8f222c6486c037f2a3a4aef35682631a603a90361e7a4a7ec9821033794f29f115e2edcba5971593872cb056e65e4f6a42a35bf91
|
|
7
|
+
data.tar.gz: 6ae7d814b132e1c41ab566838941dcdd62ac1b71c07181d69b11e08847426e44d74e8b6508e371d9396f5419dd3f1fe14a3fa5e770b302a25180d0fae9f7dadd
|
|
@@ -309,7 +309,7 @@ module Elibri
|
|
|
309
309
|
def self.determine_cover_type(product_form, product_form_detail)
|
|
310
310
|
if product_form == "BG"
|
|
311
311
|
"skórzana"
|
|
312
|
-
elsif product_form == "
|
|
312
|
+
elsif product_form == "BP"
|
|
313
313
|
"gąbka"
|
|
314
314
|
elsif product_form == "BC"
|
|
315
315
|
if product_form_detail == "B504"
|
data/lib/elibri_onix/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elibri_onix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcin Urbanski
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-
|
|
12
|
+
date: 2019-12-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|