tkh_admin_panel 0.9.12 → 0.9.13

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: 65950f9b7800364d010e78f525c93501be43f54a
4
- data.tar.gz: bedcd26fe6456b01237c75cbf2b04c22a6f3f30f
3
+ metadata.gz: 3b0e927b46b8871a2ca861f4fe3de81d22a77182
4
+ data.tar.gz: df04d57ed35531ab9325d11ee0514da149811bd4
5
5
  SHA512:
6
- metadata.gz: 2d98c18b78519bd08b7e91444cb68f25c9dfe9706fe4af13067efeed4479ba045f59e3995667a55a63e93b84a5e3f01a7c7386fb269743bfbf2c7b4e6ecf3e01
7
- data.tar.gz: 9d6880fcbdce2597fce31b15c60ec336a76221c24f933679f349b05050a196fb0a2c0b3c21578b127e441a75b1054bfccff66872c8d4f87f9320b5bab5232b25
6
+ metadata.gz: 9117bc34532f2719e0261a21051776686fd33a29ca60e5e4b4d4ade98d63375266a6334d9755a258eec99eabcee1a79b7b4a00097a19314f8baa2a8e79ad60ca
7
+ data.tar.gz: 18afbc190064c8de3093731494396801129f760d86f80a4c01f5fc69a0e4b05ce11c1cb542cb4e13d140a707b26e7752e159fd94f2ab7553d53b7f7a18037ac0
@@ -1,3 +1,3 @@
1
1
  module TkhAdminPanel
2
- VERSION = "0.9.12"
2
+ VERSION = "0.9.13"
3
3
  end
@@ -10,9 +10,10 @@ require 'jquery-ui-rails'
10
10
 
11
11
  module TkhAdminPanel
12
12
  class Engine < ::Rails::Engine
13
- initializer "TkhAdminPanel precompile hook", :group => :all do |app|
14
- app.config.assets.precompile += ['admin.js', 'admin.css', 'admin/pages.js', 'admin/illustrations.js', 'admin/menus.js']
15
- end
13
+ # debugging. this is not working. moving directive to host app
14
+ # initializer "TkhAdminPanel precompile hook", :group => :all do |app|
15
+ # app.config.assets.precompile += ['admin.js', 'admin.css', 'admin/pages.js', 'admin/illustrations.js', 'admin/menus.js']
16
+ # end
16
17
 
17
18
  # to extend the application_controller in the host app
18
19
  initializer 'tkh_admin_panel.controller' do |app|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_admin_panel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.12
4
+ version: 0.9.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma