singularity-extras 1.0.0.alpha.1 → 1.0.0.alpha.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: d23586f01c6d7ee68a3e5b840756640bdfd30f03
4
- data.tar.gz: 115e07637bd714c2321865c7e6396b629c3bc0de
3
+ metadata.gz: f8d3f697c01762f9def6ef2d3b4ada3626e2ba1a
4
+ data.tar.gz: 588f9018cbba00481e216b06b19f890a4489f580
5
5
  SHA512:
6
- metadata.gz: 494a180495f92834e83b7eb95f16dabd919c3923eecf214f227642e5bf40be1af55e0f9f63b5d6b4a9d3206cc1abe36f57d2d3d6f115a0be9f8269a6203cbf10
7
- data.tar.gz: 4d0ba497d74d9b2eb667ffb4d5bb92623c3d3197903bac795929de18b9514cc959f18873ff184bb0f708156522604e61c53adcb3ca977db10f63ee83160e822d
6
+ metadata.gz: f9a5856abec28844b1fac85637138788fc1e281daa97db04d340bd0936f45fefa9342a1d6047121488d052b61431bee70c5230bc72e9020047c187f7c1a9a5b2
7
+ data.tar.gz: 763adac409b043706e049cec572731bca9b03e4e8b206a34ff733ae1f829ec4e37fde0b48b84667ecd13091653557a151af351c398c2e69ce8db1136b3234945
@@ -5,6 +5,6 @@ require 'modular-scale'
5
5
  Compass::Frameworks.register("singularity-extras", :path => "#{File.dirname(__FILE__)}/..")
6
6
 
7
7
  module SingularityExtras
8
- VERSION = "1.0.0.alpha.1"
9
- DATE = "2013-01-17"
8
+ VERSION = "1.0.0.alpha.2"
9
+ DATE = "2013-02-11"
10
10
  end
@@ -39,7 +39,7 @@ $Singularity-Settings: map-merge($Singularity-Settings, ('calc include min-width
39
39
  $Fixed: ();
40
40
  $Fluid: ();
41
41
  $Fixed-Totals: ('px': 0, 'em': 0, '%': 0);
42
- $Gutter-Totals: if(str-index($Style, 'split') > 0, $Gutter * length($Grid), $Gutter * (length($Grid) - 1));
42
+ $Gutter-Totals: if(str-index($Style, 'split'), $Gutter * length($Grid), $Gutter * (length($Grid) - 1));
43
43
  $Fluid-Totals: 0;
44
44
  $Fluid-Fixed-Sum: '';
45
45
  $Single-Fluid: '';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singularity-extras
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.1
4
+ version: 1.0.0.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Kellum
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-17 00:00:00.000000000 Z
12
+ date: 2013-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: singularitygs