thecore_dataentry_with_date_start_and_end 1.1.2 → 1.1.3

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: fdd96447ad9c853e1536b6e7276943b5c9c983b3
4
- data.tar.gz: 48097c2f91912be00866aa6afd28ae810770e0e1
3
+ metadata.gz: 7895a3b605c34c13432d594f8d7e288d55c977d6
4
+ data.tar.gz: f54cd81f6a0628ae482d3226883afdeeef0eb00b
5
5
  SHA512:
6
- metadata.gz: baac12d9263de7c5ca2bc0237b3e92c8e67436e0e5c7ba7599966e7a30376aead54bdcfbcfc4e7b53bcdd09a3613f09d8f3ab0df8a7562f8c67f8cbc3dce7579
7
- data.tar.gz: a9e34e0d1e2716f6793d859b715d5553177b9141052a9a2e230b4e26e48729a4d13c539f29211dc3f593e6e8e77f2f4a850c4cf760a5b7e25576d628a85dfd00
6
+ metadata.gz: 6b9c8dc25eb7145e7a3d2c370d09d1fe8a1a48ee7094c60068bf81708eef8e7add86ce3b34e6215f4657e185bc8839b2ca63757cf7acae10a19bb5e77534f767
7
+ data.tar.gz: 6c272af002f5d657d1b513b57ef5add29d659e6ab59d053e9b95ff96788019008d70ef760d9c9bb197ddd019c5736f74ffbc9004a9bba86b6f46823be884f7ee
@@ -3,7 +3,8 @@ module ThecoreDataentryWithDateStartAndEnd
3
3
  # This code makes the static assets present in this
4
4
  # engine available to main app, even if this gem is
5
5
  # just a dependency of another engine
6
- initializer 'thecore_dataentry_commons.load_static_assets' do |app|
6
+ initializer 'thecore_dataentry_with_date_start_and_end.load_static_assets' do |app|
7
+ puts "Loading static assets for #{root}"
7
8
  app.middleware.use ::ActionDispatch::Static, "#{root}/app"
8
9
  end
9
10
  end
@@ -1,3 +1,3 @@
1
1
  module ThecoreDataentryWithDateStartAndEnd
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni