alchemy-devise 7.0.0 → 7.1.0
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 +6 -0
- data/app/views/alchemy/admin/users/_fields.html.erb +5 -1
- data/config/initializers/alchemy.rb +1 -1
- data/lib/alchemy/devise/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1b4082a33ae521911c64a602db4b00b6c4818dda1d60fc40f144a63d1d59904
|
|
4
|
+
data.tar.gz: 0d37198bf52259e4fec8134a083dd53df14b7526fe65dec101e8a5e499e254c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de1744c47a10559605a74540d7990923505fc23d84169f2fb9f44d6252b5261204f73fdbbe0b455a0b75e8ff9151e24e9b201fbcb1dbb547a68ca0d6815a0588
|
|
7
|
+
data.tar.gz: a5e28118615f87ef9dfb1dc346177753f160fff054261470aff07daedfe6e2bdc704d39c905f1e10d098f01c9e04b48c0004b787232469eb81e6089980fd35c1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.1.0 (2023-01-11)
|
|
4
|
+
|
|
5
|
+
- Update brakeman to 6.1 [#194](https://github.com/AlchemyCMS/alchemy-devise/pull/194) ([tvdeyen](https://github.com/tvdeyen))
|
|
6
|
+
- Rails 7.1 support [#193](https://github.com/AlchemyCMS/alchemy-devise/pull/193) ([tvdeyen](https://github.com/tvdeyen))
|
|
7
|
+
- Add Alchemy 7.1 support [#192](https://github.com/AlchemyCMS/alchemy-devise/pull/192) ([tvdeyen](https://github.com/tvdeyen))
|
|
8
|
+
|
|
3
9
|
## 7.0.0 (2023-07-05)
|
|
4
10
|
|
|
5
11
|
- Update to Alchemy 7.0 [#173](https://github.com/AlchemyCMS/alchemy-devise/pull/173) ([tvdeyen](https://github.com/tvdeyen))
|
|
@@ -11,7 +11,11 @@
|
|
|
11
11
|
<% if can_update_role? %>
|
|
12
12
|
<%= f.input :alchemy_roles,
|
|
13
13
|
collection: @user_roles,
|
|
14
|
-
input_html: {
|
|
14
|
+
input_html: {
|
|
15
|
+
multiple: true,
|
|
16
|
+
is: 'alchemy-select',
|
|
17
|
+
class: 'alchemy_selectbox'
|
|
18
|
+
},
|
|
15
19
|
as: 'select' %>
|
|
16
20
|
<% end %>
|
|
17
21
|
<% unless while_signup? %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemy-devise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.
|
|
4
|
+
version: 7.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas von Deyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: alchemy_cms
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 7.0.0
|
|
19
|
+
version: 7.0.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: '8'
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 7.0.0
|
|
29
|
+
version: 7.0.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '8'
|
|
@@ -112,14 +112,14 @@ dependencies:
|
|
|
112
112
|
requirements:
|
|
113
113
|
- - "~>"
|
|
114
114
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: 6.0
|
|
115
|
+
version: '6.0'
|
|
116
116
|
type: :development
|
|
117
117
|
prerelease: false
|
|
118
118
|
version_requirements: !ruby/object:Gem::Requirement
|
|
119
119
|
requirements:
|
|
120
120
|
- - "~>"
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: 6.0
|
|
122
|
+
version: '6.0'
|
|
123
123
|
- !ruby/object:Gem::Dependency
|
|
124
124
|
name: simplecov
|
|
125
125
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
211
|
version: '0'
|
|
212
212
|
requirements: []
|
|
213
|
-
rubygems_version: 3.
|
|
213
|
+
rubygems_version: 3.5.3
|
|
214
214
|
signing_key:
|
|
215
215
|
specification_version: 4
|
|
216
216
|
summary: Devise based user authentication for AlchemyCMS.
|