elibri_onix_dict 0.0.3 → 0.0.4

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.3"
8
+ s.version = "0.0.4"
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-11-02}
12
+ s.date = %q{2011-11-14}
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 = [
@@ -6,6 +6,14 @@
6
6
  name:
7
7
  en: early notification
8
8
  pl: wczesne powiadomienie
9
+
10
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::NotificationType
11
+ onix_code: '02'
12
+ const_name: ADVANCED_NOTIFICATION
13
+ name:
14
+ en: advanced notification
15
+ pl: późne powiadomienie
16
+
9
17
  - !ruby/object:Elibri::ONIX::Dict::Release_3_0::NotificationType
10
18
  onix_code: '03'
11
19
  const_name: CONFIRMED_ON_PUBLICATION
@@ -18,3 +26,11 @@
18
26
  name:
19
27
  en: delete
20
28
  pl: usunięcie rekordu
29
+
30
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::NotificationType
31
+ onix_code: '12'
32
+ const_name: UPDATE_SUPPLY_DETAIL_ONLY
33
+ name:
34
+ en: update - SupplyDetail only
35
+ pl: uaktualnienie tylko informacji o dostępności
36
+
@@ -5,7 +5,7 @@ module Elibri
5
5
  module Version
6
6
  MAJOR = 0
7
7
  MINOR = 0
8
- PATCH = 3
8
+ PATCH = 4
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
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-11-02 00:00:00 +01:00
18
+ date: 2011-11-14 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency