phcdevworks_notifications 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80678ed25bdd834ad4fd5150c3b836f908ffa61d72c122b7e30882c76e1e8fb9
4
- data.tar.gz: 077f686271096d475de5235dfe938d8b88cf7c23995c0e3d09abb7b40b115f6c
3
+ metadata.gz: 35940b19c0f045e7fc4d0e6852d86a03206b1f740cc72e04f4d46f7d67a278d3
4
+ data.tar.gz: d0607f61f1ba1200a629b68e8eaec98936bfb50122ecde7e82f4f7a15e1507c2
5
5
  SHA512:
6
- metadata.gz: fdb232709358fbc46f448817462a83209042301434adc13c1fd86dcbd8f24e491018831acd80e456653ee8c90eeb5c4f8f94e739160d13fd4ad0415cafdcbfe9
7
- data.tar.gz: 28294ad1a58fceb146140f86e880285504c670dfbb714cf48734455084668b9f5fb8a4ec51c7eff434fe5cf3c31a734ce5680ecdfba034a3cfbf337863bccca1
6
+ metadata.gz: de46055a06d37caac17e1cd20ad998aa28ff501ec31101e2070e18d03de1a26c5e85a8d8dd82129a8e02af866eb4c58c9b1446897b41dd7db96e046955075698
7
+ data.tar.gz: 72c840022a5e67e6654be93c62cd86eb12ce8740353bf1eabe6275b5561089f375e017bdf43de959c2a1402a2da42d7b2fa3308153f2e6ed42f3d0fc5cc89962
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  ### PHCDevworks Notifications for Rails 7 (Form Validation & Notification Engine)
2
2
 
3
- PHCDevworks Notifications Rails 7 engine with helpers for alerts and form validation notifications.
3
+ Say goodbye to clunky, confusing alerts and form validation notifications on your website! PHCDevworks offers easy-to-use Rails 7 helper engine and partial views that can help you implement clear, concise, and user-friendly alerts.
4
4
 
5
- * Add alert and form validation helpers ruby on rails.
6
- * Setup in seconds with only one line of code in the application_helper file.
7
- * Save time and keep your rails projects manageable, tidy and secure.
5
+ * Easily add alert and form validation helpers to your Ruby on Rails project.
6
+ * Set up in seconds with just one line of code in the application_helper file.
7
+ * Keep your Rails projects manageable, tidy, and secure while saving time.
8
8
 
9
9
  #### Step 1 - Add PHCDevworks Notifications to your gemfile
10
10
 
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksNotifications
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_notifications
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,15 +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 helpers and partial views for alerts and form validation notifications.
68
+ version: '1.6'
69
+ description: Say goodbye to clunky, confusing alerts and form validation notifications
70
+ on your website! PHCDevworks offers easy-to-use Rails 7 helper engine and partial
71
+ views that can help you implement clear, concise, and user-friendly alerts.
70
72
  email:
71
73
  - imfo@phcdevworks.com
72
74
  executables: []
@@ -108,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
110
  - !ruby/object:Gem::Version
109
111
  version: '0'
110
112
  requirements: []
111
- rubygems_version: 3.0.3.1
113
+ rubygems_version: 3.4.1
112
114
  signing_key:
113
115
  specification_version: 4
114
116
  summary: PHCDevworks - Helpers - Notifications