phcdevworks_notifications 3.1.1 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/phcdevworks_notifications/version.rb +1 -1
- metadata +12 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35940b19c0f045e7fc4d0e6852d86a03206b1f740cc72e04f4d46f7d67a278d3
|
4
|
+
data.tar.gz: d0607f61f1ba1200a629b68e8eaec98936bfb50122ecde7e82f4f7a15e1507c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
-
*
|
6
|
-
*
|
7
|
-
*
|
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
|
|
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
|
+
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,43 +30,45 @@ 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
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '6.0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '6.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: sqlite3
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
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:
|
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.
|
113
|
+
rubygems_version: 3.4.1
|
112
114
|
signing_key:
|
113
115
|
specification_version: 4
|
114
116
|
summary: PHCDevworks - Helpers - Notifications
|