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.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/haml/exec.rb +2 -4
  4. metadata +1 -1
@@ -1 +1 @@
1
- 3.1.77
1
+ 3.1.78
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.77
1
+ 3.1.78
@@ -79,10 +79,8 @@ module Haml
79
79
  @options[:trace] = true
80
80
  end
81
81
 
82
- if ::Haml::Util.windows?
83
- opts.on('--unix-newlines', 'Use Unix-style newlines in written files.') do
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
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: 3.1.77
4
+ version: 3.1.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum