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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1150391bd7f92f4651839df2767bb697d0d5b7b1
4
- data.tar.gz: ed45f458bf5d9ce4c6cedd86f8d218d9120d8054
3
+ metadata.gz: 7ea1a3db1106b824e90acc0a98e6aa295f4973de
4
+ data.tar.gz: 8e8183f7d518c8462659937c60adaf3ae723f053
5
5
  SHA512:
6
- metadata.gz: 41d50c20a003b40ac6b4dfca5f42d44de57abfa1904693920cddffe7df63064246256c3ef7ee20b966485d601370db4e0d9dfbe60248935a80dde1c93f2a058f
7
- data.tar.gz: 5df99cbb2cea648baad7c0d84cee0415bf38feb8ce3abe0f433498edb7f26d4ee9f7cf474f5b64d74c16a4623ad3601b8612577a6ae272a45bf33448e696a7a2
6
+ metadata.gz: 6789d220bfaf967c1eb54e2bd32f34084dd089c070f85ef11d9732837d92d36fce897c604adcd76f3d713592236cd44f232930db22bea337aa28e45976c13131
7
+ data.tar.gz: bc774c1d990d4b024d70ec2e930a4f5abdd5d54f9c400ece560bcd065622ad094056162b78534538c947fb19b7934e03d04e1bce454fff45207838cdc69f3b43
@@ -1,3 +1,3 @@
1
1
  module AppraisermetricsReportService
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.chars.last(2).join(""), "Zip Code:", @rep[:zip_code]],
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]}".chars.last(2).join(''), 150)
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.2
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-01 00:00:00.000000000 Z
11
+ date: 2015-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler