middleman 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,11 +23,9 @@ module Middleman::Features::AutomaticImageSizes
23
23
  end
24
24
  rescue
25
25
  end
26
-
27
- super(asset_url(path, http_prefix), params)
28
- else
29
- super(path, params)
30
26
  end
27
+
28
+ super(path, params)
31
29
  end
32
30
  end
33
31
  end
@@ -1,3 +1,3 @@
1
1
  module Middleman
2
- VERSION = "1.1.4"
2
+ VERSION = "1.1.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 4
10
- version: 1.1.4
9
+ - 5
10
+ version: 1.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thomas Reynolds