phcpress 57.0.0 → 57.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 +22 -9
  3. data/lib/phcpress/version.rb +1 -1
  4. metadata +4 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07cc1adf7cbab898b1a770e6c560d072b522a4dec5fdf562d0b39f20c54805de
4
- data.tar.gz: dd8a491669ecce4a06d7bd14bf91c452b6f86e9690fed237882e1a724a113ac0
3
+ metadata.gz: 8731975a9dbbba1bcb8f337b0d1d8d03b2443bdb994109f7cdd852f35ff44800
4
+ data.tar.gz: 877e0cefec2e040d51ad2c6e34ce6d0b4315d892bbbabbf2efb8ce620cb48e6d
5
5
  SHA512:
6
- metadata.gz: e0505323c50c14a58c5355396ff7bdc77851cf7e8405ad44ad991496e3ef2878c3e2d22574d466382e5a4919a30c669310e4b719a23867156064b90158ff164a
7
- data.tar.gz: b25c9d9f5f1bdd954d9c41b9bb8a2d6fef64b8323957916b8e42601afdb0a1b9259a00090f93a0415f7b2820029cb6e61d8ffabfa9c596085daa4e93e104b947
6
+ metadata.gz: 1f6fdc2e3caba4fd002f5e14c138dec3ca38ef54b6b04a9038a9def75fa3d77eb347b1bf01fb6ffba6718a1c357fda62517018f00f634fec2e3436dfd565b721
7
+ data.tar.gz: 99b3548830a8b98b79bec9078a37780d4d2b0a63182ec4c224617562e5ba5511eed3b0adf2df8fe5b4623cd5d2afeae0976040b762f34dd1551d74f51ff4b9c1
data/README.md CHANGED
@@ -9,26 +9,39 @@ PHCPress rails CMS engine to manage your website's articles, categories and medi
9
9
 
10
10
  gem 'phcpress'
11
11
  bundle install
12
-
13
- #### Step 2 - Copy PHCPress Database Tables
14
- 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.
15
29
 
16
30
  rails phcpress:install:migrations
17
31
  rails db:migrate
18
32
 
19
- #### Step 3 - Mount PHCPress & Add Routes
33
+ #### Step 4 - Mount PHCPress & Add Routes
20
34
  Mount PHCPress by adding code below to your routes file.
21
35
 
22
- mount Phcpress::Engine, :at => '/'
36
+ mount phcpress::Engine, :at => '/'
23
37
 
24
- #### Step 4 - Recompile Assets
25
- To properly function re-compile your application's assets to copy over required files.
38
+ #### Step 5 - Recompile Assets
39
+ To properly function re-compile your application's assets to copy over requried files.
26
40
 
27
41
  rails assets:clobber
28
42
  rails assets:precompile
29
43
 
30
- #### Step 5 - Generate Contact Form View (Customization)
44
+ #### Step 6 - Generate Contact Form View (Customization)
31
45
  All PHCPress views and layouts can be overwritten by copying files to your application.
32
46
 
33
47
  rails generate phcpress:views
34
-
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "57.0.0"
2
+ VERSION = "57.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 57.0.0
4
+ version: 57.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/phcpress/
354
+ changelog_uri: https://github.com/bradpotts/phcpress/releases/
355
+ documentation_uri: https://bradpotts.github.io/phcpress/
353
356
  post_install_message:
354
357
  rdoc_options: []
355
358
  require_paths: