nwmls_client 1.0.3 → 1.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nwmls_client/listing.rb +1 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6596557df0cbf0f19f1e0274bf3740e91bf6c89
4
- data.tar.gz: 0361bdc6876ce7e39b005c1d306084715c990e4e
3
+ metadata.gz: 2d80aab3e6dc9b3a4d76ec2c0f2cd464f817d708
4
+ data.tar.gz: 5ee85cf4427a9f905dbc6578db2fa1a5158722e5
5
5
  SHA512:
6
- metadata.gz: b17dde87b394f31d3f9fc8788c427dbb16cbf3cd3cc0cff39351702037c3a32b8e9cc0203a75393bab06cbd1455f106fac333f4578eb7b9c600be131ce6c2e21
7
- data.tar.gz: f33cde00ffca959ddea913e3462ffd472144f4277ce49a9edf93da7b341dc92a9df6376ffc1cf4abc9c76ccf0967c701d99493d946a34c19fff6c6a5ce8c25f4
6
+ metadata.gz: b624fe359b2023ce7eec5be850072d3e098031586379223cb58f5727ba2b7711c9c59fab4bad760621162afb27c7e0bf979ea902d626034f273f4c43f39c1d7c
7
+ data.tar.gz: 34eb7b99c4cc42cda44abbd0331a81a274492bd8d005dd8868b5ffb3d38d5bd362428a55bc42dfa3b6f7da67d9764267c469fc12cae8e598596c3e09e1699f3b
@@ -66,11 +66,10 @@ module NwmlsClient
66
66
 
67
67
  if !listing_data
68
68
  puts "Unable to display data. Invalid listing_data: #{listing_data}"
69
+ puts "listing_data input: #{listing_data}"
69
70
  return
70
71
  end
71
72
 
72
- puts "listing_data input: #{listing_data}"
73
-
74
73
  begin
75
74
  amenity = YAML.load(File.open(AMENITY_FILE))
76
75
  rescue ArgumentError => e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nwmls_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - TJ Flynn