thecore_dataentry_commons 1.2.27 → 1.2.28
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: c62f344badec7ba225260d6d3b92e88a0a4d65ea
|
4
|
+
data.tar.gz: fd8842969f7e63bc80173c4e87db6ec4b869895a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c864398ecb3db30401d0d2029e7025f8cd3ad3fa816e13b7973170031e526d9ee901bee641016c6f7837a9db28ab5413edec918a721fc765f3a9e28f6507c906
|
7
|
+
data.tar.gz: e179b0c20221e31c42f50d6525efd3ea4890efa060b68ad9af4ec3dec9a9be7252d7ad7c5b6dfab50ac7b110fd9a050d9fd05e45ede41c6bf18d90c46782c8bf
|
@@ -4,7 +4,7 @@ module ThecoreDataentryCommons
|
|
4
4
|
# engine available to main app, even if this gem is
|
5
5
|
# just a dependency of another engine
|
6
6
|
# initializer 'thecore_dataentry_commons.load_static_assets' do |app|
|
7
|
-
# puts "Loading static assets for #{root}"
|
7
|
+
# # puts "Loading static assets for #{root}"
|
8
8
|
# app.middleware.use ::ActionDispatch::Static, "#{root}/app"
|
9
9
|
# end
|
10
10
|
initializer 'thecore_dataentry_commons.add_to_migrations' do |app|
|
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.28
|
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-
|
11
|
+
date: 2018-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_settings
|