phcdevworks_active_menus 2.2.1 → 2.2.4
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 +2 -2
- data/Rakefile +5 -29
- data/lib/phcdevworks_active_menus.rb +1 -0
- data/lib/phcdevworks_active_menus/version.rb +1 -1
- metadata +8 -18
- data/app/assets/config/phcdevworks_active_menus_manifest.js +0 -3
- data/app/assets/javascripts/phcdevworks_active_menus/application.js +0 -0
- data/app/assets/stylesheets/phcdevworks_active_menus/application.scss +0 -0
- data/app/controllers/phcdevworks_active_menus/application_controller.rb +0 -5
- data/app/jobs/phcdevworks_active_menus/application_job.rb +0 -4
- data/app/mailers/phcdevworks_active_menus/application_mailer.rb +0 -6
- data/app/models/phcdevworks_active_menus/application_record.rb +0 -5
- data/app/views/layouts/phcdevworks_active_menus/application.html.erb +0 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67c0a444b176af60e72d8c2315b4bc4fe258a2a23977ddd08220005a24d5e915
|
4
|
+
data.tar.gz: 5f24af064881963d01026b59dc2caf019b0d7dae15a6c05bacfd23dbf961d7e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9039963d6afa904ee0f0059d725fc410800b8ff30f710c1b91e8e392f411e3cae961aaea20d81c80be65fd3fa3fbb0ff689808f0390cd9b1c5c4dda1c907b137
|
7
|
+
data.tar.gz: f59f23838ae67ee8a7946b9a5eb3894211b9d6f6df8be0bc1e8f4a3960e545dffaebba9b38add22697e6c51e80b2679edbfa9364cf16499ee54f19e15a3a7a9e
|
data/MIT-LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright
|
1
|
+
Copyright 2021 PHCDevworks
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
4
4
|
a copy of this software and associated documentation files (the
|
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
17
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
18
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
19
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/Rakefile
CHANGED
@@ -1,32 +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 = 'PhcdevworksActiveMenus'
|
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
|
-
|
18
|
-
load 'rails/tasks/engine.rake'
|
19
|
-
|
20
|
-
load 'rails/tasks/statistics.rake'
|
21
|
-
|
22
|
-
require 'bundler/gem_tasks'
|
23
|
-
|
24
|
-
require 'rake/testtask'
|
25
|
-
|
26
|
-
Rake::TestTask.new(:test) do |t|
|
27
|
-
t.libs << 'test'
|
28
|
-
t.pattern = 'test/**/*_test.rb'
|
29
|
-
t.verbose = false
|
30
|
-
end
|
31
|
-
|
32
|
-
task default: :test
|
8
|
+
require "bundler/gem_tasks"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcdevworks_active_menus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -17,9 +17,6 @@ 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
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -27,9 +24,6 @@ dependencies:
|
|
27
24
|
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '6.1'
|
30
|
-
- - ">="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 6.1.1
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: phcthemes_admin_panel_pack
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -75,7 +69,7 @@ dependencies:
|
|
75
69
|
description: Rails helpers to add active class to menu items based on controller and
|
76
70
|
controller action.
|
77
71
|
email:
|
78
|
-
-
|
72
|
+
- imfo@phcdevworks.com
|
79
73
|
executables: []
|
80
74
|
extensions: []
|
81
75
|
extra_rdoc_files: []
|
@@ -83,15 +77,7 @@ files:
|
|
83
77
|
- MIT-LICENSE
|
84
78
|
- README.md
|
85
79
|
- Rakefile
|
86
|
-
- app/assets/config/phcdevworks_active_menus_manifest.js
|
87
|
-
- app/assets/javascripts/phcdevworks_active_menus/application.js
|
88
|
-
- app/assets/stylesheets/phcdevworks_active_menus/application.scss
|
89
|
-
- app/controllers/phcdevworks_active_menus/application_controller.rb
|
90
80
|
- app/helpers/phcdevworks_active_menus/application_helper.rb
|
91
|
-
- app/jobs/phcdevworks_active_menus/application_job.rb
|
92
|
-
- app/mailers/phcdevworks_active_menus/application_mailer.rb
|
93
|
-
- app/models/phcdevworks_active_menus/application_record.rb
|
94
|
-
- app/views/layouts/phcdevworks_active_menus/application.html.erb
|
95
81
|
- lib/phcdevworks_active_menus.rb
|
96
82
|
- lib/phcdevworks_active_menus/engine.rb
|
97
83
|
- lib/phcdevworks_active_menus/version.rb
|
@@ -99,7 +85,11 @@ files:
|
|
99
85
|
homepage: https://phcdevworks.com/
|
100
86
|
licenses:
|
101
87
|
- MIT
|
102
|
-
metadata:
|
88
|
+
metadata:
|
89
|
+
allowed_push_host: https://rubygems.org/
|
90
|
+
homepage_uri: https://phcdevworks.com/
|
91
|
+
source_code_uri: https://github.com/phcdevworks/phcdevworks_active_menus
|
92
|
+
changelog_uri: https://github.com/phcdevworks/phcdevworks_active_menus/releases
|
103
93
|
post_install_message:
|
104
94
|
rdoc_options: []
|
105
95
|
require_paths:
|
File without changes
|
File without changes
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
|
5
|
-
<title>PHCDevworks Active Menus</title>
|
6
|
-
<%= csrf_meta_tags %>
|
7
|
-
<%= csp_meta_tag %>
|
8
|
-
|
9
|
-
<%= stylesheet_link_tag "phcdevworks_active_menus/application", media: "all" %>
|
10
|
-
<%= javascript_include_tag "phcdevworks_active_menus/application" %>
|
11
|
-
|
12
|
-
</head>
|
13
|
-
<body>
|
14
|
-
|
15
|
-
<%= yield %>
|
16
|
-
|
17
|
-
</body>
|
18
|
-
</html>
|