warden-cognito 0.3.1 → 0.3.2

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: 3b095b8a15788cd3682947dcde6cec111c7b83aae11e34a4d74d6b342aae3f57
4
- data.tar.gz: 7f20572a8c319295e09977d94d6bb0a51e953e5203e285828ed6c20ad21e4642
3
+ metadata.gz: 2687b41c309c906143a2e73424611d0d7460fddc76a45c0c4532fa1582651c45
4
+ data.tar.gz: 7c49b8e8ff55ddd17264b1c7027fb1657d09b83e470d90c031ff9b25fcb48080
5
5
  SHA512:
6
- metadata.gz: 7cf1a2da60f1bc7cc6cbc977bb0e80f27e339360a133cc9e806c101a8f475a6de5060738598f31627fad13505e2e27d444cdad710df026b87c17077cdf77a9aa
7
- data.tar.gz: b5ab73c7baf42f23901af0d3a485c6b4ddfef645685642f13a1a2304972f997b798d8debbbb3a12f65ac293fb8dacd20e339bb56ae40017951a0ab874edcfaa6
6
+ metadata.gz: 96a062130b58bb4fbd10fb98d0f811ff7dd67aa23e353bf5cbcb2fd8361b9189cf0799de0c1f0a935c0019c39a5eadaf85fd6270d988349f1ee4a278e8c141c1
7
+ data.tar.gz: 488e89f8eed675676001a76ff068121a118174b65f35aa695910330d5d431917c142b8e95f1bc9f2a5e0c93e0f82f2d43ebe737a2e4b4487fc1a92c889479ab0
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [0.3.2]
10
+ - Fix - specify region on scoped aws client
11
+
12
+ ## [0.3.1]
8
13
  - Allow selection of `user_pool` when generating a jwt through the test helper
9
14
 
10
15
  ## [0.3.0]
@@ -28,7 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
33
 
29
34
  - Scratching the gem
30
35
 
31
- [Unreleased]: https://github.com/barkibu/warden-cognito/compare/v0.3.0...HEAD
36
+ [Unreleased]: https://github.com/barkibu/warden-cognito/compare/v0.3.2...HEAD
37
+ [0.3.2]: https://github.com/barkibu/warden-cognito/compare/v0.3.1...v0.3.2
38
+ [0.3.1]: https://github.com/barkibu/warden-cognito/compare/v0.3.0...v0.3.1
32
39
  [0.3.0]: https://github.com/barkibu/warden-cognito/compare/v0.2.3...v0.3.0
33
40
  [0.2.3]: https://github.com/barkibu/warden-cognito/compare/v0.2.2...v0.2.3
34
41
  [0.2.2]: https://github.com/barkibu/warden-cognito/compare/v0.2.1...v0.2.2
@@ -23,7 +23,7 @@ module Warden
23
23
  private
24
24
 
25
25
  def client
26
- Aws::CognitoIdentityProvider::Client.new
26
+ Aws::CognitoIdentityProvider::Client.new region: user_pool.region
27
27
  end
28
28
 
29
29
  class << self
@@ -1,5 +1,5 @@
1
1
  module Warden
2
2
  module Cognito
3
- VERSION = '0.3.1'.freeze
3
+ VERSION = '0.3.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warden-cognito
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan F. Pérez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-02-03 00:00:00.000000000 Z
12
+ date: 2021-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport