lib/sunzi/dependency.rb in sunzi-2.0.0 vs lib/sunzi/dependency.rb in sunzi-2.1.0

- old
+ new

@@ -26,10 +26,10 @@ which = if $!.to_s =~ /Gemfile/ 'gemfile' else 'install' end - text = ERB.new(base.join("#{which}.erb").read, nil, '-').result(binding) + text = ERB.new(base.join("#{which}.erb").read).result(binding) abort_with text end end end end