uc3-dmp-cognito 0.0.3 → 0.0.4

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: 2425dd3328c77abb612d5a1e2cf738599b70dddaa94355a750b4b28552369a23
4
- data.tar.gz: '09b47e93a901fefd7629ee2f1bf9b83006fa697b385b8151e4887d6d0df6d18c'
3
+ metadata.gz: 6bb0fb76241b9ffb1134b96274f3dde699c70ceac29bbc4a7216727635c62c9f
4
+ data.tar.gz: b6325d8c3aff12cbbb0e6a46617fe8572457f45af3a64dcc56ad6616fc3769c7
5
5
  SHA512:
6
- metadata.gz: 6494c7100d7780c399050cb503223a9c2cd1f40c7fbf97cd16db14450b21e1f85c660060ed3f6020df5d5958fdb427bbc05b264a58feddebb229311ed6511cd2
7
- data.tar.gz: e2f26bf56981472da2f8af1747812f500f3a711c27d630a7441eba8fc78f78d08688025467a9bd7579d7c905b187e5e6023866159221f50f22283f12847eb28f
6
+ metadata.gz: 71f399677c43f090bb91c8dd3012eb58455e24a22c64d54ce445810e9e8becc0c8b206fdd1ce45926c646acc934501e412607ccf71f89b9c92c66b3bddf65eaa
7
+ data.tar.gz: c5f1b48df773c58b630f1b0b2aa30bc09dd65e2e52c300e801f5390f71db347fc3a7239db8d28cca8e3294e596ef2d241cc003de4f9a61ae1a51b2a5ad8cc2f4
@@ -12,6 +12,13 @@ module Uc3DmpCognito
12
12
  # Fetch the name of the client from the client id provided.
13
13
  # DMP Provenance names match the Cognito client names
14
14
  def get_client_name(client_id:, debug: false)
15
+
16
+ puts '----------------------------------'
17
+ puts "GEM ENV:"
18
+ puts ENV.inspect
19
+ puts ENV['COGNITO_USER_POOL_ID']
20
+ puts '----------------------------------'
21
+
15
22
  user_pool_id = ENV.fetch('COGNITO_USER_POOL_ID', nil)
16
23
  raise ClientError, MSG_MISSING_POOL if user_pool_id.nil?
17
24
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpCognito
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-cognito
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-07 00:00:00.000000000 Z
11
+ date: 2023-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json