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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdd96447ad9c853e1536b6e7276943b5c9c983b3
|
4
|
+
data.tar.gz: 48097c2f91912be00866aa6afd28ae810770e0e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baac12d9263de7c5ca2bc0237b3e92c8e67436e0e5c7ba7599966e7a30376aead54bdcfbcfc4e7b53bcdd09a3613f09d8f3ab0df8a7562f8c67f8cbc3dce7579
|
7
|
+
data.tar.gz: a9e34e0d1e2716f6793d859b715d5553177b9141052a9a2e230b4e26e48729a4d13c539f29211dc3f593e6e8e77f2f4a850c4cf760a5b7e25576d628a85dfd00
|
@@ -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
|
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.
|
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_dataentry_commons
|