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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57876aea914cf7484d75b81957d1447ce97c6dc82d0f1fecce9bf24943e653c5
4
- data.tar.gz: 6d6361d86a2a02923e233f959a990e3cb3151392c2db42b9ee18b6a8f0c29878
3
+ metadata.gz: f53851a51ddf3df0ee8c04fc261d56a123a903278cff1d678db8655e975514c9
4
+ data.tar.gz: 28df93341ddb6ae178e1bd4af791f750f19c1a81b0b6fa07ca54dc05718fa8f4
5
5
  SHA512:
6
- metadata.gz: '09fbee445ff656159b7a901af716a33e28f509929bbf1348f643837bfa76fe79d863a962b9f56b3196469381b1009c336b6880bee10d89fada6677c5f6c64558'
7
- data.tar.gz: 8dcea79c8fb7d54b10eda3310887e3aa33cd731caa3e64a4f229eb1196d3aad7e275fdd562715c7a9f768e6067c55dfb6d856b6560ee900673dff995aa147075
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
- * Add active class based on current controller.
6
- * Add active class based on current action.
7
- * Add active class based on both current controller plus current action.
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
 
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksActiveMenus
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
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.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: 2022-09-22 00:00:00.000000000 Z
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: '6.0'
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: '6.0'
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.4'
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.4'
69
- description: Rails 7 helpers to add active class to menu items based on controller
70
- and controller action.
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.0.3.1
108
+ rubygems_version: 3.4.1
108
109
  signing_key:
109
110
  specification_version: 4
110
111
  summary: PHCDevworks - Helpers - Active Menus