propel_authentication 0.3.1.5 → 0.3.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 +16 -0
- data/lib/propel_authentication.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee65ecaaaf584f4b84347fb2bc3e26b6296197191facc78d4df5b0a8bfbdee96
|
4
|
+
data.tar.gz: 7807af458dda4d6e488ae6710423956df1cef29164ff7bf834dde40d52b46f96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e56c625118a8dc76face657aed177f90316920108e1bb992ef56955e10268e8f3c81c730685fed5c46bb1413b9f1337843dfe9b09ba45265d4d1c12c3c1b9b2
|
7
|
+
data.tar.gz: 1ed6907337d1bb1a5572271ea007372c10cb580fa5b3ce12cbab4e1c5ebd94713fff4514beb31a60e12b7302ac9c56943c1dd5396e941b1f895813b4ff055dbb
|
data/CHANGELOG.md
CHANGED
@@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
- Session management and device tracking
|
14
14
|
- Advanced password policies
|
15
15
|
|
16
|
+
## [0.3.2] - 2025-09-15
|
17
|
+
|
18
|
+
### 🔧 Version Synchronization
|
19
|
+
- **Version Consistency**: Updated version to maintain consistency with PropelApi 0.3.2 critical generator improvements
|
20
|
+
- No functional changes in this release
|
21
|
+
- Synchronized release with PropelApi's enhanced generator destroy/rollback functionality
|
22
|
+
- Better coordination with PropelApi's improved generator infrastructure and error handling
|
23
|
+
|
24
|
+
## [0.3.1.6] - 2025-09-13
|
25
|
+
|
26
|
+
### 🔧 Version Synchronization
|
27
|
+
- **Version Consistency**: Updated version to maintain consistency with PropelApi 0.3.1.6 enhanced multi-tenancy support
|
28
|
+
- No functional changes in this release
|
29
|
+
- Synchronized release with PropelApi template tenancy improvements
|
30
|
+
- Better coordination with PropelApi's enhanced agent reference handling and validation improvements
|
31
|
+
|
16
32
|
## [0.3.1.5] - 2025-09-11
|
17
33
|
|
18
34
|
### 🔧 Version Synchronization
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: propel_authentication
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Propel Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|