elibri_onix 0.1.22 → 0.1.23
Sign up to get free protection for your applications and to get access to all the features.
- data/FIELDS.rdoc +1 -1
- data/Gemfile.lock +1 -1
- data/lib/elibri_onix/onix_3_0/related_product.rb +1 -1
- data/lib/elibri_onix/version.rb +1 -1
- metadata +3 -3
data/FIELDS.rdoc
CHANGED
data/Gemfile.lock
CHANGED
@@ -31,7 +31,7 @@ module Elibri
|
|
31
31
|
|
32
32
|
|
33
33
|
def record_reference
|
34
|
-
identifiers.find {|identifier| identifier.type == 01 && identifier.
|
34
|
+
identifiers.find {|identifier| identifier.type.to_s == '01' && identifier.type_name == 'elibri' }.try(:value)
|
35
35
|
end
|
36
36
|
|
37
37
|
|
data/lib/elibri_onix/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elibri_onix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 53
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 23
|
10
|
+
version: 0.1.23
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Marcin Urbanski
|