haml-edge 2.3.185 → 2.3.186

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 CHANGED
@@ -1 +1 @@
1
- 2.3.185
1
+ 2.3.186
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.185
1
+ 2.3.186
@@ -316,7 +316,7 @@ module Sass::Tree
316
316
  debug_info.map {|k, v| [k.to_s, v.to_s]}.sort.each do |k, v|
317
317
  rule = RuleNode.new([""])
318
318
  rule.resolved_rules = [[k.to_s.gsub(/[^\w-]/, "\\\\\\0")]]
319
- prop = PropNode.new("", "", :new)
319
+ prop = PropNode.new([""], "", :new)
320
320
  prop.resolved_name = "font-family"
321
321
  prop.resolved_value = Sass::SCSS::RX.escape_ident(v.to_s)
322
322
  rule << prop
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml-edge
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.185
4
+ version: 2.3.186
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum