elibri_onix_dict 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.6"
8
+ s.version = "0.0.7"
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-16}
12
+ s.date = %q{2012-02-24}
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 = [
@@ -34,6 +34,7 @@ Gem::Specification.new do |s|
34
34
  "lib/elibri_onix_dict/onix_3_0/serialized/ContentSourceType.yml",
35
35
  "lib/elibri_onix_dict/onix_3_0/serialized/ContributorRole.yml",
36
36
  "lib/elibri_onix_dict/onix_3_0/serialized/DateFormat.yml",
37
+ "lib/elibri_onix_dict/onix_3_0/serialized/EpubTechnicalProtection.yml",
37
38
  "lib/elibri_onix_dict/onix_3_0/serialized/ExtentType.yml",
38
39
  "lib/elibri_onix_dict/onix_3_0/serialized/ExtentUnit.yml",
39
40
  "lib/elibri_onix_dict/onix_3_0/serialized/LanguageCode.yml",
@@ -45,6 +46,7 @@ Gem::Specification.new do |s|
45
46
  "lib/elibri_onix_dict/onix_3_0/serialized/PriceTypeCode.yml",
46
47
  "lib/elibri_onix_dict/onix_3_0/serialized/ProductAvailabilityType.yml",
47
48
  "lib/elibri_onix_dict/onix_3_0/serialized/ProductFormCode.yml",
49
+ "lib/elibri_onix_dict/onix_3_0/serialized/ProductFormDetail.yml",
48
50
  "lib/elibri_onix_dict/onix_3_0/serialized/ProductIDType.yml",
49
51
  "lib/elibri_onix_dict/onix_3_0/serialized/ProductRelationType.yml",
50
52
  "lib/elibri_onix_dict/onix_3_0/serialized/PublishingDateRole.yml",
@@ -0,0 +1,22 @@
1
+
2
+ ---
3
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::EpubTechnicalProtection
4
+ onix_code: '00'
5
+ const_name: NONE
6
+ name:
7
+ en: none
8
+ pl: brak
9
+
10
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::EpubTechnicalProtection
11
+ onix_code: '01'
12
+ const_name: DRM
13
+ name:
14
+ en: DRM
15
+ pl: DRM
16
+
17
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::EpubTechnicalProtection
18
+ onix_code: '02'
19
+ const_name: WATERMARK
20
+ name:
21
+ en: watermark
22
+ pl: watermark
@@ -0,0 +1,22 @@
1
+
2
+ ---
3
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormDetail
4
+ onix_code: 'E101'
5
+ const_name: EPUB
6
+ name:
7
+ en: EPUB
8
+ pl: EPUB
9
+
10
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormDetail
11
+ onix_code: 'E107'
12
+ const_name: PDF
13
+ name:
14
+ en: PDF
15
+ pl: PDF
16
+
17
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormDetail
18
+ onix_code: 'E127'
19
+ const_name: MOBIPOCKET
20
+ name:
21
+ en: Mobipocket
22
+ pl: Mobipocket
@@ -5,7 +5,7 @@ module Elibri
5
5
  module Version
6
6
  MAJOR = 0
7
7
  MINOR = 0
8
- PATCH = 6
8
+ PATCH = 7
9
9
 
10
10
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
11
11
  end
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
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-12-16 00:00:00 +01:00
18
+ date: 2012-02-24 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -119,6 +119,7 @@ files:
119
119
  - lib/elibri_onix_dict/onix_3_0/serialized/ContentSourceType.yml
120
120
  - lib/elibri_onix_dict/onix_3_0/serialized/ContributorRole.yml
121
121
  - lib/elibri_onix_dict/onix_3_0/serialized/DateFormat.yml
122
+ - lib/elibri_onix_dict/onix_3_0/serialized/EpubTechnicalProtection.yml
122
123
  - lib/elibri_onix_dict/onix_3_0/serialized/ExtentType.yml
123
124
  - lib/elibri_onix_dict/onix_3_0/serialized/ExtentUnit.yml
124
125
  - lib/elibri_onix_dict/onix_3_0/serialized/LanguageCode.yml
@@ -130,6 +131,7 @@ files:
130
131
  - lib/elibri_onix_dict/onix_3_0/serialized/PriceTypeCode.yml
131
132
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductAvailabilityType.yml
132
133
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductFormCode.yml
134
+ - lib/elibri_onix_dict/onix_3_0/serialized/ProductFormDetail.yml
133
135
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductIDType.yml
134
136
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductRelationType.yml
135
137
  - lib/elibri_onix_dict/onix_3_0/serialized/PublishingDateRole.yml