phcthemes_admin_panel_pack 3.1.2 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
 
4
4
  // Load Theme Files
5
5
  @import url("https://cdn.phcnetworks.net/icons/fonts/fontawesome-pro/version-5.14.0/css/all.css");
6
- @import url("https://theme.phcnetworks.net/metronic/version-6.0.4/theme/default/dist/assets/vendors/global/vendors.bundle.css");
6
+ @import url("https://theme.phcnetworks.net/metronic/version-7.2.8/theme/html/demo11/dist/assets/css/style.bundle.css");
7
7
  @import url("https://cdn.phcnetworks.net/jquery/tables/version-1.10.18/datatables.css");
8
8
 
9
9
  // Load PHCNetco Files
@@ -1,4 +1,6 @@
1
+ require "phcthemes_admin_panel_pack/version"
1
2
  require "phcthemes_admin_panel_pack/engine"
2
3
 
3
4
  module PhcthemesAdminPanelPack
5
+ # Your code goes here...
4
6
  end
@@ -1,3 +1,3 @@
1
1
  module PhcthemesAdminPanelPack
2
- VERSION = "3.1.2"
2
+ VERSION = "4.0.2"
3
3
  end
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: 3.1.2
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-08 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.0'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 6.0.3.4
19
+ version: '6.1'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '6.0'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 6.0.3.4
26
+ version: '6.1'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: jquery-rails
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -173,7 +167,7 @@ dependencies:
173
167
  description: Rails assets admin panel theme pack to standardize theming across PHCDevworks
174
168
  plugins & applications.
175
169
  email:
176
- - info@phcdevworks.com
170
+ - imfo@phcdevworks.com
177
171
  executables: []
178
172
  extensions: []
179
173
  extra_rdoc_files: []
@@ -473,8 +467,10 @@ files:
473
467
  - app/assets/javascripts/themes/coloradmin/theme/color_admin_app.min.js
474
468
  - app/assets/javascripts/themes/coloradmin/theme/color_admin_default.js
475
469
  - app/assets/javascripts/themes/inspinia/theme/inspinia.js
470
+ - app/assets/javascripts/themes/metronic/theme/plugins.bundle.js
471
+ - app/assets/javascripts/themes/metronic/theme/prismjs.bundle.js
476
472
  - app/assets/javascripts/themes/metronic/theme/scripts.bundle.js
477
- - app/assets/javascripts/themes/metronic/theme/vendors.bundle.js
473
+ - app/assets/javascripts/themes/metronic/theme/widgets.js
478
474
  - app/assets/stylesheets/common/hanna_hearts/hanna_hearts.scss
479
475
  - app/assets/stylesheets/phcthemes_admin_panel_pack_adminlte.scss
480
476
  - app/assets/stylesheets/phcthemes_admin_panel_pack_boomerang.scss
@@ -490,7 +486,11 @@ files:
490
486
  homepage: https://phcdevworks.com/
491
487
  licenses:
492
488
  - MIT
493
- metadata: {}
489
+ metadata:
490
+ allowed_push_host: https://rubygems.org/
491
+ homepage_uri: https://phcdevworks.com/
492
+ source_code_uri: https://github.com/phcdevworks/phcthemes_admin_panel_pack
493
+ changelog_uri: https://github.com/phcdevworks/phcthemes_admin_panel_pack/releases
494
494
  post_install_message:
495
495
  rdoc_options: []
496
496
  require_paths:
@@ -509,5 +509,5 @@ requirements: []
509
509
  rubygems_version: 3.0.3
510
510
  signing_key:
511
511
  specification_version: 4
512
- summary: PHCDevworks - Themes - Admin Panel Pack
512
+ summary: Rails 6 - Engine - Theme - Admin
513
513
  test_files: []