rails_admin_ui_index_cards 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86e6fa4493fcd8da30403e26f87d477661bd7425
|
4
|
+
data.tar.gz: cb1646f6181cd89a4372659d3e8b1bd3ae90ad86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac9ab1e587485c7471300c27ca33d9ac1191bc50f86a56f8c0ed095d90328f4711bbe81dfa730135ddfe60985a1f91817a92bc295e0f77849abf87e6acec593d
|
7
|
+
data.tar.gz: f7f236c79daba08539e12062c9362b2d15305ec6824b7f7446be5940567f9c2a2c9981ffae0681ddfba2a71f58a707edcb652d56f1104525b3d72fb3a03d913a
|
@@ -1,4 +1,10 @@
|
|
1
1
|
module RailsAdminUiIndexCards
|
2
2
|
class Engine < ::Rails::Engine
|
3
|
+
# This code makes the static assets present in this
|
4
|
+
# engine available to main app, even if this gem is
|
5
|
+
# just a dependency of another engine
|
6
|
+
initializer 'rails_admin_ui_index_cards.load_static_assets' do |app|
|
7
|
+
app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
8
|
+
end
|
3
9
|
end
|
4
10
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_admin_ui_index_cards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore
|