lib/cookbook-omnifetch/integration.rb in cookbook-omnifetch-0.2.3 vs lib/cookbook-omnifetch/integration.rb in cookbook-omnifetch-0.4.0

- old
+ new

@@ -1,6 +1,6 @@ -require 'cookbook-omnifetch/exceptions' +require "cookbook-omnifetch/exceptions" module CookbookOmnifetch class MissingConfiguration < OmnifetchError; end @@ -26,10 +26,9 @@ value.call else value end end - end configurable :cache_path configurable :storage_path configurable :shell_out_class