lib/railsthemes/email_installer.rb in railsthemes-1.1.2 vs lib/railsthemes/email_installer.rb in railsthemes-1.2.0
- old
+ new
@@ -3,11 +3,11 @@
no_tasks do
include Railsthemes::Logging
include Thor::Actions
def install_from_file_system original_source_filepath
- source_filepath = original_source_filepath.gsub(/\\/, '/')
logger.warn 'Installing email theme...'
+ source_filepath = original_source_filepath.gsub(/\\/, '/')
logger.info "Source filepath: #{source_filepath}"
if File.directory?(source_filepath)
install_from_directory source_filepath
elsif Utils.archive?(source_filepath + '.tar.gz')