devise_auth0 1.0.0 → 1.0.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: c18b3f8598776472a2f76cf1b1dfa63b00f53cf0490a8088d663a4f54ecbef5b
4
- data.tar.gz: 04a20bad11da869d3b9724f68d66a4b2382e3c26c98d481f9425c1589a756330
3
+ metadata.gz: b8aa3df2bd39e33789817d427e8c079e6bd2f52c8a82e86f0844ee0637c87e18
4
+ data.tar.gz: 625d283f02c3220f9536f8d7c54110cc45b13f4b3cea6f988ec639e14dbf16bd
5
5
  SHA512:
6
- metadata.gz: 8efc4197e1280051359ba69c9ddb8ed62fc70617eeaf65ddb518256ad6e1f11711cfee3651154cd4f9930e3401cc3ad29c68d8e0ad512df80a8e32e3b0c0d72d
7
- data.tar.gz: b373a943d168c14277870c54eff0227077a5c8cfc6c14aaaab60de05a5782068aaf9efc3e5a769ccd87e840db54509385552f01cc53c8ac8c0dcfd352aab786b
6
+ metadata.gz: 24979be9ddc4a381431ce5e8cf3ed67a819d1067d77c65d09d2dbe31718408b8d0241f07439907d9992e01ef440aef97805e25c9853a4e94a1b9f3af61f7c43a
7
+ data.tar.gz: 8ec5bfea909e6111862cefb098b6c3fd14c08a0975e64f48f0a279b2667aa4778332caf77f0b0590e40f37b6ad7c5ef667103817e4549fa4319ef56fd85dced7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2](https://github.com/itsmechlark/devise_auth0/compare/v1.0.1...v1.0.2) (2023-09-09)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * Disable Bundle Deployment ([6321abb](https://github.com/itsmechlark/devise_auth0/commit/6321abb5c357fd701a328a9e329498d3c29324ad))
9
+ * Fixes gem dependencies ([a96637c](https://github.com/itsmechlark/devise_auth0/commit/a96637cbf8390b1e04ef92ab3392f7a29ed4840b))
10
+ * Fixes gem dependencies ([8f0e06c](https://github.com/itsmechlark/devise_auth0/commit/8f0e06c07e89a6ac0840bc079693ac77ef11c147))
11
+ * Fixes ruby install ([b552599](https://github.com/itsmechlark/devise_auth0/commit/b552599a46eb1e18398fea76f2906c2fc3eef82c))
12
+ * Publish to RubyGems ([3ae924a](https://github.com/itsmechlark/devise_auth0/commit/3ae924a7cb6679d03fbed69e30ba64592e853786))
13
+ * Rename to devise_auth0 ([13d7d2b](https://github.com/itsmechlark/devise_auth0/commit/13d7d2b54e7ecfb79ac5a776f9c30e1fcc0b90ba))
14
+
15
+ ## [1.0.1](https://github.com/itsmechlark/devise-auth0/compare/v1.0.0...v1.0.1) (2023-09-08)
16
+
17
+
18
+ ### Miscellaneous
19
+
20
+ * Configure Dependabot ([eebdd7d](https://github.com/itsmechlark/devise-auth0/commit/eebdd7d46f1521a53b712353fda0a3635d640ff4))
21
+ * Configure Dependabot ([f87e567](https://github.com/itsmechlark/devise-auth0/commit/f87e56720d2a4d113fabddde38dc173d4867c784))
22
+ * Move Release Please CI config to json ([22e6727](https://github.com/itsmechlark/devise-auth0/commit/22e672730ca2df32fd00ebdb2d4b60e14a82f1aa))
23
+ * Move Release Please config to CI ([ee29516](https://github.com/itsmechlark/devise-auth0/commit/ee29516ea8552e4e4a60e7d1faff3fc33534bbc9))
24
+
3
25
  ## 1.0.0 (2023-09-08)
4
26
 
5
27
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Devise
4
4
  module Auth0
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.2"
6
6
 
7
7
  class << self
8
8
  def gem_version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Chlark Sumatra
@@ -459,8 +459,8 @@ licenses:
459
459
  - MIT
460
460
  metadata:
461
461
  homepage_uri: https://github.com/itsmechlark/devise_auth0
462
- changelog_uri: https://github.com/itsmechlark/devise_auth0/releases/tag/v1.0.0
463
- source_code_uri: https://github.com/itsmechlark/devise_auth0/tree/v1.0.0
462
+ changelog_uri: https://github.com/itsmechlark/devise_auth0/releases/tag/v1.0.2
463
+ source_code_uri: https://github.com/itsmechlark/devise_auth0/tree/v1.0.2
464
464
  bug_tracker_uri: https://github.com/itsmechlark/devise_auth0/issues
465
465
  post_install_message:
466
466
  rdoc_options: []