sass 3.1.0.alpha.43 → 3.1.0.alpha.44
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.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/sass/script/functions.rb +1 -1
- metadata +2 -2
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.0.alpha.
|
|
1
|
+
3.1.0.alpha.44
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.0.alpha.
|
|
1
|
+
3.1.0.alpha.44
|
|
@@ -1093,7 +1093,7 @@ module Sass::Script
|
|
|
1093
1093
|
# @param if_false [Literal] The value that will be returned if `$condition` is false.
|
|
1094
1094
|
def if(condition, if_true, if_false)
|
|
1095
1095
|
assert_type condition, :Bool
|
|
1096
|
-
if
|
|
1096
|
+
if condition.to_bool
|
|
1097
1097
|
if_true
|
|
1098
1098
|
else
|
|
1099
1099
|
if_false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.0.alpha.
|
|
4
|
+
version: 3.1.0.alpha.44
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2010-11-
|
|
14
|
+
date: 2010-11-27 00:00:00 -05:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|