rails_admin_ui_layout_taris 1.2.7 → 1.2.8

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: '037944e24a8e2f914c6ae9be252416426f5ada8b'
4
- data.tar.gz: 72e336d615ec6e20af7b91c2305a2b06f6fa853c
3
+ metadata.gz: 5dfc633904ef2ef25ec20b96df3b33bd9b486546
4
+ data.tar.gz: 695de69ba626a5e033ecf068b5d65655fb845877
5
5
  SHA512:
6
- metadata.gz: bfbef02842df1ba5caf983e0b8cbb7414c6125ad8575cba4fa00e947677d487cc64aa8f32dc8162f38d36db26f685eaac9d3b99da90c79278ac6608cbb032261
7
- data.tar.gz: e94d732c4161c3b04324f872c039be2c5754325aee8769dd802a81d70474504e85f09a91780608592d40d5e64a3b5185b7a5813c995d67acf0129d11ddb90c74
6
+ metadata.gz: c2999f9ab773c5acda1a2d646f0fc94bb5cba2a6dd4ab312403026c45611c1ff50524e9241e16fa7dbe85ed777e865a02e0f60526dd978475216749b0334d020
7
+ data.tar.gz: ecb7cf8e84169794d410ae508a974f46f54078d5939417754d1af640645efff0aa1d875d4a3ca23026c5ec66a74ccfb11b516e15d53a9d87867ff3cf16927f44
@@ -1,6 +1,10 @@
1
1
  module RailsAdminUiLayoutTaris
2
2
  class Engine < ::Rails::Engine
3
- initializer "thecore.configure_rails_initialization", :group => :all do |app|
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"
4
8
  end
5
9
  end
6
10
  end
@@ -1,3 +1,3 @@
1
1
  module RailsAdminUiLayoutTaris
2
- VERSION = '1.2.7'
2
+ VERSION = '1.2.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_ui_layout_taris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
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-08 00:00:00.000000000 Z
11
+ date: 2018-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore