mls 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2150f18309e1ad932d55c3ca555e323fcd39db95
4
- data.tar.gz: 30035c383cabc4865a5fb503b87f7943e3591991
3
+ metadata.gz: 9a4bf4aa8e39af2b2fd224bc75bc7691fb8ce446
4
+ data.tar.gz: c9b34301c04f74f4caca04e9dfb90e7c2fd3f053
5
5
  SHA512:
6
- metadata.gz: e5a1060bf94f239f1d567589ae6547c90cbf6aace85520fca3b60ce70cea3588a77b4dbf1dd9a8d437e6ee5f67bba21c1cce49bbf2594d007681b48db784981b
7
- data.tar.gz: 3ab9c2f55b576953e2d147194dcffb1737724b9055c965aab031217422d890ee44ffff4e3d52cf8c71d28cbb0e5cd7b431f7d8849c08b5aa9f8386fdcd4c7efd
6
+ metadata.gz: 3ac014ccbc911747bcf5b7a4f166b8d3af542b5f8098fc11a33a40030d0b3c72ffc0a8c2ec6290aab168be369694a1e07d7d3562af5724d6e6e8a70ca026d8e4
7
+ data.tar.gz: 750249ff012768c0e9d4b8837a0ad0e0c4f76a3d2ee5b5269f44e4f07fd49d051bb604ba76d8fc1d8b1f85268b24d4f0254fa1524ffa98ccf2337acfb18eeb89
@@ -9,7 +9,7 @@ class MLS::Floorplan < MLS::Resource
9
9
  property :file_size, Fixnum
10
10
 
11
11
  def url(protocol='http')
12
- "#{protocol}://#{MLS.asset_host}/floorplans/#{digest}/#{file_name}"
12
+ "#{protocol}://#{MLS.asset_host}/floorplans/#{digest}/compressed/#{file_name}"
13
13
  end
14
14
 
15
15
  def avatar(size='150x100#', protocol='http')
@@ -9,7 +9,7 @@ class MLS::Flyer < MLS::Resource
9
9
  property :file_size, Fixnum
10
10
 
11
11
  def url(protocol='http')
12
- "#{protocol}://#{MLS.asset_host}/flyers/#{digest}/#{file_name}"
12
+ "#{protocol}://#{MLS.asset_host}/flyers/#{digest}/compressed/#{file_name}"
13
13
  end
14
14
 
15
15
  def avatar(size='150x100#', protocol='http')
@@ -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.5.3'
6
+ s.version = '0.5.4'
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.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James R. Bracy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-18 00:00:00.000000000 Z
12
+ date: 2013-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake