five-two-nw-olivander 0.2.0.28 → 0.2.0.29

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: 2c45764c6c9e4bf1843e221a422aecea335c380b1abbe7fb643181dd6ffda557
4
- data.tar.gz: 36bdba6f19f10ac877cb24c384a008fb2d3708ee6f5f8225832bbb3b22f51bc1
3
+ metadata.gz: 88058f6a70da5dd5a8cb591281b834f60067c561cdf38778286dd3381792c807
4
+ data.tar.gz: ce2e780481dce16212a922e6b517a6bc8f5047f3b56977ea5d782dc18482f419
5
5
  SHA512:
6
- metadata.gz: 0aa80ab57d73757839710dad59b8da5acd9acdff1cf9acc4e636767cc815faf5035984e6e5495c0ed109eb2a7869982ac69269db972dc1dc8070e8b116d439ae
7
- data.tar.gz: 5160226bbfdad965116af14016688e8a731be970c6b40503c036b9a5c11508ac838602a687c6878dfe9b836a41f5687dfd78d571523793609308ad0b7f2778c7
6
+ metadata.gz: aa746e2a888f5341d4cb4e85ce20b1eec0eb4a2ec9c2f98c146e9c0ae5dfe9d127f9540c9ef13d451456707ac7a2df592c3e2753b9261f0a36d3050075e71594
7
+ data.tar.gz: 37bc8675ee48d2158c727ef75d4f9a79e4eba16bf3301f94286fb53da3694a5abd9cb9cef49c4a369594cf5225beaa4794c6b29f3062389574bb5d1019be0f4c
@@ -21,7 +21,7 @@
21
21
  - when :string, :text
22
22
  - if f.sym.to_s.ends_with?('_url', '_link')
23
23
  = link_to val, val, target: f.sym
24
- - elsif @resource.respond_to?("#{sym}_as_html?") && @resource.send("#{sym}_as_html?")
24
+ - elsif @resource.respond_to?("#{f.sym}_as_html?") && @resource.send("#{f.sym}_as_html?")
25
25
  = raw(val)
26
26
  - else
27
27
  = simple_format(val)
@@ -2,5 +2,5 @@
2
2
 
3
3
  # needed for gem
4
4
  module Olivander
5
- VERSION = '0.2.0.28'
5
+ VERSION = '0.2.0.29'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: five-two-nw-olivander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.28
4
+ version: 0.2.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Dennis