motor-admin 0.4.28 → 0.4.29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/audited.rb +5 -0
- data/lib/motor/resources/fetch_configured_model.rb +1 -0
- data/lib/motor/tasks/motor.rake +2 -0
- data/lib/motor/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0f1b82c0d0c82435cff85fca06a7bd5237f4866c6485f7660473848498a9721
|
4
|
+
data.tar.gz: 3641b27f778d85d4675ef9321b1e089463c7326ef4b723dad627fde31c3a1a6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87c72e5416a8a70532c0a6190e1e45961f205fb03d694102e7ecad69f518afcb971341bb45dadada031d7090083200498c91b16d29320f4f3e03a0dfc695ad53
|
7
|
+
data.tar.gz: 7ec83646e03cc9bfe5ebe0a8d19d429a6b1a371165beaa60cbcba10505c6e7ce6ce43f6137c01e8aaca82ceb58aee95aadb9e5ffb3a44791b9abe618a9a02fb0
|
data/lib/motor/tasks/motor.rake
CHANGED
data/lib/motor/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motor-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pete Matsyburka
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ar_lazy_preload
|
@@ -176,6 +176,7 @@ files:
|
|
176
176
|
- app/views/motor/notifications_mailer/notify_mention_email.html.erb
|
177
177
|
- app/views/motor/notifications_mailer/notify_reminder_email.html.erb
|
178
178
|
- app/views/motor/ui/show.html.erb
|
179
|
+
- config/initializers/audited.rb
|
179
180
|
- config/locales/el.yml
|
180
181
|
- config/locales/en.yml
|
181
182
|
- config/locales/es.yml
|