phcdevworks_notifications 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/phcdevworks_notifications/version.rb +1 -1
- metadata +2 -3
- data/config/routes.rb +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 582f81840198af65acad5d8466866df273686d6eb56e06bac6ec6e70e0677add
|
4
|
+
data.tar.gz: b801e57daf94861dc79e818496eab750825f3a0b1e4e7cf40df685cca1ccbd18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c54ad7d5dc26a74bd9854bbca8cb7167b2c147ff869cc603eb10822bc5764f6ce34da43bc069fa2efbcfd488edc9a0cd1dff8410224a46a7f5dfc7aacdaf441d
|
7
|
+
data.tar.gz: 228be0a8e5878f4dccdf1442b60155fe6a10227cc1748aa513606899d17ee003d7364190dce75fbbac5068e4e9d6f2dbbe582f5e6185b90b43d56fae98b4f4ad
|
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
### PHCDevworks
|
2
|
-
PHCDevworks
|
1
|
+
### PHCDevworks Notifications for Rails 6 (Form Validation & Notification Engine)
|
2
|
+
PHCDevworks Notifications Rails 6 engine with helpers for alerts and form validation notifications.
|
3
3
|
|
4
4
|
* Add alert and form validation helpers ruby on rails.
|
5
5
|
* Setup in seconds with only one line of code in the application_helper file.
|
6
6
|
* Save time and keep your rails projects manageable, tidy and secure.
|
7
7
|
|
8
|
-
#### Step 1 - Add PHCDevworks
|
8
|
+
#### Step 1 - Add PHCDevworks Notifications to your gemfile
|
9
9
|
|
10
10
|
gem 'phcdevworks_notifications'
|
11
11
|
bundle install
|
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: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -73,7 +73,6 @@ files:
|
|
73
73
|
- app/views/layouts/phcdevworks_notifications/application.html.erb
|
74
74
|
- app/views/phcdevworks_notifications/bootstrap/_notifications.html.erb
|
75
75
|
- app/views/phcdevworks_notifications/bootstrap/_validations.html.erb
|
76
|
-
- config/routes.rb
|
77
76
|
- lib/phcdevworks_notifications.rb
|
78
77
|
- lib/phcdevworks_notifications/engine.rb
|
79
78
|
- lib/phcdevworks_notifications/version.rb
|
data/config/routes.rb
DELETED