elibri_api_client 1.1.7 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{elibri_api_client}
8
- s.version = "1.1.7"
8
+ s.version = "1.1.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marcin Urba\305\204ski"]
@@ -4,7 +4,7 @@ module Elibri
4
4
  module Version
5
5
  MAJOR = 1
6
6
  MINOR = 1
7
- PATCH = 7
7
+ PATCH = 8
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
@@ -19,6 +19,7 @@ describe Elibri::ApiClient::ApiAdapters::V1::QueuePop do
19
19
  </Header>
20
20
  <Product>
21
21
  <RecordReference>fdb8fa072be774d97a97</RecordReference>
22
+ <NotificationType>01</NotificationType>
22
23
  </Product>
23
24
  </ONIXMessage>
24
25
  XML
@@ -259,9 +259,11 @@ describe Elibri::ApiClient::ApiAdapters::V1 do
259
259
  </Header>
260
260
  <Product>
261
261
  <RecordReference>fdb8fa072be774d97a97</RecordReference>
262
+ <NotificationType>01</NotificationType>
262
263
  </Product>
263
264
  <Product>
264
265
  <RecordReference>6de1bed2f70a8cdae200</RecordReference>
266
+ <NotificationType>01</NotificationType>
265
267
  </Product>
266
268
  </ONIXMessage>
267
269
  XML
@@ -361,9 +363,11 @@ describe Elibri::ApiClient::ApiAdapters::V1 do
361
363
  </Header>
362
364
  <Product>
363
365
  <RecordReference>fdb8fa072be774d97a97</RecordReference>
366
+ <NotificationType>01</NotificationType>
364
367
  </Product>
365
368
  <Product>
366
369
  <RecordReference>6de1bed2f70a8cdae200</RecordReference>
370
+ <NotificationType>01</NotificationType>
367
371
  </Product>
368
372
  </ONIXMessage>
369
373
  XML
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elibri_api_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 7
10
- version: 1.1.7
9
+ - 8
10
+ version: 1.1.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Marcin Urba\xC5\x84ski"