devise_auth0 1.1.0 → 1.2.1
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 +25 -0
- data/lib/devise/auth0/version.rb +1 -1
- metadata +21 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 814ea450052da5967bf604e05a57216731f58fe9658d0ba24d57b3356bed4181
|
|
4
|
+
data.tar.gz: ca899713c6477880a58e698334b609aedc460db30a411d13265cbae9711ae977
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73dc8eb080926e93d4fd09d8465d572299f2750a91e420485d11e9265bec4f1e1cb18057c477e639c14cef2464bc9b8f64700f6941ae2acae9bbf572264f9c81
|
|
7
|
+
data.tar.gz: 004ac02c7b47f02d1f8bbcc31c63cd8f32b53f40b7fc97ea76a1a439716d3639bf752846b00eeef990e63993415cfa6119130d07f2cb599a975776509ccdccbb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.1](https://github.com/itsmechlark/devise_auth0/compare/v1.2.0...v1.2.1) (2024-01-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Version management with `release-please` ([6456264](https://github.com/itsmechlark/devise_auth0/commit/645626424a252cdd121e351de0c0f74704bd240e))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous
|
|
12
|
+
|
|
13
|
+
* Set Ruby v2.7 as minimum ([737e621](https://github.com/itsmechlark/devise_auth0/commit/737e621314072c888198d739af1165a79946fd70))
|
|
14
|
+
|
|
15
|
+
## [1.2.0](https://github.com/itsmechlark/devise_auth0/compare/v1.1.0...v1.2.0) (2024-01-27)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **deps:** Bump auth0 from 5.14.1 to 5.16.0 ([a0d0d5d](https://github.com/itsmechlark/devise_auth0/commit/a0d0d5df8b371e1a02b33839a7440dcad1dc2bc6))
|
|
21
|
+
* **deps:** Bump devise from 4.9.2 to 4.9.3 ([b0d6ae5](https://github.com/itsmechlark/devise_auth0/commit/b0d6ae5f41e5893739cd20e3513b151b43d2bb29))
|
|
22
|
+
* **deps:** Bump net-smtp from 0.3.3 to 0.4.0 ([642bfe1](https://github.com/itsmechlark/devise_auth0/commit/642bfe12fb6cfdf6e5934b5e8cf5c15091037802))
|
|
23
|
+
* **deps:** bump rails from `90b0266` to `517ff4b` ([48b2b41](https://github.com/itsmechlark/devise_auth0/commit/48b2b415d24f777f6470ecdb29af502820ab8a2d))
|
|
24
|
+
* **deps:** bump ruby-lsp from 0.9.4 to 0.13.4 ([faa4577](https://github.com/itsmechlark/devise_auth0/commit/faa457770dec68ecebfa7c433dc5d8d0f4e2e406))
|
|
25
|
+
* **deps:** bump sqlite3 from 1.6.4 to 1.7.1 ([6fa2cc7](https://github.com/itsmechlark/devise_auth0/commit/6fa2cc76410a9b7dd9e812d1ac9b6f250f0d9747))
|
|
26
|
+
* **deps:** update faraday requirement from >= 1.10, < 2.8 to >= 1.10, < 2.10 ([c3beef8](https://github.com/itsmechlark/devise_auth0/commit/c3beef86fd80232b28d6173a3fd50174d121b434))
|
|
27
|
+
|
|
3
28
|
## [1.1.0](https://github.com/itsmechlark/devise_auth0/compare/v1.0.2...v1.1.0) (2023-09-09)
|
|
4
29
|
|
|
5
30
|
|
data/lib/devise/auth0/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise_auth0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Chlark Sumatra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: auth0
|
|
@@ -67,7 +67,7 @@ dependencies:
|
|
|
67
67
|
version: '1.10'
|
|
68
68
|
- - "<"
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: '2.
|
|
70
|
+
version: '2.10'
|
|
71
71
|
type: :runtime
|
|
72
72
|
prerelease: false
|
|
73
73
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -77,7 +77,7 @@ dependencies:
|
|
|
77
77
|
version: '1.10'
|
|
78
78
|
- - "<"
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '2.
|
|
80
|
+
version: '2.10'
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
82
|
name: faraday-http-cache
|
|
83
83
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -414,6 +414,20 @@ dependencies:
|
|
|
414
414
|
- - ">="
|
|
415
415
|
- !ruby/object:Gem::Version
|
|
416
416
|
version: 0.21.2
|
|
417
|
+
- !ruby/object:Gem::Dependency
|
|
418
|
+
name: simplecov-lcov
|
|
419
|
+
requirement: !ruby/object:Gem::Requirement
|
|
420
|
+
requirements:
|
|
421
|
+
- - ">="
|
|
422
|
+
- !ruby/object:Gem::Version
|
|
423
|
+
version: '0'
|
|
424
|
+
type: :development
|
|
425
|
+
prerelease: false
|
|
426
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
427
|
+
requirements:
|
|
428
|
+
- - ">="
|
|
429
|
+
- !ruby/object:Gem::Version
|
|
430
|
+
version: '0'
|
|
417
431
|
- !ruby/object:Gem::Dependency
|
|
418
432
|
name: timecop
|
|
419
433
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -485,8 +499,8 @@ licenses:
|
|
|
485
499
|
- MIT
|
|
486
500
|
metadata:
|
|
487
501
|
homepage_uri: https://github.com/itsmechlark/devise_auth0
|
|
488
|
-
changelog_uri: https://github.com/itsmechlark/devise_auth0/releases/tag/v1.1
|
|
489
|
-
source_code_uri: https://github.com/itsmechlark/devise_auth0/tree/v1.1
|
|
502
|
+
changelog_uri: https://github.com/itsmechlark/devise_auth0/releases/tag/v1.2.1
|
|
503
|
+
source_code_uri: https://github.com/itsmechlark/devise_auth0/tree/v1.2.1
|
|
490
504
|
bug_tracker_uri: https://github.com/itsmechlark/devise_auth0/issues
|
|
491
505
|
github_repo: https://github.com/itsmechlark/devise_auth0
|
|
492
506
|
post_install_message:
|
|
@@ -497,7 +511,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
497
511
|
requirements:
|
|
498
512
|
- - ">="
|
|
499
513
|
- !ruby/object:Gem::Version
|
|
500
|
-
version:
|
|
514
|
+
version: 2.7.0
|
|
501
515
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
502
516
|
requirements:
|
|
503
517
|
- - ">="
|