phcpresspro 3.0.4 → 3.0.5

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: c873f236c087454bc322db9c26a372dcc176ea95
4
- data.tar.gz: f596f1e39091da158a62e254e74e55de1b3d8ced
3
+ metadata.gz: 41ff6c23b2a2b7c7999ec9eb701779358aca77a5
4
+ data.tar.gz: 7eaa1da7be45fc758d341cd080a49199400c99fc
5
5
  SHA512:
6
- metadata.gz: ccb6fb93501259c8baa7d32ddf1e58b391202ebabe30e3a1c46e481c5cb82b7ea5a2c2fba6998efe34ecd6463f4d6fe1a7a7b61c26fdbe414819ae4a8dbccad0
7
- data.tar.gz: 558ec98fd21a319ddf63a2c7336a5187cc6f0d3eead0130c7ae04bb2bd8f8dc1db8734c39b65ff7f7aeb4d6e222bfdbc0e093b855348d24df20eb71ad911d630
6
+ metadata.gz: cca5f8cdd060e90c504470a5ee89384a2caf9d1e3778497ad444c457ff1c1f1cd80046f3a456def57b649658571fb1a18f15e40b025e908324c2edef06f09d1c
7
+ data.tar.gz: 15b121784e4934e8faf9e2deac99cbb7b8760fc375908f82774ae3064881ef05cc317e54788a72c68fe9a4f89dd14f91d51793c6b6564c165b4597643c1b97b1
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  <div class="form-group">
19
19
  <%= f.label :pstcategory, "Post Category" %>
20
- <%= collection_select(:pstcategory, :pstcategory_id, Phcpress::Modules::Category.order('catname'), :id, :catname, {}, {class: "form-control form-control-sm"}) %>
20
+ <%= collection_select(:pstcategory, :pstcategory_id, Phcpresspro::Modules::Category.order('catname'), :id, :catname, {}, {class: "form-control form-control-sm"}) %>
21
21
  </div>
22
22
  <div class="actions">
23
23
  <%= f.submit "Publish Blog Article", class: "btn btn-primary btn-sm" %>
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  <div class="form-group">
19
19
  <%= f.label :pstcategory, "Post Category" %>
20
- <%= collection_select(:pstcategory, :pstcategory_id, Phcpress::Modules::Category.order('catname'), :id, :catname, {}, {class: "form-control form-control-sm"}) %>
20
+ <%= collection_select(:pstcategory, :pstcategory_id, Phcpresspro::Modules::Category.order('catname'), :id, :catname, {}, {class: "form-control form-control-sm"}) %>
21
21
  </div>
22
22
  <div class="actions">
23
23
  <%= f.submit "Publish News Article", class: "btn btn-primary btn-sm" %>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "3.0.4"
2
+ VERSION = "3.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-17 00:00:00.000000000 Z
11
+ date: 2016-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails