mls 0.2.36 → 0.2.37

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. data/lib/mls.rb +2 -1
  2. data/mls.gemspec +1 -1
  3. metadata +1 -1
data/lib/mls.rb CHANGED
@@ -60,7 +60,8 @@ class MLS
60
60
  end
61
61
 
62
62
  def image_host # TODO: testme
63
- @asset_host ||= get('/image_host').body
63
+ @image_host ||= get('/image_host').body
64
+ @image_host % rand(4) + 1
64
65
  end
65
66
 
66
67
  def listing_amenities
data/mls.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "mls"
6
- s.version = '0.2.36'
6
+ s.version = '0.2.37'
7
7
  s.authors = ["James R. Bracy", "Jon Bracy"]
8
8
  s.email = ["james@42floors.com"]
9
9
  s.homepage = "http://mls.42floors.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.36
4
+ version: 0.2.37
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: