phcpresspro 3.0.3 → 3.0.4

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: b18f4e18b36b30cc508a23b4fd901b0b36021a5c
4
- data.tar.gz: cadab2dc58553c6be388c372e907c445368c31c6
3
+ metadata.gz: c873f236c087454bc322db9c26a372dcc176ea95
4
+ data.tar.gz: f596f1e39091da158a62e254e74e55de1b3d8ced
5
5
  SHA512:
6
- metadata.gz: 80dfa96b8971b6129e5c883f3f38fb7b61d496e82f72fde3c71a8a84b22776eebbfcb21b1f84d464e49070751e2737c7ff0f8904a2e41f10d4110c2bd4534fb2
7
- data.tar.gz: 3c242c032e56b22a3844d929bd016318e23015d00ae3e6f7052a019a1d0e67d6c7880e7650535c798c8b0a2fa904520ef7589aeb6b4afc53830512783fbe85b9
6
+ metadata.gz: ccb6fb93501259c8baa7d32ddf1e58b391202ebabe30e3a1c46e481c5cb82b7ea5a2c2fba6998efe34ecd6463f4d6fe1a7a7b61c26fdbe414819ae4a8dbccad0
7
+ data.tar.gz: 558ec98fd21a319ddf63a2c7336a5187cc6f0d3eead0130c7ae04bb2bd8f8dc1db8734c39b65ff7f7aeb4d6e222bfdbc0e093b855348d24df20eb71ad911d630
@@ -2,7 +2,7 @@ module Phcpresspro
2
2
  class Blog::Post < ApplicationRecord
3
3
 
4
4
  # For Image Uploads
5
- mount_uploader :pstimage, Phcpress::PstimageUploader
5
+ mount_uploader :pstimage, Phcpresspro::PstimageUploader
6
6
 
7
7
  # Associate Post Authour to User
8
8
  belongs_to :user, class_name: 'Phcengine::User'
@@ -2,7 +2,7 @@ module Phcpresspro
2
2
  class News::Post < ApplicationRecord
3
3
 
4
4
  # For Image Uploads
5
- mount_uploader :pstimage, Phcpress::PstimageUploader
5
+ mount_uploader :pstimage, Phcpresspro::PstimageUploader
6
6
 
7
7
  # Associate Post Authour to User
8
8
  belongs_to :user, class_name: 'Phcengine::User'
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "3.0.3"
2
+ VERSION = "3.0.4"
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: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts