phcpresspro 4.3.0 → 4.3.1

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: 3e143a5a2f628d6ae878d95f9c32c9bf0611b040
4
- data.tar.gz: fd4a3778b946a10b367cf3ac2d3f6cba4b01ecce
3
+ metadata.gz: 81d730e2c8d1de44621b38df9d8bf468417c33f1
4
+ data.tar.gz: 84a15d1e80186a9f8dfab056b0b49aaa0c9890dd
5
5
  SHA512:
6
- metadata.gz: 16b1941b51c4eadc0cbd7ae221dbf23e5b79593f877d494f25bea907bea62e20f9018ff33c37bf08c4c6b9d3e33069af15f5c3aadc4e790b82e3eba6129cffd3
7
- data.tar.gz: e9ca827678c60a5f41dbc68eda4ea246350d4166edb2b9b180ca9271ad1b4c2f387b140285aae330c6c0c8b2c949433b8b26f0778206d66725368a3d3719e2ae
6
+ metadata.gz: 6951f117838ef8fc0dc580ad1c4214b1f677633f91b9e7f031d77901becd6b6956f66bcd1ed1812bab59e44d1f19465172ebab76f5ede854c855a5e34f5e436a
7
+ data.tar.gz: 099e1291f6649b22e1e37c550f5148d230c17c625482cec80c41f00db5be782a9d87774282b728cbd964561a70033caf33144b139b2bbee6a5d224b948233e0e
@@ -91,7 +91,7 @@
91
91
  </div>
92
92
  <div class="form-group">
93
93
  <%= f.label :psttext, "Text" %>
94
- <%= f.text_area :psttext, class: "form-control" %>
94
+ <%= f.text_area, as: :summernote, :psttext, class: "form-control" %>
95
95
  </div>
96
96
  <div class="form-group">
97
97
  <%= f.label :pstexcerpts, "Excerpts/Text Leads" %>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "4.3.0"
2
+ VERSION = "4.3.1"
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: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
@@ -533,7 +533,6 @@ files:
533
533
  - Rakefile
534
534
  - app/assets/config/phcpresspro_manifest.js
535
535
  - app/assets/javascripts/phcpresspro/application.js
536
- - app/assets/javascripts/phcpresspro/modules/connections.js
537
536
  - app/assets/stylesheets/phcpresspro/_custom.scss
538
537
  - app/assets/stylesheets/phcpresspro/application.scss
539
538
  - app/assets/stylesheets/phcpresspro/modules/connections.scss
@@ -1,2 +0,0 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.