haml-edge 2.3.22 → 2.3.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/haml/exec.rb +5 -0
  4. metadata +2 -2
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.22
1
+ 2.3.23
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.22
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.22
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-28 00:00:00 -04:00
13
+ date: 2009-07-31 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency