lib/dconstants.rb in andhapp-decoct-1.4.2 vs lib/dconstants.rb in andhapp-decoct-1.4.3

- old
+ new

@@ -2,8 +2,8 @@ module Dconstants LIB = 'lib' VIEWS = 'views' SPEC = 'spec' PUBLIC = 'public' - TEMPLATES = File.dirname(__FILE__) + "/../lib/templates/" + TEMPLATES = File.join(File.dirname(__FILE__), "..", 'lib', 'templates') + File::SEPARATOR.to_s end end