warden-cognito 0.2.2 → 0.2.3

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: 5d5790601adacfa6e03722383c258c265230fc7da5e807d20b4dbee07e778445
4
- data.tar.gz: 53e85cbb949c46fff67c737b3f19aaad7a8e8106ac63bd5900dad8788e73c66d
3
+ metadata.gz: 6162b68479e99705070713da8dfe0e70fdcad9653e4813226823b822ad8a4e21
4
+ data.tar.gz: 6e4bd989b4877cdeb23d59b8cdc68948ccfbc2a14dddc7161098e62ad9b8ff21
5
5
  SHA512:
6
- metadata.gz: 9fe02b4d86f39633610658649173db4526091433b8ef609132d4103333555a024cd2d1557609296e598ce49f2c94a89124abf20ca4b1545ee3e28d61f7631649
7
- data.tar.gz: e9ef51005f5e83b8a4ecca6387f6cef0c8b095286e2a4c880438b5e7747438d9f8539584dc92e37099580697f6ee5f254c8766ece27eaf78a8c38d39a5901f34
6
+ metadata.gz: 9f49d78156bf56c63caf72cdb12657d9050a0684dc9cf35dfe2c87a29de2bebb40dcae7f6f04ae39d24297988e1bdb34ffa634079e3696a1ce871bc94f7a9ebc
7
+ data.tar.gz: 9e9bccc3c7f92a852e608fe336c056676c6c7248712bbf6309cb6a51f842b6362b93d9eca57f86af20c2985f1817f1a1ed6f7b159b63372117cb17d3da929bb6
@@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.3]
10
+ - Require the HTTP dependency
11
+
9
12
  ## [0.2.2]
10
- - Fix missin HTTP dependency
13
+ - Fix missing HTTP dependency
11
14
 
12
15
  ## [0.2.1]
13
16
  - Fix rspec dependency in implementation
@@ -21,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
24
 
22
25
  - Scratching the gem
23
26
 
24
- [Unreleased]: https://github.com/barkibu/warden-cognito/compare/v0.2.2...HEAD
27
+ [Unreleased]: https://github.com/barkibu/warden-cognito/compare/v0.2.3...HEAD
28
+ [0.2.3]: https://github.com/barkibu/warden-cognito/compare/v0.2.2...v0.2.3
25
29
  [0.2.2]: https://github.com/barkibu/warden-cognito/compare/v0.2.1...v0.2.2
26
30
  [0.2.1]: https://github.com/barkibu/warden-cognito/compare/v0.2.0...v0.2.1
27
31
  [0.2.0]: https://github.com/barkibu/warden-cognito/compare/v0.1.0...v0.2.0
@@ -1,3 +1,4 @@
1
+ require 'http'
1
2
  require 'jwt'
2
3
  require 'warden'
3
4
  require 'dry/configurable'
@@ -1,5 +1,5 @@
1
1
  module Warden
2
2
  module Cognito
3
- VERSION = '0.2.2'.freeze
3
+ VERSION = '0.2.3'.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.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan F. Pérez