devise_auth0 1.0.0 → 1.0.1

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: 2c76183ad73613190915498ea792b75e6efdb5d8f3e7f6ec4144e7dcab5898eb
4
+ data.tar.gz: 33528c56274314464c1ec7e0163b26da0a8362a45cdf117f51ba8193492c5ac7
5
5
  SHA512:
6
- metadata.gz: 8efc4197e1280051359ba69c9ddb8ed62fc70617eeaf65ddb518256ad6e1f11711cfee3651154cd4f9930e3401cc3ad29c68d8e0ad512df80a8e32e3b0c0d72d
7
- data.tar.gz: b373a943d168c14277870c54eff0227077a5c8cfc6c14aaaab60de05a5782068aaf9efc3e5a769ccd87e840db54509385552f01cc53c8ac8c0dcfd352aab786b
6
+ metadata.gz: 4ca72805f5e21cb651768852c3f18073a0db7b4d2138792baf501f602fd868a63a4657a866087df7afa9470905cfa2e86a3d371231ce666d6e2de9465186dacd
7
+ data.tar.gz: ae02b62ca4e7a86d7a936bbea975425fdfddfbcc7b599e14f4bca73823db6f54307d9d68e211fa193c9441333df854e12d8d3b231886ddaf9c3353f7756e734b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.1](https://github.com/itsmechlark/devise-auth0/compare/v1.0.0...v1.0.1) (2023-09-08)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * Configure Dependabot ([eebdd7d](https://github.com/itsmechlark/devise-auth0/commit/eebdd7d46f1521a53b712353fda0a3635d640ff4))
9
+ * Configure Dependabot ([f87e567](https://github.com/itsmechlark/devise-auth0/commit/f87e56720d2a4d113fabddde38dc173d4867c784))
10
+ * Move Release Please CI config to json ([22e6727](https://github.com/itsmechlark/devise-auth0/commit/22e672730ca2df32fd00ebdb2d4b60e14a82f1aa))
11
+ * Move Release Please config to CI ([ee29516](https://github.com/itsmechlark/devise-auth0/commit/ee29516ea8552e4e4a60e7d1faff3fc33534bbc9))
12
+
3
13
  ## 1.0.0 (2023-09-08)
4
14
 
5
15
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Devise
4
4
  module Auth0
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
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.1
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.1
463
+ source_code_uri: https://github.com/itsmechlark/devise_auth0/tree/v1.0.1
464
464
  bug_tracker_uri: https://github.com/itsmechlark/devise_auth0/issues
465
465
  post_install_message:
466
466
  rdoc_options: []