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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd6b7560905c561c9ac5c33a5d06b52fe9d39387037c7c9c6a0c783bf6d7d84f
4
- data.tar.gz: f7ab01665f1d69d4fa948c2b949a1463d728777fd0d803565756c440f125e65a
3
+ metadata.gz: b1b4082a33ae521911c64a602db4b00b6c4818dda1d60fc40f144a63d1d59904
4
+ data.tar.gz: 0d37198bf52259e4fec8134a083dd53df14b7526fe65dec101e8a5e499e254c4
5
5
  SHA512:
6
- metadata.gz: 8264ef086327c7949c32c647d218d4de031db097ede9ebe394e355015510e39f20bb98848474580082bccc8b932780595006e2bde3f1648a0e13424986ee5b4c
7
- data.tar.gz: 270a29faebfd1fc2f3edfc3eab41e8d436a362ab2c6fd7e1607161146b1c8b4cb0480853b906ba35fb38dbd9ec2e25b614c69a8b27daaf58008fb959a6884b9d
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: {multiple: true, class: 'alchemy_selectbox'},
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? %>
@@ -13,7 +13,7 @@ Rails.application.config.to_prepare do
13
13
  name: "modules.users",
14
14
  controller: "/alchemy/admin/users",
15
15
  action: "index",
16
- icon: "users"
16
+ icon: (Alchemy.gem_version > Gem::Version.new("7.0")) ? "group-line" : "users"
17
17
  }
18
18
  })
19
19
 
@@ -1,5 +1,5 @@
1
1
  module Alchemy
2
2
  module Devise
3
- VERSION = "7.0.0"
3
+ VERSION = "7.1.0"
4
4
  end
5
5
  end
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.0.0
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: 2023-07-05 00:00:00.000000000 Z
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.pre.rc1
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.pre.rc1
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.1
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.1
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.4.15
213
+ rubygems_version: 3.5.3
214
214
  signing_key:
215
215
  specification_version: 4
216
216
  summary: Devise based user authentication for AlchemyCMS.