thecore_ui_partial_snippets 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: c55ffc6558f6df1c59f86151bf6d8caf5cfc0844
4
- data.tar.gz: 55e270e53587493ef660d35196dc3aedb027c086
3
+ metadata.gz: 251e52f1737f186957d15ad586531bb58a4a4627
4
+ data.tar.gz: b4d6614bb7b82a072b6ec4c752d1ec3803a6bdd0
5
5
  SHA512:
6
- metadata.gz: a654f698e2cb9b4495f606c8c4b1d4a9fc00b774af78e642c7c42ed74139f42dff4797d48506870e1d69c50a464bc514f5d7cd02b0a9ef00463be39a78b83e81
7
- data.tar.gz: 45e5da96c4353ea5bfe13444a253065bcd8471f2c126446ad6d184ddc82a961e9abfddf1fd64950c0bd1618f09cdf48b08558e9ad93fa63d5b52cfdfce3e4ad0
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
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiPartialSnippets
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_partial_snippets
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