activeadmin 3.2.0 → 3.2.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff095f14bad831f14bf12c3da9123bae3311d3c94815a73ef3b8ab67d1ca985a
|
|
4
|
+
data.tar.gz: 1adb7fa85d65339b74b8a0c1ef45c6ba9be9031a743e144d0edf452064e31083
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54c3193a35539aeb1c6e094cdd7e03b335168116db76a8ab07eb5991de70cba0931d400840815014ee96bad801723fa628962924d3314e3aa855adebaa3d256d
|
|
7
|
+
data.tar.gz: 2f51a5be0b992925a0b8a77f62e68812ae19ea3d5666f2df514bbbf4b9a6ccb1c09639853878a8e02e4b9b59077f18ad3041642b6abc5ad8e39f0eec359d0db3
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.2.1 [☰](https://github.com/activeadmin/activeadmin/compare/v3.2.0..v3.2.1)
|
|
6
|
+
|
|
7
|
+
### Enhancements
|
|
8
|
+
|
|
9
|
+
* Backport Suppress ruby 3.3 warning [#8310] by [@mgrunberg]
|
|
10
|
+
* Backport Recommend using target="_blank" instead of target="blank" [#8311] by [@mgrunberg]
|
|
11
|
+
|
|
5
12
|
## 3.2.0 [☰](https://github.com/activeadmin/activeadmin/compare/v3.1.0..v3.2.0)
|
|
6
13
|
|
|
7
14
|
### Security Fixes
|
|
@@ -898,6 +905,8 @@ Please check [0-6-stable] for previous changes.
|
|
|
898
905
|
[#8165]: https://github.com/activeadmin/activeadmin/pull/8165
|
|
899
906
|
[#8166]: https://github.com/activeadmin/activeadmin/pull/8166
|
|
900
907
|
[#8167]: https://github.com/activeadmin/activeadmin/pull/8167
|
|
908
|
+
[#8310]: https://github.com/activeadmin/activeadmin/pull/8310
|
|
909
|
+
[#8311]: https://github.com/activeadmin/activeadmin/pull/8311
|
|
901
910
|
|
|
902
911
|
[@1000ship]: https://github.com/1000ship
|
|
903
912
|
[@5t111111]: https://github.com/5t111111
|
data/lib/active_admin/version.rb
CHANGED
|
@@ -258,7 +258,7 @@ ActiveAdmin.setup do |config|
|
|
|
258
258
|
#
|
|
259
259
|
# config.namespace :admin do |admin|
|
|
260
260
|
# admin.build_menu :default do |menu|
|
|
261
|
-
# menu.add label: "My Great Website", url: "http://www.mygreatwebsite.com", html_options: { target:
|
|
261
|
+
# menu.add label: "My Great Website", url: "http://www.mygreatwebsite.com", html_options: { target: "_blank" }
|
|
262
262
|
# end
|
|
263
263
|
# end
|
|
264
264
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Charles Maresh
|
|
@@ -15,7 +15,7 @@ authors:
|
|
|
15
15
|
autorequire:
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
|
-
date:
|
|
18
|
+
date: 2024-05-02 00:00:00.000000000 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: arbre
|
|
@@ -37,6 +37,20 @@ dependencies:
|
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 1.2.1
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: csv
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
type: :runtime
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
40
54
|
- !ruby/object:Gem::Dependency
|
|
41
55
|
name: formtastic
|
|
42
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -520,7 +534,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
520
534
|
- !ruby/object:Gem::Version
|
|
521
535
|
version: '0'
|
|
522
536
|
requirements: []
|
|
523
|
-
rubygems_version: 3.4.
|
|
537
|
+
rubygems_version: 3.4.19
|
|
524
538
|
signing_key:
|
|
525
539
|
specification_version: 4
|
|
526
540
|
summary: Active Admin is a Ruby on Rails plugin for generating administration style
|