elibri_onix_dict 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,85 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{elibri_onix_dict}
8
+ s.version = "0.0.2"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Marcin Urbanski"]
12
+ s.date = %q{2011-10-31}
13
+ s.description = %q{EDItEUR ONIX format dictionary helpers used in eLibri publication system}
14
+ s.email = %q{marcin@urbanski.vdl.pl}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ "Gemfile",
22
+ "Gemfile.lock",
23
+ "LICENSE.txt",
24
+ "README.rdoc",
25
+ "Rakefile",
26
+ "elibri_onix_dict.gemspec",
27
+ "lib/elibri_onix_dict.rb",
28
+ "lib/elibri_onix_dict/onix_3_0/base.rb",
29
+ "lib/elibri_onix_dict/onix_3_0/serialized/AudienceRangePrecision.yml",
30
+ "lib/elibri_onix_dict/onix_3_0/serialized/AudienceRangeQualifier.yml",
31
+ "lib/elibri_onix_dict/onix_3_0/serialized/Availability.yml",
32
+ "lib/elibri_onix_dict/onix_3_0/serialized/ContributorRole.yml",
33
+ "lib/elibri_onix_dict/onix_3_0/serialized/DateFormat.yml",
34
+ "lib/elibri_onix_dict/onix_3_0/serialized/LanguageCode.yml",
35
+ "lib/elibri_onix_dict/onix_3_0/serialized/LanguageRole.yml",
36
+ "lib/elibri_onix_dict/onix_3_0/serialized/NotificationType.yml",
37
+ "lib/elibri_onix_dict/onix_3_0/serialized/OtherTextType.yml",
38
+ "lib/elibri_onix_dict/onix_3_0/serialized/PricePrintedOnProduct.yml",
39
+ "lib/elibri_onix_dict/onix_3_0/serialized/PriceTypeCode.yml",
40
+ "lib/elibri_onix_dict/onix_3_0/serialized/ProductAvailabilityType.yml",
41
+ "lib/elibri_onix_dict/onix_3_0/serialized/ProductFormCode.yml",
42
+ "lib/elibri_onix_dict/onix_3_0/serialized/ProductRelationType.yml",
43
+ "lib/elibri_onix_dict/onix_3_0/serialized/PublishingStatusCode.yml",
44
+ "lib/elibri_onix_dict/onix_3_0/serialized/ResourceContentType.yml",
45
+ "lib/elibri_onix_dict/onix_3_0/serialized/ResourceMode.yml",
46
+ "lib/elibri_onix_dict/onix_3_0/serialized/SalesRestrictionType.yml",
47
+ "lib/elibri_onix_dict/onix_3_0/serialized/SupplierRole.yml",
48
+ "lib/elibri_onix_dict/onix_3_0/serialized/TitleType.yml",
49
+ "lib/elibri_onix_dict/releases.rb",
50
+ "lib/elibri_onix_dict/version.rb",
51
+ "test/elibri_onix_dict_release_3_0_test.rb",
52
+ "test/elibri_onix_dict_test.rb",
53
+ "test/helper.rb"
54
+ ]
55
+ s.homepage = %q{http://github.com/elibri/elibri_onix_dict}
56
+ s.licenses = ["MIT"]
57
+ s.require_paths = ["lib"]
58
+ s.rubygems_version = %q{1.6.2}
59
+ s.summary = %q{EDItEUR ONIX format dictionary helpers used in eLibri publication system}
60
+
61
+ if s.respond_to? :specification_version then
62
+ s.specification_version = 3
63
+
64
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
65
+ s.add_development_dependency(%q<pry>, [">= 0"])
66
+ s.add_development_dependency(%q<minitest>, [">= 0"])
67
+ s.add_development_dependency(%q<bundler>, [">= 1.0.0"])
68
+ s.add_development_dependency(%q<jeweler>, ["~> 1.6.2"])
69
+ s.add_development_dependency(%q<rcov>, [">= 0"])
70
+ else
71
+ s.add_dependency(%q<pry>, [">= 0"])
72
+ s.add_dependency(%q<minitest>, [">= 0"])
73
+ s.add_dependency(%q<bundler>, [">= 1.0.0"])
74
+ s.add_dependency(%q<jeweler>, ["~> 1.6.2"])
75
+ s.add_dependency(%q<rcov>, [">= 0"])
76
+ end
77
+ else
78
+ s.add_dependency(%q<pry>, [">= 0"])
79
+ s.add_dependency(%q<minitest>, [">= 0"])
80
+ s.add_dependency(%q<bundler>, [">= 1.0.0"])
81
+ s.add_dependency(%q<jeweler>, ["~> 1.6.2"])
82
+ s.add_dependency(%q<rcov>, [">= 0"])
83
+ end
84
+ end
85
+
@@ -62,6 +62,13 @@
62
62
  en: cover designer
63
63
  pl: projektant okładki
64
64
 
65
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ContributorRole
66
+ onix_code: A40
67
+ const_name: INKED_OR_COLORED_BY
68
+ name:
69
+ en: inked or colored by
70
+ pl: tusz/kolor
71
+
65
72
  - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ContributorRole
66
73
  onix_code: B01
67
74
  const_name: EDITOR
@@ -83,6 +90,13 @@
83
90
  en: translator
84
91
  pl: tłumacz
85
92
 
93
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ContributorRole
94
+ onix_code: B11
95
+ const_name: EDITOR_IN_CHIEF
96
+ name:
97
+ en: editor-in-chief
98
+ pl: redaktor naczelny
99
+
86
100
  - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ContributorRole
87
101
  onix_code: E07
88
102
  const_name: READ_BY
@@ -5,7 +5,7 @@ module Elibri
5
5
  module Version
6
6
  MAJOR = 0
7
7
  MINOR = 0
8
- PATCH = 1
8
+ PATCH = 2
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
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-10-27 00:00:00 +02:00
18
+ date: 2011-10-31 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -108,6 +108,7 @@ files:
108
108
  - LICENSE.txt
109
109
  - README.rdoc
110
110
  - Rakefile
111
+ - elibri_onix_dict.gemspec
111
112
  - lib/elibri_onix_dict.rb
112
113
  - lib/elibri_onix_dict/onix_3_0/base.rb
113
114
  - lib/elibri_onix_dict/onix_3_0/serialized/AudienceRangePrecision.yml