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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c76183ad73613190915498ea792b75e6efdb5d8f3e7f6ec4144e7dcab5898eb
4
- data.tar.gz: 33528c56274314464c1ec7e0163b26da0a8362a45cdf117f51ba8193492c5ac7
3
+ metadata.gz: b8aa3df2bd39e33789817d427e8c079e6bd2f52c8a82e86f0844ee0637c87e18
4
+ data.tar.gz: 625d283f02c3220f9536f8d7c54110cc45b13f4b3cea6f988ec639e14dbf16bd
5
5
  SHA512:
6
- metadata.gz: 4ca72805f5e21cb651768852c3f18073a0db7b4d2138792baf501f602fd868a63a4657a866087df7afa9470905cfa2e86a3d371231ce666d6e2de9465186dacd
7
- data.tar.gz: ae02b62ca4e7a86d7a936bbea975425fdfddfbcc7b599e14f4bca73823db6f54307d9d68e211fa193c9441333df854e12d8d3b231886ddaf9c3353f7756e734b
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
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Devise
4
4
  module Auth0
5
- VERSION = "1.0.1"
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.1
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.1
463
- source_code_uri: https://github.com/itsmechlark/devise_auth0/tree/v1.0.1
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: []