uc3-dmp-external-api 0.0.12 → 0.0.14

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0edfb07e1460800c788ed117c767cc191b8f8f656e0be25d5792f5f94ae29ca
4
- data.tar.gz: 1d73ba86dff8d7fdbb09008bd0273c45eee518024235b2e3cdb1f5e91aea2af6
3
+ metadata.gz: db272af293487c9f22cfa9077303a902e0f62f826797966c58ac3cb65f281b02
4
+ data.tar.gz: 9663f7139db0c7ff5f47b9101676d8edc787d7021f8118deba245233d074da66
5
5
  SHA512:
6
- metadata.gz: ddcfa593839ecf393d03b220eb02fbd5ad2c518b59188eec50863a66491a5d904ca483938a3f7fef481b75607975593da4d57df9a2f14dcdabaa1c4eb1829ada
7
- data.tar.gz: d8c05d20454f3ae694fe7dd237712903a1c80bcf829f59486691c3192a9672c1da11628c2ed48e7abaa2354132856f95b2f179876a57d2f95b9c4f17c8dc5d56
6
+ metadata.gz: 24c8e3df1132946e87ed17c95900b2009d52ac89923a2d719ff6937947a2f276fab4f0d08701a0ae85ef5ca62dbc3d8fc1d1525520f6cc73c6b0b27da7d4fade
7
+ data.tar.gz: e35e9fbf8a97edeccb3d2403fa511c75d52d3ba905a801ed46cfd13dcc2ab1f3c40a4e045262bc64c6615732341854c13560053a27669c21962e19bce328aaec
@@ -56,7 +56,7 @@ module Uc3DmpExternalApi
56
56
  base = {
57
57
  'Content-Type': 'application/json',
58
58
  Accept: 'application/json',
59
- 'User-Agent': "DMPTool #{ENV.fetch('LAMBDA_ENV', nil)} - #{domain} (mailto:#{email})"
59
+ 'User-Agent': "California Digital Library - #{domain} (mailto:#{email})"
60
60
  }
61
61
  base.merge(additional_headers)
62
62
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpExternalApi
4
- VERSION = '0.0.12'
4
+ VERSION = '0.0.14'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-external-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley