tkh_admin_panel 0.9.11 → 0.9.12

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: 0f66f4beee2a7d189937bc8dcf8eed23a8d925a4
4
- data.tar.gz: 9cde678794807da3fd64b3739de71991f4a9b587
3
+ metadata.gz: 65950f9b7800364d010e78f525c93501be43f54a
4
+ data.tar.gz: bedcd26fe6456b01237c75cbf2b04c22a6f3f30f
5
5
  SHA512:
6
- metadata.gz: 75d0b7a8935f382d14edd4a1f8614c08e9befaaeb89b73fcb3101a61c5b79450fe94387434b92cabf7510fbdbd56a9a16a0965f18d1848666749134ec6882217
7
- data.tar.gz: 4ff7f9fd9da60e485b5d956d95bb193b76d470d095471ea3b37766a4e55363b0b7a0a07b849bb58560dc6c37c62bb2cf3c5c6dc17a9ea061512d8bdbcf598152
6
+ metadata.gz: 2d98c18b78519bd08b7e91444cb68f25c9dfe9706fe4af13067efeed4479ba045f59e3995667a55a63e93b84a5e3f01a7c7386fb269743bfbf2c7b4e6ecf3e01
7
+ data.tar.gz: 9d6880fcbdce2597fce31b15c60ec336a76221c24f933679f349b05050a196fb0a2c0b3c21578b127e441a75b1054bfccff66872c8d4f87f9320b5bab5232b25
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.9.12
6
+
7
+ * Debugged the list of precompiled assets. Two js files were not included because of a typo.
8
+
9
+
5
10
  ## 0.9.11
6
11
 
7
12
  * Parent page title field autocompletes in the page form
@@ -1,3 +1,3 @@
1
1
  module TkhAdminPanel
2
- VERSION = "0.9.11"
2
+ VERSION = "0.9.12"
3
3
  end
@@ -11,7 +11,7 @@ require 'jquery-ui-rails'
11
11
  module TkhAdminPanel
12
12
  class Engine < ::Rails::Engine
13
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']
14
+ app.config.assets.precompile += ['admin.js', 'admin.css', 'admin/pages.js', 'admin/illustrations.js', 'admin/menus.js']
15
15
  end
16
16
 
17
17
  # to extend the application_controller in the host app
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_admin_panel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.11
4
+ version: 0.9.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-12 00:00:00.000000000 Z
11
+ date: 2014-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties