thecore_ui_partial_snippets 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 251e52f1737f186957d15ad586531bb58a4a4627
|
|
4
|
+
data.tar.gz: b4d6614bb7b82a072b6ec4c752d1ec3803a6bdd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34248246a6d4f65faeec914cd12e407c1380b51aed62eb4b3ea33d9729b90920470dfb85528f505bdfc8d394b48975b58b3534a2975d7327dc24c269d83d5527
|
|
7
|
+
data.tar.gz: '0078d3ec0b5a9e5e5b881ee98b79d7a4dad10d45ef68530195b00818957262db6c472246d6cdfa04091767115ffa901abac3a38690ac9713cee82dbdce7f0dcb'
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
module ThecoreUiPartialSnippets
|
|
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_dataentry_commons.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_ui_partial_snippets
|
|
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: thecore
|