alchemy-devise 7.3.0 → 7.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/alchemy/devise/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93e0135131b62f7e5b0fecc4ba83b6481ec0f6b3c8776388d4a426fea921d7c8
|
4
|
+
data.tar.gz: 03a97f12630ed5aa441570be97921d119205bcf09616781dc2d3e5c1ce686d7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94ee8333097960b712d5d1b903840aa68d2efa3e7a75b5f40343f4c200bbaa8d6db090334ecfca0f7fff5f81ad530f83e54fee9aefd3c2a75c9bc678ab20192c
|
7
|
+
data.tar.gz: ac94adb705ec48fdd2cdf94a2f92d39b2836faaf173b953f9ecf883d326acdf5a940f7c3a783046ca110441a7fc9db40f7d71d4ee0d87aacd530b8ae9d90c47b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 7.4.0 (2025-01-21)
|
4
|
+
|
5
|
+
- Extend test matrix [#219](https://github.com/AlchemyCMS/alchemy-devise/pull/219) ([mamhoff](https://github.com/mamhoff))
|
6
|
+
- Allow Alchemy 8.x [#218](https://github.com/AlchemyCMS/alchemy-devise/pull/218) ([mamhoff](https://github.com/mamhoff))
|
7
|
+
- test: Fix admin users feature spec [#217](https://github.com/AlchemyCMS/alchemy-devise/pull/217) ([tvdeyen](https://github.com/tvdeyen))
|
8
|
+
|
3
9
|
## 7.3.0 (2024-09-06)
|
4
10
|
|
5
11
|
- Use new resource_table component for user list [#213](https://github.com/AlchemyCMS/alchemy-devise/pull/213) ([tvdeyen](https://github.com/tvdeyen))
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alchemy-devise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas von Deyen
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-21 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: alchemy_cms
|
@@ -200,8 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
199
|
- !ruby/object:Gem::Version
|
201
200
|
version: '0'
|
202
201
|
requirements: []
|
203
|
-
rubygems_version: 3.
|
204
|
-
signing_key:
|
202
|
+
rubygems_version: 3.6.2
|
205
203
|
specification_version: 4
|
206
204
|
summary: Devise based user authentication for AlchemyCMS.
|
207
205
|
test_files: []
|