haml-edge 3.1.77 → 3.1.78
Sign up to get free protection for your applications and to get access to all the features.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/haml/exec.rb +2 -4
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.
|
1
|
+
3.1.78
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.
|
1
|
+
3.1.78
|
data/lib/haml/exec.rb
CHANGED
@@ -79,10 +79,8 @@ module Haml
|
|
79
79
|
@options[:trace] = true
|
80
80
|
end
|
81
81
|
|
82
|
-
|
83
|
-
|
84
|
-
@options[:unix_newlines] = true
|
85
|
-
end
|
82
|
+
opts.on('--unix-newlines', 'Use Unix-style newlines in written files.') do
|
83
|
+
@options[:unix_newlines] = true if ::Haml::Util.windows?
|
86
84
|
end
|
87
85
|
|
88
86
|
opts.on_tail("-?", "-h", "--help", "Show this message") do
|