uc3-dmp-api-core 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b372c891259df150205f23eb61ad9c9c68951126c4bc4f1d5fd0d32ab4dd3ff2
4
- data.tar.gz: '0508bbdf68392163c5a13900fd99c61823c090819d68aae5fb0e7dbfb0a62813'
3
+ metadata.gz: 5ccb9f74dc7a84cce5b0d2efb7c4755c856d8b3dde24d0fb5d2e8576d3ccd6dc
4
+ data.tar.gz: 93aab052eb9761a83c3e27a92d25d863473c3b2d121266d1826e136977f1e482
5
5
  SHA512:
6
- metadata.gz: ce17d75b93aea0290a32af242b675eb615a85361fdef226ed860d10df6c1cb4d22f6cf038ce9e4b03259c793ba4241d838012dfaf9cbc8f8142922d095bf8995
7
- data.tar.gz: 0e3fb0a4d917ad4730ec6bebefbd450d993d140c7d790bb8408dbbd7b5022b7eab0d446f07c2e5cc2906f4b1bf4d279a454121b232214ef91a8e89c4e15cb683
6
+ metadata.gz: 2d08ab473241901017b84572788b7618b6a6d73d2a23208e799c405182190d75fc3a88573d83f4268d037f3d388505a36f7818bd3c403f4878ac2ca8b033c9e0
7
+ data.tar.gz: 7b5274264db61d0781238f777b0cba675cbcd36656128a2b5ee32e52696bfa35a6538a78bf49e69bf8a0108de5ac29761a212cc6936273a2ec4b4702ba070015
@@ -44,7 +44,7 @@ module Uc3DmpApiCore
44
44
  body = body.merge(Paginator.pagination_meta(url: url, item_count: item_count, params: args))
45
45
 
46
46
  # If this is a server error, then notify the administrator!
47
- Logger.log_error(source: url, message: errors, details: body, event: args[:event]) if status.to_s[0] == '5'
47
+ LogWriter.log_error(source: url, message: errors, details: body, event: args[:event]) if status.to_s[0] == '5'
48
48
 
49
49
  { statusCode: status.to_i, body: body.compact.to_json, headers: headers }
50
50
  rescue StandardError => e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpApiCore
4
- VERSION = '0.0.8'
4
+ VERSION = '0.0.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-api-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley