mls 0.2.37 → 0.2.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/mls.rb +4 -1
  2. data/mls.gemspec +1 -1
  3. metadata +1 -1
data/lib/mls.rb CHANGED
@@ -60,8 +60,11 @@ class MLS
60
60
  end
61
61
 
62
62
  def image_host # TODO: testme
63
+ raw_image_host % (rand(4) + 1)
64
+ end
65
+
66
+ def raw_image_host
63
67
  @image_host ||= get('/image_host').body
64
- @image_host % rand(4) + 1
65
68
  end
66
69
 
67
70
  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.37'
6
+ s.version = '0.2.38'
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.37
4
+ version: 0.2.38
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: