lib/eac_templates/directory.rb in eac_templates-0.3.0 vs lib/eac_templates/directory.rb in eac_templates-0.3.1
- old
+ new
@@ -99,10 +99,10 @@
::File.expand_path(source_relative, source_directory.path)
end
def target_absolute
::File.expand_path(source_relative, target_root_directory)
- .gsub(/#{::Regexp.quote(TEMPLATE_EXTNAME)}\z/, '')
+ .gsub(/#{::Regexp.quote(TEMPLATE_EXTNAME)}\z/, '')
end
end
end
end