thecore_ui_layout_taris_website 1.1.4 → 1.1.5
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: 81583b208a5347dea7890fcb513bf0933c0082ba
|
4
|
+
data.tar.gz: 5d19046baa95a87502a5d242e3131d88944f85ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d568fde2eeea344fb41513f5459ad9870267406bfed359cde55bc60767c123dd5f35fcb0cc8a277c336f231f570f4d865ebc7bdbdcdecfe924725799fcef2ac8
|
7
|
+
data.tar.gz: a1123e9f8e440e9e53b6b25f83ed7544fce0a3895b18923d3d4753d504e4232b62f3d6d47e0b158ce922b8781a250ef19348722af0c460f8e7161e9c7337fff0
|
@@ -4,7 +4,7 @@ module ThecoreUiLayoutTarisWebsite
|
|
4
4
|
# engine available to main app, even if this gem is
|
5
5
|
# just a dependency of another engine
|
6
6
|
initializer 'thecore_ui_layout_taris_website.load_static_assets' do |app|
|
7
|
-
puts "Loading static assets for #{root}"
|
7
|
+
# puts "Loading static assets for #{root}"
|
8
8
|
app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
9
9
|
end
|
10
10
|
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.
|
4
|
+
version: 1.1.5
|
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-
|
11
|
+
date: 2018-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore
|