lib/picky/loggers/verbose.rb in picky-4.7.0 vs lib/picky/loggers/verbose.rb in picky-4.8.0
- old
+ new
@@ -9,14 +9,14 @@
def info text
timed_exclaim text
end
def tokenize index_or_category, prepared_file
- timed_exclaim %Q{ "#{index_or_category.identifier}": Tokenized -> #{prepared_file.path.gsub("#{PICKY_ROOT}/", '')}.}
+ timed_exclaim %Q{ "#{index_or_category.identifier}": Tokenized -> #{prepared_file.path.gsub("#{Picky.root}/", '')}.}
end
def dump category
- timed_exclaim %Q{ "#{category.identifier}": Dumped -> #{category.index_directory.gsub("#{PICKY_ROOT}/", '')}/#{category.name}_*.}
+ timed_exclaim %Q{ "#{category.identifier}": Dumped -> #{category.index_directory.gsub("#{Picky.root}/", '')}/#{category.name}_*.}
end
def load category
timed_exclaim %Q{ "#{category.identifier}": Loading index from cache.}
end
\ No newline at end of file