singularity-quick-spanner 0.1.1 → 0.1.2

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: 38deba1770ea38217a35bcdf3177da601deeec72
4
- data.tar.gz: e0b7187f77a2f7a24376b54c808a81ec4738efab
3
+ metadata.gz: 805d1546bb169d384be1d9cacd5db85394e9079c
4
+ data.tar.gz: 69c09a4095f073863454d2775c02576cab1917d0
5
5
  SHA512:
6
- metadata.gz: ff3a6d3424d7aac2a5a092f44de93ab8c2b113130b268f19b5f21893ffdcfc951813b845a53a9f9ed17c1127ccc73c3f727c95d8c23dd36711c82d6409e6f8d8
7
- data.tar.gz: ea9235fdd410228d4af02737f7e8cf1bd0708d14dabc3ddf303c8c20fb4d3e6f84ec3b947a1943d92c576cb7b4b8aa74b40b3cbe6c974f1fbe87d0cb70b0aa21
6
+ metadata.gz: 7ca69b34f3efcf7bbb743cf121138dd23e01077d1a964951b1ea5c19db6bee9365b2fb0915af8f9ee5d0d113bfcdfe0064db7b8524d3ce4e769c2bc4c8f5762d
7
+ data.tar.gz: c94ef4d8082994e5cb63ab09dcd40727f50b21cd3d13bfc2c8d91344cd7739c3d5b2e8b22b34744ea7c41e873bcdc7e98aa3b8ab3176a7e29e964eb65c316bb8
@@ -7,6 +7,6 @@ if (defined? Compass)
7
7
  end
8
8
 
9
9
  module SingularityQuickSpanner
10
- VERSION = "0.1.1"
10
+ VERSION = "0.1.2"
11
11
  DATE = "2014-06-24"
12
12
  end
@@ -163,7 +163,7 @@ $sqs-buffer: () !default !global
163
163
 
164
164
  =rwd-thumb-span($start-cols: 1, $start-slice: 1, $guts: 0.1, $gutstyle: find-gutter-style(), $pseudoclass: $sqs-thumb-span-pseudoclass, $center-last-row: $sqs-thumb-span-center-last-row, $bottom-margins: $sqs-thumb-span-bottom-margins, $cancel-last-row-margins: $sqs-thumb-span-cancel-last-row-margins, $overhead-min: $sqs-thumb-span-overhead-min, $overhead-max: $sqs-thumb-span-overhead-max)
165
165
 
166
- @if not function-exists(at)
166
+ @if not mixin-exists(at)
167
167
  @warn "Singularity Quick Spanner's `rwd-thumb-span` mixin requires Breakpoint Slicer: https://github.com/lolmaus/breakpoint-slicer"
168
168
 
169
169
  @for $i from 1 through (total-slices() - $start-slice + 1)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singularity-quick-spanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lolmaus (Andrey Mikhaylov)