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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d399cfaebe223744a9380dc2fff5fb47b2144392b605151a42ab6e9a88760db1
4
- data.tar.gz: 81797df083557c15a3c8f596dbe66952d00a96d8967ddfd8571ab8b703294d10
3
+ metadata.gz: 582f81840198af65acad5d8466866df273686d6eb56e06bac6ec6e70e0677add
4
+ data.tar.gz: b801e57daf94861dc79e818496eab750825f3a0b1e4e7cf40df685cca1ccbd18
5
5
  SHA512:
6
- metadata.gz: f9d2f316e90deb74a652bab21dc540be4252e4c466b88e969e5a2262b9ba691e788ec426a71065eab3e4b6cfb4e631d7da0dd6151d7bf48f5fdaea2cf43e654d
7
- data.tar.gz: 65c5d90a3acacd42094c711e592a0042f40e5f593d30454f7b9158c186b78ca17acbb39d648a78273f5075425ae89284f5c928588419bd47db6203d6abe3a9a2
6
+ metadata.gz: c54ad7d5dc26a74bd9854bbca8cb7167b2c147ff869cc603eb10822bc5764f6ce34da43bc069fa2efbcfd488edc9a0cd1dff8410224a46a7f5dfc7aacdaf441d
7
+ data.tar.gz: 228be0a8e5878f4dccdf1442b60155fe6a10227cc1748aa513606899d17ee003d7364190dce75fbbac5068e4e9d6f2dbbe582f5e6185b90b43d56fae98b4f4ad
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
- ### PHCDevworks Notifi for Rails 6 (Form Validation & Notification Engine)
2
- PHCDevworks Notifi Rails 6 engine with helpers for alerts and form validation notifications.
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 Notifi to your gemfile
8
+ #### Step 1 - Add PHCDevworks Notifications to your gemfile
9
9
 
10
10
  gem 'phcdevworks_notifications'
11
11
  bundle install
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksNotifications
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
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: 0.1.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-26 00:00:00.000000000 Z
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
@@ -1,2 +0,0 @@
1
- PhcdevworksNotifications::Engine.routes.draw do
2
- end