elibri_api_client 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/elibri_api_client.gemspec
CHANGED
|
@@ -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:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 8
|
|
10
|
+
version: 1.1.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Marcin Urba\xC5\x84ski"
|