thecore_dataentry_commons 1.2.23 → 1.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72583643d2b3e5f3b88e71387f237875c9f725c0
|
|
4
|
+
data.tar.gz: cae9689564467cf988189a1e30a2a2ec6e696390
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
8
|
-
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2018-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_settings
|