lib/nanoc/cli/error_handler.rb in nanoc-4.10.3 vs lib/nanoc/cli/error_handler.rb in nanoc-4.10.4
- old
+ new
@@ -178,48 +178,48 @@
end
# A hash that contains the name of the gem for a given required file. If a
# `#require` fails, the gem name is looked up in this hash.
GEM_NAMES = {
- 'adsf' => 'adsf',
- 'asciidoctor' => 'asciidoctor',
- 'bluecloth' => 'bluecloth',
- 'builder' => 'builder',
- 'coderay' => 'coderay',
- 'coffee-script' => 'coffee-script',
- 'cri' => 'cri',
- 'erubi' => 'erubi',
- 'erubis' => 'erubis',
- 'escape' => 'escape',
- 'fog' => 'fog',
- 'haml' => 'haml',
- 'handlebars' => 'hbs',
- 'json' => 'json',
- 'kramdown' => 'kramdown',
- 'less' => 'less',
- 'listen' => 'listen',
- 'markaby' => 'markaby',
- 'maruku' => 'maruku',
- 'mime/types' => 'mime-types',
- 'mustache' => 'mustache',
- 'nanoc/live' => 'nanoc-live',
- 'nokogiri' => 'nokogiri',
- 'nokogumbo' => 'nokogumbo',
- 'pandoc-ruby' => 'pandoc-ruby',
- 'pry' => 'pry',
- 'rack' => 'rack',
- 'rack/cache' => 'rack-cache',
- 'rainpress' => 'rainpress',
- 'rdiscount' => 'rdiscount',
- 'redcarpet' => 'redcarpet',
- 'redcloth' => 'RedCloth',
- 'rubypants' => 'rubypants',
- 'sass' => 'sass',
- 'slim' => 'slim',
- 'typogruby' => 'typogruby',
- 'uglifier' => 'uglifier',
+ 'adsf' => 'adsf',
+ 'asciidoctor' => 'asciidoctor',
+ 'bluecloth' => 'bluecloth',
+ 'builder' => 'builder',
+ 'coderay' => 'coderay',
+ 'coffee-script' => 'coffee-script',
+ 'cri' => 'cri',
+ 'erubi' => 'erubi',
+ 'erubis' => 'erubis',
+ 'escape' => 'escape',
+ 'fog' => 'fog',
+ 'haml' => 'haml',
+ 'handlebars' => 'hbs',
+ 'json' => 'json',
+ 'kramdown' => 'kramdown',
+ 'less' => 'less',
+ 'listen' => 'listen',
+ 'markaby' => 'markaby',
+ 'maruku' => 'maruku',
+ 'mime/types' => 'mime-types',
+ 'mustache' => 'mustache',
+ 'nanoc/live' => 'nanoc-live',
+ 'nokogiri' => 'nokogiri',
+ 'nokogumbo' => 'nokogumbo',
+ 'pandoc-ruby' => 'pandoc-ruby',
+ 'pry' => 'pry',
+ 'rack' => 'rack',
+ 'rack/cache' => 'rack-cache',
+ 'rainpress' => 'rainpress',
+ 'rdiscount' => 'rdiscount',
+ 'redcarpet' => 'redcarpet',
+ 'redcloth' => 'RedCloth',
+ 'rubypants' => 'rubypants',
+ 'sass' => 'sass',
+ 'slim' => 'slim',
+ 'typogruby' => 'typogruby',
+ 'uglifier' => 'uglifier',
'w3c_validators' => 'w3c_validators',
- 'yuicompressor' => 'yuicompressor',
+ 'yuicompressor' => 'yuicompressor',
}.freeze
# Attempts to find a resolution for the given error, or nil if no
# resolution can be automatically obtained.
#