sass 3.1.0.alpha.46 → 3.1.0.alpha.47

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.
@@ -1 +1 @@
1
- 3.1.0.alpha.46
1
+ 3.1.0.alpha.47
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.alpha.46
1
+ 3.1.0.alpha.47
@@ -105,7 +105,7 @@ module Sass
105
105
 
106
106
  if keywords.size > 0
107
107
  if signature.var_kwargs
108
- args << Sass::Util.map_hash(keywords) {|k, v| [k.to_sym, v]}
108
+ args << keywords
109
109
  else
110
110
  raise Sass::SyntaxError, "Function #{name} doesn't take an argument named $#{keywords.keys.sort.first}"
111
111
  end
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.46
4
+ version: 3.1.0.alpha.47
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-27 00:00:00 -05:00
14
+ date: 2010-11-29 00:00:00 -05:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency