compass-photoshop-gradient-overlay 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,6 @@
26
26
  // Adjust the color-stops based on the scale value
27
27
  @function stop-scale($stop, $scale) {
28
28
  $stop: percentage-to-decimal($stop);
29
- $new-stop: 0;
30
29
  $scale: percentage-to-decimal($scale);
31
30
 
32
31
  @return $scale * $stop - (0.5 * ($scale - 1));
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-photoshop-gradient-overlay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Hettler