thecore_dataentry_with_date_start_and_end 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: d2844bf08e57f1fab9678fdc87d25aaa4a9483df
4
- data.tar.gz: 0f2d22a665b9cf800d922efecd7e91ff4ec18874
3
+ metadata.gz: fdd96447ad9c853e1536b6e7276943b5c9c983b3
4
+ data.tar.gz: 48097c2f91912be00866aa6afd28ae810770e0e1
5
5
  SHA512:
6
- metadata.gz: a9fba75ebc93bd8f2035ddfeebcea80c0fbfbe5a08f2101080ad2d7a2b82c66638e4871f7b8c8909a2594dc787db5d2c06f9872c24f16022147fcf9e4fb57587
7
- data.tar.gz: 6ba506b0117863768515c04d7da89fa0ba793a5be4a49d32bf0aa42d4c82b3decd8d50037cbf3a29455a7db863f709ea1a716bf2e1f0e9fbfd90cf48d60d835a
6
+ metadata.gz: baac12d9263de7c5ca2bc0237b3e92c8e67436e0e5c7ba7599966e7a30376aead54bdcfbcfc4e7b53bcdd09a3613f09d8f3ab0df8a7562f8c67f8cbc3dce7579
7
+ data.tar.gz: a9e34e0d1e2716f6793d859b715d5553177b9141052a9a2e230b4e26e48729a4d13c539f29211dc3f593e6e8e77f2f4a850c4cf760a5b7e25576d628a85dfd00
@@ -1,3 +1,6 @@
1
+ require 'thecore_dataentry_commons'
2
+ require 'thecore_ui_partial_snippets'
3
+
1
4
  require "thecore_dataentry_with_date_start_and_end/engine"
2
5
 
3
6
  module ThecoreDataentryWithDateStartAndEnd
@@ -1,4 +1,10 @@
1
1
  module ThecoreDataentryWithDateStartAndEnd
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 ThecoreDataentryWithDateStartAndEnd
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_dataentry_with_date_start_and_end
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_dataentry_commons