phcthemes_admin_panel_pack 1.3.1 → 1.3.2
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 +4 -4
- data/app/assets/javascripts/phcthemes_admin_panel_pack_coloradmin.js +2 -2
- data/app/assets/javascripts/themes/coloradmin/theme/{app.min.js → color_admin_app.min.js} +0 -0
- data/app/assets/javascripts/themes/coloradmin/theme/{default.min.js → color_admin_default.min.js} +0 -0
- data/lib/phcthemes_admin_panel_pack/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d58fff87ff291a1bad591821853983b2ac9f79f454b57945d7ce8a7aed13219b
|
|
4
|
+
data.tar.gz: dc2f0f64020b87b859f3ab16fbe7c1c1e5bbe9fa975eaf8439c55383f501cbc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 712ca704d6974e5aa4040c04828b8aa58c28db921912077601924e7188e75abd4bba72d9e6810762221440972a32c62316c6f3b83bf74177170068ba80927359
|
|
7
|
+
data.tar.gz: 33da7dfbe17d51525cec6bc4d84ad999daa5516b68dd985ebbc7286bb7783801e6f988ca066c1af20e957eeb798ec30278940b02cc12ad4a8e19153afda49fa7
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
//= require common/jquery-slimscroll/jquery.slimscroll.js
|
|
8
8
|
//= require common/js-cookie/js.cookie.js
|
|
9
9
|
//= require common/ckeditor/ckeditor.js
|
|
10
|
-
//= require themes/coloradmin/theme/
|
|
11
|
-
//= require themes/coloradmin/theme/
|
|
10
|
+
//= require themes/coloradmin/theme/color_admin_app.min.js
|
|
11
|
+
//= require themes/coloradmin/theme/color_admin_default.min.js
|
|
File without changes
|
data/app/assets/javascripts/themes/coloradmin/theme/{default.min.js → color_admin_default.min.js}
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phcthemes_admin_panel_pack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-11-
|
|
11
|
+
date: 2019-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -445,8 +445,8 @@ files:
|
|
|
445
445
|
- app/assets/javascripts/phcthemes_admin_panel_pack_quilpro.js
|
|
446
446
|
- app/assets/javascripts/phcthemes_admin_panel_pack_starlight.js
|
|
447
447
|
- app/assets/javascripts/themes/adminlte/theme/adminlte.js
|
|
448
|
-
- app/assets/javascripts/themes/coloradmin/theme/
|
|
449
|
-
- app/assets/javascripts/themes/coloradmin/theme/
|
|
448
|
+
- app/assets/javascripts/themes/coloradmin/theme/color_admin_app.min.js
|
|
449
|
+
- app/assets/javascripts/themes/coloradmin/theme/color_admin_default.min.js
|
|
450
450
|
- app/assets/javascripts/themes/inspinia/theme/inspinia.js
|
|
451
451
|
- app/assets/javascripts/themes/metronic/theme/scripts.bundle.js
|
|
452
452
|
- app/assets/javascripts/themes/metronic/theme/vendors.bundle.js
|