uc3-dmp-api-core 0.0.7 → 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: cbc951e48875269d72952ec846fb48d262edc1de0646f922b989fcca081c3365
4
- data.tar.gz: 29d964e6a26deef238cc42d67d24fb1d5fd33334160405d5a03e8da0a7c8a7cd
3
+ metadata.gz: 5ccb9f74dc7a84cce5b0d2efb7c4755c856d8b3dde24d0fb5d2e8576d3ccd6dc
4
+ data.tar.gz: 93aab052eb9761a83c3e27a92d25d863473c3b2d121266d1826e136977f1e482
5
5
  SHA512:
6
- metadata.gz: 0eecb4937d2f190f2e620ab5ba7598030a2bfd085c860e2a8714fbc25e3f1cd434f63f08cfe875ed46322f1d1fcde520d1a3bdcefe3967b5f375a566564f58cc
7
- data.tar.gz: 82db9a348a62d816998170aa6c954859a3ce68843d3e2f393193b5066cdd31aa19741c8c6163933ad7daa51b81e6b2b5175f33e15585da8dad791ced188b869a
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
@@ -77,7 +77,7 @@ module Uc3DmpApiCore
77
77
  s3_access_point: '/uc3/dmp/hub/%{env}/S3CloudFrontBucketAccessPoint',
78
78
 
79
79
  rds_username: '/uc3/dmp/tool/%{env}/RdsUsername',
80
- rds_pasword: '/uc3/dmp/tool/%{env}/RdsPassword',
80
+ rds_password: '/uc3/dmp/tool/%{env}/RdsPassword',
81
81
 
82
82
  dynamo_table_name: '/uc3/dmp/hub/%{env}/DynamoTableName'
83
83
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpApiCore
4
- VERSION = '0.0.7'
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.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley