phcthemes_admin_panel_pack 3.2.0 → 4.0.0
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/MIT-LICENSE +1 -1
- data/Rakefile +5 -24
- data/lib/phcthemes_admin_panel_pack.rb +2 -0
- data/lib/phcthemes_admin_panel_pack/version.rb +1 -1
- metadata +15 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21fc62fc05f3455bdd1caa1d486c6dd72ca8c616a54bf177b91d2b030cb47107
|
|
4
|
+
data.tar.gz: 42e9009329d531c6e9d9e35a11c505f1c16bcec867ca4ad1a9d88044d5e0329e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 492cd066e6fd08d707efd3ece082cd62c05d1eebc55244b77ccc82fb7744473edcad9e9fff7b4a5708f377e7828943ec47bceae65a86c453b17821d46774069b
|
|
7
|
+
data.tar.gz: c1bc2b4ddffb150701ad83db1ded66734a244c83a960e0eee729618d12972519442da29b696574df91356ca2c72330b56f0bdffe1c410ac98ce53568aadbe1b1
|
data/MIT-LICENSE
CHANGED
data/Rakefile
CHANGED
|
@@ -1,27 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
require 'bundler/setup'
|
|
3
|
-
rescue LoadError
|
|
4
|
-
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
|
|
5
|
-
end
|
|
1
|
+
require "bundler/setup"
|
|
6
2
|
|
|
7
|
-
|
|
3
|
+
APP_RAKEFILE = File.expand_path("spec/test_app/Rakefile", __dir__)
|
|
4
|
+
load "rails/tasks/engine.rake"
|
|
8
5
|
|
|
9
|
-
|
|
10
|
-
rdoc.rdoc_dir = 'rdoc'
|
|
11
|
-
rdoc.title = 'PhcthemesAdminPanelPack'
|
|
12
|
-
rdoc.options << '--line-numbers'
|
|
13
|
-
rdoc.rdoc_files.include('README.md')
|
|
14
|
-
rdoc.rdoc_files.include('lib/**/*.rb')
|
|
15
|
-
end
|
|
6
|
+
load "rails/tasks/statistics.rake"
|
|
16
7
|
|
|
17
|
-
require
|
|
18
|
-
|
|
19
|
-
require 'rake/testtask'
|
|
20
|
-
|
|
21
|
-
Rake::TestTask.new(:test) do |t|
|
|
22
|
-
t.libs << 'test'
|
|
23
|
-
t.pattern = 'test/**/*_test.rb'
|
|
24
|
-
t.verbose = false
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
task default: :test
|
|
8
|
+
require "bundler/gem_tasks"
|
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:
|
|
4
|
+
version: 4.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PHCDevworks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '6.1'
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 6.1.1
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,6 +27,9 @@ dependencies:
|
|
|
24
27
|
- - "~>"
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '6.1'
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 6.1.1
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: jquery-rails
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -167,7 +173,7 @@ dependencies:
|
|
|
167
173
|
description: Rails assets admin panel theme pack to standardize theming across PHCDevworks
|
|
168
174
|
plugins & applications.
|
|
169
175
|
email:
|
|
170
|
-
-
|
|
176
|
+
- imfo@phcdevworks.com
|
|
171
177
|
executables: []
|
|
172
178
|
extensions: []
|
|
173
179
|
extra_rdoc_files: []
|
|
@@ -484,7 +490,11 @@ files:
|
|
|
484
490
|
homepage: https://phcdevworks.com/
|
|
485
491
|
licenses:
|
|
486
492
|
- MIT
|
|
487
|
-
metadata:
|
|
493
|
+
metadata:
|
|
494
|
+
allowed_push_host: https://rubygems.org/
|
|
495
|
+
homepage_uri: https://phcdevworks.com/
|
|
496
|
+
source_code_uri: https://github.com/phcdevworks/phcthemes_admin_panel_pack
|
|
497
|
+
changelog_uri: https://github.com/phcdevworks/phcthemes_admin_panel_pack/releases
|
|
488
498
|
post_install_message:
|
|
489
499
|
rdoc_options: []
|
|
490
500
|
require_paths:
|
|
@@ -503,5 +513,5 @@ requirements: []
|
|
|
503
513
|
rubygems_version: 3.0.3
|
|
504
514
|
signing_key:
|
|
505
515
|
specification_version: 4
|
|
506
|
-
summary:
|
|
516
|
+
summary: Rails 6 - Engine - Theme - Admin
|
|
507
517
|
test_files: []
|