phcpress 6.6.3 → 6.6.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: be0ff5d3a1fe7942dae29fdd40c49e3c04207c92
4
- data.tar.gz: bc21c651e831df1c2c4c5b306a4eaab17aadd65e
3
+ metadata.gz: 9e74184858210d94bb438a2cbfe286f4a5c65a79
4
+ data.tar.gz: 66d298bfc772527891684349db48f501c9f9d5cb
5
5
  SHA512:
6
- metadata.gz: 9d0c72c407df2a526bb47e7e74f18a386110efbf509af4fa6dbc13ac28f7fe8f3a9912f811e130373e49f6aff7279dcdffff744d16ddaf1f0f8aa69abca363d2
7
- data.tar.gz: 58f50a8d9c717151cd800565555c6ded63285768b733fa4abdedbe7e9617e08c1246643bbe5da9b18c093a456318db6631f57d3a9cfb94b5e1c0da45d8bdf9d4
6
+ metadata.gz: bba1e58784712401f7a8fba2637bf6f0b6db0b52804fb81319b87c5c9278ce145c744ac86c7e75bf2fb3bb220bccecf8b91cfea3c78bb9f9423e2c7ebadd6527
7
+ data.tar.gz: 47e62e54a35f85c98a4f3f4ad870a23cbe838b51602a572a12a63f3067853212108b31898eae6bf0a836737e8d8f724b2b62f48af97ff2e4d27207ebb6ce7c47
@@ -2,7 +2,7 @@ module Phcpress
2
2
  class Articles::Post < ApplicationRecord
3
3
 
4
4
  # For Image Uploads
5
- mount_uploader :pstimage, Phcpresspro::PstimageUploader
5
+ mount_uploader :pstimage, Phcpress::PstimageUploader
6
6
 
7
7
  # Relationships
8
8
  has_many :connections, class_name: 'Phcpress::Modules::Connection', dependent: :destroy
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "6.6.3"
2
+ VERSION = "6.6.4"
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: 6.6.3
4
+ version: 6.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts