haml-edge 2.1.20 → 2.1.21

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.1.20
1
+ 2.1.21
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.20
1
+ 2.1.21
@@ -281,7 +281,7 @@ END
281
281
  text, tab_change = @to_merge.inject(["", 0]) do |(str, mtabs), (type, val, tabs)|
282
282
  case type
283
283
  when :text
284
- [str << val.gsub('#{', "\\\#{").inspect[1...-1], mtabs + tabs]
284
+ [str << val.inspect[1...-1], mtabs + tabs]
285
285
  when :script
286
286
  if mtabs != 0 && !@options[:ugly]
287
287
  val = "_hamlout.adjust_tabs(#{mtabs}); " + val
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.1.20
4
+ version: 2.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum