thecore_theme_taris 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/thecore_theme_taris.rb +3 -1
- data/lib/thecore_theme_taris/engine.rb +6 -0
- data/lib/thecore_theme_taris/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b01e584e2d8d52dbb5cdc6caf119858afda16411
|
4
|
+
data.tar.gz: ec94b6abd87acf7d70916a5d6ce95f539863f064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c78adaa008af99bc3ed96bcd746ce2772ff7dbe869671ff20d6b74e73645188e95eb1de59b3849247be0991bb9933b3da25bb3142c8b1a5df4a321b49bfc358
|
7
|
+
data.tar.gz: 04f8942b1b3bf53b08429e18ee8530f091436b8eb7e908f79140031cb8f32d4c852e570fb8df7898f030ac6cf10452481f69669fb4f78f3338e2d82f8a59e4f6
|
data/lib/thecore_theme_taris.rb
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
-
require 'rails_admin_ui_layout_taris'
|
2
1
|
require 'rails_admin_ui_dashboard_blocks'
|
3
2
|
require 'rails_admin_ui_index_cards'
|
3
|
+
require 'rails_admin_ui_layout_taris'
|
4
|
+
require 'thecore_ui_layout_taris_website'
|
5
|
+
|
4
6
|
require "thecore_theme_taris/engine"
|
5
7
|
|
6
8
|
module ThecoreThemeTaris
|
@@ -1,4 +1,10 @@
|
|
1
1
|
module ThecoreThemeTaris
|
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 'thecore_theme_taris.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: thecore_theme_taris
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
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: rails_admin_ui_layout_taris
|