thecore_dataentry_commons 1.2.23 → 1.2.25

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: 24c4d421a188105a7fe2256ce3ca469be4fae6d8
4
- data.tar.gz: 0f874ebbabb40348096e5333afa8f42dd0afb558
3
+ metadata.gz: 72583643d2b3e5f3b88e71387f237875c9f725c0
4
+ data.tar.gz: cae9689564467cf988189a1e30a2a2ec6e696390
5
5
  SHA512:
6
- metadata.gz: b2d448828ed8598420bee93d410224d4e9a4a1246f306b989869e0058e71b5ebac98709dac1c6fd19fd24c8d8e9d5c38bf02d4e60b1446c1db6b4779f26684fa
7
- data.tar.gz: eb6581007206fe9c8dd63cdae3a121ed22c51bae7659e9d0025f39de7c7f631708d11735c2413a702fb14d0820dfc88f84cc148670737000d5fea76e111d3d14
6
+ metadata.gz: 8bf8ff670440b6a38e5cb54ad6862a73832240b9c33845e6a044768633e42c19f81dfb562e1d2796ef1b3e50d9fc29cbe3904c95eb342aeafd37ce187e494f6f
7
+ data.tar.gz: 7d67f01f6103fdb113c1234a2943c0543cfdb3ba2b4ed84dbe47224f8fd679136846489e165baef99e7b6fc6fe3e869522435526488e250d02888c20cd2475dd
@@ -3,10 +3,10 @@ module ThecoreDataentryCommons
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|
7
- puts "Loading static assets for #{root}"
8
- app.middleware.use ::ActionDispatch::Static, "#{root}/app"
9
- end
6
+ # initializer 'thecore_dataentry_commons.load_static_assets' do |app|
7
+ # puts "Loading static assets for #{root}"
8
+ # app.middleware.use ::ActionDispatch::Static, "#{root}/app"
9
+ # end
10
10
  initializer 'thecore_dataentry_commons.add_to_migrations' do |app|
11
11
  unless app.root.to_s == root.to_s
12
12
  # APPEND TO MAIN APP MIGRATIONS FROM THIS GEM
@@ -1,3 +1,3 @@
1
1
  module ThecoreDataentryCommons
2
- VERSION = '1.2.23'
2
+ VERSION = '1.2.25'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_dataentry_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.23
4
+ version: 1.2.25
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-02-07 00:00:00.000000000 Z
11
+ date: 2018-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_settings