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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50fb7555da0609c974b6455982abcc8cd18e023ab14bca6c8d925c698edca6a5
4
- data.tar.gz: b5e00e701e89fbd07b9f63886562e0ada6e0daeba1b7c53787b91d0fb65bc844
3
+ metadata.gz: 93e0135131b62f7e5b0fecc4ba83b6481ec0f6b3c8776388d4a426fea921d7c8
4
+ data.tar.gz: 03a97f12630ed5aa441570be97921d119205bcf09616781dc2d3e5c1ce686d7c
5
5
  SHA512:
6
- metadata.gz: cf3b05ce4e55d5bcedd941acbb7736a1ffe3b377d52c4084ee0bf61b387c9bc343cf07d3f21e2fa4362693fdddd3a8d7c643b71fe2d83117acfe95c43cfec90c
7
- data.tar.gz: bea6ab34bc7216a89a835fa916dbe08b03ebb5e66db087e1cd9d38908722971cb909e370581bf0ddab822dbc5434370c1637973822d29c4391890899c3024d15
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))
@@ -1,5 +1,5 @@
1
1
  module Alchemy
2
2
  module Devise
3
- VERSION = "7.3.0"
3
+ VERSION = "7.4.0"
4
4
  end
5
5
  end
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.3.0
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: 2024-09-06 00:00:00.000000000 Z
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.5.16
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: []