appraisermetrics_report_service 0.0.2 → 0.0.3
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 +4 -4
- data/lib/appraisermetrics_report_service/version.rb +1 -1
- data/lib/closed_sale.rb +1 -1
- data/lib/eval_report.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ea1a3db1106b824e90acc0a98e6aa295f4973de
|
|
4
|
+
data.tar.gz: 8e8183f7d518c8462659937c60adaf3ae723f053
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6789d220bfaf967c1eb54e2bd32f34084dd089c070f85ef11d9732837d92d36fce897c604adcd76f3d713592236cd44f232930db22bea337aa28e45976c13131
|
|
7
|
+
data.tar.gz: bc774c1d990d4b024d70ec2e930a4f5abdd5d54f9c400ece560bcd065622ad094056162b78534538c947fb19b7934e03d04e1bce454fff45207838cdc69f3b43
|
data/lib/closed_sale.rb
CHANGED
|
@@ -256,7 +256,7 @@ class ClosedSale < Prawn::Document
|
|
|
256
256
|
{content: property_inclusions, colspan: 3}],
|
|
257
257
|
["Address:", {content: "#{@rep[:property_address_number]}" + " #{@rep[:street_or_road_name]}", colspan: 3}],
|
|
258
258
|
["City:", @rep[:city], "County:", @rep[:ordinance_authority]],
|
|
259
|
-
["State:", no_nil_string(@rep[:county_state]).strip.
|
|
259
|
+
["State:", no_nil_string(@rep[:county_state]).strip.split('').last(2).join(""), "Zip Code:", @rep[:zip_code]],
|
|
260
260
|
["Township/Range:","#{@rep[:townshipINT]}" + "#{@rep[:rangeINT]}", "Section(s):", @rep[:legal_description]],
|
|
261
261
|
["Latitude:", lat, "Longitude:", long],
|
|
262
262
|
[{content: "Property Location and Directions:" + "#{@rep[:directions_or_ownership_comments]}", colspan: 4}]
|
data/lib/eval_report.rb
CHANGED
|
@@ -130,7 +130,7 @@ class EvalReport < Prawn::Document
|
|
|
130
130
|
parallel_text("Tax Parcel ID No.:", t_s , 150)
|
|
131
131
|
parallel_text("County:","#{@sub[:county_state]}".slice(0..-3), 150)
|
|
132
132
|
parallel_text("Street Address:", "#{@sub[:property_address_number]}" << "#{@sub[:street_or_road_name]}", 150)
|
|
133
|
-
parallel_text("City, State, Zip Code:", "#{@sub[:city]}" << "#{@sub[:county_state]}".
|
|
133
|
+
parallel_text("City, State, Zip Code:", "#{@sub[:city]}" << "#{@sub[:county_state]}".split('').last(2).join(''), 150)
|
|
134
134
|
parallel_text("Client Assignment Ref. No.:", "#{@sub[:clientrefnum]}", 150)
|
|
135
135
|
parallel_text("Valuator's Internal File No.:", "#{@sub[:_id]}", 150)
|
|
136
136
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appraisermetrics_report_service
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- StackPoint
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|