cookbooks/scratchify/bin/scratchify in from-scratch-0.5.0 vs cookbooks/scratchify/bin/scratchify in from-scratch-0.6.0

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/env ruby require "bundler/setup" require "from-scratch" -FromScratch.run! +FromScratch.new.run!