activeadmin 2.8.1 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of activeadmin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +33 -0
- data/CONTRIBUTING.md +6 -6
- data/README.md +3 -3
- data/app/views/active_admin/devise/mailer/reset_password_instructions.html.erb +1 -1
- data/app/views/active_admin/devise/mailer/unlock_instructions.html.erb +2 -2
- data/docs/5-forms.md +6 -1
- data/docs/6-show-pages.md +12 -0
- data/docs/Gemfile.lock +23 -22
- data/lib/active_admin.rb +0 -1
- data/lib/active_admin/engine.rb +7 -5
- data/lib/active_admin/error.rb +0 -2
- data/lib/active_admin/filters/active_filter.rb +0 -2
- data/lib/active_admin/form_builder.rb +4 -2
- data/lib/active_admin/resource/routes.rb +0 -2
- data/lib/active_admin/resource_controller/decorators.rb +0 -2
- data/lib/active_admin/version.rb +1 -1
- metadata +5 -39
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a79fadc45ea60de060d130d9ce18ca04b0becd14baae2e46b3749b76cb7bd20
|
4
|
+
data.tar.gz: 59ecfb3dba085bd66b2534991dcba8e14dae2f76a07baae37f8b8daaa4063917
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d26b7fb0ffbd1da98ca7b4f685a7c386dcab3f25079f5e16e7926cb1c9ce2060db7ecc27d158608091a178590c9604b33850d5f44009401bee467c6f84811a0
|
7
|
+
data.tar.gz: 1273181e98620f7af30434e4fb669d95eddfa7633d3e5fb5b51fbb31bf8d8b7615e07c413590cba13b86b5fc1e087dc589f7f4f227c6ff62c4ea25925faf07f8
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,27 @@
|
|
2
2
|
|
3
3
|
## Unreleased
|
4
4
|
|
5
|
+
## 2.9.0 [☰](https://github.com/activeadmin/activeadmin/compare/v2.8.1..v2.9.0)
|
6
|
+
|
7
|
+
### Enhancements
|
8
|
+
|
9
|
+
* Support for Rails 6.1. [#6548] by [@deivid-rodriguez]
|
10
|
+
* Add ability to override "Remove" button text on has_many forms. [#6523] by [@littleforest]
|
11
|
+
* Drop git in gemspec. [#6462] by [@utkarsh2102]
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* Pick up upstream fixes in devise templates. [#6536] by [@munen]
|
16
|
+
|
17
|
+
### Documentation
|
18
|
+
|
19
|
+
* Fix `has_many` syntax in forms documentation. [#6583] by [@krzcho]
|
20
|
+
* Add example of using `default_main_content` in show pages. [#6487] by [@sjieg]
|
21
|
+
|
22
|
+
### Dependency Changes
|
23
|
+
|
24
|
+
* Remove sassc and sprockets runtime dependencies. [#6584] by [@deivid-rodriguez]
|
25
|
+
|
5
26
|
## 2.8.1 [☰](https://github.com/activeadmin/activeadmin/compare/v2.8.0..v2.8.1)
|
6
27
|
|
7
28
|
### Bug Fixes
|
@@ -622,6 +643,13 @@ Please check [0-6-stable] for previous changes.
|
|
622
643
|
[#6422]: https://github.com/activeadmin/activeadmin/pull/6422
|
623
644
|
[#6451]: https://github.com/activeadmin/activeadmin/pull/6451
|
624
645
|
[#6460]: https://github.com/activeadmin/activeadmin/pull/6460
|
646
|
+
[#6462]: https://github.com/activeadmin/activeadmin/pull/6462
|
647
|
+
[#6487]: https://github.com/activeadmin/activeadmin/pull/6487
|
648
|
+
[#6523]: https://github.com/activeadmin/activeadmin/pull/6523
|
649
|
+
[#6536]: https://github.com/activeadmin/activeadmin/pull/6536
|
650
|
+
[#6548]: https://github.com/activeadmin/activeadmin/pull/6548
|
651
|
+
[#6583]: https://github.com/activeadmin/activeadmin/pull/6583
|
652
|
+
[#6584]: https://github.com/activeadmin/activeadmin/pull/6584
|
625
653
|
|
626
654
|
[@5t111111]: https://github.com/5t111111
|
627
655
|
[@aarek]: https://github.com/aarek
|
@@ -677,8 +705,10 @@ Please check [0-6-stable] for previous changes.
|
|
677
705
|
[@ko-lem]: https://github.com/ko-lem
|
678
706
|
[@kobeumut]: https://github.com/kobeumut
|
679
707
|
[@Kris-LIBIS]: https://github.com/Kris-LIBIS
|
708
|
+
[@krzcho]: https://github.com/krzcho
|
680
709
|
[@kwent]: https://github.com/kwent
|
681
710
|
[@leio10]: https://github.com/leio10
|
711
|
+
[@littleforest]: https://github.com/littleforest
|
682
712
|
[@Looooong]: https://github.com/Looooong
|
683
713
|
[@markstory]: https://github.com/markstory
|
684
714
|
[@mauriciopasquier]: https://github.com/mauriciopasquier
|
@@ -686,6 +716,7 @@ Please check [0-6-stable] for previous changes.
|
|
686
716
|
[@micred]: https://github.com/micred
|
687
717
|
[@mirelon]: https://github.com/mirelon
|
688
718
|
[@mshalaby]: https://github.com/mshalaby
|
719
|
+
[@munen]: https://github.com/munen
|
689
720
|
[@ndbroadbent]: https://github.com/ndbroadbent
|
690
721
|
[@Nguyenanh]: https://github.com/Nguyenanh
|
691
722
|
[@orkhan]: https://github.com/orkhan
|
@@ -703,12 +734,14 @@ Please check [0-6-stable] for previous changes.
|
|
703
734
|
[@ShallmentMo]: https://github.com/ShallmentMo
|
704
735
|
[@shekibobo]: https://github.com/shekibobo
|
705
736
|
[@shouya]: https://github.com/shouya
|
737
|
+
[@sjieg]: https://github.com/sjieg
|
706
738
|
[@stefsava]: https://github.com/stefsava
|
707
739
|
[@stereoscott]: https://github.com/stereoscott
|
708
740
|
[@taralbass]: https://github.com/taralbass
|
709
741
|
[@tiagotex]: https://github.com/tiagotex
|
710
742
|
[@timoschilling]: https://github.com/timoschilling
|
711
743
|
[@TimPetricola]: https://github.com/TimPetricola
|
744
|
+
[@utkarsh2102]: https://github.com/utkarsh2102
|
712
745
|
[@varyonic]: https://github.com/varyonic
|
713
746
|
[@vcsjones]: https://github.com/vcsjones
|
714
747
|
[@vfonic]: https://github.com/vfonic
|
data/CONTRIBUTING.md
CHANGED
@@ -136,12 +136,12 @@ git push --set-upstream origin 325-add-japanese-translations
|
|
136
136
|
|
137
137
|
Finally, go to GitHub and [make a Pull Request][] :D
|
138
138
|
|
139
|
-
|
140
|
-
about quality, so your PR won't be merged until all tests pass. It's
|
141
|
-
but it's possible that your changes pass tests in one Rails version
|
142
|
-
another. In that case, you'll have to setup your development
|
143
|
-
explained in step 3) to use the problematic Rails version, and
|
144
|
-
what's going on!
|
139
|
+
Github Actions will run our test suite against all supported Rails versions. We
|
140
|
+
care about quality, so your PR won't be merged until all tests pass. It's
|
141
|
+
unlikely, but it's possible that your changes pass tests in one Rails version
|
142
|
+
but fail in another. In that case, you'll have to setup your development
|
143
|
+
environment (as explained in step 3) to use the problematic Rails version, and
|
144
|
+
investigate what's going on!
|
145
145
|
|
146
146
|
### Keeping your Pull Request updated
|
147
147
|
|
data/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
creating elegant backends for website administration.
|
5
5
|
|
6
6
|
[![Version ][rubygems_badge]][rubygems]
|
7
|
-
[![
|
7
|
+
[![Github Actions ][actions_badge]][actions]
|
8
8
|
[![Coverage ][coverage_badge]][coverage]
|
9
9
|
[![Tidelift ][tidelift_badge]][tidelift]
|
10
10
|
[![Inch CI ][inch_badge]][inch]
|
@@ -93,8 +93,8 @@ Thanks to [Open Collective][opencollective contributors] and all our Open Collec
|
|
93
93
|
|
94
94
|
[rubygems_badge]: http://img.shields.io/gem/v/activeadmin.svg
|
95
95
|
[rubygems]: https://rubygems.org/gems/activeadmin
|
96
|
-
[
|
97
|
-
[
|
96
|
+
[actions_badge]: https://github.com/activeadmin/activeadmin/workflows/ci/badge.svg
|
97
|
+
[actions]: https://github.com/activeadmin/activeadmin/actions
|
98
98
|
[coverage_badge]: https://api.codeclimate.com/v1/badges/779e407d22bacff19733/test_coverage
|
99
99
|
[coverage]: https://codeclimate.com/github/activeadmin/activeadmin/test_coverage
|
100
100
|
[inch_badge]: http://inch-ci.org/github/activeadmin/activeadmin.svg?branch=master
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
4
4
|
|
5
|
-
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @
|
5
|
+
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
|
6
6
|
|
7
7
|
<p>If you didn't request this, please ignore this email.</p>
|
8
8
|
<p>Your password won't change until you access the link above and create a new one.</p>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<p>Hello <%= @resource.email %>!</p>
|
2
2
|
|
3
|
-
<p>Your account has been locked due to an excessive
|
3
|
+
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
|
4
4
|
|
5
5
|
<p>Click the link below to unlock your account:</p>
|
6
6
|
|
7
|
-
<p><%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @
|
7
|
+
<p><%= link_to 'Unlock my account', unlock_url(@resource, unlock_token: @token) %></p>
|
data/docs/5-forms.md
CHANGED
@@ -110,8 +110,9 @@ ActiveAdmin.register Post do
|
|
110
110
|
end
|
111
111
|
end
|
112
112
|
f.inputs do
|
113
|
-
f.has_many :
|
113
|
+
f.has_many :comments,
|
114
114
|
new_record: 'Leave Comment',
|
115
|
+
remove_record: 'Remove Comment',
|
115
116
|
allow_destroy: -> (c) { c.author?(current_admin_user) } do |b|
|
116
117
|
b.input :body
|
117
118
|
end
|
@@ -139,6 +140,10 @@ The `:new_record` option controls the visibility of the new record button (shown
|
|
139
140
|
by default). If you pass a string, it will be used as the text for the new
|
140
141
|
record button.
|
141
142
|
|
143
|
+
The `:remove_record` option controls the text of the remove button (shown after
|
144
|
+
the new record button is pressed). If you pass a string, it will be used as the
|
145
|
+
text for the remove button.
|
146
|
+
|
142
147
|
The `:sortable` option adds a hidden field and will enable drag & drop sorting
|
143
148
|
of the children. It expects the name of the column that will store the index of
|
144
149
|
each child.
|
data/docs/6-show-pages.md
CHANGED
@@ -79,3 +79,15 @@ ActiveAdmin.register Book do
|
|
79
79
|
end
|
80
80
|
end
|
81
81
|
```
|
82
|
+
|
83
|
+
If you want to keep the default show data, but add something extra to it:
|
84
|
+
|
85
|
+
```ruby
|
86
|
+
show do
|
87
|
+
div do
|
88
|
+
h3 'Some custom charts about this object'
|
89
|
+
render partial: 'charts'
|
90
|
+
end
|
91
|
+
default_main_content
|
92
|
+
end
|
93
|
+
```
|
data/docs/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (6.0.3.
|
4
|
+
activesupport (6.0.3.3)
|
5
5
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
6
6
|
i18n (>= 0.7, < 2)
|
7
7
|
minitest (~> 5.1)
|
@@ -16,10 +16,10 @@ GEM
|
|
16
16
|
colorator (1.1.0)
|
17
17
|
commonmarker (0.17.13)
|
18
18
|
ruby-enum (~> 0.5)
|
19
|
-
concurrent-ruby (1.1.
|
19
|
+
concurrent-ruby (1.1.7)
|
20
20
|
dnsruby (1.61.4)
|
21
21
|
simpleidn (~> 0.1)
|
22
|
-
em-websocket (0.5.
|
22
|
+
em-websocket (0.5.2)
|
23
23
|
eventmachine (>= 0.12.9)
|
24
24
|
http_parser.rb (~> 0.6.0)
|
25
25
|
ethon (0.12.0)
|
@@ -31,23 +31,23 @@ GEM
|
|
31
31
|
ffi (1.13.1)
|
32
32
|
forwardable-extended (2.6.0)
|
33
33
|
gemoji (3.0.1)
|
34
|
-
github-pages (
|
34
|
+
github-pages (209)
|
35
35
|
github-pages-health-check (= 1.16.1)
|
36
36
|
jekyll (= 3.9.0)
|
37
37
|
jekyll-avatar (= 0.7.0)
|
38
38
|
jekyll-coffeescript (= 1.1.1)
|
39
39
|
jekyll-commonmark-ghpages (= 0.1.6)
|
40
40
|
jekyll-default-layout (= 0.1.4)
|
41
|
-
jekyll-feed (= 0.
|
41
|
+
jekyll-feed (= 0.15.1)
|
42
42
|
jekyll-gist (= 1.5.0)
|
43
43
|
jekyll-github-metadata (= 2.13.0)
|
44
|
-
jekyll-mentions (= 1.
|
44
|
+
jekyll-mentions (= 1.6.0)
|
45
45
|
jekyll-optional-front-matter (= 0.3.2)
|
46
46
|
jekyll-paginate (= 1.1.0)
|
47
47
|
jekyll-readme-index (= 0.3.0)
|
48
|
-
jekyll-redirect-from (= 0.
|
48
|
+
jekyll-redirect-from (= 0.16.0)
|
49
49
|
jekyll-relative-links (= 0.6.1)
|
50
|
-
jekyll-remote-theme (= 0.4.
|
50
|
+
jekyll-remote-theme (= 0.4.2)
|
51
51
|
jekyll-sass-converter (= 1.5.2)
|
52
52
|
jekyll-seo-tag (= 2.6.1)
|
53
53
|
jekyll-sitemap (= 1.4.0)
|
@@ -55,7 +55,7 @@ GEM
|
|
55
55
|
jekyll-theme-architect (= 0.1.1)
|
56
56
|
jekyll-theme-cayman (= 0.1.1)
|
57
57
|
jekyll-theme-dinky (= 0.1.1)
|
58
|
-
jekyll-theme-hacker (= 0.1.
|
58
|
+
jekyll-theme-hacker (= 0.1.2)
|
59
59
|
jekyll-theme-leap-day (= 0.1.1)
|
60
60
|
jekyll-theme-merlot (= 0.1.1)
|
61
61
|
jekyll-theme-midnight (= 0.1.1)
|
@@ -66,14 +66,14 @@ GEM
|
|
66
66
|
jekyll-theme-tactile (= 0.1.1)
|
67
67
|
jekyll-theme-time-machine (= 0.1.1)
|
68
68
|
jekyll-titles-from-headings (= 0.5.3)
|
69
|
-
jemoji (= 0.
|
69
|
+
jemoji (= 0.12.0)
|
70
70
|
kramdown (= 2.3.0)
|
71
71
|
kramdown-parser-gfm (= 1.1.0)
|
72
72
|
liquid (= 4.0.3)
|
73
73
|
mercenary (~> 0.3)
|
74
74
|
minima (= 2.5.1)
|
75
75
|
nokogiri (>= 1.10.4, < 2.0)
|
76
|
-
rouge (= 3.
|
76
|
+
rouge (= 3.23.0)
|
77
77
|
terminal-table (~> 1.4)
|
78
78
|
github-pages-health-check (1.16.1)
|
79
79
|
addressable (~> 2.3)
|
@@ -81,7 +81,7 @@ GEM
|
|
81
81
|
octokit (~> 4.0)
|
82
82
|
public_suffix (~> 3.0)
|
83
83
|
typhoeus (~> 1.3)
|
84
|
-
html-pipeline (2.
|
84
|
+
html-pipeline (2.14.0)
|
85
85
|
activesupport (>= 2)
|
86
86
|
nokogiri (>= 1.4)
|
87
87
|
http_parser.rb (0.6.0)
|
@@ -114,14 +114,14 @@ GEM
|
|
114
114
|
rouge (>= 2.0, < 4.0)
|
115
115
|
jekyll-default-layout (0.1.4)
|
116
116
|
jekyll (~> 3.0)
|
117
|
-
jekyll-feed (0.
|
117
|
+
jekyll-feed (0.15.1)
|
118
118
|
jekyll (>= 3.7, < 5.0)
|
119
119
|
jekyll-gist (1.5.0)
|
120
120
|
octokit (~> 4.2)
|
121
121
|
jekyll-github-metadata (2.13.0)
|
122
122
|
jekyll (>= 3.4, < 5.0)
|
123
123
|
octokit (~> 4.0, != 4.4.0)
|
124
|
-
jekyll-mentions (1.
|
124
|
+
jekyll-mentions (1.6.0)
|
125
125
|
html-pipeline (~> 2.3)
|
126
126
|
jekyll (>= 3.7, < 5.0)
|
127
127
|
jekyll-optional-front-matter (0.3.2)
|
@@ -129,14 +129,15 @@ GEM
|
|
129
129
|
jekyll-paginate (1.1.0)
|
130
130
|
jekyll-readme-index (0.3.0)
|
131
131
|
jekyll (>= 3.0, < 5.0)
|
132
|
-
jekyll-redirect-from (0.
|
132
|
+
jekyll-redirect-from (0.16.0)
|
133
133
|
jekyll (>= 3.3, < 5.0)
|
134
134
|
jekyll-relative-links (0.6.1)
|
135
135
|
jekyll (>= 3.3, < 5.0)
|
136
|
-
jekyll-remote-theme (0.4.
|
136
|
+
jekyll-remote-theme (0.4.2)
|
137
137
|
addressable (~> 2.0)
|
138
138
|
jekyll (>= 3.5, < 5.0)
|
139
|
-
|
139
|
+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
|
140
|
+
rubyzip (>= 1.3.0, < 3.0)
|
140
141
|
jekyll-sass-converter (1.5.2)
|
141
142
|
sass (~> 3.4)
|
142
143
|
jekyll-seo-tag (2.6.1)
|
@@ -153,8 +154,8 @@ GEM
|
|
153
154
|
jekyll-theme-dinky (0.1.1)
|
154
155
|
jekyll (~> 3.5)
|
155
156
|
jekyll-seo-tag (~> 2.0)
|
156
|
-
jekyll-theme-hacker (0.1.
|
157
|
-
jekyll (
|
157
|
+
jekyll-theme-hacker (0.1.2)
|
158
|
+
jekyll (> 3.5, < 5.0)
|
158
159
|
jekyll-seo-tag (~> 2.0)
|
159
160
|
jekyll-theme-leap-day (0.1.1)
|
160
161
|
jekyll (~> 3.5)
|
@@ -188,7 +189,7 @@ GEM
|
|
188
189
|
jekyll (>= 3.3, < 5.0)
|
189
190
|
jekyll-watch (2.2.1)
|
190
191
|
listen (~> 3.0)
|
191
|
-
jemoji (0.
|
192
|
+
jemoji (0.12.0)
|
192
193
|
gemoji (~> 3.0)
|
193
194
|
html-pipeline (~> 2.2)
|
194
195
|
jekyll (>= 3.0, < 5.0)
|
@@ -206,7 +207,7 @@ GEM
|
|
206
207
|
jekyll (>= 3.5, < 5.0)
|
207
208
|
jekyll-feed (~> 0.9)
|
208
209
|
jekyll-seo-tag (~> 2.1)
|
209
|
-
minitest (5.14.
|
210
|
+
minitest (5.14.2)
|
210
211
|
multipart-post (2.1.1)
|
211
212
|
nokogiri (1.10.10)
|
212
213
|
mini_portile2 (~> 2.4.0)
|
@@ -220,7 +221,7 @@ GEM
|
|
220
221
|
rb-inotify (0.10.1)
|
221
222
|
ffi (~> 1.0)
|
222
223
|
rexml (3.2.4)
|
223
|
-
rouge (3.
|
224
|
+
rouge (3.23.0)
|
224
225
|
ruby-enum (0.8.0)
|
225
226
|
i18n
|
226
227
|
rubyzip (2.3.0)
|
data/lib/active_admin.rb
CHANGED
data/lib/active_admin/engine.rb
CHANGED
@@ -6,11 +6,13 @@ module ActiveAdmin
|
|
6
6
|
end
|
7
7
|
|
8
8
|
initializer "active_admin.precompile", group: :all do |app|
|
9
|
-
ActiveAdmin.application.
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
9
|
+
unless ActiveAdmin.application.use_webpacker
|
10
|
+
ActiveAdmin.application.stylesheets.each do |path, _|
|
11
|
+
app.config.assets.precompile << path
|
12
|
+
end
|
13
|
+
ActiveAdmin.application.javascripts.each do |path|
|
14
|
+
app.config.assets.precompile << path
|
15
|
+
end
|
14
16
|
end
|
15
17
|
end
|
16
18
|
|
data/lib/active_admin/error.rb
CHANGED
@@ -40,7 +40,7 @@ module ActiveAdmin
|
|
40
40
|
attr_reader :assoc
|
41
41
|
attr_reader :options
|
42
42
|
attr_reader :heading, :sortable_column, :sortable_start
|
43
|
-
attr_reader :new_record, :destroy_option
|
43
|
+
attr_reader :new_record, :destroy_option, :remove_record
|
44
44
|
|
45
45
|
def initialize(has_many_form, assoc, options)
|
46
46
|
super has_many_form
|
@@ -72,6 +72,7 @@ module ActiveAdmin
|
|
72
72
|
@sortable_start = options.delete(:sortable_start) || 0
|
73
73
|
@new_record = options.key?(:new_record) ? options.delete(:new_record) : true
|
74
74
|
@destroy_option = options.delete(:allow_destroy)
|
75
|
+
@remove_record = options.delete(:remove_record)
|
75
76
|
options
|
76
77
|
end
|
77
78
|
|
@@ -107,7 +108,8 @@ module ActiveAdmin
|
|
107
108
|
def has_many_actions(form_builder, contents)
|
108
109
|
if form_builder.object.new_record?
|
109
110
|
contents << template.content_tag(:li) do
|
110
|
-
|
111
|
+
remove_text = remove_record.is_a?(String) ? remove_record : I18n.t("active_admin.has_many_remove")
|
112
|
+
template.link_to remove_text, "#", class: "button has_many_remove"
|
111
113
|
end
|
112
114
|
elsif allow_destroy?(form_builder.object)
|
113
115
|
form_builder.input(
|
data/lib/active_admin/version.rb
CHANGED
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: 2.
|
4
|
+
version: 2.9.0
|
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: 2020-
|
18
|
+
date: 2020-12-14 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: arbre
|
@@ -128,7 +128,7 @@ dependencies:
|
|
128
128
|
version: '5.2'
|
129
129
|
- - "<"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: '6.
|
131
|
+
version: '6.2'
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -138,7 +138,7 @@ dependencies:
|
|
138
138
|
version: '5.2'
|
139
139
|
- - "<"
|
140
140
|
- !ruby/object:Gem::Version
|
141
|
-
version: '6.
|
141
|
+
version: '6.2'
|
142
142
|
- !ruby/object:Gem::Dependency
|
143
143
|
name: ransack
|
144
144
|
requirement: !ruby/object:Gem::Requirement
|
@@ -159,40 +159,6 @@ dependencies:
|
|
159
159
|
- - ">="
|
160
160
|
- !ruby/object:Gem::Version
|
161
161
|
version: 2.1.1
|
162
|
-
- !ruby/object:Gem::Dependency
|
163
|
-
name: sassc-rails
|
164
|
-
requirement: !ruby/object:Gem::Requirement
|
165
|
-
requirements:
|
166
|
-
- - "~>"
|
167
|
-
- !ruby/object:Gem::Version
|
168
|
-
version: '2.1'
|
169
|
-
type: :runtime
|
170
|
-
prerelease: false
|
171
|
-
version_requirements: !ruby/object:Gem::Requirement
|
172
|
-
requirements:
|
173
|
-
- - "~>"
|
174
|
-
- !ruby/object:Gem::Version
|
175
|
-
version: '2.1'
|
176
|
-
- !ruby/object:Gem::Dependency
|
177
|
-
name: sprockets
|
178
|
-
requirement: !ruby/object:Gem::Requirement
|
179
|
-
requirements:
|
180
|
-
- - ">="
|
181
|
-
- !ruby/object:Gem::Version
|
182
|
-
version: '3.0'
|
183
|
-
- - "<"
|
184
|
-
- !ruby/object:Gem::Version
|
185
|
-
version: '4.1'
|
186
|
-
type: :runtime
|
187
|
-
prerelease: false
|
188
|
-
version_requirements: !ruby/object:Gem::Requirement
|
189
|
-
requirements:
|
190
|
-
- - ">="
|
191
|
-
- !ruby/object:Gem::Version
|
192
|
-
version: '3.0'
|
193
|
-
- - "<"
|
194
|
-
- !ruby/object:Gem::Version
|
195
|
-
version: '4.1'
|
196
162
|
description: The administration framework for Ruby on Rails.
|
197
163
|
email:
|
198
164
|
- deivid.rodriguez@riseup.net
|
@@ -611,7 +577,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
611
577
|
- !ruby/object:Gem::Version
|
612
578
|
version: '0'
|
613
579
|
requirements: []
|
614
|
-
rubygems_version: 3.2.0
|
580
|
+
rubygems_version: 3.2.0
|
615
581
|
signing_key:
|
616
582
|
specification_version: 4
|
617
583
|
summary: Active Admin is a Ruby on Rails plugin for generating administration style
|