haml-edge 2.3.22 → 2.3.23
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/haml/exec.rb +5 -0
- metadata +2 -2
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.23
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.23
|
data/lib/haml/exec.rb
CHANGED
|
@@ -299,6 +299,11 @@ END
|
|
|
299
299
|
@options[:for_engine][:escape_html] = true
|
|
300
300
|
end
|
|
301
301
|
|
|
302
|
+
opts.on('-q', '--double-quote-attributes',
|
|
303
|
+
'Set attribute wrapper to double-quotes (default is single).') do
|
|
304
|
+
@options[:for_engine][:attr_wrapper] = '"'
|
|
305
|
+
end
|
|
306
|
+
|
|
302
307
|
opts.on('-r', '--require FILE', "Same as 'ruby -r'.") do |file|
|
|
303
308
|
@options[:requires] << file
|
|
304
309
|
end
|
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.
|
|
4
|
+
version: 2.3.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-07-
|
|
13
|
+
date: 2009-07-31 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|