phcpress 3.5.5 → 3.5.6

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
  SHA1:
3
- metadata.gz: c03b56d6c484c8622f34c8626aa76ccfff03d03e
4
- data.tar.gz: 3ba07931521af50c9d2fedc4a0e5faf8e3d4b8c0
3
+ metadata.gz: ac2b184e1f827c86c5318b1c1e22364fbb1f1924
4
+ data.tar.gz: b1820d506fb5433fe46a5e8d720ba52e7b7f31bf
5
5
  SHA512:
6
- metadata.gz: efc6cd96f9a92b9ed2bbd5809d43381a74732bee8186f665ea01ad76b0a1068291bd1f5ad8f0765100767f717adbd0336b8e989c6d4fa787293611c497f741b1
7
- data.tar.gz: c91848ab1701066aec465c1266f7bf0a663b61db025f8e5babd8027b26d4b9083cdccbfd553301257aae77a12d6759713b7146485f57038525f049cc3565ec98
6
+ metadata.gz: 4c40933c0056d1ba9d29191449265776b996242a22a81554d3fabd2f28ade0cca1cfd41840dbb269220435ded6a16acd2743959c42d6ed46c6c6be0d934e8917
7
+ data.tar.gz: c5d8716df7a98b009e76b89320f67a2d66f71e60fcaa3b65cf612ecd7a498821d5c9d51f662b1a876acd8e6237624fd0fcd07612f8dac5c40812ae917a8fb976
data/README.md CHANGED
@@ -3,24 +3,24 @@
3
3
  [![Issue Count](https://codeclimate.com/github/PHCNetworks/phc-press/badges/issue_count.svg)](https://codeclimate.com/github/PHCNetworks/phc-press)
4
4
  [![Gem Version](https://badge.fury.io/rb/phcpress.svg)](https://badge.fury.io/rb/phcpress)
5
5
 
6
- ### PHCPress(2) (Blog & News Post Engine) Documentation
6
+ ### PHCPress(3) (Blog & News Post Engine) Documentation
7
7
  PHCPress is an open source news & blog engine built for PHCPress application
8
8
 
9
9
  #### Step 1 - Add PHCPress to your gemfile
10
10
 
11
- gem 'phcpress', '~> 2.7', '>= 2.7.5'
12
- bundle exec install
11
+ gem 'phcpress', '~> 3.5', '>= 3.5.5'
12
+ bundle exec install
13
13
 
14
14
  #### Step 2 - Add PHCPress database migration files
15
15
 
16
- rake phcpress:install:migrations
17
- rake db:migrate
16
+ rake phcpress:install:migrations
17
+ rake db:migrate
18
18
 
19
19
  #### Step 3 - Recompile Assets
20
20
  PHCPress UI requires bootstrap and fontawesome to operate.
21
21
 
22
22
  rake assets:clobber
23
- rake assets:precompile
23
+ rake assets:precompile
24
24
 
25
25
  #### Step 4 - Setup Carrierwave (Image Uploads)
26
26
  PHCPress default Carrierwave settings can be overwritten (suggested).
@@ -12,5 +12,9 @@ module Phcpress
12
12
  @current_user ||= User.find(session[:user_id])
13
13
  end
14
14
 
15
+ # Load Helpers
16
+ helper Phctitler::Engine.helpers
17
+ helper Phcnotifi::Engine.helpers
18
+
15
19
  end
16
20
  end
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "3.5.5"
2
+ VERSION = "3.5.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpress
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.5
4
+ version: 3.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-10 00:00:00.000000000 Z
11
+ date: 2016-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails