phcpress 0.7.9 → 0.7.11

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: df1e6b970408389ff6e8b186aeded8162bec1f64
4
- data.tar.gz: 7b77b9c53b7277d8543e77b940e0c1b7a4c9b60a
3
+ metadata.gz: 1d8003dca8270d5034673ae1239aea9007bf753d
4
+ data.tar.gz: 0ca9a30dc72d40ac5bb7e81a323472c835b972df
5
5
  SHA512:
6
- metadata.gz: 5f66cfbe3808d45521499da63f29e205f062bc45a0fbbd84b39f29e500a798b0886f793d8bac50dd339e0b95574cd249666ee0b022fce6d3321f0bb30991a28c
7
- data.tar.gz: 761bc97fd1ed435892f38464507e196cf61190506a852762597c7f187da9803cd279c0db3d585f0fb8d6988290b3b052f0b308a4bd053ed025e6f1a931f9b944
6
+ metadata.gz: 5106b961007ca88db105383bd8c176332c20edfd6a62b12861ae50f6a10a2f51f42f77e97a4babf3a06b6aa030bcfa6cf487f882cb98aa7bfde9457f0df0418a
7
+ data.tar.gz: 98473d752faafaf2517b6046980a997495569a8946e42f498f3b960955d784e1e9f601e0583e21ee4cae0ab8346bde73f5f4bbb9e5919e79401f19de95f0ae99
@@ -61,7 +61,7 @@ module Phcpress
61
61
 
62
62
  # Whitelist on what can be posted
63
63
  def blog_post_params
64
- params.require(:blog_post).permit(:blogpsttitle, :blogpsttext, :pststatus)
64
+ params.require(:blog_post).permit(:blogpsttitle, :blogpsttext, :blogpstexcerpts, :pststatus)
65
65
  end
66
66
 
67
67
  end
@@ -62,7 +62,7 @@ module Phcpress
62
62
 
63
63
  # Whitelist on what can be posted
64
64
  def news_post_params
65
- params.require(:news_post).permit(:newspsttitle, :newspsttext, :pststatus)
65
+ params.require(:news_post).permit(:newspsttitle, :newspsttext, :newspstexcerpts, :pststatus)
66
66
  end
67
67
 
68
68
  end
@@ -1,3 +1,3 @@
1
1
  module Phcpress
2
- VERSION = "0.7.9"
2
+ VERSION = "0.7.11"
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: 0.7.9
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -223,7 +223,7 @@ dependencies:
223
223
  - !ruby/object:Gem::Version
224
224
  version: '2.52'
225
225
  description: PHCPress is a simple news and blog posting engine for your ruby on rails
226
- powered app or website.
226
+ powered site.
227
227
  email:
228
228
  - brad.potts@phcnetworks.net
229
229
  executables: []