phcpresspro 87.0.0 → 87.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +20 -9
  3. data/lib/phcpresspro/version.rb +1 -1
  4. metadata +4 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46f42b97c93527aeab4b898c0eb0e95fb8c546218477a10f9f71f66bdfd2559f
4
- data.tar.gz: 0b8a3ad2417f1c049a399a36fa9aab7b105a41c7db8aa914e509e88c170f4097
3
+ metadata.gz: 1b2f1802a8a1bec7f8735e1d8f2dca4569ad98d03edec3854e2d9dd51c1cd2df
4
+ data.tar.gz: 3b8b312086952d8d79e6bee847fbaad20cbce9cae9acb9a81b5cb18cdbd283b1
5
5
  SHA512:
6
- metadata.gz: 6658fa124a3cbf2b56c492ff51cbe1b14bf0061400047a48a7731fabb237f9355d0a7f390d4c5c515fe822c91bdae105089320494f59531b0facdabf614a03ce
7
- data.tar.gz: a70cc17522ac946fbf0490afae508bb9884927f9c86c673c4f01797aac0e0cbd7b42ce12c0fea29fda8f31609521030edb3287fe67065e9dd18014ed336f4f5e
6
+ metadata.gz: 92d9423e585cd6fd1a25592012d0e6199eb062a7ad35c4a42279fd566e6f1f7e5af4dc58410ce94d3be24e5c9677ddfa19dc5d4e82deba27107323e4cca59912
7
+ data.tar.gz: 14ebd8182892b13362517d4b4c6b7d7a6c482ad35951e078a228c5d022583ba702567df15ad313f748206bd1227fb2de0f1785ef67fbc0fac1b7898cd2f26441
data/README.md CHANGED
@@ -1,6 +1,3 @@
1
- [![Gem Version](https://badge.fury.io/rb/phcpresspro.svg)](https://badge.fury.io/rb/phcpresspro)
2
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/bradpotts/phc-press-pro/blob/master/MIT-LICENSEru)
3
-
4
1
  ### PHCPress(PRO) (News/Blog Engine) Documentation
5
2
  PHCPress(PRO) rails CMS engine to manage your website's articles, categories and media.
6
3
 
@@ -12,25 +9,39 @@ PHCPress(PRO) rails CMS engine to manage your website's articles, categories and
12
9
 
13
10
  gem 'phcpresspro'
14
11
  bundle install
15
-
16
- #### Step 2 - Copy PHCPress Database Tables
17
- To copy PHCPress' requried database migrations, copy each command individually to your terminal's command line.
12
+
13
+ #### Step 2 Add either [PHCDevworks Accounts Devise](https://github.com/phcdevworks/phcdevworks_accounts_devise) or [Devise](https://github.com/heartcombo/devise)
14
+
15
+ #### 2a - Add authentication option 1 to your gemfile. Can pick option 1 or 2
16
+ This plugin is optimized for PHCDevworks Accounts Devise (Skins built using Devise).
17
+
18
+ gem 'phcdevworks_accounts_devise'
19
+ bundle install
20
+
21
+ #### Step 2b - Or you can add authentication option 2 to your gemfile.
22
+ This plugin can run fine with devise to run and operate.
23
+
24
+ gem 'devise'
25
+ bundle install
26
+
27
+ #### Step 3 - Copy PHCPress Database Tables
28
+ To copy PHCPress' required database migrations, copy each command individually to your terminal's command line.
18
29
 
19
30
  rails phcpresspro:install:migrations
20
31
  rails db:migrate
21
32
 
22
- #### Step 3 - Mount PHCPress & Add Routes
33
+ #### Step 4 - Mount PHCPress & Add Routes
23
34
  Mount PHCPress by adding code below to your routes file.
24
35
 
25
36
  mount Phcpresspro::Engine, :at => '/'
26
37
 
27
- #### Step 4 - Recompile Assets
38
+ #### Step 5 - Recompile Assets
28
39
  To properly function re-compile your application's assets to copy over requried files.
29
40
 
30
41
  rails assets:clobber
31
42
  rails assets:precompile
32
43
 
33
- #### Step 5 - Generate Contact Form View (Customization)
44
+ #### Step 6 - Generate Contact Form View (Customization)
34
45
  All PHCPress views and layouts can be overwritten by copying files to your application.
35
46
 
36
47
  rails generate phcpresspro:views
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "87.0.0"
2
+ VERSION = "87.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 87.0.0
4
+ version: 87.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -350,6 +350,9 @@ licenses:
350
350
  - MIT
351
351
  metadata:
352
352
  homepage_uri: https://rubygems.org/profiles/bradpotts/
353
+ source_code_uri: https://github.com/bradpotts/phcpresspro/
354
+ changelog_uri: https://github.com/bradpotts/phcpresspro/releases/
355
+ documentation_uri: https://bradpotts.github.io/phcpresspro/
353
356
  post_install_message:
354
357
  rdoc_options: []
355
358
  require_paths: