effective_memberships 0.7.5 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cdabd18c745a7596a4d7d39fb50436a4f6464e88399c8ca4e4b77d58abaddeb
4
- data.tar.gz: 42df553cb0e753d4259f90a3358c4c3118ca847b5a8128d387de9a2b130a49a5
3
+ metadata.gz: c45ecbf9ed5ed30bfc845f2f2039aeec32df3457f04ad3141d502dddf446350f
4
+ data.tar.gz: 589c1591d833a97ce673be842a05a3639a79ec040a266d0ee75dc6059c215567
5
5
  SHA512:
6
- metadata.gz: 2daa5ad4a3d3f8287b611d3482c32ef07a974bc5488c5adc08884e3f1ca58a7e44fb195ca22d31c4a1c57b8830865036238a584260f3633047f0f382caefcfe9
7
- data.tar.gz: c904772304719fc3a34b472cb1b4b917909bf94185bc320c60ec691c2ad742bf98a78cb073516011c9669885844072b10ba2ac97ccd4b37987d46342c751e61c
6
+ metadata.gz: e0d1fe20e63aebb553ad97a92cf06c3183d3e025012a180ea1f2687d2f53f8557c470c36791a758d4f3228ad5d064279c8eafd56acce1ffe54acb13e0daacf76
7
+ data.tar.gz: '069d0ba08eee673cdb2186a3531097a26fc8b5123d8eae2f677b458f7770c3fc3eb9e7b5f6bbac40b46e9d7404294b6355dab95f4f785c6d927316e95c3e9b7d'
@@ -2,7 +2,7 @@
2
2
  - step_content = resource.applicant&.category&.send("rich_text_applicant_review_#{step}_content")
3
3
 
4
4
  - if all_steps_content.present?
5
- .mb-2= all_steps_content
5
+ .mb-2= all_steps_content.to_s
6
6
 
7
7
  - if step_content.present?
8
- .mb-2= step_content
8
+ .mb-2= step_content.to_s
@@ -3,8 +3,8 @@
3
3
 
4
4
  - if all_steps_content.present?
5
5
  .card
6
- .card-body= all_steps_content
6
+ .card-body= all_steps_content.to_s
7
7
 
8
8
  - if step_content.present?
9
9
  .card
10
- .card-body= step_content
10
+ .card-body= step_content.to_s
@@ -16,7 +16,7 @@
16
16
  - if organization_categories.present?
17
17
  %small.text-muted #{mc.category} #{mc.category_type} Membership
18
18
 
19
- = mc.rich_text_body
19
+ = mc.rich_text_body.to_s
20
20
 
21
21
  = render_if_exists("effective/applicants/select/#{mc.to_s.parameterize.underscore}", f: f, category: mc)
22
22
 
@@ -2,7 +2,7 @@
2
2
  - step_content = resource.category&.send("rich_text_fee_payment_#{step}_content")
3
3
 
4
4
  - if all_steps_content.present?
5
- .mb-2= all_steps_content
5
+ .mb-2= all_steps_content.to_s
6
6
 
7
7
  - if step_content.present?
8
- .mb-2= step_content
8
+ .mb-2= step_content.to_s
@@ -1,3 +1,3 @@
1
1
  module EffectiveMemberships
2
- VERSION = '0.7.5'
2
+ VERSION = '0.7.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_memberships
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-20 00:00:00.000000000 Z
11
+ date: 2022-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails