singularitygs 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13d24083bfaf80520aa48a26f7dee312d3efdd00
4
- data.tar.gz: 812438c2a6fd732eb1bb06d026b3a9a6513656c9
3
+ metadata.gz: 6a5b03761043033fa5024c387527d4a992b70e69
4
+ data.tar.gz: 258f173c9d2581ff1ed235d9f78de225c26ffc11
5
5
  SHA512:
6
- metadata.gz: fa7793a362cb1c5e078c2aa50a32cc57fddbb0db08588845c317e94aafc3b6ef58f9fce315023250e566946c2565184f6c26548ad4f4bf9edfed72e72d902cf2
7
- data.tar.gz: c536c6256fbe591e0175ddabf1092ad80d6ec6db0688539b0d5af81a85755fe600a7c8b8132fcd8ff406fbd277690f5cbb371f7cf28c4a25aabdc97f5bb11c25
6
+ metadata.gz: ab312af3631a10baf1a09ea56a3658a8b7471b2e512eb1c623fcab9d7efdc20f020c4e867afce097ff203ed38b84a3c1729f35a5da6f62e967e0211bf17ad31f
7
+ data.tar.gz: 0d3609c4431fd47d3c9edb9c3620469438d9143a3133942cc1642cb66d57f514e7eabad66b93e10a2584ef2f37374bfa8fa741ac3b06324a606ac7d7b3ff97e0
data/lib/singularitygs.rb CHANGED
@@ -12,6 +12,6 @@ else
12
12
  end
13
13
 
14
14
  module SingularityGS
15
- VERSION = "1.5.0"
16
- DATE = "2015-01-17"
15
+ VERSION = "1.5.1"
16
+ DATE = "2015-01-18"
17
17
  end
@@ -129,12 +129,16 @@
129
129
  }
130
130
  }
131
131
 
132
- $Min-Map: ('min-width': ('webkit' : -webkit-calc(#{unquote($Min-Width)}), 'standard': calc(#{unquote($Min-Width)}) ));
133
- $Span-Map: ('width': ('webkit': -webkit-calc(#{unquote($Width)}), 'standard': calc(#{unquote($Width)}) ) );
132
+ // Min width handling
133
+ @if $Min-Width != ')' {
134
+ $Min-Map: ('min-width': ('webkit' : -webkit-calc(#{unquote($Min-Width)}), 'standard': calc(#{unquote($Min-Width)}) ));
134
135
 
135
- @if sgs-get('calc include min-width') {
136
- $Return: map-merge($Return, $Min-Map);
136
+ @if sgs-get('calc include min-width') {
137
+ $Return: map-merge($Return, $Min-Map);
138
+ }
137
139
  }
140
+
141
+ $Span-Map: ('width': ('webkit': -webkit-calc(#{unquote($Width)}), 'standard': calc(#{unquote($Width)}) ) );
138
142
  $Return: map-merge($Return, $Span-Map);
139
143
  }
140
144
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singularitygs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
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: 2015-01-17 00:00:00.000000000 Z
12
+ date: 2015-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass