caboose-rets 0.1.186 → 0.1.187

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
  SHA256:
3
- metadata.gz: 53638239457a0163c6335496fd1bb29363c5776995bd5506b830151f1467ff67
4
- data.tar.gz: 521d13e87659cf69eb8c8d81dd6f35f250546df44ce93c4a843d117cf1ecf66a
3
+ metadata.gz: 936a3227a63e02f4e6fdecdedd4113d43efbbbff3bcc514949fdc1c172116488
4
+ data.tar.gz: 7d6b834190be3bc8639ee9bb98181a2dffcb14877972ff04fee70d2ea1b94968
5
5
  SHA512:
6
- metadata.gz: 2de2b0504e3d274d75cb97d18067827b53cf045a6a59baec3a2b820642f3e6a5cf786e428ebf3f92358aa92cbad3a55eabe72a006db465176f72ab80ae2347ef
7
- data.tar.gz: 02311a373fb031bb38baab831a2a6fd2a17ea354048b146736577a06ac996019687d8851ef4bd9c605edfb5543f97def70e898774b36d0c280c78076a0478b8c
6
+ metadata.gz: 9d261fa947e2ca6965d3c8a373f29b6285c8e3cdb5e6dc415dcf2e9e68120f0065d6e27906a39299343f2db7ebf045ddf3e0db9ac18110fe10e993ba15fa95d6
7
+ data.tar.gz: 9e59c90155e5b19d4c2ee691cc7a76eb950eaa9b8c407736aa4d380350c40321c6874e5b3b86b8007f0e08e28bee417daaa2b014e2d677a600f312df9e3b83d8
@@ -17,7 +17,7 @@
17
17
  <p style="margin:0 0 5px 0;font-size:16px;line-height:18px;"><strong><%= number_to_currency(p.list_price, :precision => 0) %></strong></p>
18
18
  <p style="margin:0 0 5px 0;font-size:15px;line-height:17px;">
19
19
  <% if !p.beds_total.blank? %><span><strong><%= p.beds_total %></strong> beds</span><br /><% end %>
20
- <% if !p.baths_full.blank? %><span><strong><%= p.baths_full %>&nbsp;<% if !p.baths_half.blank? && p.baths_half > 0 %><%= p.baths_half %>&nbsp;½<% end %></strong>baths</span><br /><% end %>
20
+ <% if !p.baths_full.blank? %><span><strong><%= p.baths_full %>&nbsp;<% if p.baths_half == 1 %>½&nbsp;<% end %></strong>baths</span><br /><% end %>
21
21
  <% if !p.sqft_total.blank? %><span><strong><%= number_with_delimiter(p.sqft_total.to_i, :delimiter => ',') %></strong> sqft</span><% end %>
22
22
  </p>
23
23
  <% if !p.original_entry_timestamp.blank? %>
@@ -1,3 +1,3 @@
1
1
  module CabooseRets
2
- VERSION = '0.1.186'
2
+ VERSION = '0.1.187'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-rets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.186
4
+ version: 0.1.187
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry