elibri_onix_dict 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/elibri_onix_dict.gemspec +13 -2
- data/lib/elibri_onix_dict/onix_3_0/serialized/CollectionType.yml +8 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/ContentAudience.yml +8 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/ExtentType.yml +19 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/ExtentUnit.yml +20 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/MeasureType.yml +26 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/ProductIDType.yml +23 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/PublishingDateRole.yml +8 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/ResourceForm.yml +8 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/SubjectSchemeIdentifier.yml +8 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/TitleElementLevel.yml +15 -0
- data/lib/elibri_onix_dict/onix_3_0/serialized/UnnamedPersons.yml +8 -0
- data/lib/elibri_onix_dict/version.rb +1 -1
- metadata +15 -4
data/elibri_onix_dict.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{elibri_onix_dict}
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Marcin Urbanski"]
|
12
|
-
s.date = %q{2011-
|
12
|
+
s.date = %q{2011-11-02}
|
13
13
|
s.description = %q{EDItEUR ONIX format dictionary helpers used in eLibri publication system}
|
14
14
|
s.email = %q{marcin@urbanski.vdl.pl}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -29,23 +29,34 @@ Gem::Specification.new do |s|
|
|
29
29
|
"lib/elibri_onix_dict/onix_3_0/serialized/AudienceRangePrecision.yml",
|
30
30
|
"lib/elibri_onix_dict/onix_3_0/serialized/AudienceRangeQualifier.yml",
|
31
31
|
"lib/elibri_onix_dict/onix_3_0/serialized/Availability.yml",
|
32
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/CollectionType.yml",
|
33
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/ContentAudience.yml",
|
32
34
|
"lib/elibri_onix_dict/onix_3_0/serialized/ContributorRole.yml",
|
33
35
|
"lib/elibri_onix_dict/onix_3_0/serialized/DateFormat.yml",
|
36
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/ExtentType.yml",
|
37
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/ExtentUnit.yml",
|
34
38
|
"lib/elibri_onix_dict/onix_3_0/serialized/LanguageCode.yml",
|
35
39
|
"lib/elibri_onix_dict/onix_3_0/serialized/LanguageRole.yml",
|
40
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/MeasureType.yml",
|
36
41
|
"lib/elibri_onix_dict/onix_3_0/serialized/NotificationType.yml",
|
37
42
|
"lib/elibri_onix_dict/onix_3_0/serialized/OtherTextType.yml",
|
38
43
|
"lib/elibri_onix_dict/onix_3_0/serialized/PricePrintedOnProduct.yml",
|
39
44
|
"lib/elibri_onix_dict/onix_3_0/serialized/PriceTypeCode.yml",
|
40
45
|
"lib/elibri_onix_dict/onix_3_0/serialized/ProductAvailabilityType.yml",
|
41
46
|
"lib/elibri_onix_dict/onix_3_0/serialized/ProductFormCode.yml",
|
47
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/ProductIDType.yml",
|
42
48
|
"lib/elibri_onix_dict/onix_3_0/serialized/ProductRelationType.yml",
|
49
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/PublishingDateRole.yml",
|
43
50
|
"lib/elibri_onix_dict/onix_3_0/serialized/PublishingStatusCode.yml",
|
44
51
|
"lib/elibri_onix_dict/onix_3_0/serialized/ResourceContentType.yml",
|
52
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/ResourceForm.yml",
|
45
53
|
"lib/elibri_onix_dict/onix_3_0/serialized/ResourceMode.yml",
|
46
54
|
"lib/elibri_onix_dict/onix_3_0/serialized/SalesRestrictionType.yml",
|
55
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/SubjectSchemeIdentifier.yml",
|
47
56
|
"lib/elibri_onix_dict/onix_3_0/serialized/SupplierRole.yml",
|
57
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/TitleElementLevel.yml",
|
48
58
|
"lib/elibri_onix_dict/onix_3_0/serialized/TitleType.yml",
|
59
|
+
"lib/elibri_onix_dict/onix_3_0/serialized/UnnamedPersons.yml",
|
49
60
|
"lib/elibri_onix_dict/releases.rb",
|
50
61
|
"lib/elibri_onix_dict/version.rb",
|
51
62
|
"test/elibri_onix_dict_release_3_0_test.rb",
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ExtentType
|
3
|
+
onix_code: '00'
|
4
|
+
const_name: PAGE_COUNT
|
5
|
+
name:
|
6
|
+
en: page count
|
7
|
+
pl: ilość stron
|
8
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ExtentType
|
9
|
+
onix_code: '09'
|
10
|
+
const_name: DURATION
|
11
|
+
name:
|
12
|
+
en: duration
|
13
|
+
pl: czas trwania
|
14
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ExtentType
|
15
|
+
onix_code: '22'
|
16
|
+
const_name: FILE_SIZE
|
17
|
+
name:
|
18
|
+
en: file size
|
19
|
+
pl: rozmiar pliku
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
---
|
3
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ExtentUnit
|
4
|
+
onix_code: '03'
|
5
|
+
const_name: PAGES
|
6
|
+
name:
|
7
|
+
en: pages
|
8
|
+
pl: strony
|
9
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ExtentUnit
|
10
|
+
onix_code: '05'
|
11
|
+
const_name: MINUTES
|
12
|
+
name:
|
13
|
+
en: minutes
|
14
|
+
pl: minuty
|
15
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ExtentUnit
|
16
|
+
onix_code: '19'
|
17
|
+
const_name: MEGABYTES
|
18
|
+
name:
|
19
|
+
en: megabytes
|
20
|
+
pl: megabajty
|
@@ -0,0 +1,26 @@
|
|
1
|
+
|
2
|
+
---
|
3
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::MeasureType
|
4
|
+
onix_code: '01'
|
5
|
+
const_name: HEIGHT
|
6
|
+
name:
|
7
|
+
en: height
|
8
|
+
pl: wysokość
|
9
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::MeasureType
|
10
|
+
onix_code: '02'
|
11
|
+
const_name: WIDTH
|
12
|
+
name:
|
13
|
+
en: width
|
14
|
+
pl: szerokość
|
15
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::MeasureType
|
16
|
+
onix_code: '03'
|
17
|
+
const_name: THICKNESS
|
18
|
+
name:
|
19
|
+
en: thickness
|
20
|
+
pl: grubość
|
21
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::MeasureType
|
22
|
+
onix_code: '08'
|
23
|
+
const_name: WEIGHT
|
24
|
+
name:
|
25
|
+
en: weight
|
26
|
+
pl: masa
|
@@ -0,0 +1,23 @@
|
|
1
|
+
|
2
|
+
---
|
3
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductIDType
|
4
|
+
onix_code: '01'
|
5
|
+
const_name: PROPRIETARY
|
6
|
+
name:
|
7
|
+
en: proprietary
|
8
|
+
pl: własnościowy
|
9
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductIDType
|
10
|
+
onix_code: '03'
|
11
|
+
const_name: EAN
|
12
|
+
name:
|
13
|
+
en: EAN
|
14
|
+
pl: EAN
|
15
|
+
|
16
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductIDType
|
17
|
+
onix_code: '15'
|
18
|
+
const_name: ISBN13
|
19
|
+
name:
|
20
|
+
en: ISBN-13
|
21
|
+
pl: ISBN-13
|
22
|
+
|
23
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
---
|
3
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::TitleElementLevel
|
4
|
+
onix_code: '01'
|
5
|
+
const_name: PRODUCT
|
6
|
+
name:
|
7
|
+
en: product
|
8
|
+
pl: produkt
|
9
|
+
|
10
|
+
- !ruby/object:Elibri::ONIX::Dict::Release_3_0::TitleElementLevel
|
11
|
+
onix_code: '02'
|
12
|
+
const_name: COLLECTION
|
13
|
+
name:
|
14
|
+
en: collection
|
15
|
+
pl: kolekcja
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elibri_onix_dict
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Marcin Urbanski
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-11-02 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -114,23 +114,34 @@ files:
|
|
114
114
|
- lib/elibri_onix_dict/onix_3_0/serialized/AudienceRangePrecision.yml
|
115
115
|
- lib/elibri_onix_dict/onix_3_0/serialized/AudienceRangeQualifier.yml
|
116
116
|
- lib/elibri_onix_dict/onix_3_0/serialized/Availability.yml
|
117
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/CollectionType.yml
|
118
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/ContentAudience.yml
|
117
119
|
- lib/elibri_onix_dict/onix_3_0/serialized/ContributorRole.yml
|
118
120
|
- lib/elibri_onix_dict/onix_3_0/serialized/DateFormat.yml
|
121
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/ExtentType.yml
|
122
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/ExtentUnit.yml
|
119
123
|
- lib/elibri_onix_dict/onix_3_0/serialized/LanguageCode.yml
|
120
124
|
- lib/elibri_onix_dict/onix_3_0/serialized/LanguageRole.yml
|
125
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/MeasureType.yml
|
121
126
|
- lib/elibri_onix_dict/onix_3_0/serialized/NotificationType.yml
|
122
127
|
- lib/elibri_onix_dict/onix_3_0/serialized/OtherTextType.yml
|
123
128
|
- lib/elibri_onix_dict/onix_3_0/serialized/PricePrintedOnProduct.yml
|
124
129
|
- lib/elibri_onix_dict/onix_3_0/serialized/PriceTypeCode.yml
|
125
130
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductAvailabilityType.yml
|
126
131
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductFormCode.yml
|
132
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/ProductIDType.yml
|
127
133
|
- lib/elibri_onix_dict/onix_3_0/serialized/ProductRelationType.yml
|
134
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/PublishingDateRole.yml
|
128
135
|
- lib/elibri_onix_dict/onix_3_0/serialized/PublishingStatusCode.yml
|
129
136
|
- lib/elibri_onix_dict/onix_3_0/serialized/ResourceContentType.yml
|
137
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/ResourceForm.yml
|
130
138
|
- lib/elibri_onix_dict/onix_3_0/serialized/ResourceMode.yml
|
131
139
|
- lib/elibri_onix_dict/onix_3_0/serialized/SalesRestrictionType.yml
|
140
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/SubjectSchemeIdentifier.yml
|
132
141
|
- lib/elibri_onix_dict/onix_3_0/serialized/SupplierRole.yml
|
142
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/TitleElementLevel.yml
|
133
143
|
- lib/elibri_onix_dict/onix_3_0/serialized/TitleType.yml
|
144
|
+
- lib/elibri_onix_dict/onix_3_0/serialized/UnnamedPersons.yml
|
134
145
|
- lib/elibri_onix_dict/releases.rb
|
135
146
|
- lib/elibri_onix_dict/version.rb
|
136
147
|
- test/elibri_onix_dict_release_3_0_test.rb
|