thecore_ui_layout_taris_website 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b2e5bd48e62d41bba2581e83381e68bc5b6ae2a
4
- data.tar.gz: 56e060818e0b5d26a6b747097af872daf620d8b0
3
+ metadata.gz: 6233fd7e38308f19413820cbc6502578dbc65e18
4
+ data.tar.gz: 2d195c4208f4a424852407b21fe90e79545e9a11
5
5
  SHA512:
6
- metadata.gz: 5f2fc7c90f8b5e9b8ca8c5bc98d8938317125513d57aafdfc5d5d1ed572003504c37a40a14d13a518f8a0a550b7b13fa807e9606d56b21b459d4723f85e5c7d2
7
- data.tar.gz: 00b787f7b801fec4393dd0ca8f34ac667b00c4446ebafa5bc365c05c9aeeacda58e8acf2eef78fb24feaff66263cea99014e661f2c9b27cad3f4dda5ed4e7771
6
+ metadata.gz: 44a793ff3e4b91681e3ab961e2fb61fc259d3d3e0dd5c5ebda3fcd729cc871caf0df978e9417e01991b1ec2c681bbf504652c5a19eb71b5258167bd791ba0949
7
+ data.tar.gz: 93995e0684577f558c7f84e559a7352b5b74c4551f03b36cb0bbf47af07cf146e59e0b15cc7bc072e3338b9465bff839af60b09297a903055b7bf8e08bbf0689
@@ -1,4 +1,10 @@
1
1
  module ThecoreUiLayoutTarisWebsite
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_ui_layout_taris_website.load_static_assets' do |app|
7
+ app.middleware.use ::ActionDispatch::Static, "#{root}/app"
8
+ end
3
9
  end
4
10
  end
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiLayoutTarisWebsite
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_layout_taris_website
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.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-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