phcdevworks_active_menus 4.0.0 → 4.0.1
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/README.md +3 -3
- data/lib/phcdevworks_active_menus/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f53851a51ddf3df0ee8c04fc261d56a123a903278cff1d678db8655e975514c9
|
4
|
+
data.tar.gz: 28df93341ddb6ae178e1bd4af791f750f19c1a81b0b6fa07ca54dc05718fa8f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e220085b29de30b7213ee6d07c5c7be8878ff13db1483f4fc8c0d36b6cecfdf44c6b1b0f8200d8566b6a90d883dca9dc0f695b7461cc5f2b8e734c30cb8e153d
|
7
|
+
data.tar.gz: 9bed6c3715f512332254cf785ca25c35e3fc21310fd58b196f8830f1492db4dd486203a60a683d1713b85ed5aef4f963a5064cfd58097ab92eef78fe6e8680c0
|
data/README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
|
3
3
|
PHCDevworks Active Menus Rails 7 engine with helpers to add active class to menus.
|
4
4
|
|
5
|
-
*
|
6
|
-
*
|
7
|
-
*
|
5
|
+
* Easily add an active class to menu items based on the current controller.
|
6
|
+
* Effortlessly add an active class to menu items based on the current action.
|
7
|
+
* Seamlessly add an active class to menu items based on both the current controller and current action.
|
8
8
|
|
9
9
|
#### Step 1 - Add PHCDevworks Active Menus to your gemfile
|
10
10
|
|
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: 4.0.
|
4
|
+
version: 4.0.1
|
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: 2023-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '7.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '7.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: phcthemes_web_theme_pack
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,16 +58,17 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '1.
|
61
|
+
version: '1.6'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '1.
|
69
|
-
description:
|
70
|
-
and controller
|
68
|
+
version: '1.6'
|
69
|
+
description: Make your website more user-friendly with this Rails 7 helper engine!
|
70
|
+
Our tool will add an active classes to menu items based on the controller and controller
|
71
|
+
action, making navigation easier and more intuitive for your visitors.
|
71
72
|
email:
|
72
73
|
- imfo@phcdevworks.com
|
73
74
|
executables: []
|
@@ -104,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
105
|
- !ruby/object:Gem::Version
|
105
106
|
version: '0'
|
106
107
|
requirements: []
|
107
|
-
rubygems_version: 3.
|
108
|
+
rubygems_version: 3.4.1
|
108
109
|
signing_key:
|
109
110
|
specification_version: 4
|
110
111
|
summary: PHCDevworks - Helpers - Active Menus
|