devise_auth0 1.0.1 → 1.0.2
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 +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/devise/auth0/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8aa3df2bd39e33789817d427e8c079e6bd2f52c8a82e86f0844ee0637c87e18
|
|
4
|
+
data.tar.gz: 625d283f02c3220f9536f8d7c54110cc45b13f4b3cea6f988ec639e14dbf16bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24979be9ddc4a381431ce5e8cf3ed67a819d1067d77c65d09d2dbe31718408b8d0241f07439907d9992e01ef440aef97805e25c9853a4e94a1b9f3af61f7c43a
|
|
7
|
+
data.tar.gz: 8ec5bfea909e6111862cefb098b6c3fd14c08a0975e64f48f0a279b2667aa4778332caf77f0b0590e40f37b6ad7c5ef667103817e4549fa4319ef56fd85dced7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
3
15
|
## [1.0.1](https://github.com/itsmechlark/devise-auth0/compare/v1.0.0...v1.0.1) (2023-09-08)
|
|
4
16
|
|
|
5
17
|
|
data/lib/devise/auth0/version.rb
CHANGED
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.
|
|
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.
|
|
463
|
-
source_code_uri: https://github.com/itsmechlark/devise_auth0/tree/v1.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: []
|